Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f93315b84f | ||
|
|
68b3555270 | ||
|
|
c134dc1001 | ||
|
|
f15f4cabe2 | ||
|
|
b9f3ffba33 | ||
|
|
90a3d55fd0 | ||
|
|
ca1de1fe79 | ||
|
|
1d6adb2a08 | ||
|
|
2edf3547bf | ||
|
|
f71db9c56b | ||
|
|
ef221eda2e | ||
|
|
eb958a5f04 |
2 changed files with 54 additions and 4 deletions
15
xdialog-2.3.1-configure-c99.patch
Normal file
15
xdialog-2.3.1-configure-c99.patch
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
diff --git a/configure b/configure
|
||||
index e3d753a..6e1864d 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -5146,8 +5146,8 @@ main ()
|
||||
for (i = 0; i < 256; i++)
|
||||
if (XOR (islower (i), ISLOWER (i))
|
||||
|| toupper (i) != TOUPPER (i))
|
||||
- exit(2);
|
||||
- exit (0);
|
||||
+ return 2;
|
||||
+ return 0;
|
||||
}
|
||||
_ACEOF
|
||||
rm -f conftest$ac_exeext
|
||||
43
xdialog.spec
43
xdialog.spec
|
|
@ -3,14 +3,15 @@
|
|||
Name: xdialog
|
||||
Summary: X11 drop in replacement for cdialog
|
||||
Version: 2.3.1
|
||||
Release: 31%{?dist}
|
||||
License: GPL+
|
||||
Release: 42%{?dist}
|
||||
License: GPL-1.0-or-later
|
||||
URL: http://xdialog.free.fr
|
||||
|
||||
Source0: http://xdialog.free.fr/%{real_name}-%{version}.tar.bz2
|
||||
Patch0: xdialog-2.3.1-nostrip.patch
|
||||
# RHBZ #1037393: Fixes a format string vulnerability (via argv[0])
|
||||
Patch1: xdialog-2.3.1-secure-fprintf.diff
|
||||
Patch2: xdialog-2.3.1-configure-c99.patch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
|
|
@ -34,8 +35,9 @@ range box, and much more).
|
|||
iconv -f latin1 -t utf8 ChangeLog > ChangeLog.utf8
|
||||
touch -c -r ChangeLog ChangeLog.utf8
|
||||
mv ChangeLog.utf8 ChangeLog
|
||||
%patch0 -p1 -b .nostrip
|
||||
%patch1 -p0 -b .fprintf
|
||||
%patch -P0 -p1 -b .nostrip
|
||||
%patch -P1 -p0 -b .fprintf
|
||||
%patch -P2 -p1 -b .configure
|
||||
touch -c -r configure.nostrip configure
|
||||
touch -c -r configure.in.nostrip configure.in
|
||||
|
||||
|
|
@ -68,6 +70,39 @@ ln -s ../samples __dist_html/html/samples
|
|||
%exclude %{_docdir}/%{real_name}-%{version}
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-42
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-41
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-40
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-38
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jun 17 2024 Miroslav Suchý <msuchy@redhat.com> - 2.3.1-37
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-36
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-35
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Dec 22 2022 Peter Fordham <peter.fordham@gmail.com> - 2.3.1-33
|
||||
- Port configure script to C99.
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-32
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sun Mar 13 2022 Sérgio Basto <sergio@serjux.com> - 2.3.1-31
|
||||
- Drop build on gtk+ (Let's retire original glib and gtk+)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue