Comment 57 for bug 63175

Revision history for this message
LaMont Jones (lamont) wrote :

A question for the release team:

To fix this bug, we need to upload a util-linux newer than -6ubuntu1,
which raises the question of whether you want me to upload -6ubuntu2, or
-8ubuntu1. Of potential interest to the release in their own right are:
    - mount: doesn't drop privileges properly when calling helpers
    - hwclock: fix --rtc option. Closes: #444924
  * hwclock: Reintroduce hwclockfirst.sh on Debian machines. Closes: #443487

I don't feel that there is anything there that should not go into a
2.13 upload of util-linux, but wanted to give you folks a chance for
input before I upload something... 2.13-8 is currently in incoming,
where it will sit for the next 5 hours or so.

thoughts?
lamont

util-linux (2.13-8) unstable; urgency=low

  * Upstream git:
    - po: update sv.po (from translationproject.org)
    - mount: doesn't drop privileges properly when calling helpers
    - hwclock: fix --rtc option. Closes: #444924
    - setarch: fix compiler warning
    - login: login segfaults on EOF (rh#298461)
    - build-sys: nls/locale handling in util-linux-ng general
    - blockdev: add missing description about option --report in manpage
  * fix messages in "hwclock.sh start". Closes: #436873
  * Honor DEB_BUILD_OPTIONS=nostrip. Closes: #443853

 -- LaMont Jones <email address hidden> Mon, 01 Oct 2007 21:57:41 -0600

util-linux (2.13-7) unstable; urgency=low

  * cfdisk.8: mention slang next to curses. Closes: #295487
  * util-linux.postrm: remove /etc/adjtime on purge. Closes: #245236
  * hwclock: Reintroduce hwclockfirst.sh on Debian machines. Closes: #443487
  * mount.preinst: chroot-check was broken. Closes: #443466

 -- LaMont Jones <email address hidden> Fri, 21 Sep 2007 22:10:20 -0600

(most of the hwclock.sh change is indentation)
% git diff v2.13-6..v2.13-8 | diffstat
 configure.ac | 1
 debian/changelog | 24 +
 debian/hwclock.sh | 76 ++--
 debian/mount.preinst | 22 -
 debian/rules | 9
 debian/util-linux.postinst | 3
 debian/util-linux.postrm | 1
 disk-utils/blockdev.8 | 8
 fdisk/cfdisk.8 | 4
 hwclock/rtc.c | 33 -
 include/nls.h | 8
 login-utils/login.c | 4
 misc-utils/cal.c | 1
 misc-utils/look.c | 1
 misc-utils/write.c | 1
 mount/mount.c | 8
 mount/umount.c | 8
 po/sv.po | 747 +++++++++++++++------------------------------
 sys-utils/setarch.c | 2
 text-utils/colrm.c | 2
 text-utils/more.c | 1
 text-utils/pg.c | 2
 22 files changed, 392 insertions(+), 574 deletions(-)