f6ec1d1d58
- fix failed tests on ppc OBS-URL: https://build.opensuse.org/request/show/104794 OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=9
170 lines
5.7 KiB
Plaintext
170 lines
5.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 13 18:19:49 UTC 2012 - dvaleev@suse.com
|
|
|
|
- fix failed tests on ppc
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 8 10:57:45 UTC 2012 - idonmez@suse.com
|
|
|
|
- Use %makeinstall to be SLES compatible
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 22 11:27:05 UTC 2011 - werner@suse.de
|
|
|
|
- For SLES11 work around missing rpm macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 6 16:00:48 UTC 2011 - coolo@suse.com
|
|
|
|
- rename main package to libarchive
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 6 16:00:32 UTC 2011 - coolo@suse.com
|
|
|
|
- Update to libarchive 2.8.5 (from werner)
|
|
* Fix issue 134: Improve handling of open failures
|
|
* Fix issue 119: Relax ISO verification
|
|
* Fix issue 121: mtree parsing
|
|
* Fix extraction of GNU tar 'D' directory entries
|
|
* Be less demanding in LZMA/XZ compression tests
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 30 08:15:50 UTC 2011 - coolo@suse.com
|
|
|
|
- add baselibs.conf for PackageKit to use
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 19 13:23:09 UTC 2011 - idoenmez@novell.com
|
|
|
|
- Add suport for xz and xar archives
|
|
- Add libarchive-2.8.4-iso9660-data-types.patch:
|
|
fix ISO9660 reader data type mismatches
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 11 13:36:59 UTC 2010 - puzel@novell.com
|
|
|
|
- udpate to libarchive-2.8.4
|
|
- see /usr/share/doc/packages/libarchive2/NEWS for changes
|
|
- drop libarchive-2.5.5_fix_testsuite.patch (upstream)
|
|
- update libarchive-2.5.5_handle_ENOSYS_from_lutimes.patch
|
|
- clean up specfile
|
|
- disable make check for now
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 6 04:36:37 UTC 2010 - jengelh@medozas.de
|
|
|
|
- enable parallel building
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 29 17:24:49 CET 2008 - mrueckert@suse.de
|
|
|
|
- added libarchive-2.5.5_handle_ENOSYS_from_lutimes.patch:
|
|
it can happen that your system at build times supports lutimes
|
|
but later at runtime the needed syscall is missing.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 8 17:57:29 CEST 2008 - mrueckert@suse.de
|
|
|
|
- fix rm calls in %install
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 6 17:54:11 CEST 2008 - mrueckert@suse.de
|
|
|
|
- update to 2.5.5
|
|
This is a major version bump again: it incorporates
|
|
lots of bugfixes and improvements.
|
|
For all the details please see
|
|
/usr/share/doc/packages/libarchive2/NEWS
|
|
- drop the .la file
|
|
- dropped patch libarchive-2.2.5_rpath.patch:
|
|
no longer needed
|
|
- added libarchive-2.5.5_fix_testsuite.patch:
|
|
added missing mode to open() with O_CREAT
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 15 12:58:06 CEST 2007 - ro@suse.de
|
|
|
|
- fix dependency of devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 7 16:47:22 CEST 2007 - mrueckert@suse.de
|
|
|
|
- restructured package:
|
|
bsdtar is now the main package and libarchive2 and libarchive-devel
|
|
the subpackages. This saves us a rename on soversion bumps.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 30 14:31:32 CEST 2007 - mrueckert@suse.de
|
|
|
|
- update to 2.2.5 (#291358)
|
|
This is a major version bump. For a full list of all changes see
|
|
/usr/share/doc/packages/libarchive/NEWS. Mostly notable this up-
|
|
date includes the fixes for the following security bugs:
|
|
Errors handling corrupt tar files in libarchive
|
|
(CVE-2007-3641, CVE-2007-3644, CVE-2007-3645)
|
|
- added libarchive-2.2.5_rpath.patch:
|
|
dont set a rpath on the builddir.
|
|
- no longer building the static lib
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 8 01:35:37 CEST 2007 - ro@suse.de
|
|
|
|
- added ldconfig to post scripts
|
|
- remove minitar objects (leave binary there for now)
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Apr 8 20:53:59 CEST 2007 - mrueckert@suse.de
|
|
|
|
- updated to 2.0.28
|
|
- removed all patches:
|
|
included upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 24 20:07:04 CET 2007 - mrueckert@suse.de
|
|
|
|
- require libbz2-devel on >= 10.3
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Mar 24 16:30:08 CET 2007 - aj@suse.de
|
|
|
|
- Change requires for libbz2 split.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 6 16:49:29 CET 2007 - mrueckert@suse.de
|
|
|
|
- updated bsdtar-1.2.53_ext2_include.patch:
|
|
the old fix was not complete and on newer glibc/kernel-headers it
|
|
seems you need to include linux/fs.h explicitly
|
|
new name: bsdtar-1.3.1_linux_fs_includes.patch
|
|
- build with -fno-strict-aliasing
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 10 13:01:38 CET 2006 - mrueckert@suse.de
|
|
|
|
- added SA-06-24_libarchive.patch:
|
|
fix DOS in libarchive (CVE-2006-5680)
|
|
http://security.freebsd.org/advisories/FreeBSD-SA-06:24.libarchive.asc
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 22 13:03:42 CET 2006 - mrueckert@suse.de
|
|
|
|
- update to version 1.3.1
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 27 02:32:57 CEST 2006 - mrueckert@suse.de
|
|
|
|
- updated to 1.2.53:
|
|
Upstream merged the source tarball.
|
|
Splitted of a bsdtar package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 27 19:24:00 CET 2006 - mrueckert@suse.de
|
|
|
|
- fixed building of debuginfo package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 27 18:32:04 CET 2006 - mrueckert@suse.de
|
|
|
|
- libarchive 1.2.38
|
|
|