[ubuntu/jaunty] mdadm 2.6.7.1-1ubuntu1 (Accepted)
Dustin Kirkland
kirkland at ubuntu.com
Fri Dec 19 21:50:13 GMT 2008
mdadm (2.6.7.1-1ubuntu1) jaunty; urgency=low
* This merge should solve the critical bug: LP: #282492.
* Merge from debian unstable, remaining changes:
* config.c, Assemble.c: retrieve the returned value from asprintf,
and assert; should prevent mdadm from segfaulting if there is not enough
memory available; Debian Bug #509167.
* debian/README.initramfs-transition, debian/README.upgrading-2.5.3,
debian/README.Debian: drop Debian-specific documentation.
* debian/mkconf: initialize variable.
* debian/mdadm-startall, debian/mdadm-startall.8, debian/mdadm.links,
debian/mdadm.manpages, debian/mdadm-startall.sgm: dropped, not used
in Ubuntu (thus dropping the build-dep on docbook-to-man).
* debian/mdadm.preinst, debian/mdadm.udev: udev enablement, remove the
Debian init script.
* debian/mdadm.templates, debian/mdadm-udeb.templates: Ubuntu puts the
debconf template questions in the udeb.
* debian/mdadm.postrm: drop warnings in the initramfs update.
* debian/mdadm.postinst, debian/mdadm.config, initramfs/init-premount:
boot-degraded enablement; maintain udev starting of RAID devices;
init-premount hook script for the initramfs, to provide information
at boot.
* debian/mdadm-udeb.dirs: udeb packaging for installer.
* debian/mdadm.dirs: install init-premount script.
* debian/control: maintainer updates, no need for docbook since we dropped
the manpages that needed it, we need specific udev and initramfs-tools
versions that don't ship 'mdrun'.
* debian/mdadm-raid: drop, since we have a udev rule that automatically
runs "mdadm --assemble --scan --no-degraded", activating any non-degraded
device as their components are detected.
* debian/rules: account for the various installation differences of the
documentation, udev rules, the udeb, initramfs premount script, udeb
templates and translation thereof.
* debian/initramfs/hook: massively simplified by udev.
* debian/install-rc, check.d/_numbers, check.d/root_on_raid: Ubuntu partman
installer changes.
mdadm (2.6.7.1-1) unstable; urgency=low
* New upstream release, specifically created for Debian lenny to fix the RC
bugs, which
- fixes typo in forced assembly code (closes: #496334, #499643, #498505).
- fixes array component size detection (closes: 500309).
Thanks Neil Brown, mdadm upstream: you are spoiling me. :)
* Minor fixes to documentation:
- Add David Pashley's Rebuilding RAID blog post.
- Add new (bugfix) version 1.40 of the newdisk script
(/usr/share/doc/mdadm/examples/newdisk.gz) (closes: #490955).
- Add link to Warren Togami's writeup about remote RAID-1 conversion to
README.recipes.
- Fix probability of survival in FAQ 4b, since I erroneously labeled the
chance of failure as the chance of survival; thanks to Per Olofssen for
clarification (closes: #493577).
- Cherry-picked 6d6de2e from Neil, which adds HOMEHOST to the manpage and
closes: #489257.
mdadm (2.6.7-3.1) unstable; urgency=low
* Non-maintainer upload with permission.
* Ask mdadm/initrdstart at medium priority in chrooted environment.
(Closes: #493099)
* Update Swedish debconf translations. Thanks Martin Ågren.
(Closes: #492074)
Date: Thu, 18 Dec 2008 20:56:05 -0600
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Kees Cook <kees at ubuntu.com>
https://launchpad.net/ubuntu/jaunty/+source/mdadm/2.6.7.1-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 18 Dec 2008 20:56:05 -0600
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source
Version: 2.6.7.1-1ubuntu1
Distribution: jaunty
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Dustin Kirkland <kirkland at ubuntu.com>
Description:
mdadm - tool to administer Linux MD arrays (software RAID)
mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 489257 490955 492074 493099 493577 496334 498505 499643 500309
Launchpad-Bugs-Fixed: 282492
Changes:
mdadm (2.6.7.1-1ubuntu1) jaunty; urgency=low
.
* This merge should solve the critical bug: LP: #282492.
* Merge from debian unstable, remaining changes:
* config.c, Assemble.c: retrieve the returned value from asprintf,
and assert; should prevent mdadm from segfaulting if there is not enough
memory available; Debian Bug #509167.
* debian/README.initramfs-transition, debian/README.upgrading-2.5.3,
debian/README.Debian: drop Debian-specific documentation.
* debian/mkconf: initialize variable.
* debian/mdadm-startall, debian/mdadm-startall.8, debian/mdadm.links,
debian/mdadm.manpages, debian/mdadm-startall.sgm: dropped, not used
in Ubuntu (thus dropping the build-dep on docbook-to-man).
* debian/mdadm.preinst, debian/mdadm.udev: udev enablement, remove the
Debian init script.
* debian/mdadm.templates, debian/mdadm-udeb.templates: Ubuntu puts the
debconf template questions in the udeb.
* debian/mdadm.postrm: drop warnings in the initramfs update.
* debian/mdadm.postinst, debian/mdadm.config, initramfs/init-premount:
boot-degraded enablement; maintain udev starting of RAID devices;
init-premount hook script for the initramfs, to provide information
at boot.
* debian/mdadm-udeb.dirs: udeb packaging for installer.
* debian/mdadm.dirs: install init-premount script.
* debian/control: maintainer updates, no need for docbook since we dropped
the manpages that needed it, we need specific udev and initramfs-tools
versions that don't ship 'mdrun'.
* debian/mdadm-raid: drop, since we have a udev rule that automatically
runs "mdadm --assemble --scan --no-degraded", activating any non-degraded
device as their components are detected.
* debian/rules: account for the various installation differences of the
documentation, udev rules, the udeb, initramfs premount script, udeb
templates and translation thereof.
* debian/initramfs/hook: massively simplified by udev.
* debian/install-rc, check.d/_numbers, check.d/root_on_raid: Ubuntu partman
installer changes.
.
mdadm (2.6.7.1-1) unstable; urgency=low
.
* New upstream release, specifically created for Debian lenny to fix the RC
bugs, which
- fixes typo in forced assembly code (closes: #496334, #499643, #498505).
- fixes array component size detection (closes: 500309).
Thanks Neil Brown, mdadm upstream: you are spoiling me. :)
.
* Minor fixes to documentation:
- Add David Pashley's Rebuilding RAID blog post.
- Add new (bugfix) version 1.40 of the newdisk script
(/usr/share/doc/mdadm/examples/newdisk.gz) (closes: #490955).
- Add link to Warren Togami's writeup about remote RAID-1 conversion to
README.recipes.
- Fix probability of survival in FAQ 4b, since I erroneously labeled the
chance of failure as the chance of survival; thanks to Per Olofssen for
clarification (closes: #493577).
- Cherry-picked 6d6de2e from Neil, which adds HOMEHOST to the manpage and
closes: #489257.
.
mdadm (2.6.7-3.1) unstable; urgency=low
.
* Non-maintainer upload with permission.
* Ask mdadm/initrdstart at medium priority in chrooted environment.
(Closes: #493099)
* Update Swedish debconf translations. Thanks Martin Ågren.
(Closes: #492074)
Checksums-Sha1:
ee77e32dead06afafec53d2fb5b6cc298985296b 1401 mdadm_2.6.7.1-1ubuntu1.dsc
f856478e3819bdbe487450d6b8331904e440acc3 211547 mdadm_2.6.7.1.orig.tar.gz
188b9d06397aca6434936db9fecb69b91d0f689b 122812 mdadm_2.6.7.1-1ubuntu1.diff.gz
Checksums-Sha256:
3e4cd81f1884343f6eb908dd6fba3a24b09bab8d7745d544d26fb234e7b531da 1401 mdadm_2.6.7.1-1ubuntu1.dsc
0501c06c660dbfa7f044cf5232f317574fba5228da4a7b176b54a57105518c8d 211547 mdadm_2.6.7.1.orig.tar.gz
72054ec4600b1907a3217fe02c6d8148e1ed8e751a7db607a7de1dd0ab8ed2f5 122812 mdadm_2.6.7.1-1ubuntu1.diff.gz
Files:
9820b7265873aa1cce0a073f74a25250 1401 admin optional mdadm_2.6.7.1-1ubuntu1.dsc
256e86d4a4685acd3a418a01a542e151 211547 admin optional mdadm_2.6.7.1.orig.tar.gz
3064c43985bfaf86b07fc80ae63ec6fc 122812 admin optional mdadm_2.6.7.1-1ubuntu1.diff.gz
Original-Maintainer: Debian mdadm maintainers <pkg-mdadm-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Kees Cook <kees at outflux.net>
iEYEARECAAYFAklMFe0ACgkQH/9LqRcGPm1fQgCaAvnAdJM9iCqmpy5ArVTW1z2q
kMkAnA7BOsGOETbsvvn9AvX0f+dTElhW
=XHeW
-----END PGP SIGNATURE-----
More information about the Jaunty-changes
mailing list