SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for patch-debuginfo-2.6.1.136-2.4.1.x86_64.rpm :

* Thu Mar 21 2013 jdelvareAATTsuse.de- patch-warn-on-read-only-files.patch: Only warn when trying to modify read-only files, instead of failing. This restores compatibility with older versions of GNU patch (bnc#794658).
* Fri Apr 06 2012 jdelvareAATTsuse.de- patch-revert-e0f70752.patch: Revert broken upstream commit (bnc#755136).
* Wed Apr 04 2012 jdelvareAATTsuse.de- Version 2.6.1.136
* Wed Oct 05 2011 uliAATTsuse.com- cross-build fix: use %configure macro
* Mon Apr 04 2011 jdelvareAATTsuse.de- Version 2.6.1.116: + Patch now ignores destination file names that are absolute or that contain a component of \"..\" (CVE-2010-4651, bnc#662957).- Drop unified-reject-files-compat.diff. Compatibility has been provided for the past 18 months, hopefully nobody is relying on it any longer.
* Fri Jul 02 2010 jengelhAATTmedozas.de- Use %_smp_mflags
* Wed May 05 2010 agruenAATTsuse.de- Version 2.6.1.81: + Fix backup file detection for deleted files + Allow to create and delete empty files + Stick to the best name in the reversed-patch check + Various portability improvements
* Sun May 02 2010 agruenAATTsuse.de- Fix the linker library order.
* Sun May 02 2010 agruenAATTsuse.de- Be more verbose when %verbose is defined.
* Sun May 02 2010 agruenAATTsuse.de- Version 2.6.1.64: + Support for most features of the \"diff --git\" format: renames and copies, permission changes, symlink diffs. (Binary diffs are not supported yet; patch will complain and skip them.) + Support for double-quoted filenames: when a filename in a context diff starts with a double quote, it is interpreted as a C string literal. The escape sequences \\\\, \\\", \\a, \\b, \\f, \
, \\r, \\t, \\v, and \\ooo (a three-digit octal number between 0 and 255) are recognized. + Refuse to patch read-only files by default, or at least warn when patching such files with --force or --batch. + Refuse to apply a normal patch to a symlink. (Previous versions of patch were wrongly replacing the symlink with a regular file.) + When a timestamp specifies a time zone, honor that instead of assuming the local time zone (--set-date) or Universal Coordinated Time (--set-utc). + Support for nanosecond precision timestamps. + Many portability and bug fixes.
* Sun Jan 31 2010 agruenAATTsuse.de- Version 2.6.1.9: + Skip another ed-dependent test when ed isn\'t installed. + More portability fixes.
* Wed Dec 30 2009 agruenAATTsuse.de- Version 2.6.1: + Support for diff3(1) style merges which show the old, original, and new lines of a conflict has been added (--merge=diff3). The default still is the merge(1) format (--merge or - -merge=merge). + Bug and portability fixes. Sun Dec 6 17:32:57 CET 2009 - jengelh- enable parallel building
* Fri Nov 13 2009 agruenAATTsuse.de- Version 2.6.
* Mon Sep 07 2009 agruenAATTsuse.de- Version 2.5.9.122: + Try to preserve the owning group of patched files.- Add --unified-reject-files backwards-compatibility patch to older SUSE versions of patch.
* Mon Jul 20 2009 agruenAATTsuse.de- Version 2.5.9.120: + When copying files, use full_write() from gnulib instead of write(). + The -m option hasn\'t been officially allocated yet. Use only the long form for now (--merge).
* Fri Jun 19 2009 agruenAATTsuse.de- Version 2.5.9.118: + Change the default value of PATCH_GET to 0. + When merging, make sure that hunks will not end up \"out of order\" + When the file to patch is specified on the command line, apply all patches to that file + Some portability fixes/improvements + Don\'t fail when removing nonexistent files in move_file
* Wed Apr 08 2009 agruenAATTsuse.de- Version 2.5.9.109: + Preserve timestamps in reject files. + Add support for sending output to standard output. + Allow special characters in filenames read interactively. + Don\'t forget to NUL terminate ptimestr in fetchname().
* Tue Apr 07 2009 agruenAATTsuse.de- Version 2.5.9.104: timestamp parsing fix, 64-bit fix.
* Mon Apr 06 2009 agruenAATTsuse.de- Version 2.5.9.97: Another bugfix.
* Mon Apr 06 2009 agruenAATTsuse.de- Version 2.5.9.95: Gnulib update, bug fixes.
* Fri Apr 03 2009 agruenAATTsuse.de- Update to version patch-2.5.9.77: updated manpage and NEWS, no strict depenency on ed in the test suite anymore, and slightly improved handling of asymmetric hunks.
* Thu Apr 02 2009 agruenAATTsuse.de- Update to version patch-2.5.9.69 which has all our patches merged in one form or anther, along with many other fixes and improvements (see NEWS).
* Tue Feb 24 2009 agruenAATTsuse.de- Include patch headers in reject files so that they form proper patches themselves.- Rewrite the unified reject files patch; this is much cleaner now.- Add an improved strategy for locating merges.
* Tue Feb 03 2009 agruenAATTsuse.de- Implement diff3-style merges (including several fixes and improvements).
* Wed Apr 23 2008 agruenAATTsuse.de- remember-backup-files.diff: Fix bug when a file is touched by the same patch more than twice. Move the test cases from the patch header into separate files.- patch-2.5.9-cat_if_device.diff: No need to remember the device we write to as a backup file.
* Fri Nov 02 2007 agruenAATTsuse.de- Patch fails to apply hunks with asymmetric context correctly.
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Thu Jan 12 2006 agruenAATTsuse.de- remember-backup-files.diff: Fix case where a patch modifies a read-only file more than once while --backup is used (test case in the patch header).
* Thu Aug 18 2005 mmjAATTsuse.de- --reject-unified is called --unified-reject-files [#105151]
* Wed Jun 29 2005 mmjAATTsuse.de- Don\'t compile with -f-signed-char [#93883]- Don\'t strip explicitly
* Tue Jan 04 2005 mmjAATTsuse.de- Add patch to make patch able to write reject files to devices, named pipes and sockets [#45794]
* Sun Jan 25 2004 agruenAATTsuse.de- Add --reject-unified option to produce unified reject files: Before, unified reject files were produced if the patch itself was unified; this could sometimes have been annoying.- If a patch with C function names (diff -p) has rejects, include the function names in the reject files.
* Sun Jan 11 2004 adrianAATTsuse.de- add %defattr
* Tue Oct 07 2003 agruenAATTsuse.de- remember-backup-files: Also include the file timestamps in the hash table for non-POSIX-compliant systems that don\'t guarantee that i_dev + i_ino uniquely identifies a file.- #32031: Create --global-reject-file even if --dry-run is specified. Add a missing \'\
\'.
* Wed Jul 16 2003 agruenAATTsuse.de- Replace trailing-cr-fix.diff with official upstream version that fixes this bug differently.
* Mon Jun 30 2003 agruenAATTsuse.de- trailing-cr-fix.diff: Fix a bug in carriage return detection (DOS files) in the unified diff path.- Disable patch that adds comments to C preprocessor style merges, as specified by POSIX.1-2001.
* Wed Jun 25 2003 agruenAATTsuse.de- Fix bug introduced on June 5 that broke remember-backup-files.
* Tue Jun 24 2003 agruenAATTsuse.de- smart-reject-file-format.diff: Work around a special case in which patches are not terminated with a \'^\' in the internal representation. The resulting error message was \"internal error in abort_hunk\".
* Thu Jun 05 2003 agruenAATTsuse.de- Temporary reject file logic: Ooops, now must only close the temporary reject file after processing all patches, instead of after each patch.
* Thu Jun 05 2003 agruenAATTsuse.de- Upgrade to 2.5.9: Several fixes, obsoletes rename-same-file.patch.- Fix and adapt global-reject-file patch: + The global reject file included corrupted headers for each rejected hunk, instead of one header for each file with rejects. + Rename --global-reject to --global-reject-file. + Simplify temporary reject file logic. + Adapt to unified-reject-files patch (which has different headers). + Add entry in man page.- Fix a bug in smart-reject-file-format: Files that are created are identified by `-0,0\'; before the patch was generating `-1,0\' in reject files.- Switch remember-backup-files.diff over to use gnulib\'s hash tables instead of glibc\'s binary trees, requested from upstream to ensure greater portability.- Add /
* SYM
*/ comment to #endif lines for patch -D SYM, too.
* Wed Apr 09 2003 agruenAATTsuse.de- Fix another bug with hard links and backup file generation.- Fix backup file generation if the same file appears in the patch more than once.
* Wed Mar 26 2003 mmjAATTsuse.de- Update to 2.5.8: + Bugfixes + patch -D now outputs preprocessor lines without comments, as required by POSIX 1003.1-2001 + File names in context patches may now contain spaces, so long as the context patch headers use a tab to separate the file name from the time stamp + Perforce is now supported + Patch lines beginning with \"#\" are comments and are ignored
* Wed Jan 15 2003 agruenAATTsuse.de- Fix a bug with hardlinks (see rename-same-file.patch)
* Tue Sep 17 2002 roAATTsuse.de- removed bogus self-provides
* Wed Feb 06 2002 cooloAATTsuse.de- called suse_update_config
* Mon Jun 25 2001 uliAATTsuse.de- added patch adding \"--global-reject\" option by akAATTsuse.de- bzipped tarball
* Tue Mar 06 2001 bkAATTsuse.de- update to 2.5.4, added 2 patches from PLD and use buildroot
* Wed Nov 08 2000 uliAATTsuse.de- now builds with -D_GNU_SOURCE, should avoid miscompilation that breaks LFS support- added fix for offset output by Alessandro Rubini- added fix and enhancement for --ifdef by Pete Buechler
* Sun Feb 27 2000 AATTsuse.de- added missing CFLAGS quotes.
* Sun Feb 27 2000 bkAATTsuse.de- added PPC fixes by Uli back again (-fsigned-char, CPPFLAGS)
* Fri Feb 25 2000 schwabAATTsuse.de- Specfile cleanup, get rid of Makefile.Linux- /usr/man -> /usr/share/man- Add group tag.
* Mon Sep 13 1999 bsAATTsuse.de- ran old prepare_spec on spec file to switch to new prepare_spec.
* Wed Aug 18 1999 uliAATTsuse.de- fixed for PPC (-fsigned-char, CPPFLAGS)
* Tue Mar 16 1999 roAATTsuse.de- update to 2.5.3 using diff from jurix
* Wed Jan 13 1999 bsAATTsuse.de- applied patch from Egbert Eich (problems with non existing files fixed)
* Thu Nov 05 1998 roAATTsuse.de- use libc\'s basename() for glibc
 
ICM