From 2054e4db2f40c44b90cd1a4d0751138abadc23e1 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 9 Sep 2014 20:50:34 +0200 Subject: debian/gbp.conf: use export-dir --- debian/gbp.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/gbp.conf b/debian/gbp.conf index 4b8d9a692..ec6d9894e 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -3,3 +3,5 @@ prebuild = ./prepare-release pre-export postbuild = ./prepare-release post-build debian-branch = debian/sid debian-tag = %(version)s +export-dir = ../build-area +sign-tags = True \ No newline at end of file -- cgit v1.2.3 From 7d8a4da74eb7f794e4da1216b39d7e2a1259d18f Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 9 Sep 2014 20:10:41 +0200 Subject: prepare 1.0.8 --- debian/changelog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d940e853b..bf7cd0fb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +apt (1.0.8) unstable; urgency=medium + + [ Holger Wansing ] + * German program translation update (Closes: 758837) + + [ Américo Monteiro ] + * Portuguese manpages translation update (Closes: 759608) + + [ Warren He ] + * initialize iPolicyBrokenCount in DepCache::Update (Closes: 758397) + + [ Andreas Oberritter ] + * Avoid yielding blank lines with APT::Cmd::use-format=true + + [ Michael Vogt ] + * Make Proxy-Auto-Detect check for each host (Closes: #759264) + * Add testcase for apt list --all-versions + * * apt-pkg/deb/dpkgpm.cc: + - update string matching for dpkg I/O errors. (LP: #1363257) + - properly parse the dpkg status line so that package name + is properly set and an apport report is created. Thanks + to Anders Kaseorg for the patch (LP: #1353171) + * Use heap to allocate PatternMatch to avoid potential stack overflow + (Closes: 759612) + * Run autopkgtest tests with "env -i" to avoid pollution from the host env + (Closes: #759655) + * test/integration/test-ubuntu-bug-346386-apt-get-update-paywall: + - use downloadfile() to fix test failure + * Fix incorrect upgradable listing in "apt list" + (thanks to Michael Musenbrock) (Closes: #753297) + * apt-pkg/cachefile.cc: + - ensure we have a Policy in CacheFile.BuildDepCache() + * methods/http.cc: + - Improve Debug::Acquire::http debug output + + [ Dimitri John Ledkov ] + * apt-ftparchive: make Packages & Sources generation optional, + during Generate call + + [ David Kalnischkies ] + * support regular expressions in 'apt search' + * implement --full in apt search + * fix progress report for upgrade and reinstall + * rework PTY magic to fix stair-stepping on kfreebsd (Closes: 759684) + * don't call pager in non-terminals for changelog (Closes: 755040) + + -- Michael Vogt Tue, 09 Sep 2014 20:09:11 +0200 + apt (1.0.7) unstable; urgency=medium [ Michael Vogt ] -- cgit v1.2.3 From c36662e9178b428b0d964d73b55600152a5eded3 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 16 Sep 2014 20:51:19 +0200 Subject: merge previous upload --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bf7cd0fb2..885aaa739 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (1.0.9) unstable; urgency=high + + * SECURITY UPDATE: + - incorrect invalidating of unauthenticated data (CVE-2014-0488) + - incorect verification of 304 reply (CVE-2014-0487) + - incorrect verification of Acquire::Gzip indexes (CVE-2014-0489) + + -- Michael Vogt Mon, 15 Sep 2014 08:34:46 +0200 + apt (1.0.8) unstable; urgency=medium [ Holger Wansing ] -- cgit v1.2.3 From 4502ab82b3cc75e2290cecdef1467da3e51d8647 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 16 Sep 2014 20:53:35 +0200 Subject: prepare 1.0.9.1 --- debian/changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 885aaa739..140e35d4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +apt (1.0.9.1) unstable; urgency=high + + [ Michael Vogt ] + * Allow override of Proxy-Auto-Detect by the users configuration + (Closes: 759264) + * fix ci autopkgtest + + [ Chris Leick ] + * Updated German documentation translation + + [ Mert Dirik ] + * Turkish program translation update (Closes: 761394) + + -- Michael Vogt Tue, 16 Sep 2014 20:52:25 +0200 + apt (1.0.9) unstable; urgency=high * SECURITY UPDATE: -- cgit v1.2.3 From e438bafe7d578a04837c520ca5d69f38a6b993cf Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 17 Sep 2014 22:05:51 +0200 Subject: releasing package apt version 1.0.9.1 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 140e35d4d..36353bd95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,12 @@ apt (1.0.9.1) unstable; urgency=high * Allow override of Proxy-Auto-Detect by the users configuration (Closes: 759264) * fix ci autopkgtest + * fix regression from 1.0.9 when file:/// source are used and + those are on a different partition than the apt state directory + and add regression test + + [ Trần Ngọc Quân ] + * l10n: vi.po (636t): Update program translation [ Chris Leick ] * Updated German documentation translation -- cgit v1.2.3