1bbc12
%global gnulib_ver 20180203
1bbc12
1bbc12
Summary: Utility for modifying/upgrading files
1bbc12
Name: patch
1bbc12
Version: 2.7.6
548ccd
Release: 11%{?dist}
1bbc12
License: GPLv3+
1bbc12
URL: http://www.gnu.org/software/patch/patch.html
1bbc12
Group: Development/Tools
1bbc12
Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.xz
1bbc12
Patch1: patch-2.7.6-CVE-2018-6951.patch
1bbc12
Patch2: patch-CVE-2018-1000156.patch
1bbc12
Patch3: patch-2.7.6-gcc8.patch
1bbc12
Patch4: patch-2.7.6-CVE-2018-6952.patch
548ccd
Patch5: patch-2.7.6-CVE-2018-20969.patch
548ccd
Patch6: patch-2.7.6-CVE-2019-13636-symlinks.patch
548ccd
Patch7: patch-2.7.x-abort_when_cleaning_up_fails.patch
1bbc12
Patch100: patch-selinux.patch
1bbc12
BuildRequires: libselinux-devel
1bbc12
BuildRequires: libattr-devel
1bbc12
BuildRequires: ed
1bbc12
BuildRequires: automake autoconf
1bbc12
1bbc12
Provides: bundled(gnulib) = %{gnulib_ver}
1bbc12
1bbc12
%description
1bbc12
The patch program applies diff files to originals.  The diff command
1bbc12
is used to compare an original to a changed file.  Diff lists the
1bbc12
changes made to the file.  A person who has the original file can then
1bbc12
use the patch command with the diff file to add the changes to their
1bbc12
original file (patching the file).
1bbc12
1bbc12
Patch should be installed because it is a common way of upgrading
1bbc12
applications.
1bbc12
1bbc12
%prep
1bbc12
%setup -q
1bbc12
1bbc12
# CVE-2018-6951, NULL pointer dereference causes a crash
1bbc12
%patch1 -p1 -b .CVE-2018-6951
1bbc12
1bbc12
# CVE-2018-1000156, Malicious patch files cause ed to execute arbitrary commands
1bbc12
%patch2 -p1 -b .CVE-2018-1000156
1bbc12
1bbc12
# Fix to build with gcc8
1bbc12
%patch3 -p1 -b .gcc8
1bbc12
1bbc12
# CVE-2018-6952, Double free of memory
1bbc12
%patch4 -p1 -b .CVE-2018-6952
1bbc12
548ccd
# CVE-2018-20969, do_ed_script in pch.c does not block strings beginning with a ! character
548ccd
%patch5 -p1 -b .CVE-2018-20969
548ccd
548ccd
# CVE-2019-13636, Don't follow symlinks unless --follow-symlinks is given
548ccd
%patch6 -p1 -b .CVE-2019-13636
548ccd
548ccd
# bz#1665928, Abort when cleaning up fails
548ccd
%patch7 -p1 -b .abort_when_cleaning_up_fails
548ccd
1bbc12
# SELinux support.
1bbc12
%patch100 -p1 -b .selinux
1bbc12
1bbc12
%build
1bbc12
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
1bbc12
%ifarch sparcv9
1bbc12
CFLAGS=`echo $CFLAGS|sed -e 's|-fstack-protector||g'`
1bbc12
%endif
1bbc12
%configure --disable-silent-rules
1bbc12
make %{?_smp_mflags}
1bbc12
1bbc12
%check
1bbc12
make check
1bbc12
1bbc12
%install
1bbc12
rm -rf $RPM_BUILD_ROOT
1bbc12
%makeinstall
1bbc12
1bbc12
%files
1bbc12
%defattr(-,root,root,-)
1bbc12
%license COPYING
1bbc12
%doc NEWS README
1bbc12
%{_bindir}/*
1bbc12
%{_mandir}/*/*
1bbc12
1bbc12
%changelog
548ccd
* Tue Nov 19 2019 Than Ngo <than@redhat.com> - 2.7.6-11
548ccd
- Related: #1733565, apply the patch correctly
548ccd
548ccd
* Tue Nov 19 2019 Than Ngo <than@redhat.com> - 2.7.6-10
548ccd
- CVE-2019-13636 , Don't follow symlinks unless --follow-symlinks is given
548ccd
- Resolves: #1665928, patch has a huge error output and segfaults when the file to be patched does not exist
548ccd
548ccd
* Mon Sep 02 2019 Than Ngo <than@redhat.com> - 2.7.6-9
548ccd
- CVE-2018-20969, invoke ed directly instead of using the shell
548ccd
1bbc12
* Tue Nov 27 2018 Than Ngo <than@redhat.com> - 2.7.6-8
1bbc12
- Added virtual provides for bundled gnulib library
1bbc12
1bbc12
* Wed Sep 12 2018 Than Ngo <than@redhat.com> - 2.7.6-7
1bbc12
- Resolves: #1554752, CVE-2018-6952 Double free of memory
1bbc12
1bbc12
* Mon Jun 18 2018 Than Ngo <than@redhat.com> - 2.7.6-6
1bbc12
- avoid warnings from GCC8
1bbc12
1bbc12
* Mon Apr 09 2018 Than Ngo <than@redhat.com> - 2.7.6-5
1bbc12
- fixed CVE-2018-1000156
1bbc12
1bbc12
* Tue Mar 13 2018 Than Ngo <than@redhat.com> - 2.7.6-4
1bbc12
- apply the patch for CVE-2018-6951
1bbc12
1bbc12
* Mon Feb 12 2018 Tim Waugh <twaugh@redhat.com> - 2.7.6-3
1bbc12
- 2.7.6 (CVE-2016-10713, CVE-2018-6951, CVE-2018-6952).
1bbc12
1bbc12
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-7
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1bbc12
1bbc12
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-6
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1bbc12
1bbc12
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-5
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
1bbc12
1bbc12
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.7.5-4
1bbc12
- Add missing %%license macro
1bbc12
1bbc12
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.5-3
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1bbc12
1bbc12
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.5-2
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1bbc12
1bbc12
* Mon Mar  9 2015 Tim Waugh <twaugh@redhat.com> - 2.7.5-1
1bbc12
- Fixed memory leak in selinux patch.
1bbc12
- 2.7.5, including an even better fix for CVE-2015-1196 that still
1bbc12
  allows relative symlinks to be created/used.
1bbc12
1bbc12
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.7.4-2
1bbc12
- Rebuilt for Fedora 23 Change
1bbc12
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
1bbc12
1bbc12
* Sun Feb  1 2015 Tim Waugh <twaugh@redhat.com> - 2.7.4-1
1bbc12
- 2.7.4, including a better fix for CVE-2015-1196 that still allows
1bbc12
  symlinks referencing ".." to be created.
1bbc12
1bbc12
* Fri Jan 23 2015 Tim Waugh <twaugh@redhat.com> - 2.7.3-1
1bbc12
- 2.7.3 (bug #1182157, CVE-2015-1196, bug #1184491, CVE-2014-9637).
1bbc12
1bbc12
* Tue Jan 20 2015 Tim Waugh <twaugh@redhat.com> - 2.7.1-12
1bbc12
- Apply upstream patch to fix line numbering integer overflow.
1bbc12
1bbc12
* Tue Jan 20 2015 Tim Waugh <twaugh@redhat.com> - 2.7.1-11
1bbc12
- Apply upstream patch to fix directory traversal via symlinks
1bbc12
  (bug #1182157, CVE-2015-1196).
1bbc12
1bbc12
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-9
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1bbc12
1bbc12
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-8
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1bbc12
1bbc12
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-7
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1bbc12
1bbc12
* Wed Jun 12 2013 Tim Waugh <twaugh@redhat.com> 2.7.1-6
1bbc12
- Don't segfault when given bad arguments (bug #972330).
1bbc12
1bbc12
* Thu Apr 11 2013 Tim Waugh <twaugh@redhat.com> 2.7.1-5
1bbc12
- Don't document unsupported -m option; document -x option (bug #948972).
1bbc12
1bbc12
* Mon Mar 25 2013 Ville Skyttä <ville.skytta@iki.fi> - 2.7.1-4
1bbc12
- Build with xattr support.
1bbc12
- Make build output more verbose.
1bbc12
- Fix bogus date in %%changelog.
1bbc12
1bbc12
* Mon Mar 11 2013 Tim Waugh <twaugh@redhat.com> 2.7.1-3
1bbc12
- Upstream patch to fix removal of empty directories (bug #919489).
1bbc12
1bbc12
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7.1-2
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1bbc12
1bbc12
* Thu Oct 18 2012 Tim Waugh <twaugh@redhat.com> 2.7.1-1
1bbc12
- Fixed license (since 2.6 it has been GPLv3+).
1bbc12
- 2.7.1.
1bbc12
1bbc12
* Thu Oct 18 2012 Tim Waugh <twaugh@redhat.com> 2.7-1
1bbc12
- 2.7.  No longer need sigsegv, get-arg, CVE-2010-4651,
1bbc12
  backup-if-mismatch or coverity-leak patches.
1bbc12
1bbc12
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-13
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1bbc12
1bbc12
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.1-12
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1bbc12
1bbc12
* Fri Nov 25 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-11
1bbc12
- Fixed NULL dereference in selinux patch.
1bbc12
1bbc12
* Mon May 16 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-10
1bbc12
- Applied Jiri Popelka's fixes from Coverity scan (bug #704554):
1bbc12
  - Avoid unchecked return from getfilecon() in patch-selinux.patch.
1bbc12
  - Fix memory leak.
1bbc12
1bbc12
* Wed Feb 16 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-9
1bbc12
- Let --posix cause --no-backup-if-mismatch (bug #678016).
1bbc12
1bbc12
* Thu Feb 10 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-8
1bbc12
- Incorporate upstream fix for CVE-2010-4651 patch so that a target
1bbc12
  name given on the command line is not validated (bug #667529).
1bbc12
1bbc12
* Tue Feb  8 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-7
1bbc12
- Applied upstream patch to fix CVE-2010-4651 so that malicious
1bbc12
  patches cannot create files above the current directory
1bbc12
  (bug #667529).
1bbc12
1bbc12
* Tue Jan  4 2011 Tim Waugh <twaugh@redhat.com> 2.6.1-6
1bbc12
- Use smp_mflags correctly (bug #665770).
1bbc12
1bbc12
* Mon Aug 16 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-5
1bbc12
- Another fix for the selinux patch (bug #618215).
1bbc12
1bbc12
* Fri Aug  6 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-4
1bbc12
- Fixed interpretation of return value from getfilecon().
1bbc12
- Fixed argument type for --get (bug #553624).
1bbc12
1bbc12
* Fri Aug  6 2010 Dennis Gilmore <dennis@ausil.us>
1bbc12
- using -fstack-projector causes weirdness on 32 bit sparc so disabling for now
1bbc12
1bbc12
* Tue Jul 27 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-3
1bbc12
- Fixed argument type for --get (bug #553624).
1bbc12
1bbc12
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-2
1bbc12
- Added comments for all patches.
1bbc12
- Ship COPYING file.
1bbc12
- Removed sparc ifdefs in spec file.
1bbc12
1bbc12
* Mon Jan  4 2010 Tim Waugh <twaugh@redhat.com> 2.6.1-1
1bbc12
- 2.6.1 (bug #551569).  No longer need best-name patch.
1bbc12
1bbc12
* Thu Dec 24 2009 Tim Waugh <twaugh@redhat.com> 2.6-2
1bbc12
- Applied upstream patch to prevent incorrect filename being chosen
1bbc12
  when adding a new file (bug #549122).
1bbc12
1bbc12
* Mon Nov 16 2009 Tim Waugh <twaugh@redhat.com> 2.6-1
1bbc12
- 2.6.  No longer need stderr, suffix, stripcr, parse, allow-spaces,
1bbc12
  ifdef, program_name, or posix-backup patches.
1bbc12
1bbc12
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.4-40
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1bbc12
1bbc12
* Wed Apr 29 2009 Tim Waugh <twaugh@redhat.com> 2.5.4-39
1bbc12
- Fixed operation when SELinux is disabled (bug #498102).  Patch from
1bbc12
  Jan Kratochvil.
1bbc12
1bbc12
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.4-38
1bbc12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1bbc12
1bbc12
* Tue Feb 17 2009 Tim Waugh <twaugh@redhat.com> 2.5.4-37
1bbc12
- Don't set SELinux file context if it is already correct.
1bbc12
1bbc12
* Mon Nov 24 2008 Tim Waugh <twaugh@redhat.com> 2.5.4-36
1bbc12
- Better summary.
1bbc12
1bbc12
* Mon Jun 30 2008 Tim Waugh <twaugh@redhat.com> 2.5.4-35
1bbc12
- Don't fail if setfilecon() returns EPERM (bug #453365), although the
1bbc12
  setfilecon man page suggests that ENOTSUP will be returned in this
1bbc12
  case.
1bbc12
1bbc12
* Mon Jun 16 2008 Tim Waugh <twaugh@redhat.com> 2.5.4-34
1bbc12
- Only write simple backups for each file once during a run
1bbc12
  (bug #234822).
1bbc12
1bbc12
* Thu Jun 12 2008 Tim Waugh <twaugh@redhat.com> 2.5.4-33
1bbc12
- Fix selinux patch and apply it.  Build requires libselinux-devel.
1bbc12
1bbc12
* Fri Feb  8 2008 Tim Waugh <twaugh@redhat.com> 2.5.4-32
1bbc12
- Applied patch from 2.5.9 to allow spaces in filenames (bug #431887).
1bbc12
1bbc12
* Mon Dec  3 2007 Tim Waugh <twaugh@redhat.com> 2.5.4-31
1bbc12
- Convert spec file to UTF-8 (bug #226233).
1bbc12
- Use _bindir macro in %%files (bug #226233).
1bbc12
- Parallel make (bug #226233).
1bbc12
- Better defattr declaration (bug #226233).
1bbc12
1bbc12
* Thu Oct  4 2007 Tim Waugh <twaugh@redhat.com>
1bbc12
- Beginnings of an SELinux patch (bug #165799); not applied yet.
1bbc12
1bbc12
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 2.5.4-30
1bbc12
- Added dist tag.
1bbc12
- More specific license tag.
1bbc12
- Fixed summary.
1bbc12
- Better buildroot tag.
1bbc12
1bbc12
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.5.4-29.2.2
1bbc12
- rebuild
1bbc12
1bbc12
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.5.4-29.2.1
1bbc12
- bump again for double-long bug on ppc(64)
1bbc12
1bbc12
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.5.4-29.2
1bbc12
- rebuilt for new gcc4.1 snapshot and glibc changes
1bbc12
1bbc12
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
1bbc12
- rebuilt
1bbc12
1bbc12
* Thu Sep  8 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-29
1bbc12
- Remove SELinux patch for now (bug #167822).
1bbc12
1bbc12
* Wed Sep  7 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-27
1bbc12
- Applied patch from Ulrich Drepper to fix string overread (bug #167675).
1bbc12
1bbc12
* Tue Sep  6 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-26
1bbc12
- Preserve SELinux file contexts (bug #165799).
1bbc12
1bbc12
* Thu Aug 11 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-25
1bbc12
- Fixed CRLF detection (bug #154283).
1bbc12
1bbc12
* Wed May  4 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-24
1bbc12
- Reverted last change (bug #154283, bug #156762).
1bbc12
1bbc12
* Fri Apr 29 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-23
1bbc12
- Applied patch from Toshio Kuratomi to avoid problems with DOS-format
1bbc12
  newlines (bug #154283).
1bbc12
1bbc12
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-22
1bbc12
- Rebuild for new GCC.
1bbc12
1bbc12
* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 2.5.4-21
1bbc12
- Rebuilt.
1bbc12
1bbc12
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
1bbc12
- rebuilt
1bbc12
1bbc12
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
1bbc12
- rebuilt
1bbc12
1bbc12
* Sat Oct 25 2003 Tim Waugh <twaugh@redhat.com> 2.5.4-18
1bbc12
- Rebuilt.
1bbc12
1bbc12
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
1bbc12
- rebuilt
1bbc12
1bbc12
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
1bbc12
- rebuilt
1bbc12
1bbc12
* Wed Nov 20 2002 Tim Powers <timp@redhat.com>
1bbc12
- rebuilt in current collinst
1bbc12
1bbc12
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
1bbc12
- automated rebuild
1bbc12
1bbc12
* Thu May 23 2002 Tim Powers <timp@redhat.com>
1bbc12
- automated rebuild
1bbc12
1bbc12
* Tue Apr  9 2002 Tim Waugh <twaugh@redhat.com> 2.5.4-12
1bbc12
- Fix error reporting when given bad options (bug #62981).
1bbc12
1bbc12
* Tue Mar  5 2002 Tim Waugh <twaugh@redhat.com> 2.5.4-11
1bbc12
- s/Copyright:/License:/.
1bbc12
- Fix -D behaviour (bug #60688).
1bbc12
1bbc12
* Tue May 29 2001 Tim Waugh <twaugh@redhat.com> 2.5.4-10
1bbc12
- Merge Mandrake patch:
1bbc12
  - fix possible segfault
1bbc12
1bbc12
* Fri Dec  1 2000 Tim Waugh <twaugh@redhat.com>
1bbc12
- Rebuild because of fileutils bug.
1bbc12
1bbc12
* Thu Nov  2 2000 Tim Waugh <twaugh@redhat.com>
1bbc12
- use .orig as default suffix, as per man page and previous behaviour
1bbc12
  (bug #20202).
1bbc12
- use better patch for this, from maintainer.
1bbc12
1bbc12
* Wed Oct  4 2000 Tim Waugh <twaugh@redhat.com>
1bbc12
- actually use the RPM_OPT_FLAGS
1bbc12
1bbc12
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
1bbc12
- automatic rebuild
1bbc12
1bbc12
* Tue Jun 13 2000 Trond Eivind Glomsrød <teg@redhat.com>
1bbc12
- Use %%makeinstall, %%{_tmppath} and %%{_mandir}
1bbc12
1bbc12
* Fri May 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
1bbc12
- added URL
1bbc12
1bbc12
* Wed Feb 16 2000 Bernhard Rosenkraenzer <bero@redhat.com>
1bbc12
- 2.5.4
1bbc12
- Fix up LFS support on Alpha (Bug #5732)
1bbc12
1bbc12
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
1bbc12
- handle compressed manpages
1bbc12
1bbc12
* Sun Jun 06 1999 Alan Cox <alan@redhat.com>
1bbc12
- Fix the case where stderr isnt flushed for ask(). Now the 'no such file'
1bbc12
  appears before the skip patch question, not at the very end, Doh!
1bbc12
1bbc12
* Mon Mar 22 1999 Jeff Johnson <jbj@redhat.com>
1bbc12
- (ultra?) sparc was getting large file system support.
1bbc12
1bbc12
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
1bbc12
- auto rebuild in the new build environment (release 7)
1bbc12
1bbc12
* Fri Dec 18 1998 Cristian Gafton <gafton@redhat.com>
1bbc12
- build against glibc 2.1
1bbc12
1bbc12
* Tue Sep  1 1998 Jeff Johnson <jbj@redhat.com>
1bbc12
- bump release to preserve newer than back-ported 4.2.
1bbc12
1bbc12
* Tue Jun 09 1998 Prospector System <bugs@redhat.com>
1bbc12
- translations modified for de, fr
1bbc12
1bbc12
* Tue Jun  9 1998 Jeff Johnson <jbj@redhat.com>
1bbc12
- Fix for problem #682 segfault.
1bbc12
1bbc12
* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
1bbc12
- translations modified for de, fr, tr
1bbc12
1bbc12
* Tue Apr 07 1998 Cristian Gafton <gafton@redhat.com>
1bbc12
- added buildroot
1bbc12
1bbc12
* Tue Oct 21 1997 Cristian Gafton <gafton@redhat.com>
1bbc12
- updated to 2.5
1bbc12
1bbc12
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
1bbc12
- built against glibc