ba653bbeb3
Compile with C89 standard to build with gcc14 based on https://gitlab.com/fweimer-rh/fedora-modernc/-/blob/main/pkg/z/zip.md OBS-URL: https://build.opensuse.org/request/show/1171529 OBS-URL: https://build.opensuse.org/package/show/Archiving/zip?expand=0&rev=26
207 lines
6.9 KiB
Plaintext
207 lines
6.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri May 3 07:11:27 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Compile with C89 standard to build with gcc14
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 20 12:09:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 21 14:35:28 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
|
|
|
|
- Remove FORTIFY_SOURCE=3 as it triggers a buffer overflow,
|
|
fixes bsc#1200712
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 13 08:37:38 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Add 0002-unix-reproducible-directory-order-scandir.patch
|
|
to make zip file creation reproducible
|
|
- Add build time %check
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 3 10:41:10 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- Add reproducible.patch to allow to override mtime values
|
|
stored in .zip (boo#1047218)
|
|
- Add zip-3.0-fix-doc.patch for the --strip-extra param
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 28 16:29:02 UTC 2017 - kstreitova@suse.com
|
|
|
|
- add zip-3.0-fix-memory_leaks.patch to fix memory leaks in zip.c,
|
|
zipfile.c and fileio.c files [bsc#1068346]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 18 10:00:00 UTC 2015 - hsk@imb-jena.de
|
|
|
|
- add libbz2-devel as build requirement
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 3 23:00:00 UTC 2014 - tbehrens@suse.com
|
|
|
|
- Fix bnc#785305
|
|
* Add patch zip-3.0-nomutilation.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 5 07:31:51 UTC 2013 - idonmez@suse.com
|
|
|
|
- Add Source URL, see http://en.opensuse.org/SourceUrls
|
|
- Cleanup spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 21 18:52:08 CEST 2010 - pth@suse.de
|
|
|
|
- Update to Zip 3.0:
|
|
* large-file support (i.e., > 2GB)
|
|
* support for more than 65536 files per archive
|
|
* multi-part archive support
|
|
* bzip2 compression support
|
|
* Unicode (UTF-8) filename and (partial) comment support
|
|
* difference mode (for incremental backups)
|
|
* filesystem-synch mode
|
|
* cross-archive copy mode
|
|
* extended progress info and logging
|
|
* improved archive-fixing support
|
|
* improved streaming and piping
|
|
* improved command-line parser
|
|
* improved Unix FIFO support
|
|
* Unix 32-bit UIDs/GIDs (requires UnZip 6.0 to restore)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 6 03:07:03 UTC 2010 - aj@suse.de
|
|
|
|
- Do not record build time in executable to have reproduceable builds.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 21:00:06 CET 2009 - jengelh@medozas.de
|
|
|
|
- enable parallel building
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 24 17:20:58 UTC 2009 - crrodriguez@opensuse.org
|
|
|
|
- refresh patches
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 3 02:59:50 CEST 2007 - dmueller@suse.de
|
|
|
|
- update to 2.32:
|
|
* fixed -R operation to match the supplied file patterns
|
|
* handle cases where -x, -R, and -i patterns are mixed
|
|
* added some directory-search speedups
|
|
* fixed bug when encrypting large uncompressible files
|
|
* fixed selection of files to delete by date
|
|
* added -MM option where each input file pattern must
|
|
match at least one file and all input files must be readable
|
|
* added check for when Zip tries to exceed seek limit in output file
|
|
* minor changes to compile with Visual C++ 2005
|
|
* added support for Unix FIFOs (named pipes)
|
|
* other minor fixes
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:43:46 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 15 11:31:34 CET 2005 - pth@suse.de
|
|
|
|
- Compile with (limited) large file support. This will support
|
|
single files exceeding 2 GB as long as the archive stays below
|
|
that theshold.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 31 15:05:10 CET 2005 - dmueller@suse.de
|
|
|
|
- build with non-executable stack
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 18 11:57:48 CEST 2005 - rommel@suse.de
|
|
|
|
- update to version 2.31 (has the crypto stuff previously in zip-2.3.patch,
|
|
obsoletes zip-longpath.patch, a few more fixes)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 25 16:39:07 CEST 2005 - meissner@suse.de
|
|
|
|
- correctly use RPM_OPT_FLAGS.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 2 13:16:56 CET 2004 - rommel@suse.de
|
|
|
|
- reworked zip-longpath.patch, missing free's after malloc
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 11 11:58:24 CET 2004 - rommel@suse.de
|
|
|
|
- added zip-longpath.patch (Bugzilla #47932)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 9 16:01:10 CET 2004 - adrian@suse.de
|
|
|
|
- build as user
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 18 01:33:03 CEST 2002 - ro@suse.de
|
|
|
|
- removed bogus self-provides
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 24 13:57:45 CET 2002 - grimmer@suse.de
|
|
|
|
- added zip-2.3-iso8859_2.patch to fix coding conversion
|
|
between Microsoft and Linux file names
|
|
(originally from http://www.axis.cz/linux/zip_unzip.php3,
|
|
enhanced to support both ISO8859-1 and ISO8859-2 by Petr Mladek
|
|
<pmladek@suse.cz>)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 23 13:46:59 CET 2002 - okir@suse.de
|
|
|
|
- Fixed tempfile race
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 18 13:39:45 CEST 2001 - schwab@suse.de
|
|
|
|
- Fix cpp directives inside macro call.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 14 12:29:19 CET 2000 - grimmer@suse.de
|
|
|
|
- added encryption patch
|
|
- bzipped sources
|
|
- now Provides and Obsoletes crzip
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 1 15:21:14 CET 2000 - schwab@suse.de
|
|
|
|
- /usr/man -> /usr/share/man
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 17 16:22:34 MET 1999 - grimmer@suse.de
|
|
|
|
- Update to 2.3
|
|
- Spec file cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 22 16:33:10 MET 1999 - grimmer@suse.de
|
|
|
|
- New version (2.2)
|
|
- specfile updates
|
|
- added french PAC-info
|
|
|
|
----------------------------------------------------------------------------
|
|
Thu Feb 6 11:56:09 CET 1997 - rj@suse.de
|
|
|
|
- Version 2.01:
|
|
- ownerships changed
|
|
- some cosmetic changes
|