X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=cd294f078bfdabcf2136c9cfeda2dd83ba1f36e1;hb=6b5e909c383d1c56771e29a178078e39a882825b;hp=1bb107728187acb364f61d4d9f9cd4c0b8e90c84;hpb=3bfdc14c713fb2b9c9ad0c9e9e87e32dee5fd165;p=debian%2Ftar diff --git a/debian/changelog b/debian/changelog index 1bb10772..cd294f07 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,34 @@ +tar (1.29b-2) UNRELEASED; urgency=medium + + * add suggests tar-doc, closes: #856958 + * dump test results into build log on make check failure for kfreebsd team + + -- Bdale Garbee Thu, 08 Jun 2017 12:20:20 -0600 + +tar (1.29b-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * CVE-2016-6321: Bypassing the extract path name. + When extracting, member names containing '..' components are skipped. + (Closes: #842339) + + -- Salvatore Bonaccorso Sun, 30 Oct 2016 07:35:31 +0100 + +tar (1.29b-1) unstable; urgency=medium + + * re-constitute the 1.29 orig.tar with man pages as version 1.29b + * re-enable parallel builds and increase build verbosity, closes: #824631 + * switch to man pages provided by upstream since 1.28, closes: #827017, + #391714, #473228, #524819, #711725, #720877, #766016, #779795. + + -- Bdale Garbee Fri, 22 Jul 2016 13:13:55 -0600 + +tar (1.29-1) unstable; urgency=medium + + * new upstream version, closes: #816072 + + -- Bdale Garbee Tue, 17 May 2016 12:37:57 -0600 + tar (1.28-2) unstable; urgency=low * patch from upstream to fix --files-from and recursive extract,