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

Bug#665411: marked as done (Minor display issue with apt-key list (double slash for trusted.gpg.d))



Your message dated Mon, 12 Aug 2013 21:05:29 +0000
with message-id <E1V8zIv-0004vx-UI@franck.debian.org>
and subject line Bug#665411: fixed in apt 0.9.10
has caused the Debian Bug report #665411,
regarding Minor display issue with apt-key list (double slash for trusted.gpg.d)
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.)


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

apt-key list looks like this with a fragmented trusted.gpg.d:

/etc/apt/trusted.gpg
--------------------
[…]

/etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg
------------------------------------------------------------
pub   4096R/473041FA 2010-08-27 [expires: 2018-03-05]
uid                  Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org>

/etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg
---------------------------------------------------------
pub   4096R/B98321F9 2010-08-07 [expires: 2017-08-05]
uid                  Squeeze Stable Release Key <debian-release@lists.debian.org>

Note the double slash.  That's coming from apt-config:

$ apt-config shell TRUSTEDPARTS Dir::Etc::TrustedParts/d
TRUSTEDPARTS='/etc/apt/trusted.gpg.d/'

run-parts then picks it up and passes it to gpg which shows it verbatim.

-- Package-specific info:

-- apt-config dump --

APT "";
APT::Architecture "amd64";
APT::Build-Essential "";
APT::Build-Essential:: "build-essential";
APT::Install-Recommends "1";
APT::Install-Suggests "0";
APT::Authentication "";
APT::Authentication::TrustCDROM "true";
APT::NeverAutoRemove "";
APT::NeverAutoRemove:: "^firmware-linux.*";
APT::NeverAutoRemove:: "^linux-firmware$";
APT::NeverAutoRemove:: "^linux-image.*";
APT::NeverAutoRemove:: "^kfreebsd-image.*";
APT::NeverAutoRemove:: "^linux-restricted-modules.*";
APT::NeverAutoRemove:: "^linux-ubuntu-modules-.*";
APT::NeverAutoRemove:: "^gnumach$";
APT::NeverAutoRemove:: "^gnumach-image.*";
APT::Never-MarkAuto-Sections "";
APT::Never-MarkAuto-Sections:: "metapackages";
APT::Never-MarkAuto-Sections:: "restricted/metapackages";
APT::Never-MarkAuto-Sections:: "universe/metapackages";
APT::Never-MarkAuto-Sections:: "multiverse/metapackages";
APT::Never-MarkAuto-Sections:: "oldlibs";
APT::Never-MarkAuto-Sections:: "restricted/oldlibs";
APT::Never-MarkAuto-Sections:: "universe/oldlibs";
APT::Never-MarkAuto-Sections:: "multiverse/oldlibs";
APT::Update "";
APT::Update::Post-Invoke-Success "";
APT::Update::Post-Invoke-Success:: "/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 1 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null";
APT::Architectures "";
APT::Architectures:: "amd64";
APT::Architectures:: "i386";
Dir "/";
Dir::State "var/lib/apt/";
Dir::State::lists "lists/";
Dir::State::cdroms "cdroms.list";
Dir::State::mirrors "mirrors/";
Dir::State::extended_states "extended_states";
Dir::State::status "/var/lib/dpkg/status";
Dir::Cache "var/cache/apt/";
Dir::Cache::archives "archives/";
Dir::Cache::srcpkgcache "srcpkgcache.bin";
Dir::Cache::pkgcache "pkgcache.bin";
Dir::Etc "etc/apt/";
Dir::Etc::sourcelist "sources.list";
Dir::Etc::sourceparts "sources.list.d";
Dir::Etc::vendorlist "vendors.list";
Dir::Etc::vendorparts "vendors.list.d";
Dir::Etc::main "apt.conf";
Dir::Etc::netrc "auth.conf";
Dir::Etc::parts "apt.conf.d";
Dir::Etc::preferences "preferences";
Dir::Etc::preferencesparts "preferences.d";
Dir::Etc::trusted "trusted.gpg";
Dir::Etc::trustedparts "trusted.gpg.d";
Dir::Bin "";
Dir::Bin::methods "/usr/lib/apt/methods";
Dir::Bin::dpkg "/usr/bin/dpkg";
Dir::Media "";
Dir::Media::MountPath "/media/cdrom";
Dir::Log "var/log/apt";
Dir::Log::Terminal "term.log";
Dir::Log::History "history.log";
Dir::Ignore-Files-Silently "";
Dir::Ignore-Files-Silently:: "~$";
Dir::Ignore-Files-Silently:: "\.disabled$";
Dir::Ignore-Files-Silently:: "\.bak$";
Dir::Ignore-Files-Silently:: "\.dpkg-[a-z]+$";
Dir::Ignore-Files-Silently:: "\.save$";
Dir::Ignore-Files-Silently:: "\.orig$";
Acquire "";
Acquire::cdrom "";
Acquire::cdrom::mount "/media/cdrom";
Acquire::Languages "";
Acquire::Languages:: "en";
Acquire::Languages:: "none";
Aptitude "";
Aptitude::Get-Root-Command "sudo:/usr/bin/sudo";
DPkg "";
DPkg::Pre-Invoke "";
DPkg::Pre-Invoke:: "if [ -x /usr/bin/etckeeper ]; then etckeeper pre-install; fi";
DPkg::Post-Invoke "";
DPkg::Post-Invoke:: "if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi";
DPkg::Post-Invoke:: "/usr/bin/test -e /usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service && /usr/bin/test -S /var/run/dbus/system_bus_socket && /usr/bin/gdbus call --system --dest org.freedesktop.PackageKit --object-path /org/freedesktop/PackageKit --timeout 1 --method org.freedesktop.PackageKit.StateHasChanged cache-update > /dev/null; /bin/echo > /dev/null";
DPkg::Post-Invoke:: "if test -x /usr/share/dhelp/index-deferred; then /usr/share/dhelp/index-deferred; fi";
DPkg::Post-Invoke:: "if [ -x /usr/bin/debsums ]; then /usr/bin/debsums --generate=nocheck -sp /var/cache/apt/archives; fi";
DPkg::Pre-Install-Pkgs "";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/apt-listbugs apt || exit 10";
DPkg::Pre-Install-Pkgs:: "/usr/sbin/dpkg-preconfigure --apt || true";
DPkg::Tools "";
DPkg::Tools::Options "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs "";
DPkg::Tools::Options::/usr/sbin/apt-listbugs::Version "2";
RPM "";
RPM::Pre-Invoke "";
RPM::Pre-Invoke:: "if [ -x /usr/bin/etckeeper ]; then etckeeper pre-install; fi";
RPM::Post-Invoke "";
RPM::Post-Invoke:: "if [ -x /usr/bin/etckeeper ]; then etckeeper post-install; fi";
Unattended-Upgrade "";
Unattended-Upgrade::Origins-Pattern "";
Unattended-Upgrade::Origins-Pattern:: "origin=Debian,archive=stable,label=Debian-Security";
CommandLine "";
CommandLine::AsString "apt-config dump";

-- /etc/apt/preferences --

Package: *
Pin: release c=iceweasel-release
Pin-Priority: 500

Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 500

Package: *
Pin: release o=Debian,a=unstable
Pin-Priority: 300

Package: *
Pin: release o=Debian
Pin-Priority: -1


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt depends on:
ii  debian-archive-keyring  2012.1
ii  gnupg                   1.4.12-4
ii  libc6                   2.13-27
ii  libgcc1                 1:4.6.3-1
ii  libstdc++6              4.6.3-1
ii  zlib1g                  1:1.2.6.dfsg-2

apt recommends no packages.

Versions of packages apt suggests:
ii  apt-doc         0.8.15.10
ii  aptitude        0.6.5-1
ii  bzip2           1.0.6-1
ii  dpkg-dev        1.16.2
ii  python-apt      0.8.3+nmu1
ii  synaptic        0.75.6
ii  xz-lzma [lzma]  5.1.1alpha+20110809-3

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.9.10

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 665411@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@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: SHA1

Format: 1.8
Date: Mon, 12 Aug 2013 21:45:07 +0200
Source: apt
Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all amd64
Version: 0.9.10
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@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-inst1.5 - 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-pkg4.12 - package management runtime library
Closes: 543966 665411 687611 718482 718615 719263 719279
Changes: 
 apt (0.9.10) unstable; urgency=low
 .
   The "Hello to Debconf" upload
 .
   [ Christian Perrier ]
   * Vietnamese translation update. Closes: #718615
   * Japanese translation update. Closes: #719279
 .
   [ Michael Vogt ]
   * work on fixing coverity scan results:
     - fix some off-by-one errors
     - fix some resource leaks
     - fixes in chroot() handling
     - fix some missing va_end()
   * make the code -Wall clean again
   * remove duplicated #include<list>
   * add .travis.yml
   * use the 'abi-complicance-checker' package and remove the buildin
     copy for the abi checks
 .
   [ David Kalnischkies ]
   * ensure that FileFd::Size returns 0 in error cases
   * add missing Turkish (tr) to po/LINGUAS
   * correct management-typo in description found by lintian
   * implement debian/rules build-{arch,indep} as required by policy 3.9.4
   * reenable automatic parallel build of APT
   * exclude config.{sub,guess} from source package
   * update the symbol files to reflect current state
   * unset LANGUAGE for showing [Y/n] answer hints
   * fix some unitialized data members
   * specific pins below 1000 cause downgrades (Closes: 543966)
   * use pkgTagFile to parse "header" of Release files
   * fix: --print-uris removes authentication (Closes: 719263)
   * always use our own trustdb.gpg in apt-key
   * use a tmpfile for trustdb.gpg in apt-key.
     Thanks to Andreas Beckmann for the initial patch! (Closes: #687611)
   * do not double-slash paths in apt-key (Closes: 665411)
   * make the keyring locations in apt-key configurable
   * let apt-key del work better with softlink and single key keyrings
   * do not call 'apt-key update' in apt.postinst
 .
   [ Colin Watson ]
   * prefer native arch over higher priority for providers (Closes: #718482)
Checksums-Sha1: 
 52551ebfc040b0cbc218a33d761e56baa8968ec0 1684 apt_0.9.10.dsc
 4695674bc0a210c74bb0a3deb2f39810c4896225 3360436 apt_0.9.10.tar.gz
 3bbc585725213f40f31051e1d0d2ae4aaff51bb0 264602 apt-doc_0.9.10_all.deb
 d78f9d54593a89979d559cfc96c3440dcdea4aa1 550654 libapt-pkg-doc_0.9.10_all.deb
 917aab673874888c6ca985972bcad24700c2d6cc 712650 libapt-pkg4.12_0.9.10_amd64.deb
 8ee0357f939f6f8247f5cc14bd7ba260cda493e1 156270 libapt-inst1.5_0.9.10_amd64.deb
 426304e48bb0db771a7ca9c04fcf1d528ee3993a 1005310 apt_0.9.10_amd64.deb
 a0568e1b12ae8ee4d14d1c3196cf735b92237dd1 176576 libapt-pkg-dev_0.9.10_amd64.deb
 abae3ec582bd21c14d8a5bc10560c7823b9b7a91 343326 apt-utils_0.9.10_amd64.deb
 309b02b15fd04e6428143123174c19bea8b1211a 111508 apt-transport-https_0.9.10_amd64.deb
Checksums-Sha256: 
 dcf13b289c06265240ff9c2255de8980093cb361931877408eab8f7e842c8676 1684 apt_0.9.10.dsc
 75f0df6d658131fd4b4bcbc4980459935f8d0c9fcdee413b561ccf4b01c16cc8 3360436 apt_0.9.10.tar.gz
 f715afec5a1f94f0faacdbb6692ff18996be8d41b2ec1ce956905c1a08dd967f 264602 apt-doc_0.9.10_all.deb
 0f25edc64a3b5a8fe3b845a430fc2c65d973a522a6facb2853a02a707a081b8a 550654 libapt-pkg-doc_0.9.10_all.deb
 917f4f86f1522b66a82386a255a5ee98d630f00147f470e666809b8401c7a3e6 712650 libapt-pkg4.12_0.9.10_amd64.deb
 750f7c3b4da93508d24e7585f30e56fcb2156641ccde8e0e146ce629efd209ca 156270 libapt-inst1.5_0.9.10_amd64.deb
 ddb19311e3c3ee3478f323c37f893e06939dedd143b100ce13c1726bd902cec7 1005310 apt_0.9.10_amd64.deb
 3515f631a45fa659d008c838e9421bcad1ef1884f18ca2d4624d7178be124cb1 176576 libapt-pkg-dev_0.9.10_amd64.deb
 20a62c6cb9fc99913d0322c024acc26c0b7c833026d348ae712cff38db547c2b 343326 apt-utils_0.9.10_amd64.deb
 bd1230a0004d20699fb25859814ced5d4ef1a76b7567ee7fd7ecc86a5bc52fda 111508 apt-transport-https_0.9.10_amd64.deb
Files: 
 8ee1a0bfd761abb519acd56e818c3191 1684 admin important apt_0.9.10.dsc
 e19f33c0dce34a2df2c7f5daa2d27be6 3360436 admin important apt_0.9.10.tar.gz
 f5114793d45452ddbc8f82e53e609dfc 264602 doc optional apt-doc_0.9.10_all.deb
 9796f980e07467f0a93d581ea78ecae3 550654 doc optional libapt-pkg-doc_0.9.10_all.deb
 a4703ddd1e0c504b23fd8454976406ec 712650 libs important libapt-pkg4.12_0.9.10_amd64.deb
 9138c9e17b6cfb7734aa0407bb7af277 156270 libs important libapt-inst1.5_0.9.10_amd64.deb
 68a9877fa4ed37d8203c18e200fddafc 1005310 admin important apt_0.9.10_amd64.deb
 35ffa03efbe451b1c11c0d82a5494955 176576 libdevel optional libapt-pkg-dev_0.9.10_amd64.deb
 feaaf59ba25f16cc3ff90530e3e05331 343326 admin important apt-utils_0.9.10_amd64.deb
 f070452f577f179cd7291bea100639cc 111508 admin optional apt-transport-https_0.9.10_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIJPpQACgkQliSD4VZixzRqrQCfTYchQhIyLCQzXBKs+PjTkv5h
FhMAn17KQqjuVUqyFsEE4N8wLIhURodQ
=fKFk
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: