[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#838779: marked as done (Release.gpg not downloaded unless Release is deleted)



Your message dated Sat, 26 Nov 2016 00:03:23 +0000
with message-id <E1cAQSh-000BfZ-KQ@fasolo.debian.org>
and subject line Bug#838779: fixed in apt 1.4~beta1
has caused the Debian Bug report #838779,
regarding Release.gpg not downloaded unless Release is deleted
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
838779: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838779
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 1.3
Severity: normal

I tested this in Debian stable (with apt 1.0.9.8.3) and Debian
testing/experimental (with apt 1.3~rc4 and 1.3, respectively). In Debian
stable, this works as expected, but in Debian testing and experimental,
I run into the bug. See the bottom of this report for a full command
log.

When adding the http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial
repository, the Release and main_binary-amd64_Packages.lz4 files are
downloaded and stored in /var/lib/apt/lists. Release.gpg is discarded
because the necessary public key to verify the signature is not yet
installed.

After installing i3-autobuild-keyring, which adds the public key using
apt-key add, the signature can successfully be verified (apt-get update
no longer prints an error).

However, even though Release.gpg is downloaded when running apt-get
update, Release.gpg is not stored in /var/lib/apt/lists! 

Only when I delete the Release file, apt-get update will store the
corresponding Release.gpg in /var/lib/apt/lists.

This seems like a regression to me, and requires an extra step in the
instructions for our users on how to enable our repository.

Am I misunderstanding something, or is this actually a bug in apt?

Steps to reproduce:

$ docker run -t -i debian:experimental /bin/bash
root@2b9c08db7f2a:/# apt-get update
Get:1 http://mirrors.kernel.org/debian unstable InRelease [209 kB]
Get:2 http://mirrors.kernel.org/debian experimental InRelease [107 kB]
Get:3 http://mirrors.kernel.org/debian unstable/main amd64 Packages [9673 kB]
Get:4 http://mirrors.kernel.org/debian experimental/main amd64 Packages [356 kB]
Fetched 10.3 MB in 3s (2902 kB/s)                       
Reading package lists... Done
root@2b9c08db7f2a:/# echo 'deb http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial main' > /etc/apt/sources.list.d/i3-autobuild.list
root@2b9c08db7f2a:/# cd /var/lib/apt/lists
root@2b9c08db7f2a:/var/lib/apt/lists# ls -l
total 16044
-rw-r--r-- 1 root root   107378 Sep 24 15:37 httpredir.debian.org_debian_dists_experimental_InRelease
-rw-r--r-- 1 root root   717770 Sep 24 14:41 httpredir.debian.org_debian_dists_experimental_main_binary-amd64_Packages.lz4
-rw-r--r-- 1 root root   209324 Sep 24 15:40 httpredir.debian.org_debian_dists_unstable_InRelease
-rw-r--r-- 1 root root 15379248 Sep 24 14:40 httpredir.debian.org_debian_dists_unstable_main_binary-amd64_Packages.lz4
-rw-r----- 1 root root        0 Sep 24 18:49 lock
drwx------ 2 _apt root     4096 Sep 24 18:49 partial
root@2b9c08db7f2a:/var/lib/apt/lists# apt-get update
Ign:1 http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial InRelease
Get:3 http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial Release [2664 B]
Hit:2 http://mirrors.accretive-networks.net/debian unstable InRelease                               
Get:5 http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial Release.gpg [821 B]           
Hit:4 http://mirrors.accretive-networks.net/debian experimental InRelease
Ign:5 http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial Release.gpg
Get:6 http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial/main amd64 Packages [1044 B]
Fetched 4529 B in 0s (6117 B/s)    
Reading package lists... Done
W: GPG error: http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 070D94CCBE1DB1F1
W: The repository 'http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@2b9c08db7f2a:/var/lib/apt/lists# ls -l
total 16052
-rw-r--r-- 1 root root     2664 Sep 24 18:06 dl.bintray.com_i3_i3-autobuild-ubuntu_dists_xenial_Release
-rw-r--r-- 1 root root     1483 Sep 24 18:06 dl.bintray.com_i3_i3-autobuild-ubuntu_dists_xenial_main_binary-amd64_Packages.lz4
-rw-r--r-- 1 root root   107378 Sep 24 15:37 httpredir.debian.org_debian_dists_experimental_InRelease
-rw-r--r-- 1 root root   717770 Sep 24 14:41 httpredir.debian.org_debian_dists_experimental_main_binary-amd64_Packages.lz4
-rw-r--r-- 1 root root   209324 Sep 24 15:40 httpredir.debian.org_debian_dists_unstable_InRelease
-rw-r--r-- 1 root root 15379248 Sep 24 14:40 httpredir.debian.org_debian_dists_unstable_main_binary-amd64_Packages.lz4
-rw-r----- 1 root root        0 Sep 24 18:49 lock
drwx------ 2 _apt root     4096 Sep 24 18:49 partial
root@2b9c08db7f2a:/var/lib/apt/lists# apt-get install --allow-unauthenticated i3-autobuild-keyring
Reading package lists... Done
Building dependency tree... Done
The following additional packages will be installed:
  dirmngr gnupg gnupg-agent gnupg-l10n libassuan0 libffi6 libgmp10 libgnutls30 libhogweed4 libidn11
  libksba8 libldap-2.4-2 libnettle6 libnpth0 libp11-kit0 libreadline6 libsasl2-2 libsasl2-modules
  libsasl2-modules-db libsqlite3-0 libssl1.0.2 libtasn1-6 pinentry-curses readline-common
Suggested packages:
  tor parcimonie xloadimage gnutls-bin libsasl2-modules-otp libsasl2-modules-ldap libsasl2-modules-sql
  libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal pinentry-doc readline-doc
The following NEW packages will be installed:
  dirmngr gnupg gnupg-agent gnupg-l10n i3-autobuild-keyring libassuan0 libffi6 libgmp10 libgnutls30
  libhogweed4 libidn11 libksba8 libldap-2.4-2 libnettle6 libnpth0 libp11-kit0 libreadline6 libsasl2-2
  libsasl2-modules libsasl2-modules-db libsqlite3-0 libssl1.0.2 libtasn1-6 pinentry-curses
  readline-common
0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
Need to get 6953 kB of archives.
After this operation, 19.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
WARNING: The following packages cannot be authenticated!
  i3-autobuild-keyring
Authentication warning overridden.
Get:1 http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial/main amd64 i3-autobuild-keyring all 2016.03.28 [6320 B]
Get:2 http://mirrors.accretive-networks.net/debian unstable/main amd64 libassuan0 amd64 2.4.3-1 [42.7 kB]
Get:3 http://mirrors.accretive-networks.net/debian unstable/main amd64 pinentry-curses amd64 0.9.7-5 [45.5 kB]
Get:4 http://mirrors.accretive-networks.net/debian unstable/main amd64 libnpth0 amd64 1.2-3 [13.7 kB]
Get:5 http://mirrors.accretive-networks.net/debian unstable/main amd64 readline-common all 6.3-8 [57.7 kB]
Get:6 http://mirrors.accretive-networks.net/debian unstable/main amd64 libreadline6 amd64 6.3-8+b4 [142 kB]
Get:7 http://mirrors.accretive-networks.net/debian unstable/main amd64 gnupg-agent amd64 2.1.15-3 [411 kB]
Get:8 http://mirrors.accretive-networks.net/debian unstable/main amd64 libksba8 amd64 1.3.5-2 [99.7 kB]
Get:9 http://mirrors.accretive-networks.net/debian unstable/main amd64 libsqlite3-0 amd64 3.14.2-1 [559 kB]
Get:10 http://mirrors.accretive-networks.net/debian unstable/main amd64 gnupg amd64 2.1.15-3 [962 kB]
Get:11 http://mirrors.accretive-networks.net/debian unstable/main amd64 libssl1.0.2 amd64 1.0.2i-1 [1291 kB]
Get:12 http://mirrors.accretive-networks.net/debian unstable/main amd64 libgmp10 amd64 2:6.1.1+dfsg-1 [254 kB]
Get:13 http://mirrors.accretive-networks.net/debian unstable/main amd64 libnettle6 amd64 3.2-1 [191 kB]
Get:14 http://mirrors.accretive-networks.net/debian unstable/main amd64 libhogweed4 amd64 3.2-1 [136 kB]
Get:15 http://mirrors.accretive-networks.net/debian unstable/main amd64 libidn11 amd64 1.33-1 [115 kB]
Get:16 http://mirrors.accretive-networks.net/debian unstable/main amd64 libffi6 amd64 3.2.1-6 [20.4 kB]
Get:17 http://mirrors.accretive-networks.net/debian unstable/main amd64 libp11-kit0 amd64 0.23.2-5 [111 kB]
Get:18 http://mirrors.accretive-networks.net/debian unstable/main amd64 libtasn1-6 amd64 4.9-4 [50.0 kB]
Get:19 http://mirrors.accretive-networks.net/debian unstable/main amd64 libgnutls30 amd64 3.5.4-2 [810 kB]
Get:20 http://mirrors.accretive-networks.net/debian unstable/main amd64 libsasl2-modules-db amd64 2.1.26.dfsg1-15 [66.9 kB]
Get:21 http://mirrors.accretive-networks.net/debian unstable/main amd64 libsasl2-2 amd64 2.1.26.dfsg1-15 [103 kB]
Get:22 http://mirrors.accretive-networks.net/debian unstable/main amd64 libldap-2.4-2 amd64 2.4.42+dfsg-2+b2 [222 kB]
Get:23 http://mirrors.accretive-networks.net/debian unstable/main amd64 dirmngr amd64 2.1.15-3 [401 kB]
Get:24 http://mirrors.accretive-networks.net/debian unstable/main amd64 libsasl2-modules amd64 2.1.26.dfsg1-15 [101 kB]
Get:25 http://mirrors.accretive-networks.net/debian unstable/main amd64 gnupg-l10n all 2.1.15-3 [741 kB]
Fetched 6953 kB in 4s (1698 kB/s)   
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libassuan0:amd64.
(Reading database ... 6471 files and directories currently installed.)
Preparing to unpack .../00-libassuan0_2.4.3-1_amd64.deb ...
Unpacking libassuan0:amd64 (2.4.3-1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../01-pinentry-curses_0.9.7-5_amd64.deb ...
Unpacking pinentry-curses (0.9.7-5) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../02-libnpth0_1.2-3_amd64.deb ...
Unpacking libnpth0:amd64 (1.2-3) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../03-readline-common_6.3-8_all.deb ...
Unpacking readline-common (6.3-8) ...
Selecting previously unselected package libreadline6:amd64.
Preparing to unpack .../04-libreadline6_6.3-8+b4_amd64.deb ...
Unpacking libreadline6:amd64 (6.3-8+b4) ...
Selecting previously unselected package gnupg-agent.
Preparing to unpack .../05-gnupg-agent_2.1.15-3_amd64.deb ...
Unpacking gnupg-agent (2.1.15-3) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ...
Unpacking libksba8:amd64 (1.3.5-2) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../07-libsqlite3-0_3.14.2-1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.14.2-1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../08-gnupg_2.1.15-3_amd64.deb ...
Unpacking gnupg (2.1.15-3) ...
Selecting previously unselected package i3-autobuild-keyring.
Preparing to unpack .../09-i3-autobuild-keyring_2016.03.28_all.deb ...
Unpacking i3-autobuild-keyring (2016.03.28) ...
Selecting previously unselected package libssl1.0.2:amd64.
Preparing to unpack .../10-libssl1.0.2_1.0.2i-1_amd64.deb ...
Unpacking libssl1.0.2:amd64 (1.0.2i-1) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../11-libgmp10_2%3a6.1.1+dfsg-1_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.1.1+dfsg-1) ...
Selecting previously unselected package libnettle6:amd64.
Preparing to unpack .../12-libnettle6_3.2-1_amd64.deb ...
Unpacking libnettle6:amd64 (3.2-1) ...
Selecting previously unselected package libhogweed4:amd64.
Preparing to unpack .../13-libhogweed4_3.2-1_amd64.deb ...
Unpacking libhogweed4:amd64 (3.2-1) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../14-libidn11_1.33-1_amd64.deb ...
Unpacking libidn11:amd64 (1.33-1) ...
Selecting previously unselected package libffi6:amd64.
Preparing to unpack .../15-libffi6_3.2.1-6_amd64.deb ...
Unpacking libffi6:amd64 (3.2.1-6) ...
Selecting previously unselected package libp11-kit0:amd64.
Preparing to unpack .../16-libp11-kit0_0.23.2-5_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.23.2-5) ...
Selecting previously unselected package libtasn1-6:amd64.
Preparing to unpack .../17-libtasn1-6_4.9-4_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.9-4) ...
Selecting previously unselected package libgnutls30:amd64.
Preparing to unpack .../18-libgnutls30_3.5.4-2_amd64.deb ...
Unpacking libgnutls30:amd64 (3.5.4-2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../19-libsasl2-modules-db_2.1.26.dfsg1-15_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-15) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../20-libsasl2-2_2.1.26.dfsg1-15_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-15) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../21-libldap-2.4-2_2.4.42+dfsg-2+b2_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.42+dfsg-2+b2) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../22-dirmngr_2.1.15-3_amd64.deb ...
Unpacking dirmngr (2.1.15-3) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../23-libsasl2-modules_2.1.26.dfsg1-15_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.26.dfsg1-15) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../24-gnupg-l10n_2.1.15-3_all.deb ...
Unpacking gnupg-l10n (2.1.15-3) ...
Setting up libnpth0:amd64 (1.2-3) ...
Setting up readline-common (6.3-8) ...
Setting up libnettle6:amd64 (3.2-1) ...
Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-15) ...
Setting up libsasl2-2:amd64 (2.1.26.dfsg1-15) ...
Setting up libksba8:amd64 (1.3.5-2) ...
Setting up libtasn1-6:amd64 (4.9-4) ...
Setting up gnupg-l10n (2.1.15-3) ...
Setting up libssl1.0.2:amd64 (1.0.2i-1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libgmp10:amd64 (2:6.1.1+dfsg-1) ...
Processing triggers for libc-bin (2.24-3) ...
Setting up libsqlite3-0:amd64 (3.14.2-1) ...
Setting up libffi6:amd64 (3.2.1-6) ...
Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-15) ...
Setting up libassuan0:amd64 (2.4.3-1) ...
Setting up libidn11:amd64 (1.33-1) ...
Setting up libreadline6:amd64 (6.3-8+b4) ...
Setting up libhogweed4:amd64 (3.2-1) ...
Setting up libp11-kit0:amd64 (0.23.2-5) ...
Setting up pinentry-curses (0.9.7-5) ...
Setting up gnupg-agent (2.1.15-3) ...
Setting up gnupg (2.1.15-3) ...
Setting up i3-autobuild-keyring (2016.03.28) ...
Warning: apt-key should not be used in scripts (called from postinst maintainerscript of the package i3-autobuild-keyring)
OK
Setting up libgnutls30:amd64 (3.5.4-2) ...
Setting up libldap-2.4-2:amd64 (2.4.42+dfsg-2+b2) ...
Setting up dirmngr (2.1.15-3) ...
Processing triggers for libc-bin (2.24-3) ...
root@2b9c08db7f2a:/var/lib/apt/lists# ls -l
total 16052
-rw-r--r-- 1 root root     2664 Sep 24 18:06 dl.bintray.com_i3_i3-autobuild-ubuntu_dists_xenial_Release
-rw-r--r-- 1 root root     1483 Sep 24 18:06 dl.bintray.com_i3_i3-autobuild-ubuntu_dists_xenial_main_binary-amd64_Packages.lz4
-rw-r--r-- 1 root root   107378 Sep 24 15:37 httpredir.debian.org_debian_dists_experimental_InRelease
-rw-r--r-- 1 root root   717770 Sep 24 14:41 httpredir.debian.org_debian_dists_experimental_main_binary-amd64_Packages.lz4
-rw-r--r-- 1 root root   209324 Sep 24 15:40 httpredir.debian.org_debian_dists_unstable_InRelease
-rw-r--r-- 1 root root 15379248 Sep 24 14:40 httpredir.debian.org_debian_dists_unstable_main_binary-amd64_Packages.lz4
-rw-r----- 1 root root        0 Sep 24 18:49 lock
drwx------ 2 _apt root     4096 Sep 24 18:49 partial
root@2b9c08db7f2a:/var/lib/apt/lists# apt-get update
Ign:1 http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial InRelease
Get:2 http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial Release [2664 B]
Get:4 http://dl.bintray.com/i3/i3-autobuild-ubuntu xenial Release.gpg [821 B]
Hit:3 http://mirrors.accretive-networks.net/debian unstable InRelease                                   
Hit:5 http://mirrors.accretive-networks.net/debian experimental InRelease                               
Fetched 3485 B in 8s (397 B/s)                                                                          
Reading package lists... Done
root@2b9c08db7f2a:/var/lib/apt/lists# ls -l
total 16052
-rw-r--r-- 1 root root     2664 Sep 24 18:06 dl.bintray.com_i3_i3-autobuild-ubuntu_dists_xenial_Release
-rw-r--r-- 1 root root     1483 Sep 24 18:06 dl.bintray.com_i3_i3-autobuild-ubuntu_dists_xenial_main_binary-amd64_Packages.lz4
-rw-r--r-- 1 root root   107378 Sep 24 15:37 httpredir.debian.org_debian_dists_experimental_InRelease
-rw-r--r-- 1 root root   717770 Sep 24 14:41 httpredir.debian.org_debian_dists_experimental_main_binary-amd64_Packages.lz4
-rw-r--r-- 1 root root   209324 Sep 24 15:40 httpredir.debian.org_debian_dists_unstable_InRelease
-rw-r--r-- 1 root root 15379248 Sep 24 14:40 httpredir.debian.org_debian_dists_unstable_main_binary-amd64_Packages.lz4
-rw-r----- 1 root root        0 Sep 24 18:49 lock
drwx------ 2 _apt root     4096 Sep 24 18:50 partial

--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 1.4~beta1

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 838779@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julian Andres Klode <jak@debian.org> (supplier of updated apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 25 Nov 2016 23:49:54 +0100
Source: apt
Binary: apt libapt-pkg5.0 libapt-inst2.0 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source
Version: 1.4~beta1
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Julian Andres Klode <jak@debian.org>
Description:
 apt        - commandline package manager
 apt-doc    - documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst2.0 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg5.0 - package management runtime library
Closes: 272557 465572 644610 767891 837395 838779 840552 840757 841763 841874 842877 844724 845599
Changes:
 apt (1.4~beta1) unstable; urgency=medium
 .
   [ Chris Leick ]
   * Updated German documentation translation
   * fix three typos in sources & manpages
   * German translation proof read by Helge Kreutzmann
 .
   [ Frans Spiesschaert ]
   * Dutch program translation update (Closes: #840552)
   * Dutch manpages translation update (Closes: #840757)
 .
   [ David Kalnischkies ]
   * don't install new deps of candidates for kept back pkgs
   * keep Release.gpg on untrusted to trusted IMS-Hit (Closes: 838779)
   * fix testcase expecting incorrect remove log from dpkg
   * reset HOME, USER(NAME), TMPDIR & SHELL in DropPrivileges (Closes: 842877)
   * show the conflicting distribution warning again (Closes: 841874)
   * rename Checksum-FileSize to Filesize in hashsum mismatch
   * improve SOCKS error messages for http slightly
   * support 'apt build-dep .' (aka: without /)
   * add TMP/TEMP/TEMPDIR to the TMPDIR DropPrivileges dance
   * http: skip connection cleanup if we close it anyhow
   * add hidden config to set packages as Essential/Important.
     Thanks to Anthony Towns for initial patch (Closes: 767891)
   * don't warn if untransformed distribution matches.
     Thanks to Lukas Anzinger for initial patch (Closes: 644610)
   * show distribution mismatch for changed codenames
   * react to trig-pend only if we have nothing else to do
   * correct cross & disappear progress detection
   * improve arch-unqualified dpkg-progress parsing
   * don't perform implicit crossgrades involving M-A:same
   * do not configure unconfigured to be removed packages
   * skip unconfigure for unconfigured to-be removed pkgs
   * report apt-key errors via status-fd messages (LP: #1522988)
   * add apt-key support for armored GPG key files (*.asc)
   * document which keyring formats are supported by apt-key (Closes: 844724)
   * get pdiff files from the same mirror as the index
   * follow the googletest merge in build-depends
 .
   [ Michael Vogt ]
   * Do not (re)start "apt-daily.system"
     Thanks to Alexandre Detiste (Closes: #841763)
 .
   [ Johannes Schauer ]
   * add support for Build-Depends/Conflicts-Arch (Closes: #837395)
 .
   [ Edgar Fuß ]
   * http: clear content before reporting the failure (Closes: #465572)
 .
   [ James Clarke ]
   * apt-ftparchive: Support NotAutomatic and ButAutomaticUpgrades fields
     (Closes: #272557)
 .
   [ Julian Andres Klode ]
   * TagSection: Split AlphaIndexes into AlphaIndexes and BetaIndexes
   * TagSection: Extract Find() methods taking Pos instead of Key
   * Squashed 'triehash/' content from commit 16f59e1
   * TagSection: Introduce functions for looking up by key ids
   * debListParser: Convert to use pkgTagSection::Key-based lookup
   * Bump the cache major version for non-backportable changes
   * Introduce tolower_ascii_unsafe() and use it for hashing
   * Optimize VersionHash() to not need temporary copy of input
   * Compare size before data when ordering cache bucket entries
   * debListParser: Micro-optimize AvailableDescriptionLanguages()
   * Do not use MD5SumValue for Description_md5()
   * gpgv: Untrust SHA1, RIPE-MD/160, but allow downgrading to weak
 .
   [ Paul Wise ]
   * show output as documented for APT::Periodic::Verbose 2 (Closes: 845599)
Checksums-Sha1:
 9f49c6a174ec4da92b27041060cb3531dfa93337 2565 apt_1.4~beta1.dsc
 bde0ba2ec01caa7856bb02255ab96ed0bba6d56d 2053936 apt_1.4~beta1.tar.xz
Checksums-Sha256:
 59965ea9f2489feeb510d945f8ec681f8cedf6ff9ddc413c02423b2f48b0d9c1 2565 apt_1.4~beta1.dsc
 7321ec058d2a7d664e1b5123a1d73fc0d63738eb97783df8dce45e8a2b2898c1 2053936 apt_1.4~beta1.tar.xz
Files:
 0bd8495d92665d653fc0552a29a1e707 2565 admin important apt_1.4~beta1.dsc
 08e36fb472189a177a8f1b55949e41ae 2053936 admin important apt_1.4~beta1.tar.xz

-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEzeVhi4gF/W4gLOnC1zw55WWAs4YFAlg4wOQPHGpha0BkZWJp
YW4ub3JnAAoJENc8OeVlgLOGoDcP/0TuSlspjqIdw0V7mP8jvDg69jH2WDVv4GGJ
8/+JTSry8k7x7X07GaZX7bPmSUbFB1JMeP1+SWyFYa/J3e/GwqTWhKllojjvCo79
XnduRT6KsMrzznzB4CIlS9MwpIn6Wz3hxogJYiJcST+8243m59QsqhdnnD+fWrHG
IpLk8cPgxrVPnw+9cSXt/zuJVuuZL2ExMBk+QaRYpSXXCdMN7rUuBCoWP4RE5hTy
isGA2K53tHt7QYpo6175N3zwcuFyOTzp4XuuOlemG2FcIHjIpZ978EhA8bLdh5QW
OSbW8suti7IwX7+TJyOjYOOGmZSwa+34f6lq4ED0N79SRQAaCpOKqx6OMWFnvDhN
vEeMXpaWZSsf1QIgQ6V27fMWHVncQJ5SO+Dz8E1VTmgqVU/kMSb6JKW06WCkH5fO
ebNfv1l9UndWQQAvVrLTS8SduR334lZN2Z1FfJLPVHLZTqfSNZjLQWuVwbnZReDR
GIEgmXge1MEmHFDW33/xISOe3kLJfWtSjQxe2NbvTKKKGvwEzawVQNlJxAOGmhMW
ZbGXSx4j7YWlUmBVObHSIsHqCLZov4pLA08CsYu6g3DE/YyuQqrzmIRC/cS6yR5K
lZ+6sJLnaWaTxjEsBsT5AKNpdoOB6vnodNJY4bY0malBcCDfv8BpnuApmyFRzyCw
sUscE3+G
=eM/Q
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: