-
libarchive (3.7.2-1) unstable; urgency=medium
* Add the iso9660-hash patch to fix file ordering. Closes: #1051322
* Add the year 2023 to my debian/* copyright notice.
* Declare compatibility with version 1 of the dpkg build API:
- drop the implied Rules-Requires-Root declaration
- include dpkg's default.mk file for completeness
* Use dh-package-notes to record ELF package metadata.
* New upstream version:
- build and install the new bsdunzip tool in libarchive-tools
- drop the iconv-pkgconfig patch, applied upstream
- update the upstream copyright information
* Do not detect -amd64 versions in the watch file.
* Add the test-zstd-32bit upstream patch.
-- Peter Pentchev <email address hidden> Sat, 14 Oct 2023 18:28:55 +0300
-
libarchive (3.6.2-1) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database.
* Update standards version to 4.6.0, no changes needed.
[ Peter Pentchev ]
* Declare compliance with Policy 4.6.2 with no changes.
* Fix the licensing of the blake2-related files.
Closes: #1023392
* New upstream version:
- fix a ZIP read vulnerability (CVE-2022-28066)
Closes: #1008953
- fix a memory allocation vulnerability (CVE-2022-36227)
Closes: #1024669
- refresh the typos patch
- remove a lot of libarchive internal functions from the shared
library's symbols file. These functions were never present in
any of the public-facing libarchive header files, so they should
not be referenced by any libarchive consumers. In version 3.6.2,
libarchive switched to a "hide internal symbols" policy, so that
these symbols are now not present in the shipped shared library.
- drop the optional internal symbols regular expressions, too;
now that libarchive hides its internal symbols, the appearance of
any names like that in the generated symbols file would be a bug
- add the iconv-pkgconfig patch to drop the reference to "iconv"
from the .pc file: on Debian systems, iconv(3) is part of glibc
-- Peter Pentchev <email address hidden> Sat, 24 Dec 2022 23:17:29 +0200
-
libarchive (3.6.0-1) unstable; urgency=medium
* New upstream version (Closes: #1007120):
- update the upstream copyright information
- drop some patches that were taken from the upstream source:
- lzip-large-dict
- upstream-fix-32bit-size-cast
- upstream-fixup-file-flags
- upstream-fixup-symlinks
- add another spelling correction to the typos patch
- update the line numbers in the typos patch
* Add the year 2022 to my debian/* copyright notice.
* Reorder the copyright file so that it makes sense.
-- Peter Pentchev <email address hidden> Wed, 30 Mar 2022 13:04:33 +0300
-
libarchive (3.5.2-1) unstable; urgency=medium
* Declare compliance with Debian Policy 4.6.0 with no changes.
* Add the year 2021 to my debian/* copyright notice.
* Drop the Breaks/Replaces relations for pre-oldstable versions of
bsdtar and bsdcpio.
* Fix some shellcheck complaints about the minitar autopkgtest.
* Use a comma, not a semicolon, in the Origin DEP-3 header.
* Annotate the sharutils build dependency with <!nocheck>.
Closes: #981654
* Drop the obsolete libattr1-dev build dependency. At the moment it is
still pulled in by libacl1-dev, but there is no reason for us not to
do the right thing, so that everything goes right when libacl1-dev
corrects its build dependency. Closes: #953931
* New upstream version:
- fix handling of symlink ACLs; Closes: 1001986
- never follow symlinks when setting file flags; Closes: 1001990
- update the upstream copyright information
- drop some patches that were taken from the upstream source:
- upstream-cpio-hardlink-type
- upstream-cpio-rdev
- upstream-unneeded-strlen
- upstream-hardlink-to-self
- upstream-set-format-error
- upstream-rar-read-format
- upstream-memory-stdlib
- upstream-max-comp-level
- upstream-isint-w
- update the library symbols file
* Add the lzip-large-dict patch to support larger lzip dictionaries.
Closes: #1001901
* Add the upstream-fixup-symlinks, upstream-fixup-file-flags, and
upstream-fix-32bit-size-cast patches, importing three upstream
post-3.5.2 commits.
-- Peter Pentchev <email address hidden> Wed, 22 Dec 2021 19:51:54 +0200
-
libarchive (3.4.3-2) unstable; urgency=medium
* Add some more upstream patches:
- upstream-isint-w
- upstream-unneeded-strlen
- upstream-hardlink-to-self
- upstream-set-format-error (with a typo corrected)
- upstream-rar-read-format
- upstream-memory-stdlib
- upstream-max-comp-level
* Drop the unused liblzo2 build dependency. According to upstream,
distributing libarchive binaries linked against liblzo2 violates
the liblzo2 GPL license, so libarchive does not even use it unless
explicitly requested, which we do not do anyway.
* Fix two problems related to cross-building libarchive.
Closes: #966637
- drop the gcc B-D that I added as a reminder that dropping --as-needed
was because it is handled automatically
- annotate the test dependencies with <!nocheck>; since we never run
the upstream test suite automatically, but only if the non-standard
"check" build option is specified, this has no effect on normal builds,
but it will fix cross-builds
-- Peter Pentchev <email address hidden> Sat, 01 Aug 2020 21:46:12 +0300
-
libarchive (3.4.3-1) unstable; urgency=medium
* New upstream release:
- update the upstream signing key
- update the typos patch, correct some more mistakes
- drop all the upstream-* patches
- add an upstream copyright notice for a new file
* Add the upstream-cpio-rdev and upstream-cpio-hardlink-type patches.
-- Peter Pentchev <email address hidden> Wed, 03 Jun 2020 16:40:28 +0300
-
libarchive (3.4.2-1) unstable; urgency=medium
* Minor correction to the debian/watch file to catch up with
the upstream site links.
* New upstream release:
- drop some patches that were taken from upstream:
- upstream-rar-use-after-free
- upstream-rar-uaf-test-eof
- upstream-rar-window-mask
- upstream-rar-window-test
- upstream-rar-filter-beyond
- upstream-archive-read-sparse
- upstream-archive-clean
- upstream-doc-7zip-zip
- upstream-open-without-openat
- upstream-lz4-uint32
- CVE-2020-9308 patch
- drop most of the typos patch - integrated upstream
- update the upstream copyright years
* Add some more corrections to the typos patch.
* Drop the Name and Contact upstream metadata fields.
* Drop the phony "build" target.
* Do not pass "--as-needed" to the linker: recent versions of the Debian
GCC package do that by default. Just in case, add a build dependency on
a recent version so that it is not forgotten e.g. in a backport.
* Add some upstream patches since 3.4.2.
* Update to debhelper compat level 13:
- `dh_missing --fail-missing` is the default now
- use execute_before/execute_after targets
* Drop the local-options file.
-- Peter Pentchev <email address hidden> Sat, 09 May 2020 22:04:02 +0300
-
libarchive (3.4.0-2) unstable; urgency=medium
* Declare compliance with Debian Policy 4.5.0 with no changes.
* Add the year 2020 to my debian/* copyright notice.
* Add the CVE-2020-9308 patch - invalid RAR5 headers. (Closes: #951759)
* Make the autopkgtests cross-test-friendly. (Closes: #953140)
-- Peter Pentchev <email address hidden> Sat, 07 Mar 2020 16:28:00 +0200
-
libarchive (3.4.0-1) unstable; urgency=medium
* Declare compliance with Debian Policy 4.4.0 with no changes.
* Mark the adequate test as superficial and give it a name.
* Update the watch file a bit:
- use the version 4 format placeholders
- drop the "pasv" option, no FTP upstream sites
- add the upstream signing key
* Run all available Salsa CI jobs.
* Drop the bsdtar and bsdcpio transitional packages.
Closes: #940745, #940753
* New upstream version:
- drop all the patches obtained from the upstream Git repository
(CVE-2018-1000877, CVE-2018-1000878, CVE-2018-1000879,
CVE-2018-1000880, CVE-2019-1000019, CVE-2019-1000020, and
zip-nullptr)
- update the library symbols file
* Add some bugfix patches obtained from upstream.
* Add the typos patch to correct some typographical and grammatical
errors.
* Update the upstream copyright information.
-- Peter Pentchev <email address hidden> Sat, 21 Sep 2019 01:44:44 +0300
-
libarchive (3.3.3-4+deb10u1) buster-security; urgency=medium
* Non-maintainer upload by the LTS team.
* CVE-2019-18408
Fix use after free in case parts of the archive are corrupt but
the archive contains several headers.
-- Thorsten Alteholz <email address hidden> Sun, 27 Oct 2019 10:03:02 +0200
-
libarchive (3.3.3-4) unstable; urgency=medium
* Add three upstream patches:
- CVE-2019-1000019: fix a crash when parsing some 7zip archives
- CVE-2019-1000020: require the RockRidge extension for iso9660
- zip-nullptr: fix a null pointer deference in ZIP files handling
-- Peter Pentchev <email address hidden> Wed, 06 Feb 2019 11:01:25 +0200
-
libarchive (3.3.3-3) unstable; urgency=medium
[ Andreas Henriksson ]
* Build-depend on libext2fs-dev instead of e2fslibs-dev (Closes: #890210)
* CI: Use the salsa-ci-team pipeline
[ Peter Pentchev ]
* Declare compliance with Debian Policy 4.3.0 with no changes.
* Bump the debhelper compatibility level to 12 with no changes.
* Add my copyright notice for debian/*.
* Extend Andreas Henriksson's copyright notice all the way to 2019.
-- Peter Pentchev <email address hidden> Sat, 05 Jan 2019 19:07:02 +0200
-
libarchive (3.3.3-2) unstable; urgency=medium
* Add Daniel Axtens's security and reliability patches:
- CVE-2018-1000877.patch: Closes: #916964
- CVE-2018-1000878.patch: Closes: #916963
- CVE-2018-1000879.patch: Closes: #916962
- CVE-2018-1000880.patch: Closes: #916960
- all merged upstream in https://github.com/libarchive/libarchive/pull/1105
Thanks to Salvatore Bonaccorso for filing the Debian bugs!
-- Peter Pentchev <email address hidden> Fri, 21 Dec 2018 18:01:29 +0200
-
libarchive (3.3.3-1) unstable; urgency=medium
[ Peter Pentchev ]
* Declare compliance with Debian Policy 4.2.1 with no changes.
* Drop the Lintian overrides related to B-D: debhelper-compat -
Lintian 2.5.98 no longer emits these warnings and errors.
* Build with zstd compression support.
* Pass --fail-missing to dh_missing, not to dh_install any more.
[ Andreas Henriksson ]
* New upstream release.
* Drop debian/patches/ now part of upstream release:
- Avoid-a-read-off-by-one-error-for-UTF16-names-in-RAR.patch
- Do-something-sensible-for-empty-strings-to-make-fuzz.patch
- Fail-with-negative-lha-compsize-in-lha_read_file_header_1.patch
- Reject-LHA-archive-entries-with-negative-size.patch
- Reread-the-CAB-header-skipping-the-self-extracting-b.patch
- archive_strncat_l-allocate-and-do-not-convert-if-len.patch
- iso9660-validate-directory-record-length.patch
* Update libarchive13.symbols
-- Peter Pentchev <email address hidden> Sat, 15 Dec 2018 02:01:01 +0200
-
libarchive (3.2.2-5) unstable; urgency=medium
* Acknowledge NMUs; many thanks to Salvatore Bonaccorso!
* Use my Debian e-mail address.
* Declare compliance with Debian Policy 4.2.0:
- add Rules-Requires-Root: no to the source control stanza
- install the upstream release notes (NEWS)
* Drop the duplicate Priority fields for the binary packages.
* Switch to the HTTPS scheme in various upstream and Debian
packaging URLs.
* Drop some trailing whitespace from old changelog entries.
* Bump the debhelper compatibility level to 11 with no changes and
use the B-D: debhelper-compat (= 11) mechanism.
* Add a trivial autopkgtest running adequate on the binary packages.
-- Peter Pentchev <email address hidden> Sat, 25 Aug 2018 18:28:10 +0300
-
libarchive (3.2.2-4.2) unstable; urgency=medium
* Non-maintainer upload.
* iso9660: validate directory record length (CVE-2017-14501)
(Closes: #875966)
-- Salvatore Bonaccorso <email address hidden> Sun, 05 Aug 2018 08:18:10 +0200
-
libarchive (3.2.2-4.1) unstable; urgency=medium
* Non-maintainer upload.
* Reject LHA archive entries with negative size (CVE-2017-14503)
(Closes: #875960)
* Avoid a read off-by-one error for UTF16 names in RAR archives
(CVE-2017-14502)
(Closes: #875974)
-- Salvatore Bonaccorso <email address hidden> Wed, 25 Jul 2018 21:29:42 +0200
-
libarchive (3.2.2-4) unstable; urgency=medium
* Team upload.
* debian/control: Update Vcs-* fields for move to salsa.debian.org
* debian/control: Replace Priority: extra with optional
-- Andreas Henriksson <email address hidden> Thu, 31 May 2018 00:01:28 +0200
-
libarchive (3.2.2-3.1) unstable; urgency=high
* Non-maintainer upload.
* Reupload 3.2.2-2.1 on top of 3.2.2-3
* archive_strncat_l(): allocate and do not convert if length == 0
(CVE-2016-10209) (Closes: #859456)
* Reread the CAB header skipping the self-extracting binary code
(CVE-2016-10349, CVE-2016-10350) (Closes: #861609)
* Do something sensible for empty strings to make fuzzers happy
(CVE-2017-14166)
Fixes heap-based buffer over-read in the atol8 function. (Closes: #874539)
-- Salvatore Bonaccorso <email address hidden> Thu, 14 Sep 2017 16:02:10 +0200
-
libarchive (3.2.2-3) unstable; urgency=medium
* Remove myself from uploaders
* Promote Peter to primary maintainer replacing team address
-- Andreas Henriksson <email address hidden> Thu, 14 Sep 2017 11:08:48 +0200
-
libarchive (3.2.2-2) unstable; urgency=medium
* Disable tests (Closes: #859455)
-- Andreas Henriksson <email address hidden> Mon, 03 Apr 2017 22:20:05 +0200
-
libarchive (3.2.2-1) unstable; urgency=medium
* Shorten long line in previous changelog entry to please lintian.
* debian/gbp.conf: add upstream-vcs-tag for import-orig
* New upstream release.
* Drop patches now part of upstream release.
* Stop shipping README for now
-- Andreas Henriksson <email address hidden> Mon, 03 Apr 2017 17:17:02 +0200
-
libarchive (3.2.1-6) unstable; urgency=medium
* Add debian/patches/Fail-with-negative-lha-compsize-in-lha_read_file_header_1.patch
- Cherry-pick upstream commit 98dcbbf0bf4854bf987557
"Fail with negative lha->compsize in lha_read_file_header_1()"
Secunia SA74169, CVE-2017-5601 (Closes: #853278)
-- Andreas Henriksson <email address hidden> Tue, 31 Jan 2017 10:25:56 +0100
-
libarchive (3.2.1-5) unstable; urgency=medium
* Cherry-pick upstream commits 7f17c791, eec077f5, e37b620f
- Fixes for upstream issues 747, 761, 767 also known as
CVE-2016-8689, CVE-2016-8688, CVE-2016-8687
(Closes: #840934, #840935, #840936)
-- Andreas Henriksson <email address hidden> Sun, 16 Oct 2016 15:41:59 +0200
-
libarchive (3.2.1-4) unstable; urgency=medium
* Bump debhelper compat to 10
* Install manpages via debian/*.install
* libarchive-dev: ship examples/ directory (Closes: #659650)
* Use the "fail-missing" dh_install option
* Cherry-pick upstream commits for CVE-2016-5418 (Closes: #837714)
-- Andreas Henriksson <email address hidden> Thu, 06 Oct 2016 23:01:41 +0200
-
libarchive (3.2.1-3) unstable; urgency=medium
[ Michael Biebl ]
* (Re)add debian/libarchive13.symbols (Closes: #838775)
[ Andreas Henriksson ]
* Mark leaked private symbols as optional for now until fixed upstream
* Fail to build when symbols file is outdated
-- Andreas Henriksson <email address hidden> Thu, 06 Oct 2016 18:18:41 +0200
-
libarchive (3.2.1-2) unstable; urgency=medium
* The "welcome Peter to the team" upload
[ Peter Pentchev ]
* Declare compliancy with Debian Policy 3.9.8 with no changes.
* Remove the "XS-Testsuite: autopkgtest" header from the control file:
it has not been "XS-" for some time, and it is added by default by
dpkg-1.17.11 when debian/tests/control is present.
* Use the HTTPS scheme for the Alioth VCS URLs.
* Switch to Alioth's cgit in the Vcs-Browser source control field.
* Convert the copyright file to the machine-readable format.
* Fill in the upstream metadata file.
* Enable full build hardening.
* Pass --as-needed to the linker to avoid overlinking.
* Bump the debhelper build dependency to version 9 to reflect
the debhelper compatibility level and drop the now-unused Lintian
override.
* Fold the bsdtar and bsdcpio packages into the new libarchive-tools
binary package and install bsdcat into it, too. Make bsdtar and
bsdcpio transitional dummy packages.
* Drop the Breaks and Replaces relations to libarchive1, it's not
even in oldstable any more.
* Drop the misc:Pre-Depends that were needed for the multi-arch
transition; dpkg-dev adds them automatically now.
* Fix a typo in README.Debian.
* Add an upstream patch to replace the use of SIGRTMAX with something
that calculates the exact value of the highest signal actually used;
hopefully this fixes the FTBFS on the GNU Hurd.
* Drop the outdated and unused SONAME mismatch Lintian override.
* Re-enable the use of minitar for extraction, too, in the CI test;
keep the untar test for completeness.
* Add the Typos patch to fix a couple of typographical errors.
* Add the Candidate patch to fix a typographical error in a structure
member field and, consequently, update all references to it.
* Add the CPPCheck patch to fix some issues reported by cppcheck.
[ Andreas Henriksson ]
* Add Peter Pentchev to Uploaders
-- Andreas Henriksson <email address hidden> Mon, 25 Jul 2016 17:54:13 +0200
-
libarchive (3.2.1-1) unstable; urgency=medium
* New upstream release.
* Add patch cherry-picked from upstream fixing build with xz-utils < 5.2
-- Andreas Henriksson <email address hidden> Sun, 26 Jun 2016 21:28:27 +0200
-
libarchive (3.2.0-2) unstable; urgency=medium
* Add CVE identifiers to previous changelog entry.
* Upload to unstable.
-- Andreas Henriksson <email address hidden> Wed, 01 Jun 2016 07:34:12 +0200
-
libarchive (3.1.2-11.1) unstable; urgency=high
* Non-maintainer upload.
- Make libarchive/unstable catch up with libarchive/stable
(Closes: #823984)
[ Salvatore Bonaccorso ]
* CVE-2016-1541: heap-based buffer overflow due to improper input
validation (Closes: #823893)
-- Simon McVittie <email address hidden> Mon, 16 May 2016 09:46:05 +0100
-
libarchive (3.1.2-11) unstable; urgency=medium
* Add d/p/Add-ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS-option.patch
(Closes: #778266)
-- Andreas Henriksson <email address hidden> Thu, 05 Mar 2015 14:54:43 +0100
-
libarchive (3.1.2-10) unstable; urgency=medium
* Add d/p/Do-not-overwrite-file-size-if-the-local-file-header-.patch
- cherry-picked from upstream git commit e234932de2474c4f99787
Thanks to Maximiliano Curia (Closes: #769290)
-- Andreas Henriksson <email address hidden> Thu, 20 Nov 2014 21:10:43 +0100
-
libarchive (3.1.2-9) unstable; urgency=medium
[ Andreas Henriksson ]
* Drop Andres Mejia from Uploaders by request of MIA (Closes: #743538)
[ Breno Leitao ]
* Use dh-autoreconf for the benefit of ppc64el (Closes: #750483)
[ Andreas Henriksson ]
* Bump Standards-Version to 3.9.5
-- Andreas Henriksson <email address hidden> Sun, 17 Aug 2014 10:45:27 +0200
-
libarchive (3.1.2-8) unstable; urgency=medium
[ Michael Terry ]
* Fix DEP8 minitar test to use application/gzip (Closes: #731962)
[ Daniel Schepler ]
* Implement DEB_BUILD_OPTIONS=nocheck (Closes: #738159)
-- Andreas Henriksson <email address hidden> Wed, 12 Feb 2014 22:53:33 +0100
-
libarchive (3.1.2-7) unstable; urgency=low
* Upload to unstable.
-- Andres Mejia <email address hidden> Sat, 25 May 2013 16:07:06 -0400
-
libarchive (3.0.4-3+nmu1) unstable; urgency=medium
* Non-maintainer upload.
* Use integers instead of unsigned longs in disk read/write routines, fixing
a build failure on s390x (closes: #704769).
-- Michael Gilbert <email address hidden> Sun, 21 Apr 2013 00:20:35 +0000
-
libarchive (3.0.4-3) unstable; urgency=low
* Add patch that fixes CVE-2013-0211. (Closes: #703957)
-- Andreas Henriksson <email address hidden> Wed, 27 Mar 2013 16:20:36 +0100
-
libarchive (3.0.4-2) unstable; urgency=low
* Add debian/patches/gcc-4.7-fixes-from-upstream.patch
(Closes: #674368, #672690)
-- Andreas Henriksson <email address hidden> Thu, 24 May 2012 14:49:41 +0200
-
libarchive (3.0.4-1) unstable; urgency=low
* New upstream release.
* Patches removed, applied upstream.
-- Andres Mejia <email address hidden> Thu, 29 Mar 2012 09:44:15 -0400
-
libarchive (3.0.3-7) unstable; urgency=low
* Allow the dev package to be multi-arch installable.
* Set verbosity level to 1 for test programs. This incorporates upstream
commit 7cd65cd07cfa2693455d174049b4887434041695. (Closes: #662716)
* Fixup package description about ISO support. (Closes: #659651)
-- Andres Mejia <email address hidden> Fri, 16 Mar 2012 16:21:21 -0400
-
libarchive (3.0.3-6) unstable; urgency=low
* Add patch to fix infinite loop in xps files (Closes: #662603)
- Thanks for the patch to Savvas Radevic!
-- Andreas Henriksson <email address hidden> Mon, 05 Mar 2012 16:23:05 +0100
-
libarchive (3.0.3-5) unstable; urgency=low
* Detect if locales or locales-all is installed for use with test suite.
* Bump Standards-Version to 3.9.3.
-- Andres Mejia <email address hidden> Thu, 23 Feb 2012 19:29:24 -0500
-
libarchive (3.0.3-4) unstable; urgency=low
* Ensure tests are not run via root. (Closes: #659294)
-- Andres Mejia <email address hidden> Tue, 21 Feb 2012 16:01:26 -0500
-
libarchive (3.0.3-3) unstable; urgency=low
* Update watch file to use new home for downloads.
-- Andres Mejia <email address hidden> Mon, 06 Feb 2012 17:04:34 -0500
-
libarchive (2.8.5-5) unstable; urgency=medium
* Backport fixes for fix for CVE-2011-1777 and CVE-2011-1778.
(Closes: #651844)
* Fix build failure for GNU/Hurd. (Closes: #651995)
* Regenerate autoreconf patch.
-- Andres Mejia <email address hidden> Wed, 14 Dec 2011 12:18:31 -0500
-
libarchive (2.8.5-4) unstable; urgency=low
[ Andres Mejia ]
* Improve each packages' long description.
* Refresh all patches.
[ Samuel Thibault ]
* Skip libacl1-dev build dependency on hurd (Closes: #645403)
[ Andreas Henriksson ]
* Add 0009-Patch-from-upstream-rev-3751.patch (Closes: #641265)
+ Thanks to Michael Cree for figuring out the details.
-- Andres Mejia <email address hidden> Sun, 11 Dec 2011 21:55:59 -0500
-
libarchive (2.8.5-3) unstable; urgency=low
* Fix upgrade breakage because of manpages being moved from libarchive1 to
libarchive-dev. (Closes: #641978)
* Make short descriptions for packages unique.
* Explicitly set config options to be used during builds.
-- Andres Mejia <email address hidden> Sun, 18 Sep 2011 10:25:34 -0400
-
libarchive (2.8.5-2) unstable; urgency=low
* Add gbp.conf to enable pristine-tar to true by default.
* Add myself to uploaders field.
* Add default options to fail on any upstream changes during a build.
* Bump Standards-Version to 3.9.2.
* Remove duplicate "Section" field.
* Remove unnecessary use of *.dirs dh files.
* Remove unneeded build-deps.
* Provide patch that implements changes made after running autoreconf -vif.
* Remove generic comments from debian/rules.
* Support parallel builds.
* Remove commented lines from install file.
* Add docs to all packages except the shared library package.
* Remove unneeded use of 'debian/tmp' in path for install files.
* Provide different mechanism to install symlink for libarchive1 package.
* Move all manpages for libarchive1 to libarchive-dev.
* Move libarchive-dev control stanza up. This will make libarchive-dev the
default package for installing files into, such as the README.Debian.
* Convert libarchive into multiarch library package.
* Update Vcs-* entries.
-- Andres Mejia <email address hidden> Sat, 17 Sep 2011 18:50:11 -0400
-
libarchive (2.8.5-1) unstable; urgency=low
* Add 0010-Patch-from-upstream-rev-2811.patch
* Drop "update-patch-series" target from debian/rules
* Convert package to dh7
* Imported Upstream version 2.8.5 (Closes: #640524)
* Rebase patch queue and drop patches merged upstream
- dropped 0003-Patch-from-upstream-rev-2516.patch
- dropped 0010-Patch-from-upstream-rev-2811.patch
-- Andreas Henriksson <email address hidden> Mon, 05 Sep 2011 17:35:36 +0200
-
libarchive (2.8.4-2) unstable; urgency=low
* update-patch-series:
+ replace local patch with upstream commit.
(Rebase patches branch to drop commit/patch
"0007-Ignore-ENOSYS-error-when-sett...", in favor of upstream
revision 2537 added as "0007-Patch-from-upstream-rev-2537.patch")
+ add 0008-Patch-from-upstream-rev-2888.patch (Closes: #610079)
+ add 0009-Patch-from-upstream-rev-2940.patch (Closes: #610783)
-- Andreas Henriksson <email address hidden> Tue, 09 Aug 2011 13:39:10 +0200
-
libarchive (2.8.4-1) unstable; urgency=low
* Update debian/watch for new code.google.com layout.
* update patch series:
+ added 0003-Patch-from-upstream-rev-2516.patch
- Compatibility with WinISO generated iso files (Closes: #587513)
+ added 0004-Patch-from-upstream-rev-2514.patch
+ added 0005-Patch-from-upstream-rev-2520.patch
- Enable version stripping code in iso9660/joliet (Closes: #587316)
* Imported Upstream version 2.8.4
* update-patch-series:
+ added 0006-Patch-from-upstream-rev-2521.patch
+ added 0007-Ignore-ENOSYS-error-when-sett... (Closes: #588925)
- Big thanks to Modestas Vainius for awesome debugging!
-- Andreas Henriksson <email address hidden> Thu, 15 Jul 2010 14:45:06 +0200
-
libarchive (2.8.3-1) unstable; urgency=low
* Imported Upstream version 2.8.3
* update-patch-series: 0001-Clear-archive_error_number-in-archiv...
- gvfs has been fixed since, workaround not needed anymore.
-- Andreas Henriksson <email address hidden> Fri, 23 Apr 2010 13:25:33 +0200
-
libarchive (2.8.0-2) unstable; urgency=low
* Clean up libarchive.la file. (Closes: #571468)
- Thanks to Sune Vuorela for suggesting this fix.
* Update patch series:
+ added two patches matching revision 1990, 1991 from upstream
regarding PATH_MAX hopefully fixing build on Hurd.
-- Andreas Henriksson <email address hidden> Thu, 25 Feb 2010 22:31:13 +0100
-
libarchive (2.8.0-1) unstable; urgency=low
* Set myself as maintainer (Closes: #570539).
+ co-maintainers welcome!
* Imported Upstream version 2.8.0 (Closes: #559158)
* Drop debian revision in symbols file.
* Updated symbols for 2.8
* Update rules for new build directory (config.aux -> build/autoconf)
* Replace ${Source-Version} with ${source:Version} in control file.
* Drop debian/shlibs.local.ex
* Bump debhelper compatibility level to 5.
* Stop trying to install non-existant usr/share/pkgconfig
* Update Vcs fields to point to new collab-maint repository.
* Update debian/copyright
* Bump Standards-Version to 3.8.4
* Add update-patch-series target in debian/rules.
* Added patch to fix gvfsd-archive problems:
+ 0001-Clear-archive_error_number-in-archive_clear_error.patch
(from http://bugs.gentoo.org/show_bug.cgi?id=289260#c1 )
* Switch to dpkg-source 3.0 (quilt) format
* Split Build-Depends on multiple lines.
* Add liblzma-dev to Build-Depends for lzma support.
* Add Build-Depends on libxml2-dev for xar support.
* Explicitly give --without-openssl to configure.
-- Andreas Henriksson <email address hidden> Tue, 23 Feb 2010 20:50:25 +0100
-
libarchive (2.6.2-2) unstable; urgency=low
* Orphaning the package; set maintainer to QA group.
-- John Goerzen <email address hidden> Fri, 19 Feb 2010 11:23:14 -0600
-
libarchive (2.6.2-1) unstable; urgency=low
* New Upstream Version. Closes: #516577.
* Update watch file to new homepage. Closes: #517398.
-- John Goerzen <email address hidden> Thu, 12 Mar 2009 09:32:31 -0500
-
libarchive (2.6.1-1) unstable; urgency=low
* New Upstream Version
* Update homepage. Closes: #514835.
* Clean up Debian rules. Patch partially from Bernhard R. Link.
Closes: #480495.
-- John Goerzen <email address hidden> Thu, 19 Feb 2009 09:28:57 -0600
-
libarchive (2.4.17-2) unstable; urgency=high
[ John Goerzen ]
* Ignore failures in test suite due to bugs in the testsuite that were
turning into FTBFS bugs. Closes: #474400.
* Added README.Debian documenting need for largefile suport in
sources. Mostly used suggested text found in #479728. Closes:
#479728.
[ Bernhard R. Link ]
* Added symbols file for libarchive. Closes: #476516.
-- John Goerzen <email address hidden> Thu, 05 Jun 2008 15:42:57 -0500