Re: Busybox 1.27 breaks kernel cmdline preseeding

2017-11-28 Thread Raphael Hertzog
On Mon, 27 Nov 2017, Philip Hands wrote:
> I'm not sure its important, but when testing a similar script I came up
> with something that seems to give better results on the (perhaps
> demented) test case I was playing with.  Here's mine:
> 
>   's/\([^= ]\+\|\([^= ]*=\("[^"]*"\|'"'[^']*'"'\|[^"'"'"' ][^ ]*\)\)\)\( 
> \|$\)/\1\n/g'
> 
> The sed is not as nice to look at though.  I attach my test script.

Yeah, it works. I updated my pu/kernel-cmdline-preseed to use this except
that I dropped one set of useless parenthesis (the one in the middle of
the stack).

And I added a comment explaining the regular expression as this:
# read this as 
(single-word|var-name=("value"|'value'|unquoted-value))(space|EOL)

> BTW Should we actually be outputting the bits that contain no '=' for this?
> If not, we could just pipe into:
> 
>   grep =

I added this as well, although the shell code afterwards already skips
over if the value is determined to be empty.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/



Processing of cdebconf-entropy_0.37_source.changes

2017-11-28 Thread Debian FTP Masters
cdebconf-entropy_0.37_source.changes uploaded successfully to localhost
along with the files:
  cdebconf-entropy_0.37.dsc
  cdebconf-entropy_0.37.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



cdebconf-entropy_0.37_source.changes ACCEPTED into unstable

2017-11-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 27 Nov 2017 21:58:05 +0100
Source: cdebconf-entropy
Binary: cdebconf-text-entropy cdebconf-newt-entropy cdebconf-gtk-entropy
Architecture: source
Version: 0.37
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 cdebconf-gtk-entropy - cdebconf gtk plugin for reading from /dev/random (udeb)
 cdebconf-newt-entropy - cdebconf newt plugin for reading from /dev/random 
(udeb)
 cdebconf-text-entropy - cdebconf text plugin for reading from /dev/random 
(udeb)
Changes:
 cdebconf-entropy (0.37) unstable; urgency=medium
 .
   [ Updated translations ]
   * Norwegian Nynorsk (nn.po) by Allan Nordhøy
Checksums-Sha1:
 dfbf54e3dfe143250b405966158051c1fc55f678 2063 cdebconf-entropy_0.37.dsc
 e31cbb5bdc0b1be1d485b24b473a7884c4e4b579 89708 cdebconf-entropy_0.37.tar.xz
Checksums-Sha256:
 d14cccf6bb0906c42985b35e6911e0d00cf6466aef5a1e586535203d85dcf171 2063 
cdebconf-entropy_0.37.dsc
 463d39a58ba909fa2a798b607214639043ebca243ab86ae73e85f9da658d2fe1 89708 
cdebconf-entropy_0.37.tar.xz
Files:
 0b103d230fe23ee425f3ef90f5b46a30 2063 debian-installer extra 
cdebconf-entropy_0.37.dsc
 b591e72fab94d54d7167510807d622d5 89708 debian-installer extra 
cdebconf-entropy_0.37.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE1cL5v8oSi7oip3IYhy9wLE1uJagFAlodFhQACgkQhy9wLE1u
JagkBBAAlW4/Y3R7JbpTb3IGAeXFcvZqTKAUqM2nISQBHGSVLLznnCdd7IsccX+/
MxYvbioX4XUKfsNW3Mo1pKuspp1450w5xLgKyNd+kcurGvQldPiozkN2XtoXSdWW
wjMQbh45w5DDnoB8TVkG8Lp5aFvOfCTfXzPrA+jpuXVTOjZeQyIxYDoj2uRVKU2K
AO5DeVuvZEw2GhR7PuFU7wkxuXnTtbIolQwhdvZDGCc3xQrp5CZkcQrURJepudTt
TAPvaz9FiAnZyagadVOOzTBMUgeRT36Hsz3GBVZZ0hBt9ID8YV35HsvygIWrleAl
IOuOitQVcqLN2k9l69VdGsEbJsP0Cd239jfS+45FxRinylg6n0Abh3cFWiiR7oDq
Bqt52R2P3OtdwUzMpuVW4Bm8O1i2wI25+o3j46lv95fENvxmwsLTsmBEd0AKT+su
yu0D+ZrJrlZ5u3ImEuaWG+q0tToF0Nbc4yy83T69XGquF9oOKiB4NqRzjsj8KQoI
B87N0yF+fJQQBa2NARldbOhVZ4kwB93NkCF2RW4kbEeki5jj9Tz2bzqhi+ge0GLe
qgWNGXAnezQIGr07iR37SAJTqe43xf6I/utT+vE+yNTniMfn7FywPOgR37AO0WDP
1fWPV/k28kF4/R19S79Pk6PvxIg5Q7KNzDIMTFxzZBlr+z3RohA=
=X+JW
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of busybox_1.27.2-2_source.changes

2017-11-28 Thread Debian FTP Masters
busybox_1.27.2-2_source.changes uploaded successfully to localhost
along with the files:
  busybox_1.27.2-2.dsc
  busybox_1.27.2-2.debian.tar.xz
  busybox_1.27.2-2_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#868859: iso-scan: should also scan LVM logical volumes

2017-11-28 Thread Raphael Hertzog
Control: tag -1 + pending

On Sun, 29 Oct 2017, Colin Watson wrote:
> > Obviously this has implications on the rest of the installation process.
> > The logical volume will be in use and the partitioning step will have
> > to preserve the logical volume and its parent volume group.
> > 
> > But partman is perfectly able to cope with the logical volumes being
> > already activated so it should be fine to do this here.
> 
> I agree that it ought to work, but what testing have you done of this?
> Have you confirmed that the LV is marked as locked in partman and can't
> be changed using manual partitioning operations?  What happens with
> automatic partitioning?

I just did some further tests. In manual partitioning, it was correctly
refusing to remove the logical volume that was in use. It was also not
letting me change anything on the partition used as physical volume.

However in automatic partitioning, it would propose to wipe the LV, VG and
PV. You can accept it and you get not failure. However you get a failure
later on when you ask the kernel to reload the newly created partition
table... but at this point it's too late already.

I thus pushed a fix to partman-lvm:
https://anonscm.debian.org/cgit/d-i/partman-lvm.git/commit/?id=b628ca59695e549e5672b26919ba3aa9c3c371f0

With this fixed partman-lvm, it will still offer to wipe everything
but you get an instant failure and the partitioner is still in a
consistent state.

> > +   if type vgchange >/dev/null; then
> 
> Nit: it's worth ">/dev/null 2>&1" here, as "type" writes to stderr if
> the command isn't available, and that's probably just noise in the logs.

Done. I pushed my updated patch.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/



Processed: Re: Bug#868859: iso-scan: should also scan LVM logical volumes

2017-11-28 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + pending
Bug #868859 [src:iso-scan] iso-scan: should also scan LVM logical volumes
Added tag(s) pending.

-- 
868859: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868859
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#868900: iso-scan: should be able to copy the ISO into RAM before mount

2017-11-28 Thread Raphael Hertzog
Control: tag -1 + pending

On Sun, 29 Oct 2017, Colin Watson wrote:
> diff --git a/debian/iso-scan.postinst b/debian/iso-scan.postinst
> index e34f329..1109ba5 100755
> --- a/debian/iso-scan.postinst
> +++ b/debian/iso-scan.postinst
[...]
> The directory-changing here is messy, and left me wondering whether
> analyze_cd might depend on the current directory, which is now different
> depending on which option you select.  I don't think it does, but I had
> to read that function to make sure.  I'd suggest simplifying this
> section of code by mounting or copying by absolute path, i.e.
> "/hd-media/$iso_to_try", rather than relying on it being in the current
> directory; you then won't need either "cd /hd-media" or "cd /" in this
> function.

Done:
https://anonscm.debian.org/cgit/d-i/iso-scan.git/commit/?id=6a22df6676bfbba6b2a49c512499a189768c3475

>  * Would it be worth doing an explicit check of how much free memory is
>available and either warning the user or just refusing outright to do
>the copy-to-RAM operation if they don't have enough (size of image
>plus fudge factor)?

Done. If the user doesn't have enough RAM, we don't offer the possibility
to copy the ISO to RAM. The template is thus rewritten accordingly.

>  * We should warn the user that, if they opt to copy the image into RAM,
>then they mustn't reboot between partitioning and the end of the
>installation as their installation media may be made unusable.
>(Wordsmithing this into something comprehensible is left as an
>exercise for the reader.)

You can find the updated templates in the commit I pushed:
https://anonscm.debian.org/cgit/d-i/iso-scan.git/commit/?id=1728471d573c8f5ddc7909a2472a4ae82ad8b8cf

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/



Processed: Re: Bug#868900: iso-scan: should be able to copy the ISO into RAM before mount

2017-11-28 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + pending
Bug #868900 [src:iso-scan] iso-scan: should be able to copy the ISO into RAM 
before mount
Added tag(s) pending.

-- 
868900: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868900
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Re: Permission to commit and upload?

2017-11-28 Thread Raphael Hertzog
Hi,

On Sun, 29 Oct 2017, Colin Watson wrote:
> > Colin, could you review the patches I sent in the above bug reports and
> > let me know if you think they are suitable to be committed ? You made
> > similar changes to mine in debian-installer-utils and you have a broad
> > knowledge of debian-installer.
> 
> I've left a few UX and code review comments in #868848, #868859, and
> #868900.  Without having tried actually running them or anything, they
> seem reasonable to me otherwise.
> 
> I don't see anything wrong with #868852, but I haven't done much with
> image building for some years so I don't know if there are any size
> concerns or whatever.  If that's not an issue then it's probably fine.

I believe that I have addressed all concerns of Colin. I have pushed
the resulting work in the various git repositories. The following source
packages thus have unreleased changes right now:
- iso-scan (the bulk of the work)
- debian-installer-utils (changes to list-devices)
- rescue (avoid duplicate entries with updated list-devices)
- partman-lvm (avoid problem when you try to auto-partition the drive
  containing the LV containing the ISO used by the installer)
- debian-installer (adding the required kernel modules in the hd-media
  images)

Don't hesite to ping me if you have any problem related to one of my
changes.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Support Debian LTS: https://www.freexian.com/services/debian-lts.html
Learn to master Debian: https://debian-handbook.info/get/



Bug#801850: marked as done (busybox: readlink gets shadowed by busybox causing debconf to possibly fail)

2017-11-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Nov 2017 15:07:21 +
with message-id 
and subject line Bug#801850: fixed in busybox 1:1.27.2-2
has caused the Debian Bug report #801850,
regarding busybox: readlink gets shadowed by busybox causing debconf to 
possibly fail
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 ow...@bugs.debian.org
immediately.)


-- 
801850: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801850
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: busybox
Version: 1:1.22.0-15
Severity: important
Tags: newcomer

Dear Maintainer,

When installing busybox's symlink readlink gets installed (without checking)
into /usr/bin/readlink. Some packages require readlink support via debconf (for
example the flash-kernel package) but busybox's readlink does not offer the -m
option. Coreutils however, a requirement for debian and its tools (debconf),
also supplies readlink. With both coreutils and busybox installed however, the
busybox variant gets used before the coreutils variant causing package
failures.

A quick fix/workaround:
if [ -f /bin/readlink ]; then
unlink /usr/bin/readlink
fi

This on armhf jessie variant using busybox 1:1.22.0-9+deb8u1.



-- System Information:
Debian Release: stretch/sid
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf

Kernel: Linux 4.3.0-rc1+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages busybox depends on:
ii  libc6  2.19-22

busybox recommends no packages.

busybox suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: busybox
Source-Version: 1:1.27.2-2

We believe that the bug you reported is fixed in the latest version of
busybox, 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 801...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Boot  (supplier of updated busybox 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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Nov 2017 13:45:04 +
Source: busybox
Binary: busybox busybox-static busybox-udeb busybox-syslogd udhcpc udhcpd
Architecture: source
Version: 1:1.27.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Chris Boot 
Description:
 busybox- Tiny utilities for small and embedded systems
 busybox-static - Standalone rescue shell with tons of builtin utilities
 busybox-syslogd - Provides syslogd and klogd using busybox
 busybox-udeb - Tiny utilities for the debian-installer (udeb)
 udhcpc - Provides the busybox DHCP client implementation
 udhcpd - Provides the busybox DHCP server implementation
Closes: 549022 801850 879732
Changes:
 busybox (1:1.27.2-2) unstable; urgency=medium
 .
   * Trigger an initramfs rebuild on installation. (Closes: #549022)
   * Temporarily re-enable invalid variable names in the udeb flavour for
 debian-installer.
   * Install the readlink binary in /bin. (Closes: #801850)
   * Fix integer overflow in bzip2 decompresson [CVE-2017-15874].
 (Closes: #879732)
   * Fix integer underflow in LZMA decompressor [CVE-2017-15874].
 (Closes: #879732)
   * Prevent tab completion for strings containing control characters
 [CVE-2017-16544].
   * Debian packaging changes:
 - Update debian/control:
   - Update Standards-Version to 4.1.1.
   - Change Priority to optional for all packages.
 - Remove obsolete debian/gbp.conf.
 - Update debian/watch:
   - Switch to format=4.
   - Use HTTPS URI.
Checksums-Sha1:
 d2afe7231c6495f236956bf60c5fe3fd602612ff 2390 busybox_1.27.2-2.dsc
 9203e0477d5a6b3b15bb77ab661a28b332983d18 51960 busybox_1.27.2-2.debian.tar.xz
 9a983f623a6d69c3fe9e8056aec76a719ce9a938 7304 busybox_1.27.2-2_amd64.buildinfo
Checksums-Sha256:
 8459b7cb71ed347cdd5ae8fbb24dd8ca6b5ad40f01c030b46a08ed43ca540518 2390 
busybox_1.27.2-2.dsc
 cc7da8546c7ce34ec672a2af2165511903718b50c609254105fe029afb7566c2 51960 
busybox_1.27.2-2.debian.tar.xz
 fdad4be5829b381ac702e77f6b08a7782977f52ec6a6c20cc36517bd637f2a09 7304 
busybox_1.27.2-2_amd64.buildinfo
Files:
 da807dea5c34248cf7

Bug#879732: marked as done (CVE-2017-15874 / CVE-2017-15873)

2017-11-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Nov 2017 15:07:21 +
with message-id 
and subject line Bug#879732: fixed in busybox 1:1.27.2-2
has caused the Debian Bug report #879732,
regarding CVE-2017-15874 / CVE-2017-15873
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 ow...@bugs.debian.org
immediately.)


-- 
879732: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=879732
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: busybox
Version: 1:1.27.2-1
Severity: important
Tags: security

Hi,
please see:

CVE-2017-15873
The get_next_block function in archival/libarchive/decompress_bunzip2.c
in BusyBox 1.27.2 has an Integer Overflow that may lead to a write
access violation.

https://bugs.busybox.net/show_bug.cgi?id=10431
https://git.busybox.net/busybox/commit/?id=0402cb32df015d9372578e3db27db47b33d5c7b0


CVE-2017-15874
archival/libarchive/decompress_unlzma.c in BusyBox 1.27.2 has an Integer
Underflow that leads to a read access violation.

https://bugs.busybox.net/show_bug.cgi?id=10436

Cheers,
Moritz
--- End Message ---
--- Begin Message ---
Source: busybox
Source-Version: 1:1.27.2-2

We believe that the bug you reported is fixed in the latest version of
busybox, 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 879...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Boot  (supplier of updated busybox 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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Nov 2017 13:45:04 +
Source: busybox
Binary: busybox busybox-static busybox-udeb busybox-syslogd udhcpc udhcpd
Architecture: source
Version: 1:1.27.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Chris Boot 
Description:
 busybox- Tiny utilities for small and embedded systems
 busybox-static - Standalone rescue shell with tons of builtin utilities
 busybox-syslogd - Provides syslogd and klogd using busybox
 busybox-udeb - Tiny utilities for the debian-installer (udeb)
 udhcpc - Provides the busybox DHCP client implementation
 udhcpd - Provides the busybox DHCP server implementation
Closes: 549022 801850 879732
Changes:
 busybox (1:1.27.2-2) unstable; urgency=medium
 .
   * Trigger an initramfs rebuild on installation. (Closes: #549022)
   * Temporarily re-enable invalid variable names in the udeb flavour for
 debian-installer.
   * Install the readlink binary in /bin. (Closes: #801850)
   * Fix integer overflow in bzip2 decompresson [CVE-2017-15874].
 (Closes: #879732)
   * Fix integer underflow in LZMA decompressor [CVE-2017-15874].
 (Closes: #879732)
   * Prevent tab completion for strings containing control characters
 [CVE-2017-16544].
   * Debian packaging changes:
 - Update debian/control:
   - Update Standards-Version to 4.1.1.
   - Change Priority to optional for all packages.
 - Remove obsolete debian/gbp.conf.
 - Update debian/watch:
   - Switch to format=4.
   - Use HTTPS URI.
Checksums-Sha1:
 d2afe7231c6495f236956bf60c5fe3fd602612ff 2390 busybox_1.27.2-2.dsc
 9203e0477d5a6b3b15bb77ab661a28b332983d18 51960 busybox_1.27.2-2.debian.tar.xz
 9a983f623a6d69c3fe9e8056aec76a719ce9a938 7304 busybox_1.27.2-2_amd64.buildinfo
Checksums-Sha256:
 8459b7cb71ed347cdd5ae8fbb24dd8ca6b5ad40f01c030b46a08ed43ca540518 2390 
busybox_1.27.2-2.dsc
 cc7da8546c7ce34ec672a2af2165511903718b50c609254105fe029afb7566c2 51960 
busybox_1.27.2-2.debian.tar.xz
 fdad4be5829b381ac702e77f6b08a7782977f52ec6a6c20cc36517bd637f2a09 7304 
busybox_1.27.2-2_amd64.buildinfo
Files:
 da807dea5c34248cf77409a7dbbc5ac0 2390 utils optional busybox_1.27.2-2.dsc
 dfbae48058431e53af36d843ceca4a98 51960 utils optional 
busybox_1.27.2-2.debian.tar.xz
 dc99c81e1a102d6de6b53777b5f2ecd8 7304 utils optional 
busybox_1.27.2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKlBAEBCgCPFiEEakxNgo23DDPFqbsY1o29Dt2gqWQFAlodan1fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDZB
NEM0RDgyOERCNzBDMzNDNUE5QkIxOEQ2OERCRDBFRERBMEE5NjQRHGJvb3RjQGRl
Ymlhbi5vcmcACgkQ1o29Dt2gqWSaQw//eflJb4Xbb4li0++XV5BMyaI5tlrRFIYk
9zQ/Sc4HwZClPcrso/7slF0yZc2qtqd4503pjnaIN519EdZxi2KEHPhO/k/JLAj+
rNcMs7rekCXcDyK9fpcEyYd3ZqBRT2VH

Bug#549022: marked as done (busybox should invoke update-initramfs in postinst)

2017-11-28 Thread Debian Bug Tracking System
Your message dated Tue, 28 Nov 2017 15:07:21 +
with message-id 
and subject line Bug#549022: fixed in busybox 1:1.27.2-2
has caused the Debian Bug report #549022,
regarding busybox should invoke update-initramfs in postinst
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 ow...@bugs.debian.org
immediately.)


-- 
549022: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549022
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: udev
Version: 146-3

Hello,

I make this bug report from a Windows machine as neither of my Debian
machines boot anymore!  They are both usuing unstable and today I
updated the udev package.  One machine is an x86 an amd64 port
install.

Both machines now show the following error message:

Unlocking the disk
/dev/disk/by-UUID/x
(hda3_crypt)
Enter passphrase:
key slot 0 unlocked
Comman successful.
/scripts/local-top/cryptroot: 1: sed: not found
/scripts/local-top/cryptroot: 1: sed: not found
File descriptor 3 (/conf.conf.d/cryptroot) leaked on lvm invocation.
Parent PID 556: /bin/sh
/scripts/local-top/cryptroot: 1: cannot open /dev/mapper/R2-root: No such file
cryptsetup: hda3_crypt setup successfully
done.
Begin: Waiting for root file system ... done.
@@
(hangs there for a couple of minutes before printing the above done, then:)
Gave up waiting for root device. Common problems:
(standard error blurb here)
ALERT! /dev/mapper/R2-root does not exist. Dropping to a shell!
(initramfs)

@@@

I'm very distressed by this!  One machine has busybox installed and
the other doesn't, but both show the same error message, and both seem
to not be finding the 'sed' command.

Anyone else with the same issue?

-- 
Regards,
Sheridan Hutchinson
sheri...@shezza.org


--- End Message ---
--- Begin Message ---
Source: busybox
Source-Version: 1:1.27.2-2

We believe that the bug you reported is fixed in the latest version of
busybox, 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 549...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Boot  (supplier of updated busybox 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 ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Nov 2017 13:45:04 +
Source: busybox
Binary: busybox busybox-static busybox-udeb busybox-syslogd udhcpc udhcpd
Architecture: source
Version: 1:1.27.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Chris Boot 
Description:
 busybox- Tiny utilities for small and embedded systems
 busybox-static - Standalone rescue shell with tons of builtin utilities
 busybox-syslogd - Provides syslogd and klogd using busybox
 busybox-udeb - Tiny utilities for the debian-installer (udeb)
 udhcpc - Provides the busybox DHCP client implementation
 udhcpd - Provides the busybox DHCP server implementation
Closes: 549022 801850 879732
Changes:
 busybox (1:1.27.2-2) unstable; urgency=medium
 .
   * Trigger an initramfs rebuild on installation. (Closes: #549022)
   * Temporarily re-enable invalid variable names in the udeb flavour for
 debian-installer.
   * Install the readlink binary in /bin. (Closes: #801850)
   * Fix integer overflow in bzip2 decompresson [CVE-2017-15874].
 (Closes: #879732)
   * Fix integer underflow in LZMA decompressor [CVE-2017-15874].
 (Closes: #879732)
   * Prevent tab completion for strings containing control characters
 [CVE-2017-16544].
   * Debian packaging changes:
 - Update debian/control:
   - Update Standards-Version to 4.1.1.
   - Change Priority to optional for all packages.
 - Remove obsolete debian/gbp.conf.
 - Update debian/watch:
   - Switch to format=4.
   - Use HTTPS URI.
Checksums-Sha1:
 d2afe7231c6495f236956bf60c5fe3fd602612ff 2390 busybox_1.27.2-2.dsc
 9203e0477d5a6b3b15bb77ab661a28b332983d18 51960 busybox_1.27.2-2.debian.tar.xz
 9a983f623a6d69c3fe9e8056aec76a719ce9a938 7304 busybox_1.27.2-2_amd64.buildinfo
Checksums-Sha256:
 8459b7cb71ed347cdd5ae8fbb24dd8ca6b5ad40f01c030b46a08ed43ca540518 2390 
busybox_1.27.2-2.dsc
 cc7da8546c7ce34ec672a2af2165511903718b50c609254105fe029afb7566c2 51960 
busybox_1.27.2-2

busybox_1.27.2-2_source.changes ACCEPTED into unstable

2017-11-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 28 Nov 2017 13:45:04 +
Source: busybox
Binary: busybox busybox-static busybox-udeb busybox-syslogd udhcpc udhcpd
Architecture: source
Version: 1:1.27.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Chris Boot 
Description:
 busybox- Tiny utilities for small and embedded systems
 busybox-static - Standalone rescue shell with tons of builtin utilities
 busybox-syslogd - Provides syslogd and klogd using busybox
 busybox-udeb - Tiny utilities for the debian-installer (udeb)
 udhcpc - Provides the busybox DHCP client implementation
 udhcpd - Provides the busybox DHCP server implementation
Closes: 549022 801850 879732
Changes:
 busybox (1:1.27.2-2) unstable; urgency=medium
 .
   * Trigger an initramfs rebuild on installation. (Closes: #549022)
   * Temporarily re-enable invalid variable names in the udeb flavour for
 debian-installer.
   * Install the readlink binary in /bin. (Closes: #801850)
   * Fix integer overflow in bzip2 decompresson [CVE-2017-15874].
 (Closes: #879732)
   * Fix integer underflow in LZMA decompressor [CVE-2017-15874].
 (Closes: #879732)
   * Prevent tab completion for strings containing control characters
 [CVE-2017-16544].
   * Debian packaging changes:
 - Update debian/control:
   - Update Standards-Version to 4.1.1.
   - Change Priority to optional for all packages.
 - Remove obsolete debian/gbp.conf.
 - Update debian/watch:
   - Switch to format=4.
   - Use HTTPS URI.
Checksums-Sha1:
 d2afe7231c6495f236956bf60c5fe3fd602612ff 2390 busybox_1.27.2-2.dsc
 9203e0477d5a6b3b15bb77ab661a28b332983d18 51960 busybox_1.27.2-2.debian.tar.xz
 9a983f623a6d69c3fe9e8056aec76a719ce9a938 7304 busybox_1.27.2-2_amd64.buildinfo
Checksums-Sha256:
 8459b7cb71ed347cdd5ae8fbb24dd8ca6b5ad40f01c030b46a08ed43ca540518 2390 
busybox_1.27.2-2.dsc
 cc7da8546c7ce34ec672a2af2165511903718b50c609254105fe029afb7566c2 51960 
busybox_1.27.2-2.debian.tar.xz
 fdad4be5829b381ac702e77f6b08a7782977f52ec6a6c20cc36517bd637f2a09 7304 
busybox_1.27.2-2_amd64.buildinfo
Files:
 da807dea5c34248cf77409a7dbbc5ac0 2390 utils optional busybox_1.27.2-2.dsc
 dfbae48058431e53af36d843ceca4a98 51960 utils optional 
busybox_1.27.2-2.debian.tar.xz
 dc99c81e1a102d6de6b53777b5f2ecd8 7304 utils optional 
busybox_1.27.2-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQKlBAEBCgCPFiEEakxNgo23DDPFqbsY1o29Dt2gqWQFAlodan1fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDZB
NEM0RDgyOERCNzBDMzNDNUE5QkIxOEQ2OERCRDBFRERBMEE5NjQRHGJvb3RjQGRl
Ymlhbi5vcmcACgkQ1o29Dt2gqWSaQw//eflJb4Xbb4li0++XV5BMyaI5tlrRFIYk
9zQ/Sc4HwZClPcrso/7slF0yZc2qtqd4503pjnaIN519EdZxi2KEHPhO/k/JLAj+
rNcMs7rekCXcDyK9fpcEyYd3ZqBRT2VH+mc/Ghb9KtmA4Lfpqu6UbTQjXfoFd6kn
MLtSn1sDzXdJTM0spnG3IA8GS1jSdphxvsdkrXsJTH8tlVcV6SV+RUBRkl9sFGXj
wV3Q5r5C307ILT78bVLM8UWwxBrTFmqPG2zZ/WO4qdqXiTLfxtEEDNilbrRCxZLz
cgJ8pAxCeFioBfWD2LP/5BQ/558ELwVlHP9GUwtg0nStH1WczzU2L7X/4pp9dvTn
XJuVwQq2P0A8+oEKur+Ol0otbzLNvK4puVO4IoFnBbXoXSUE03OpB0Y+vc/O+XRK
yUs+BKwP293aVQf2dhS2sECswxnIdCCbpBqIGZig49QNJ89SdWF2N69gbHKvgUjz
k1brDcK+u5jb4zsMoBE0OCL7ZH4zxhT2SM5eWZb29w7/5tQVdjVrZlzHyaikHJJk
HpUWg1BQuZ2bAkbm2bYDVaIYK1F9eDHYYUk3LQ3AWd439Dk/TZoHFjbPPW9ulvl4
opRmxtUHARo/z1Mb4CqjbaDTWiAxK2ySoucSxZqTUOvWkkgZZ14pP1Et1FPC7sGp
NxPIujRHwFA=
=QFm0
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of anna_1.61_source.changes

2017-11-28 Thread Debian FTP Masters
anna_1.61_source.changes uploaded successfully to localhost
along with the files:
  anna_1.61.dsc
  anna_1.61.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



anna_1.61_source.changes ACCEPTED into unstable

2017-11-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 28 Nov 2017 19:10:52 +0100
Source: anna
Binary: anna
Architecture: source
Version: 1.61
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 anna   - anna's not nearly apt, but for the Debian installer, it will do 
(udeb)
Changes:
 anna (1.61) unstable; urgency=medium
 .
   [ Updated translations ]
   * Lithuanian (lt.po) by Rimas Kudelis
Checksums-Sha1:
 935218070d53f91f641d4e8aec9fe73f0463b4df 1663 anna_1.61.dsc
 b176d9f61c29b7d8cddd5d5ad55eb9e36a53bceb 89928 anna_1.61.tar.xz
Checksums-Sha256:
 78b7e45c32f3f6d5859e12a8c3d81595d3e232566899eb302a21d2c78e3e503a 1663 
anna_1.61.dsc
 280f917d19bac8dddbc77a6bfe33b147142adc59af26a39c1f563d96957c6391 89928 
anna_1.61.tar.xz
Files:
 6f7390a60276aa2f28c9e8d997c1075f 1663 debian-installer standard anna_1.61.dsc
 accec55e9373fe1ed2ecb16d80da02b4 89928 debian-installer standard 
anna_1.61.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE1cL5v8oSi7oip3IYhy9wLE1uJagFAlodp0UACgkQhy9wLE1u
JagKeg//QSVp2nMNumpEWTbDRHC5bKnmIEDN9YmSEeNnGWlqU8cujN4HlILs0PWq
74LHqV9NfiqVLiKLaR1wloKF5kyMZGg9giBOCL6oTvN74Os954SxiP+f1vHQvk9h
HwjPsvqyNNOrjIaPL2uexdA10AScLBEg8LH+/bK/VRZPpjXozLEOxWViBOXkEij1
soCsvd/5xn+arm1a+TpprFaN6b2HLX3WK/6RQje9HCUttLkK7gMqGh2+KjrRDrZm
qmOgU7VMJUoCei1ITGlWIkX3yZjpjLU7WIed10PELLhOxianjuMxlEMR1A+daGc1
+0JljHPBGukc3mNWFLDAgVW+ea2+foRu7GQvWO+jGGNhqowTVKwh3PpmLjUnbRHk
5FlkYODu4olC4cQMFpcw5Xa0dJtWmBC3K4AnXSRKwC9t5M6TTTcsvbr3ZIBlvuP5
zLAPcLxcq3wtb9pnmSThnisTWuOaf4tZfBSuQyithJ8MYyiGkssLZzsfMRqj3/UA
j7AWuycFRrWUAZtIWnaFbvZ6cpfOqToXw5bnM7QhFT1lNtZE1PUcVTfY0L4SBhax
e/aRDKPx6+7zMdCQTuUndIS7Nb9d502CUiMjKOvw/pmsIGGBwAbqn8V/vWeWOoOo
kwG1mHKGnkLdlQzrHIe7dunDQhz8EViB9eKyrj7sDlLjFrz3ktY=
=XTP8
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of cdrom-checker_1.35_source.changes

2017-11-28 Thread Debian FTP Masters
cdrom-checker_1.35_source.changes uploaded successfully to localhost
along with the files:
  cdrom-checker_1.35.dsc
  cdrom-checker_1.35.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



cdrom-checker_1.35_source.changes ACCEPTED into unstable

2017-11-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Nov 2017 06:15:59 +0100
Source: cdrom-checker
Binary: cdrom-checker
Architecture: source
Version: 1.35
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 cdrom-checker - Verify the cd contents (udeb)
Changes:
 cdrom-checker (1.35) unstable; urgency=medium
 .
   [ Updated translations ]
   * Hungarian (hu.po) by Dr. Nagy Elemér Károly
   * Lithuanian (lt.po) by Rimas Kudelis
   * Norwegian Nynorsk (nn.po) by Allan Nordhøy
Checksums-Sha1:
 3a1502c7316a380e9994f74a9cc81178063d3210 1701 cdrom-checker_1.35.dsc
 1df901f4c61da1a7f10571c42d82c22515ce495c 66476 cdrom-checker_1.35.tar.xz
Checksums-Sha256:
 4fc804d30e0b1b4858bfc75ac75aea0e51374164843761cedb4a7c5e7c21ea8f 1701 
cdrom-checker_1.35.dsc
 0f425986f91cc0609ce166302136cc7b3118961879c88d3f44ecc2c40da32ee0 66476 
cdrom-checker_1.35.tar.xz
Files:
 129b130e7d54e6b40b9d6243ab53a5c6 1701 debian-installer optional 
cdrom-checker_1.35.dsc
 5a8e864937fb9c65b947b4acde266298 66476 debian-installer optional 
cdrom-checker_1.35.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE1cL5v8oSi7oip3IYhy9wLE1uJagFAloeRVkACgkQhy9wLE1u
JajrkBAAjx2YktvIuaQFblZzhRD7JFsPoWmgkb72rjQ8ksMI31KmraKLdAnu5yRi
fcYi0JWoOYqqY1HsKh2s66ickkGDs30dCruhdGIcI0+R+0hKnvZFn53eOzLBeko6
07a9XrkYEyR5T3eANXkyIRn1IRMMEVnqnGcBjOGEXmMautG0eYxoAoeqQ8nAbtjG
d8/YTOavKaZuEceM7SlF9Z1HEG6EZEIRiF+93Ou7Thbj0tRUD5rOGwzIw1zMlo+6
jUQ4pE/81sQGWyVOAkIZINUrz56hYaSGdWqFtElEwgtFs+f+hwJMb1Sr4DkF4sNN
Lz9r2Bnys8ibesMCMgzwfFUrqybH+XVSGPFhzhz/wp4k+lqcaA3LO6j4i2JxUZs9
kclLvAu/OPuMQK6v5DvLTkGFdpfwpK3OAZuTJ27gxFQ8omaDQEl071q28NcH91bD
3jNtAoLl2GcnO4ld+XGvpbEkspe5mx1DeusPC/zjt7snCAEpbztt6WIdpBOAbAz3
tZ1V2HTmAFrShIDGsJ3gE3mmCqwMHxUXCQkqIIHXuShFrFSla2yw8IARlr5sVjmv
Q7oRwxXoOYQqLFE+RXOiMYsWLHaEbwmKURZuyoLfD+9mcuIr+qvlrI7iUCmQkYep
XpE41uGUBv+n9dFtcBPFScl/Lz0AvgzTBYL8eEk42ewQKpnDEPE=
=VXjI
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of choose-mirror_2.84_source.changes

2017-11-28 Thread Debian FTP Masters
choose-mirror_2.84_source.changes uploaded successfully to localhost
along with the files:
  choose-mirror_2.84.dsc
  choose-mirror_2.84.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



choose-mirror_2.84_source.changes ACCEPTED into unstable

2017-11-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Nov 2017 06:28:45 +0100
Source: choose-mirror
Binary: choose-mirror choose-mirror-bin
Architecture: source
Version: 2.84
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 choose-mirror - Choose mirror to install from (menu item) (udeb)
 choose-mirror-bin - Choose mirror to install from (program) (udeb)
Changes:
 choose-mirror (2.84) unstable; urgency=medium
 .
   [ Updated translations ]
   * Hungarian (hu.po) by Dr. Nagy Elemér Károly
   * Lithuanian (lt.po) by Rimas Kudelis
   * Norwegian Nynorsk (nn.po) by Allan Nordhøy
Checksums-Sha1:
 bc012c4b07e08ade1f527a740cbef47be4294c35 1856 choose-mirror_2.84.dsc
 099fa9d59177c4058853431875bf2919674a5c28 185460 choose-mirror_2.84.tar.xz
Checksums-Sha256:
 6511b6f438a259405a6fd532307694f035080b1b736ea8bdd632ec313e5937b3 1856 
choose-mirror_2.84.dsc
 1060f7f4df89f6a8705badc471d3cf92da52a271152d131862269d119cc07b13 185460 
choose-mirror_2.84.tar.xz
Files:
 6dc5a3545b24051d62e118073d78c118 1856 debian-installer extra 
choose-mirror_2.84.dsc
 df93cc606a5faa9dc60290828867ef8f 185460 debian-installer extra 
choose-mirror_2.84.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE1cL5v8oSi7oip3IYhy9wLE1uJagFAloeR0YACgkQhy9wLE1u
JahNuA/+P8aespHPQmP931rUdzMR1g6nbqBIcUYcgvC1wlo1NSipbthWkXgjjSP9
kH/etlAfu0rjecKMIdXKMhhd+piBIshTWs47dYmVVT1+S54lPHcXADkkl76Eo7g3
m6YYuBrBFhaLHQEan8KtBLVnQj6IIrh5UVTWE8Ew6YdcQdyaWUVof0TOnzo7xV7k
td7TsceKASk2hPVNygNyXU5nX7Yjr+ulxnfMrCYV+KgIi4pXRNJR4fYS/HV6ORe7
qbHb+zcwU5eRidg6Z8D5COYYed0TmMsddXo6mLooswn1JZ2n4t7RRjHFzfkd0ueM
fXZVz+qBppj8IDI8bsoYwQxc4bJf7EsWKkqZFY2xYkrVXWwz95W0kwu+vOfDS4p4
hM7GqN0T7hX4+qGK0mcCVMPMGMLFxacDGzFHU+CDRPeqF/rkPPeP1StIvncKGLzt
Lfb35qgnQPFCtqN2C+ReafFtXlI/pqp9LuV8CHYDxb2qnc0J+soeguHuXx0OVl+J
L5B//Ebpc+U0wJ5daLaqhx+ONlJT4aKvDEtPiXeAUmxkVUwyPftCC1HHzkDXhZHV
ThsBR4EUUmcLHcZ41WvSxw7PCTIP4OXo/2ikQ++rOqrVRK+i5NOdd7JPofCshZqb
v6iofX4DseM8snDO9Tk7Q4fzdFEMZvi3k1ASR5W6v6r8gv7zzQU=
=fvA+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of cdrom-detect_1.72_source.changes

2017-11-28 Thread Debian FTP Masters
cdrom-detect_1.72_source.changes uploaded successfully to localhost
along with the files:
  cdrom-detect_1.72.dsc
  cdrom-detect_1.72.tar.xz

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



cdrom-detect_1.72_source.changes ACCEPTED into unstable

2017-11-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 29 Nov 2017 06:37:16 +0100
Source: cdrom-detect
Binary: cdrom-detect
Architecture: source
Version: 1.72
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team 
Changed-By: Christian Perrier 
Description:
 cdrom-detect - Detect CDROM devices and mount the CD (udeb)
Changes:
 cdrom-detect (1.72) unstable; urgency=medium
 .
   [ Updated translations ]
   * Hungarian (hu.po) by Dr. Nagy Elemér Károly
   * Lithuanian (lt.po) by Rimas Kudelis
   * Norwegian Nynorsk (nn.po) by Allan Nordhøy
Checksums-Sha1:
 32406b59b9be8809e64469e90887896b2382e62d 1668 cdrom-detect_1.72.dsc
 e729f685017779c3e21ea52f96be78643059a65f 124408 cdrom-detect_1.72.tar.xz
Checksums-Sha256:
 56465edd21002e3ab1052d416bf98ef6c8a1a7afab674ae251671d0f09287c11 1668 
cdrom-detect_1.72.dsc
 8c3aec2c64228a998010bf2f5ca207b24f62d77da84dded1afd3438ba5d6 124408 
cdrom-detect_1.72.tar.xz
Files:
 e72801bd734f1734e1942d067433698a 1668 debian-installer optional 
cdrom-detect_1.72.dsc
 3392605ca1b7a3a64466cf0bed8d67da 124408 debian-installer optional 
cdrom-detect_1.72.tar.xz

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEE1cL5v8oSi7oip3IYhy9wLE1uJagFAloeSnQACgkQhy9wLE1u
Jajh0Q//VnOwVjIaDm8RWd50GHIRJ8EKF072i/RAkAyCBKrdqdOZo1+h2VgY1nSi
5+VN+dwiw7wDRU9lOgn29NDIQh6fhJ5Oo938PI/gNeJkGTeUiOYbug6Lo2yoiT/q
wDvgqZLUaQHvGyxv0L+7cMNT2pMaDNT5N8Mm3R9eaOHyHVMe3rtRkIPsVsKb1mLz
qhPbSDhyEzcfmwfhV5HCur1i6PbuH4eNJZ2DKGtdwNGiEs3C4B/b2PgYuDesstYE
LTtSqH9cfgNSUvrHe8T3KXTagw9gq7+xWym+PCRcJqRtTZwhZYTa75ftVSiAJZM+
s29wZxqlo8/Sa2gKxvLrThFYtoAbs5LN/Zd0FzUUZDIOkowUPPRXGKd3+lu53B/y
g/t2LlBYzwrnhsyupOYgdUjcgIuH5r5lXwrFZ7ly6KVM0sA5Wt27C0eo23NYw354
ucx7CTxSza0mojZbZ+BOX6L4aLOuAnQvlqPz8LffcE3wfnmJEvOYfblSmE5MHr6a
QvMApb+uJIQTpd5TedWhVBCmTQY/AtQIq6dbuI9rf/pm1VAU3GPb0tTHMy3FEfYS
Zdwkhr/mFBV8f779XG8chl6Bg7GuQytxSLdx45Jiof6gMNeOEGkC2ag4Fm6Yc6dz
u/STqoT8SzmEVYNtCsMTfam9ZPQ4IoLVE5JOVLyooDj86R8tvIk=
=0QFR
-END PGP SIGNATURE-


Thank you for your contribution to Debian.