diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-30 21:36:24 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-10-30 21:36:24 +0100 |
| commit | f66ae9d3761820cc553b9510a17572d13b37c5b0 (patch) | |
| tree | 4b477a2930858562e73baae2bcd6bcc6f373e72e /debian/changelog | |
| parent | ff43bea1cce880df9c36eca95cbd784970b552f7 (diff) | |
Use native random server
* debian/control, debian/local/setup-translators: Use native random server
set on /dev/u?random-hurd instead of random-egd on /dev/u?random.
* debian/hurd.{postinst,prerm}: Handle alternative for /dev/u?random,
default to u?random-hurd.
* debian/hurd.lintian-overrides: Override warnings about the /dev/u?random
mangling.
* debian/copyright: Fix copyright notice.
* debian/control:
- Drop article from synopsis.
- Tighten hurd-dev dependency on hurd to the same version.
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8c7dfd90..44c25c15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,11 +14,19 @@ hurd (20111030-1) UNRELEASED; urgency=low /tmp, as the latter is world-writable. * patches/libpthread_procfs.patch: Add random server. * debian/control, debian/local/setup-translators: Use native random server - instead of random-egd. + set on /dev/u?random-hurd instead of random-egd on /dev/u?random. + * debian/hurd.{postinst,prerm}: Handle alternative for /dev/u?random, + default to u?random-hurd. + * debian/hurd.lintian-overrides: Override warnings about the /dev/u?random + mangling. * debian/local/cdrom.h: Add header for basic CD-ROM ioctl support. * debian/patches/libpthread_globsigdisp.patch,posix-sigcodes.patch: New patches from Jeremie Koenig to enable global signal support. * debian/patches/libpthread_sigmask.patch: Update to global signal support. + * debian/copyright: Fix copyright notice. + * debian/control: + - Drop article from synopsis. + - Tighten hurd-dev dependency on hurd to the same version. -- Samuel Thibault <sthibault@debian.org> Thu, 18 Aug 2011 01:15:04 +0000 |
