cf3b000
%global gnulib_ver 20180203
cf3b000
403790b
Summary: Utility for modifying/upgrading files
cvsdist f236e9b
Name: patch
930323f
Version: 2.7.6
961dbc9
Release: 13%{?dist}
df709c6
License: GPLv3+
cvsdist f236e9b
URL: http://www.gnu.org/software/patch/patch.html
d1ec77b
Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.xz
6c1aee8
Patch0: patch-2.7.6-avoid-set_file_attributes-sign-conversion-warnings.patch
6c1aee8
patch1: patch-2.7.6-test-suite-compatibility-fixes.patch
6c1aee8
Patch2: patch-2.7.6-fix-korn-shell-incompatibility.patch
6c1aee8
Patch3: patch-2.7.6-fix-segfault-with-mangled-rename-patch.patch
6c1aee8
Patch4: patch-2.7.6-allow-input-files-to-be-missing-for-ed-style-patches.patch
6c1aee8
Patch5: patch-CVE-2018-1000156.patch
6c1aee8
Patch6: patch-2.7.6-CVE-2019-13638-invoked-ed-directly-instead-of-using-the-shell.patch
6c1aee8
Patch7: patch-2.7.6-switch-from-fork-execlp-to-execute.patch
6c1aee8
Patch8: patch-2.7.6-cleanups-in-do_ed_script.patch
6c1aee8
Patch9: patch-2.7.6-avoid-warnings-gcc8.patch
6c1aee8
Patch10: patch-2.7.6-check-of-return-value-of-fwrite.patch
6c1aee8
Patch11: patch-2.7.6-fix-ed-style-test-failure.patch
6c1aee8
Patch12: patch-2.7.6-dont-leak-temporary-file-on-failed-ed-style-patch.patch
6c1aee8
Patch13: patch-2.7.6-dont-leak-temporary-file-on-failed-multi-file-ed-style-patch.patch
6c1aee8
Patch14: patch-2.7.6-make-debug-output-more-useful.patch
6c1aee8
Patch15: patch-2.7.6-CVE-2018-6952-fix-swapping-fake-lines-in-pch_swap.patch
6c1aee8
Patch16: patch-2.7.6-improve_support_for_memory_leak_detection.patch
6c1aee8
patch17: patch-2.7.6-skip-ed-test-when-the-ed-utility-is-not-installed.patch
6c1aee8
Patch18: patch-2.7.6-abort_when_cleaning_up_fails.patch
6c1aee8
Patch19: patch-2.7.6-crash-RLIMIT_NOFILE.patch
6c1aee8
Patch20: patch-2.7.6-CVE-2019-13636-symlinks.patch
6c1aee8
Patch21: patch-2.7.6-avoid-invalid-memory-access-in-context-format-diffs.patch
6c1aee8
Patch22: patch-2.7.6-CVE-2018-17942.patch
6c1aee8
Patch23: patch-2.7.6-failed_assertion.patch
d1ec77b
Patch100: patch-selinux.patch
cvsdist f236e9b
d7daf67
BuildRequires: make
677e72b
BuildRequires: gcc
65d0b3b
BuildRequires: libselinux-devel
3df4ea1
BuildRequires: libattr-devel
eaf03a3
BuildRequires: ed
5fe7542
BuildRequires: autoconf automake
65d0b3b
f762951
Requires: ed
f762951
cf3b000
Provides: bundled(gnulib) = %{gnulib_ver}
cf3b000
cvsdist f236e9b
%description
cvsdist f236e9b
The patch program applies diff files to originals.  The diff command
cvsdist f236e9b
is used to compare an original to a changed file.  Diff lists the
cvsdist f236e9b
changes made to the file.  A person who has the original file can then
cvsdist f236e9b
use the patch command with the diff file to add the changes to their
cvsdist f236e9b
original file (patching the file).
cvsdist f236e9b
cvsdist f236e9b
Patch should be installed because it is a common way of upgrading
cvsdist f236e9b
applications.
cvsdist f236e9b
cvsdist f236e9b
%prep
cvsdist f236e9b
%setup -q
6c1aee8
%patch0 -p1 -b .avoid-set_file_attributes-sign-conversion-warnings
6c1aee8
%patch1 -p1 -b .test-suite-compatibility-fixes
6c1aee8
%patch2 -p1 -b .fix-korn-shell-incompatibility
6c1aee8
%patch3 -p1 -b .fix-segfault-with-mangled-rename-patch
6c1aee8
%patch4 -p1 -b .allow-input-files-to-be-missing-for-ed-style-patches
3aad410
# CVE-2018-1000156, Malicious patch files cause ed to execute arbitrary commands
6c1aee8
%patch5 -p1 -b .CVE-2018-1000156
6c1aee8
%patch6 -p1 -b .CVE-2019-13638-invoked-ed-directly-instead-of-using-the-shell
6c1aee8
%patch7 -p1 -b .switch-from-fork-execlp-to-execute
6c1aee8
%patch8 -p1 -b .cleanups-in-do_ed_script
6c1aee8
%patch9 -p1 -b .avoid-warnings-gcc8
6c1aee8
%patch10 -p1 -b .check-of-return-value-of-fwrite
6c1aee8
%patch11 -p1 -b .fix-ed-style-test-failure
6c1aee8
%patch12 -p1 -b .dont-leak-temporary-file-on-failed-ed-style-patch
6c1aee8
%patch13 -p1 -b .dont-leak-temporary-file-on-failed-multi-file-ed-style-patch
6c1aee8
%patch14 -p1 -b .make-debug-output-more-useful
6c1aee8
%patch15 -p1 -b .CVE-2018-6952-fix-swapping-fake-lines-in-pch_swap
6c1aee8
%patch16 -p1 -b .improve_support_for_memory_leak_detection
6c1aee8
%patch17 -p1 -b .skip-ed-test-when-the-ed-utility-is-not-installed
6c1aee8
%patch18 -p1 -b .abort_when_cleaning_up_fails
6c1aee8
%patch19 -p1 -b .crash-RLIMIT_NOFILE
6c1aee8
%patch20 -p1 -b .CVE-2019-13636-symlinks
6c1aee8
%patch21 -p1 -b .avoid-invalid-memory-access-in-context-format-diffs
c58880c
# CVE-2018-17942 gnulib: heap-based buffer overflow
6c1aee8
%patch22 -p1 -b .CVE-2018-17942-gnulib_buffer_overflow
6c1aee8
%patch23 -p1 -b .failed_assertion
f474c83
# SELinux support.
d1ec77b
%patch100 -p1 -b .selinux
cvsdist f236e9b
cvsdist f236e9b
%build
cvsdist 95e0480
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
45dc7c0
%ifarch sparcv9
45dc7c0
CFLAGS=`echo $CFLAGS|sed -e 's|-fstack-protector||g'`
45dc7c0
%endif
6c1aee8
autoreconf
3df4ea1
%configure --disable-silent-rules
d09d8af
make %{?_smp_mflags}
cvsdist f236e9b
d1ec77b
%check
d1ec77b
make check
d1ec77b
cvsdist f236e9b
%install
cvsdist f236e9b
rm -rf $RPM_BUILD_ROOT
cvsdist f236e9b
%makeinstall
cvsdist f236e9b
cvsdist f236e9b
%files
4a66420
%license COPYING
4a66420
%doc NEWS README
f04fe54
%{_bindir}/*
cvsdist f236e9b
%{_mandir}/*/*
cvsdist f236e9b
cvsdist f236e9b
%changelog
961dbc9
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-13
961dbc9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
961dbc9
157898c
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-12
157898c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
157898c
6c1aee8
* Mon Jul 29 2019 Than Ngo <than@redhat.com> - 2.7.6-11
6c1aee8
- fixed #1733917, CVE-2019-13638 patch: OS shell command injection when processing crafted patch files 
6c1aee8
9dc0ea4
* Wed Jul 24 2019 Than Ngo <than@redhat.com> - 2.7.6-10
9dc0ea4
- backported patch, abort when cleaning up fails
9dc0ea4
- backported patch, improve support for memory leak detection
9dc0ea4
- backported patch, don't crash when RLIMIT_NOFILE is set to RLIM_INFINITY
9dc0ea4
- backported patch, CVE-2019-13636, don't follow symlinks unless --follow-symlinks is given
9dc0ea4
- backported patch, avoid invalid memory accessin context format diffs
9dc0ea4
- backported patch, fix failed assertion
9dc0ea4
2462cc4
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-9
2462cc4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2462cc4
cf3b000
* Mon Nov 26 2018 Than Ngo <than@redhat.com> - 2.7.6-8
cf3b000
- Added virtual provides for bundled gnulib library
c58880c
- Fixed CVE-2018-17942, gnulib: heap-based buffer overflow
cf3b000
6ae7ae0
* Thu Oct 11 2018 Than Ngo <than@redhat.com> - 2.7.6-7
6ae7ae0
- Fixed #1582675 - Patch can be crashed and coredumped with a trivial wrong command
6ae7ae0
677e72b
* Wed Aug 15 2018 Than Ngo <than@redhat.com> - 2.7.6-6
677e72b
- Fixed #1554752 - Double free of memory, CVE-2018-6952
677e72b
6cc9c0f
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.6-5
6cc9c0f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6cc9c0f
3aad410
* Thu May  3 2018 Tim Waugh <twaugh@redhat.com> - 2.7.6-4
3aad410
- Fixed CVE-2018-1000156 - Malicious patch files cause ed to execute arbitrary
3aad410
  commands.
3aad410
b0e48a7
* Mon Feb 12 2018 Tim Waugh <twaugh@redhat.com> - 2.7.6-3
b0e48a7
- 2.7.6 (CVE-2016-10713, CVE-2018-6951, CVE-2018-6952).
930323f
022473f
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-7
022473f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
022473f
f3df496
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-6
f3df496
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f3df496
e006d5d
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-5
e006d5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e006d5d
4a66420
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.7.5-4
4a66420
- Add missing %%license macro
4a66420
a39fb6b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-3
a39fb6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a39fb6b
1623d5c
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.5-2
1623d5c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1623d5c
058b322
* Mon Mar  9 2015 Tim Waugh <twaugh@redhat.com> - 2.7.5-1
058b322
- Fixed memory leak in selinux patch.
ab01eb7
- 2.7.5, including an even better fix for CVE-2015-1196 that still
ab01eb7
  allows relative symlinks to be created/used.
ab01eb7
36ed220
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.7.4-2
36ed220
- Rebuilt for Fedora 23 Change
36ed220
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
36ed220
158e6d1
* Sun Feb  1 2015 Tim Waugh <twaugh@redhat.com> - 2.7.4-1
158e6d1
- 2.7.4, including a better fix for CVE-2015-1196 that still allows
158e6d1
  symlinks referencing ".." to be created.
158e6d1
fe471a9
* Fri Jan 23 2015 Tim Waugh <twaugh@redhat.com> - 2.7.3-1
fe471a9
- 2.7.3 (bug #1182157, CVE-2015-1196, bug #1184491, CVE-2014-9637).
5587b74
805be39
* Tue Jan 20 2015 Tim Waugh <twaugh@redhat.com> - 2.7.1-12
805be39
- Apply upstream patch to fix line numbering integer overflow.
805be39
0885656
* Tue Jan 20 2015 Tim Waugh <twaugh@redhat.com> - 2.7.1-11
e72bf6d
- Apply upstream patch to fix directory traversal via symlinks
e72bf6d
  (bug #1182157, CVE-2015-1196).
e72bf6d
ab31dd6
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-9
ab31dd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ab31dd6
17899d0
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-8
17899d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
17899d0
5ff2a5e
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-7
5ff2a5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5ff2a5e
04ed707
* Wed Jun 12 2013 Tim Waugh <twaugh@redhat.com> 2.7.1-6
04ed707
- Don't segfault when given bad arguments (bug #972330).
04ed707
cfe682f
* Thu Apr 11 2013 Tim Waugh <twaugh@redhat.com> 2.7.1-5
cfe682f
- Don't document unsupported -m option; document -x option (bug #948972).
cfe682f
3df4ea1
* Mon Mar 25 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.7.1-4
3df4ea1
- Build with xattr support.
3df4ea1
- Make build output more verbose.
3df4ea1
- Fix bogus date in %%changelog.
3df4ea1
caefda1
* Mon Mar 11 2013 Tim Waugh <twaugh@redhat.com> 2.7.1-3
caefda1
- Upstream patch to fix removal of empty directories (bug #919489).
caefda1
c29b7a7
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-2
c29b7a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c29b7a7
972b7e7
* Thu Oct 18 2012 Tim Waugh <twaugh@redhat.com> 2.7.1-1
df709c6
- Fixed license (since 2.6 it has been GPLv3+).
972b7e7
- 2.7.1.
972b7e7
274dc2d
* Thu Oct 18 2012 Tim Waugh <twaugh@redhat.com> 2.7-1
274dc2d
- 2.7.  No longer need sigsegv, get-arg, CVE-2010-4651,
274dc2d
  backup-if-mismatch or coverity-leak patches.
274dc2d
9760101
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-13
9760101
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9760101
09418e6
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-12
09418e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
09418e6
1370409
* Fri Nov 25 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-11
1370409
- Fixed NULL dereference in selinux patch.
1370409
d7a4bbc
* Mon May 16 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-10
d7a4bbc
- Applied Jiri Popelka's fixes from Coverity scan (bug #704554):
d7a4bbc
  - Avoid unchecked return from getfilecon() in patch-selinux.patch.
d7a4bbc
  - Fix memory leak.
d7a4bbc
f70e892
* Wed Feb 16 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-9
f70e892
- Let --posix cause --no-backup-if-mismatch (bug #678016).
f70e892
4b3160c
* Thu Feb 10 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-8
4b3160c
- Incorporate upstream fix for CVE-2010-4651 patch so that a target
4b3160c
  name given on the command line is not validated (bug #667529).
4b3160c
68f90be
* Tue Feb  8 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-7
68f90be
- Applied upstream patch to fix CVE-2010-4651 so that malicious
68f90be
  patches cannot create files above the current directory
68f90be
  (bug #667529).
68f90be
40f33bc
* Tue Jan  4 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-6
d09d8af
- Use smp_mflags correctly (bug #665770).
d09d8af
5b20afc
* Mon Aug 16 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-5
1151a30
- Another fix for the selinux patch (bug #618215).
1151a30
a39aa6f
* Fri Aug  6 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-4
35f37f0
- Fixed interpretation of return value from getfilecon().
d15ffc5
- Fixed argument type for --get (bug #553624).
d15ffc5
a39aa6f
* Fri Aug  6 2010 Dennis Gilmore <dennis@ausil.us>
a1c89f8
- using -fstack-projector causes weirdness on 32 bit sparc so disabling for now
a1c89f8
322e73a
* Tue Jul 27 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-3
322e73a
- Fixed argument type for --get (bug #553624).
322e73a
f474c83
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-2
f474c83
- Added comments for all patches.
f474c83
- Ship COPYING file.
f474c83
- Removed sparc ifdefs in spec file.
f474c83
eaf03a3
* Mon Jan  4 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-1
eaf03a3
- 2.6.1 (bug #551569).  No longer need best-name patch.
eaf03a3
3599bdb
* Thu Dec 24 2009 Tim Waugh <twaugh@redhat.com> 2.6-2
3599bdb
- Applied upstream patch to prevent incorrect filename being chosen
3599bdb
  when adding a new file (bug #549122).
3599bdb
d1ec77b
* Mon Nov 16 2009 Tim Waugh <twaugh@redhat.com> 2.6-1
d1ec77b
- 2.6.  No longer need stderr, suffix, stripcr, parse, allow-spaces,
d1ec77b
  ifdef, program_name, or posix-backup patches.
d1ec77b
988f8a1
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.4-40
988f8a1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
988f8a1
9389e19
* Wed Apr 29 2009 Tim Waugh <twaugh@redhat.com> 2.5.4-39
9389e19
- Fixed operation when SELinux is disabled (bug #498102).  Patch from
9389e19
  Jan Kratochvil.
9389e19
1d18fb7
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.4-38
1d18fb7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1d18fb7
ffc4fff
* Tue Feb 17 2009 Tim Waugh <twaugh@redhat.com> 2.5.4-37
ffc4fff
- Don't set SELinux file context if it is already correct.
ffc4fff
403790b
* Mon Nov 24 2008 Tim Waugh <twaugh@redhat.com> 2.5.4-36
403790b
- Better summary.
403790b
b4bd8d0
* Mon Jun 30 2008 Tim Waugh <twaugh@redhat.com> 2.5.4-35
b4bd8d0
- Don't fail if setfilecon() returns EPERM (bug #453365), although the
b4bd8d0
  setfilecon man page suggests that ENOTSUP will be returned in this
b4bd8d0
  case.
b4bd8d0
32888bf
* Mon Jun 16 2008 Tim Waugh <twaugh@redhat.com> 2.5.4-34
32888bf
- Only write simple backups for each file once during a run
32888bf
  (bug #234822).
32888bf
638a40a
* Thu Jun 12 2008 Tim Waugh <twaugh@redhat.com> 2.5.4-33
65d0b3b
- Fix selinux patch and apply it.  Build requires libselinux-devel.
638a40a
a1ecfba
* Fri Feb  8 2008 Tim Waugh <twaugh@redhat.com> 2.5.4-32
a1ecfba
- Applied patch from 2.5.9 to allow spaces in filenames (bug #431887).
a1ecfba
f04fe54
* Mon Dec  3 2007 Tim Waugh <twaugh@redhat.com> 2.5.4-31
f04fe54
- Convert spec file to UTF-8 (bug #226233).
f04fe54
- Use _bindir macro in %%files (bug #226233).
f04fe54
- Parallel make (bug #226233).
f04fe54
- Better defattr declaration (bug #226233).
f04fe54
3db4109
* Thu Oct  4 2007 Tim Waugh <twaugh@redhat.com>
3db4109
- Beginnings of an SELinux patch (bug #165799); not applied yet.
3db4109
93a8fe0
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 2.5.4-30
93a8fe0
- Added dist tag.
93a8fe0
- More specific license tag.
93a8fe0
- Fixed summary.
93a8fe0
- Better buildroot tag.
93a8fe0
4672ea6
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.5.4-29.2.2
4672ea6
- rebuild
4672ea6
6a52cb1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.5.4-29.2.1
6a52cb1
- bump again for double-long bug on ppc(64)
6a52cb1
a02fb91
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.5.4-29.2
a02fb91
- rebuilt for new gcc4.1 snapshot and glibc changes
a02fb91
93e1689
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
93e1689
- rebuilt
93e1689
4179057
* Thu Sep  8 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-29
4179057
- Remove SELinux patch for now (bug #167822).
3604f6c
156d881
* Wed Sep  7 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-27
3a673ee
- Applied patch from Ulrich Drepper to fix string overread (bug #167675).
156d881
04c1afe
* Tue Sep  6 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-26
212a96f
- Preserve SELinux file contexts (bug #165799).
212a96f
384313a
* Thu Aug 11 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-25
d4ef45f
- Fixed CRLF detection (bug #154283).
d4ef45f
b0aad10
* Wed May  4 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-24
b0aad10
- Reverted last change (bug #154283, bug #156762).
b0aad10
7599689
* Fri Apr 29 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-23
7599689
- Applied patch from Toshio Kuratomi to avoid problems with DOS-format
7599689
  newlines (bug #154283).
7599689
2b9a57c
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-22
2b9a57c
- Rebuild for new GCC.
2b9a57c
8cf7251
* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-21
8cf7251
- Rebuilt.
8cf7251
cvsdist fc21f47
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist fc21f47
- rebuilt
cvsdist fc21f47
cvsdist 643796e
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 643796e
- rebuilt
cvsdist 643796e
cvsdist d808249
* Sat Oct 25 2003 Tim Waugh <twaugh@redhat.com> 2.5.4-18
cvsdist d808249
- Rebuilt.
cvsdist d808249
cvsdist d808249
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist d808249
- rebuilt
cvsdist d808249
cvsdist 0a05e9a
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 0a05e9a
- rebuilt
cvsdist 0a05e9a
cvsdist 0a05e9a
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
cvsdist 0a05e9a
- rebuilt in current collinst
cvsdist 0a05e9a
cvsdist b102f83
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist b102f83
- automated rebuild
cvsdist b102f83
cvsdist 21567e6
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 21567e6
- automated rebuild
cvsdist 21567e6
cvsdist c9808c3
* Tue Apr  9 2002 Tim Waugh <twaugh@redhat.com> 2.5.4-12
cvsdist c9808c3
- Fix error reporting when given bad options (bug #62981).
cvsdist c9808c3
cvsdist 0761d22
* Tue Mar  5 2002 Tim Waugh <twaugh@redhat.com> 2.5.4-11
cvsdist 0761d22
- s/Copyright:/License:/.
cvsdist 0761d22
- Fix -D behaviour (bug #60688).
cvsdist 0761d22
cvsdist 0761d22
* Tue May 29 2001 Tim Waugh <twaugh@redhat.com> 2.5.4-10
cvsdist 191b24e
- Merge Mandrake patch:
cvsdist 191b24e
  - fix possible segfault
cvsdist 191b24e
cvsdist 95e0480
* Fri Dec  1 2000 Tim Waugh <twaugh@redhat.com>
cvsdist 95e0480
- Rebuild because of fileutils bug.
cvsdist 95e0480
cvsdist 95e0480
* Thu Nov  2 2000 Tim Waugh <twaugh@redhat.com>
cvsdist 95e0480
- use .orig as default suffix, as per man page and previous behaviour
cvsdist 95e0480
  (bug #20202).
cvsdist 95e0480
- use better patch for this, from maintainer.
cvsdist 95e0480
cvsdist 95e0480
* Wed Oct  4 2000 Tim Waugh <twaugh@redhat.com>
cvsdist 95e0480
- actually use the RPM_OPT_FLAGS
cvsdist 95e0480
cvsdist f236e9b
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist f236e9b
- automatic rebuild
cvsdist f236e9b
f04fe54
* Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist f236e9b
- Use %%makeinstall, %%{_tmppath} and %%{_mandir}
cvsdist f236e9b
f04fe54
* Fri May 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist f236e9b
- added URL
cvsdist f236e9b
cvsdist f236e9b
* Wed Feb 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
cvsdist f236e9b
- 2.5.4
cvsdist f236e9b
- Fix up LFS support on Alpha (Bug #5732)
cvsdist f236e9b
cvsdist f236e9b
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist f236e9b
- handle compressed manpages
cvsdist f236e9b
cvsdist f236e9b
* Sun Jun 06 1999 Alan Cox <alan@redhat.com>
cvsdist f236e9b
- Fix the case where stderr isnt flushed for ask(). Now the 'no such file'
cvsdist f236e9b
  appears before the skip patch question, not at the very end, Doh!
cvsdist f236e9b
cvsdist f236e9b
* Mon Mar 22 1999 Jeff Johnson <jbj@redhat.com>
cvsdist f236e9b
- (ultra?) sparc was getting large file system support.
cvsdist f236e9b
cvsdist f236e9b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist f236e9b
- auto rebuild in the new build environment (release 7)
cvsdist f236e9b
cvsdist f236e9b
* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f236e9b
- build against glibc 2.1
cvsdist f236e9b
cvsdist f236e9b
* Tue Sep  1 1998 Jeff Johnson <jbj@redhat.com>
cvsdist f236e9b
- bump release to preserve newer than back-ported 4.2.
cvsdist f236e9b
cvsdist f236e9b
* Tue Jun 09 1998 Prospector System <bugs@redhat.com>
cvsdist f236e9b
- translations modified for de, fr
cvsdist f236e9b
cvsdist f236e9b
* Tue Jun  9 1998 Jeff Johnson <jbj@redhat.com>
cvsdist f236e9b
- Fix for problem #682 segfault.
cvsdist f236e9b
cvsdist f236e9b
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
cvsdist f236e9b
- translations modified for de, fr, tr
cvsdist f236e9b
cvsdist f236e9b
* Tue Apr 07 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f236e9b
- added buildroot
cvsdist f236e9b
3df4ea1
* Tue Oct 21 1997 Cristian Gafton <gafton@redhat.com>
cvsdist f236e9b
- updated to 2.5
cvsdist f236e9b
cvsdist f236e9b
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
cvsdist f236e9b
- built against glibc