Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #63274
| Path | csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Debian FTP Masters <ftpmaster@ftp-master.debian.org> |
| Newsgroups | linux.debian.kernel |
| Subject | initramfs-tools_0.133_source.changes ACCEPTED into unstable |
| Date | Wed, 06 Feb 2019 22:10:01 +0100 |
| Message-ID | <xoCCd-UI-7@gated-at.bofh.it> (permalink) |
| X-Original-To | Debian kernel team <debian-kernel@lists.debian.org>, Ben Hutchings <ben@decadent.org.uk> |
| X-Mailbox-Line | From debian-kernel-request@lists.debian.org Wed Feb 6 21:06:18 2019 |
| Old-Return-Path | <envelope@ftp-master.debian.org> |
| X-Amavis-Spam-Status | No, score=-6.28 tagged_above=-10000 required=5.3 tests=[AUTOGENERATE=3, BAYES_00=-2, DIGITS_LETTERS=1, FVGT_m_MULTI_ODD=0.02, MD5_SHA1_SUM=-1, PGPSIGNATURE=-5, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham autolearn_force=no |
| X-Dak | dak process-upload |
| X-Debian | DAK |
| X-Debian-Package | initramfs-tools |
| Auto-Submitted | auto-generated |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset="utf-8" |
| Content-Transfer-Encoding | 8bit |
| X-Mailing-List | <debian-kernel@lists.debian.org> archive/latest/119492 |
| List-ID | <debian-kernel.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-kernel/> |
| List-Archive | https://lists.debian.org/msgid-search/E1grU7u-000J6J-Vf@fasolo.debian.org |
| Approved | robomod@news.nic.it |
| Lines | 129 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Wed, 06 Feb 2019 20:48:58 +0000 |
| X-Original-Message-ID | <E1grU7u-000J6J-Vf@fasolo.debian.org> |
| Xref | csiph.com linux.debian.kernel:63274 |
Show key headers only | View raw
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 06 Feb 2019 20:13:59 +0000
Source: initramfs-tools
Architecture: source
Version: 0.133
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Ben Hutchings <ben@decadent.org.uk>
Closes: 677049 766446 848906 893897 903931 908967 916935
Changes:
initramfs-tools (0.133) unstable; urgency=medium
.
[ Ben Hutchings ]
* [942f1d2] unmkinitramfs, lsinitramfs: Avoid zcat compatibility issue by
running gzip (Closes: #903931)
* [94683ef] mkinitramfs: Remove check for kernel version < 2.6.38
* [40fb032] mkinitramfs; Stop setting both compress and COMPRESS variables
* [01af757] initramfs-tools: Change trigger declaration to "interest-await"
* [2bb6a9c] update-initramfs: Remove test for working dpkg-trigger
* [1f10559] kernel hooks: Remove use of update-initramfs -t option
* [1343b68] update-initramfs: Remove undocumented -y option
* [e0d4024] mkinitramfs: Warn if the compression command is not recognised
* [bafb9d4] init: Always export the resume and noresume variables, as
documented
* [f21fdae] debian/rules: Use a more conservative "find" for shellcheck
arguments
* [9c63564] Change get_fstype to be silent on failure
* [58df6d3] scripts/functions: Abort _checkfs_once early if fs type is
unknown
* [f8ceeb9] scripts/local: Explicitly check for missing root parameter and
mount failure. Thanks to "G.raud" <graud@gmx.com> (Closes: #848906)
* [a5ae8a1] scripts/{local,nfs}: Remove redundant modprobe of filesystem
modules
* [4807ede] hook-functions: Avoid symlinks that conflict with usr-merge in
copy_file
* [79f49b9] {hooks,scripts}/keymap: Use setupcon --setup-dir
* [839be1b] scripts/local: Handle rootfstype=auto the same as if type is
unspecified (Closes: #908967)
* [f086b72] mkinitramfs: Use default compression level for lzop
(Closes: #916935)
* [d343f5e] README: Summarise what initramfs-tools does and point to manual
pages
* [c5dd80a] initramfs-tools(7): Document how to update the initramfs from
another package (Closes: #893897)
* [2e5e389] scripts/functions: Revert change to _log_msg and make callers
format-safe
* [49139ca] scripts/local-premount/resume: Report when we are resuming.
Thanks to Mario Limonciello <mario.limonciello@dell.com>
* [28b9d1d] scripts/nfs: Use "sleep" instead of /bin/sleep (Closes: #677049)
* [db394d3] Print warnings and errors in initramfs generation consistently
* [d9cf2f2] hooks/fsck: If get_fstype fails, report which file system it
failed for (Closes: #766446)
* [1ae0994] mkinitramfs: Change EXTRA_CONF to include directory names
* [34f84b4] mkinitramfs: Don't add directories to EXTRA_CONF
* [db31e7e] mkinitramfs: Use pigz if available instead of gzip
* [e4a5589] initramfs-tools-core: Recommend pigz
* [b8d3d59] Remove descriptions of removed/deprecated options from man page
synopses
* [4d57f63] mkinitramfs(8), update-initramfs(8): Fix over-indentation of
options
* [66902db] update-initramfs(8): Fix formatting of mode options in the
synopsis
* [bb9d247] Move usage function for mkinitramfs out of hook-functions
* [2380cb8] update-initramfs: Use getopt instead of getopts
* [abca193] update-initramfs: Make -h option return 0 and write usage to
stdout
* [ccf07ee] update-initramfs: Support --help option
* [c800321] Make all commands return 2 in case of a usage error
* [fc81f7f] mkinitramfs: Support -h and --help options
* [94e05dd] unmkinitramfs(8): Abbreviate synopsis to avoid wrapping
* [00809d7] Make manual pages and usage messages more consistent
* [45f4d15] unmkinitramfs: Write usage on stderr in case of error
* [908bd7d] lsinitramfs, mkinitramfs, unmkinitramfs: Show usage if getopt
fails
* [1cc6e78] lsinitramfs: Check for empty list of arguments after parsing
options
* [fb3ea62] hooks/resume: Report in excruciating detail if the -v option is
used
.
[ Benjamin Drung ]
* [806c757] scripts/functions: Fix syntax error: unexpected "(" on panic
* [88b0c9b] mkinitramfs: Fix termination of gzip compression case
* [5438f31] scripts/functions: Drop render function
* [3c8b4c3] Remove trailing newline from debian/changelog
* [f277309] Fix (nearly) all issues found by shellcheck
* [2bab73b] Disable shellcheck for desired behaviour
* [3650731] Replace 'echo -n' by printf
* [9c0feb2] Run shellcheck on package build time
* [c9cb0a0] Add autopkgtest for shellcheck
Checksums-Sha1:
935bb5cd557cfb57fc049ad0d8ab207dcf2ad1d9 1821 initramfs-tools_0.133.dsc
532acccee5057c4e0fad42c5a04d4ad195f9277e 90132 initramfs-tools_0.133.tar.xz
e22a1033c784c9f3122afff2a6680601b9444e96 6138 initramfs-tools_0.133_source.buildinfo
Checksums-Sha256:
bf608639c7d5100663d4f35b182e3ade0f63beac0e3e216dc8e5cb9984ec6a41 1821 initramfs-tools_0.133.dsc
b68226091ad2047c76b517498b1d921a28f35b252a7351003b0822220d632921 90132 initramfs-tools_0.133.tar.xz
17343a0067185fdda1432a1229b875f06bf25f8f974fa09899c42f8e848079a8 6138 initramfs-tools_0.133_source.buildinfo
Files:
5bc39635346a0d9b7effbd53fc0b21aa 1821 utils optional initramfs-tools_0.133.dsc
a51863f6cc15e39b1c368ef256e12a34 90132 utils optional initramfs-tools_0.133.tar.xz
e7fcbb60695de37344eea726080d62c5 6138 utils optional initramfs-tools_0.133_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAlxbRPoACgkQ57/I7JWG
EQnmgQ//RKHiLOaKD7B6B6MNU3UwJI1LApzUSwXCAr/OvPsLG/mRrL9C1phnHJ1K
brki5eoCDIOy+dXnEfZaebwL/AQQdSBq2GdNt+honc1YT8jcVjANtJdxUQRmGnQD
khOkcGH8mNDIuFPygWYVtF0bBcGHfw8NpDn7TfAblPkjIxKlxmj9CU4TYXA70Av/
nYcNrnOz0Z28WN64ckvbyqkHMrPvUG9k63ahcKRQP3KpK+G8vLSH9cnpV//VUz+g
aU/5OTVSzx3SNnuViySR03TKQVVXOJirCUfUM8ybLc58rcq0dNoGAG1JXTEgohOU
6NxUfvsrDag5hzVZlP1yFtDRtNV+f3wzvrhgvRo1KrrBmPI9KNNV7q/0V2sbCS7y
r6gLukYATR8/lZ/b4KfFE7Hsutokz0RL/AG04WWPXPQth7MExIt0G8o69G79Ni00
UPQTjKS41ow5/V9F4WYgspnLBQl7CyOzYaXfhiiL6/hzSRMOrf0dXhP7V4K9pyR1
cteSgYYZcTqXhqj0piK0SbfwsyEBKP12jI6zciMoTeBOSglgU5OELrsOO2SeCKdX
SCw/NiI5gRHUOSGMCBY5esjWzgfKa/ZHL9TORcvYDXDK6lH133b3vfaBSDdHh5fZ
AU3NkV7rH8pIoL+hQTtwKjBHC6FcidzRE89DFaslouiqkqvFrIM=
=5DW4
-----END PGP SIGNATURE-----
Thank you for your contribution to Debian.
Back to linux.debian.kernel | Previous | Next | Find similar | Unroll thread
initramfs-tools_0.133_source.changes ACCEPTED into unstable Debian FTP Masters <ftpmaster@ftp-master.debian.org> - 2019-02-06 22:10 +0100
csiph-web