[ubuntu/disco-proposed] dpkg 1.19.4ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Wed Jan 23 17:05:12 UTC 2019


dpkg (1.19.4ubuntu1) disco; urgency=medium

  * Merge from current Debian testing; remaining Ubuntu changes:
    - Change native source version/format mismatch errors into warnings
      until the dust settles on Debian bug 737634 about override options.
    - Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
      tools can get untranslated dpkg terminal log messages while at the
      same time having translated debconf prompts.
    - Special-case arm{el,hf} ELF objects in Shlibs/Objdump.pm for multilib.
    - Map unqualified package names of multiarch-same packages to the native
      arch instead of throwing an error, so that we don't break on upgrade
      when there are unqualified names stored in the dpkg trigger database.
    - Apply a workaround from mvo to consider ^rc packages as multiarch,
      during the dpkg consistency checks. (see LP: 1015567 and 1057367).
    - dpkg-gencontrol: Fix Package-Type override handling for ddeb support.
    - Add Zstd compression and decompression support for binary packages.

dpkg (1.19.4) unstable; urgency=medium

  * start-stop-daemon: Do not sanity check the pidfile when it is specified as
    /dev/null, as that implies the caller wants to start the program no matter
    what. Closes: #920242
  * Portability:
    - start-stop-daemon: Only use SO_PASSCRED if defined. Fixes build failure
      at least on GNU/Hurd.
  * Packaging:
    - autopkgtest: Pass --disable-nls and --disable-dselect to configure.
    - autopkgtest: Change Depends to «build-essential, autoconf, pkg-config».

dpkg (1.19.3) unstable; urgency=medium

  [ Guillem Jover ]
  * dpkg-source: Stop filtering @builddeps@ from Testsuite-Triggers field.
    Closes: #910734
  * dpkg-genchanges: Only reference binary packages being uploaded, which
    means that for a source-only upload, the Binary and Description fields
    should be empty. Closes: #818618
  * dpkg-scanpackages: Do not compute unnecessary checksums when using the
    --hash argument. Based on a patch by Chris Lamb <lamby at debian.org>.
    Closes: #916456
  * dpkg-scanpackages: Emit a warning with the list of repeat packages.
    Prompted by Johannes Schauer <josch at debian.org>.
  * start-stop-daemon: Check whether standalone --pidfile use is secure.
    Prompted by Michael Orlitzky <michael at orlitzky.com>.
  * start-stop-daemon: Print complete verbose lines, instead of partial lines
    with no newlines and a final print with a newline.
  * start-stop-daemon: Add new --notify-await and --notify-timeout options,
    which implement the systemd readiness protocol for services.
    Closes: #910707
  * update-alternatives: Add new --debug option.
  * update-alternatives: Fix removal of obsolete slaves from the linked list.
    Reported by Andreas Beckmann <anbe at debian.org>. Closes: #916799
  * vendor.mk: Fix dpkg_vendor_derives_from macro documentation.
    Thanks to Colin Watson <cjwatson at debian.org>. Closes: #913816
  * vendor.mk: Add support for an improved dpkg_vendor_derives_from macro.
    Version the macros so that both can be used, and default the unversioned
    one to the version 0 macro.
  * dpkg: Mark the package we are giving up on a trigger cycle as "istobe"
    normal, so that the dependency checks know they cannot expect this package
    to be processed anymore. Otherwise we ended up never detecting that we
    were not making progress, as we expected to process this package at a later
    point, when that would never happen anymore. This then was causing asserts
    in the process queue loop. Closes: #901127, #910819
  * dpkg: Reset progress_bytrigproc once we have injected it into the current
    package process queue iteration, so that we do not keep trying to process
    it, which might end up generating artificial trigger cycles, if
    dependencies are not satisfied yet.
  * dpkg: Convert one trigger processing required type into the new try-queued
    one, so that we stop skipping unsatisfiable dependency checks.
  * dpkg: Move trigproc cycle reset inside try-deferred conditional. We should
    only reset the cycle detection in case we are not bailing out from the
    processing with an error, otherwise we could come back to this package and
    detect an artificial trigger cycle.
  * dpkg: Introduce a new dependency try level for trigger processing. This
    completely defers trigger processing until after the dependency cycle
    breaking level, so to avoid generating artificial trigger cycles, when we
    end up trying to process triggers with yet unsatisifiable dependencies.
    Closes: #810724, #854478, #911620
  * dpkg: Fix --help output, to clarify which arguments are optional.
  * libdpkg: Add proper tar error handling. This makes the tar extractor
    track and report back parse errors, so that we can give more descriptive
    messages.
  * libdpkg: Detect unsupported tar entry types to give better error messages.
  * libdpkg: Add new db-fsys:Files and db-fsys:Last-Modified virtual fields.
  * Perl modules:
    - Dpkg::Changelog::Debian: Preserve modelines at EOF. Closes: #916056
      Thanks to Chris Lamb <lamby at debian.org> for initial test cases.
    - Dpkg::File: Make file_slurp() also accept pathnames in addition to
      filehandles.
    - Dpkg::Vendor::Ubuntu: Fix buildflags override after default setting move.
      Based on a patch by Iain Lane <laney at ubuntu.com> and
      Adam Conrad <adconrad at ubuntu.com>. Closes: #915881
    - Dpkg::Shlibs::Objdump: Remove unused Dpkg::IPC import.
    - Dpkg::Shlibs::Objdump: Only select objdump program when going to use it.
    - Dpkg::Source::Package: Do not reinitialize fields member in constructor.
    - Dpkg::Source::Patch: Do not recommend --include-removal when not
      supported. Closes: #913012
    - Dpkg::Source::Package::V3::Bzr: Fix format name in output message.
    - Dpkg::Source::Package: Add a new format option to the new constructor.
      Prompted by James McCoy <jamesan at debian.org>.
    - Dpkg::Source::Package: Improve debian/source/format parsing and
      validation.
    - Dpkg::Source::Format: New public module.
      Prompted by Mattia Rizzolo <mattia at debian.org>.
  * Documentation:
    - dpkg(1): Clarify --remove action. Closes: #914478
    - dpkg-query(1): Clarify --list option behavior when no arguments are
      specified. Closes: #917098
    - deb-control(5): Clarify by adding a reference to deb-src-control(5) and
      removing an invalid comment in the example.
      Prompted by Helmut Grohne <helmut at subdivi.de>.
    - dpkg(1): Clarify databases used by --yet-to-unpack and --predep-package.
      Prompted by Johannes Schauer <josch at debian.org>.
    - Clarify character classes for various formats in man pages, by
      explicitly listing the character ranges within parenthesis.
      Prompted by Ian Jackson <ijackson at chiark.greenend.org.uk>.
    - dpkg-query(1): Document the version introducing the -f option.
    - dpkg-architecture(1): Add reference to the TERMS section in the
      VARIABLES section. Prompted by Axel Beckert <abe at debian.org>.
    - Fix POD for Dpkg::Interface::Storable derived method implementations.
    - Dpkg::Deps::Simple(3): Fix POD signature for new constructor.
  * Code internals:
    - dpkg-maintscript-helper: Use an explicit escape instead of a literal
      backslash.
    - Quote shell variables. Reported by Johannes Schauer <josch at debian.org>.
    - Switch perl code to use the new Dpkg::Source::Format module.
    - dpkg-source: Move source format selection earlier in the build.
    - dpkg-source: Use new format argument for Dpkg::Source::Package->new().
    - dpkg-shlibdeps: Remove unused variable.
    - dpkg-scanpackages: Unroll a single iteration loop.
    - start-stop-daemon: Compare foundany against 0 instead of treating it
      like a boolean.
    - start-stop-daemon: Switch code to use new info() and debug() functions.
    - update-alternatives: Use enums for actions instead of strings.
    - update-alternatives: Switch verbose selection into an enum.
    - dpkg: Negate tortoise_not_in_hare() function name and return value.
    - dpkg: Initialize trigcyclenode's next member once.
    - dpkg: Use common pattern of assigning as an iterator.
    - dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle().
    - dpkg: Switch dependtry from an int to an enum.
    - dpkg: Move dependtry description from deferred_configure() to its
      declaration.
    - dpkg: Split trigger processing types into required, try-queued and
      try-deferred.
    - dpkg-query: Rename variable to avoid shadowing a local function.
    - When allocating use the variable instead of the type in sizeof().
    - dselect: Rename variable r to pkgbin.
    - libdpkg, dpkg: Rename r variables to fnn.
    - libdpkg: Rename ret variable to next.
    - libdpkg: Cleanup fsys module symbol names.
    - libdpkg: Rename pkg_db symbols to pkg_hash.
    - libdpkg: Add new warning printer setter function.
      Prompted by Julian Andres Klode <jak at debian.org>.
    - libdpkg: Add new DPKG_ERROR_OBJECT macro.
  * Build system:
    - get-version: Use a format string with printf.
    - run-script: Use $() instead of deprecated ``.
    - run-script: Remove unused PERL_PROFILE variable, PERL5OPT can be used
      instead, and does not require leaving an unquoted variable around.
    - run-script: Add «set -e».
    - Build.PL: Set environment variables only for CPAN tests.
    - Build.PL: Set locale for CPAN tests to C. Fixes CPAN#127314.
    - configure: Split AM_INIT_AUTOMAKE arguments into different lines.
  * Packaging:
    - Bump Standards-Version to 4.2.1 (no changes needed).
    - Switch to debhelper compatibility level 11.
    - Create the log file in postinst only if it does not exist.
      Prompted by Johannes Schauer <josch at debian.org>.
    - Add superficial autopkgtest functional tests.
  * Test suite:
    - Add new shellcheck author test.
    - Add descriptions for the shellcheck exclude codes.
    - Update cppcheck supressions.

  [ Updated programs translations ]
  * Dutch (Frans Spiesschaert). Closes: #912023
  * German (Sven Joachim).
  * Italian (Milo Casagrande). Closes: #915610
  * Portuguese (Miguel Figueiredo). Closes: #917813

  [ Updated scripts translations ]
  * German (Helge Kreutzmann).

  [ Updated man pages translations ]
  * Dutch (Frans Spiesschaert). Closes: #912024
  * German (Helge Kreutzmann).

Date: Wed, 23 Jan 2019 17:52:07 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/dpkg/1.19.4ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 23 Jan 2019 17:52:07 +0100
Source: dpkg
Binary: dpkg libdpkg-dev dpkg-dev libdpkg-perl dselect
Architecture: source
Version: 1.19.4ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
 dpkg       - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect    - Debian package management front-end
 libdpkg-dev - Debian package management static library
 libdpkg-perl - Dpkg perl modules
Closes: 810724 818618 854478 901127 910707 910734 910819 911620 912023 912024 913012 913816 914478 915610 915881 916056 916456 916799 917098 917813 920242
Changes:
 dpkg (1.19.4ubuntu1) disco; urgency=medium
 .
   * Merge from current Debian testing; remaining Ubuntu changes:
     - Change native source version/format mismatch errors into warnings
       until the dust settles on Debian bug 737634 about override options.
     - Add DPKG_UNTRANSLATED_MESSAGES environment check so that higher-level
       tools can get untranslated dpkg terminal log messages while at the
       same time having translated debconf prompts.
     - Special-case arm{el,hf} ELF objects in Shlibs/Objdump.pm for multilib.
     - Map unqualified package names of multiarch-same packages to the native
       arch instead of throwing an error, so that we don't break on upgrade
       when there are unqualified names stored in the dpkg trigger database.
     - Apply a workaround from mvo to consider ^rc packages as multiarch,
       during the dpkg consistency checks. (see LP: 1015567 and 1057367).
     - dpkg-gencontrol: Fix Package-Type override handling for ddeb support.
     - Add Zstd compression and decompression support for binary packages.
 .
 dpkg (1.19.4) unstable; urgency=medium
 .
   * start-stop-daemon: Do not sanity check the pidfile when it is specified as
     /dev/null, as that implies the caller wants to start the program no matter
     what. Closes: #920242
   * Portability:
     - start-stop-daemon: Only use SO_PASSCRED if defined. Fixes build failure
       at least on GNU/Hurd.
   * Packaging:
     - autopkgtest: Pass --disable-nls and --disable-dselect to configure.
     - autopkgtest: Change Depends to «build-essential, autoconf, pkg-config».
 .
 dpkg (1.19.3) unstable; urgency=medium
 .
   [ Guillem Jover ]
   * dpkg-source: Stop filtering @builddeps@ from Testsuite-Triggers field.
     Closes: #910734
   * dpkg-genchanges: Only reference binary packages being uploaded, which
     means that for a source-only upload, the Binary and Description fields
     should be empty. Closes: #818618
   * dpkg-scanpackages: Do not compute unnecessary checksums when using the
     --hash argument. Based on a patch by Chris Lamb <lamby at debian.org>.
     Closes: #916456
   * dpkg-scanpackages: Emit a warning with the list of repeat packages.
     Prompted by Johannes Schauer <josch at debian.org>.
   * start-stop-daemon: Check whether standalone --pidfile use is secure.
     Prompted by Michael Orlitzky <michael at orlitzky.com>.
   * start-stop-daemon: Print complete verbose lines, instead of partial lines
     with no newlines and a final print with a newline.
   * start-stop-daemon: Add new --notify-await and --notify-timeout options,
     which implement the systemd readiness protocol for services.
     Closes: #910707
   * update-alternatives: Add new --debug option.
   * update-alternatives: Fix removal of obsolete slaves from the linked list.
     Reported by Andreas Beckmann <anbe at debian.org>. Closes: #916799
   * vendor.mk: Fix dpkg_vendor_derives_from macro documentation.
     Thanks to Colin Watson <cjwatson at debian.org>. Closes: #913816
   * vendor.mk: Add support for an improved dpkg_vendor_derives_from macro.
     Version the macros so that both can be used, and default the unversioned
     one to the version 0 macro.
   * dpkg: Mark the package we are giving up on a trigger cycle as "istobe"
     normal, so that the dependency checks know they cannot expect this package
     to be processed anymore. Otherwise we ended up never detecting that we
     were not making progress, as we expected to process this package at a later
     point, when that would never happen anymore. This then was causing asserts
     in the process queue loop. Closes: #901127, #910819
   * dpkg: Reset progress_bytrigproc once we have injected it into the current
     package process queue iteration, so that we do not keep trying to process
     it, which might end up generating artificial trigger cycles, if
     dependencies are not satisfied yet.
   * dpkg: Convert one trigger processing required type into the new try-queued
     one, so that we stop skipping unsatisfiable dependency checks.
   * dpkg: Move trigproc cycle reset inside try-deferred conditional. We should
     only reset the cycle detection in case we are not bailing out from the
     processing with an error, otherwise we could come back to this package and
     detect an artificial trigger cycle.
   * dpkg: Introduce a new dependency try level for trigger processing. This
     completely defers trigger processing until after the dependency cycle
     breaking level, so to avoid generating artificial trigger cycles, when we
     end up trying to process triggers with yet unsatisifiable dependencies.
     Closes: #810724, #854478, #911620
   * dpkg: Fix --help output, to clarify which arguments are optional.
   * libdpkg: Add proper tar error handling. This makes the tar extractor
     track and report back parse errors, so that we can give more descriptive
     messages.
   * libdpkg: Detect unsupported tar entry types to give better error messages.
   * libdpkg: Add new db-fsys:Files and db-fsys:Last-Modified virtual fields.
   * Perl modules:
     - Dpkg::Changelog::Debian: Preserve modelines at EOF. Closes: #916056
       Thanks to Chris Lamb <lamby at debian.org> for initial test cases.
     - Dpkg::File: Make file_slurp() also accept pathnames in addition to
       filehandles.
     - Dpkg::Vendor::Ubuntu: Fix buildflags override after default setting move.
       Based on a patch by Iain Lane <laney at ubuntu.com> and
       Adam Conrad <adconrad at ubuntu.com>. Closes: #915881
     - Dpkg::Shlibs::Objdump: Remove unused Dpkg::IPC import.
     - Dpkg::Shlibs::Objdump: Only select objdump program when going to use it.
     - Dpkg::Source::Package: Do not reinitialize fields member in constructor.
     - Dpkg::Source::Patch: Do not recommend --include-removal when not
       supported. Closes: #913012
     - Dpkg::Source::Package::V3::Bzr: Fix format name in output message.
     - Dpkg::Source::Package: Add a new format option to the new constructor.
       Prompted by James McCoy <jamesan at debian.org>.
     - Dpkg::Source::Package: Improve debian/source/format parsing and
       validation.
     - Dpkg::Source::Format: New public module.
       Prompted by Mattia Rizzolo <mattia at debian.org>.
   * Documentation:
     - dpkg(1): Clarify --remove action. Closes: #914478
     - dpkg-query(1): Clarify --list option behavior when no arguments are
       specified. Closes: #917098
     - deb-control(5): Clarify by adding a reference to deb-src-control(5) and
       removing an invalid comment in the example.
       Prompted by Helmut Grohne <helmut at subdivi.de>.
     - dpkg(1): Clarify databases used by --yet-to-unpack and --predep-package.
       Prompted by Johannes Schauer <josch at debian.org>.
     - Clarify character classes for various formats in man pages, by
       explicitly listing the character ranges within parenthesis.
       Prompted by Ian Jackson <ijackson at chiark.greenend.org.uk>.
     - dpkg-query(1): Document the version introducing the -f option.
     - dpkg-architecture(1): Add reference to the TERMS section in the
       VARIABLES section. Prompted by Axel Beckert <abe at debian.org>.
     - Fix POD for Dpkg::Interface::Storable derived method implementations.
     - Dpkg::Deps::Simple(3): Fix POD signature for new constructor.
   * Code internals:
     - dpkg-maintscript-helper: Use an explicit escape instead of a literal
       backslash.
     - Quote shell variables. Reported by Johannes Schauer <josch at debian.org>.
     - Switch perl code to use the new Dpkg::Source::Format module.
     - dpkg-source: Move source format selection earlier in the build.
     - dpkg-source: Use new format argument for Dpkg::Source::Package->new().
     - dpkg-shlibdeps: Remove unused variable.
     - dpkg-scanpackages: Unroll a single iteration loop.
     - start-stop-daemon: Compare foundany against 0 instead of treating it
       like a boolean.
     - start-stop-daemon: Switch code to use new info() and debug() functions.
     - update-alternatives: Use enums for actions instead of strings.
     - update-alternatives: Switch verbose selection into an enum.
     - dpkg: Negate tortoise_not_in_hare() function name and return value.
     - dpkg: Initialize trigcyclenode's next member once.
     - dpkg: Use common pattern of assigning as an iterator.
     - dpkg: Factor trigproc_new_cyclenode() out from check_trigger_cycle().
     - dpkg: Switch dependtry from an int to an enum.
     - dpkg: Move dependtry description from deferred_configure() to its
       declaration.
     - dpkg: Split trigger processing types into required, try-queued and
       try-deferred.
     - dpkg-query: Rename variable to avoid shadowing a local function.
     - When allocating use the variable instead of the type in sizeof().
     - dselect: Rename variable r to pkgbin.
     - libdpkg, dpkg: Rename r variables to fnn.
     - libdpkg: Rename ret variable to next.
     - libdpkg: Cleanup fsys module symbol names.
     - libdpkg: Rename pkg_db symbols to pkg_hash.
     - libdpkg: Add new warning printer setter function.
       Prompted by Julian Andres Klode <jak at debian.org>.
     - libdpkg: Add new DPKG_ERROR_OBJECT macro.
   * Build system:
     - get-version: Use a format string with printf.
     - run-script: Use $() instead of deprecated ``.
     - run-script: Remove unused PERL_PROFILE variable, PERL5OPT can be used
       instead, and does not require leaving an unquoted variable around.
     - run-script: Add «set -e».
     - Build.PL: Set environment variables only for CPAN tests.
     - Build.PL: Set locale for CPAN tests to C. Fixes CPAN#127314.
     - configure: Split AM_INIT_AUTOMAKE arguments into different lines.
   * Packaging:
     - Bump Standards-Version to 4.2.1 (no changes needed).
     - Switch to debhelper compatibility level 11.
     - Create the log file in postinst only if it does not exist.
       Prompted by Johannes Schauer <josch at debian.org>.
     - Add superficial autopkgtest functional tests.
   * Test suite:
     - Add new shellcheck author test.
     - Add descriptions for the shellcheck exclude codes.
     - Update cppcheck supressions.
 .
   [ Updated programs translations ]
   * Dutch (Frans Spiesschaert). Closes: #912023
   * German (Sven Joachim).
   * Italian (Milo Casagrande). Closes: #915610
   * Portuguese (Miguel Figueiredo). Closes: #917813
 .
   [ Updated scripts translations ]
   * German (Helge Kreutzmann).
 .
   [ Updated man pages translations ]
   * Dutch (Frans Spiesschaert). Closes: #912024
   * German (Helge Kreutzmann).
Checksums-Sha1:
 e0fcec36fc3c8fdf8cf201791c8c2a8ebec2c5eb 2263 dpkg_1.19.4ubuntu1.dsc
 3ab7fee5fa193a711b17310986f1631fb32bef5c 4659344 dpkg_1.19.4ubuntu1.tar.xz
 0f227583a2d26bfb8011971c168e9bc28ccc8fbf 6747 dpkg_1.19.4ubuntu1_source.buildinfo
Checksums-Sha256:
 a73c243fd60c695f7bbe43c8f8a72b95262059478856dbf3502de97a9c4d0e0c 2263 dpkg_1.19.4ubuntu1.dsc
 e09676c569fefddb1fc4f42748f48d4dcb19990bd55f6f44a7d443429e78e3d5 4659344 dpkg_1.19.4ubuntu1.tar.xz
 510602fb372df56df0a23e60331c9c5b6a8fdbee6a812e0024cc4e746f70c896 6747 dpkg_1.19.4ubuntu1_source.buildinfo
Files:
 2b42374b619979bbe186663fb5942506 2263 admin required dpkg_1.19.4ubuntu1.dsc
 9a90a5230dee8290a3aff547cb438a85 4659344 admin required dpkg_1.19.4ubuntu1.tar.xz
 c161ad2f82b3511c573d9fa64c4986de 6747 admin required dpkg_1.19.4ubuntu1_source.buildinfo
Original-Maintainer: Dpkg Developers <debian-dpkg at lists.debian.org>

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

iQJEBAEBCAAuFiEE1WVxuIqLuvFAv2PWvX6qYHePpvUFAlxInhYQHGRva29AdWJ1
bnR1LmNvbQAKCRC9fqpgd4+m9XF1EADL6i2jGtsl86TgBvMOnsQ5S0k86D7q/gM/
K8fgYkvfcaEPvWy13BPrRKpViHfy98y2sBclDUEBudWSELvqYC8RoimzGgaH14kL
FGTVfdducTY2ETX+8RkvuhzYRs31vo3q3HnLuZHC92c5vnmpnaz4d34zpUtw9XhM
vE4UH0pi3OFPCmFM677k+RNOo+9Zy/Q7QBEc4E57giEwARjGXrC2A2gJpa7Iyilz
Dme/n/4zhWLuLv8FgwrFwu8E/NTrhURgJAR4FWQZkRl7v0oYA4rz+pyUpLVTrwzk
jkiLw9gsVnD1RVT416vnpCi54RBqDyL6P/2yroDNV5oqk9r4lkJKdZvwGkfmJOrO
ecBPlCNpIPyk21vc0PrZEUJyNQitTfu/OQUrcywOLzUTAnatOYAPvwMfxINA5GOz
KQTSiDI8PQI+gV3Q3VYnHPA3PXU9Qaqtv6xC/i1YZcWmrPyiaWVTp3DJxB3pmAPi
fRdHGeZCq6kJpaQNq5GQ/nSn1Md3FB7NvLmyz1zCpBtvpg5eW3lb2tAnwwlMbjlE
+PmdcHks/eKWEfYZpq2aO8IE1TUoFoDcv0KIGm8PBKqpHAivtaqiTI14/RzV1pHS
Xtb1n4ujaiJoZPMXYkfRJZ2x82y9QDAyB4y5HfBiDL+oCFp2ZQ4hYxwnLYWLWYmF
TKy3EzsAuQ==
=ZQcX
-----END PGP SIGNATURE-----


More information about the Disco-changes mailing list