diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/local/setup-translators | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 4b8b0a7d..d85b3f81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,10 @@ hurd (20110519-4) UNRELEASED; urgency=low * local/setup-translators: Set up entropy socket in /var/run instead of /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. - -- Samuel Thibault <sthibault@debian.org> Thu, 18 Aug 2011 02:43:35 +0200 + -- Samuel Thibault <sthibault@debian.org> Thu, 18 Aug 2011 01:15:04 +0000 hurd (20110519-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 289df720..a2244f13 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Vcs-Git: git://git.debian.org/pkg-hurd/hurd.git Package: hurd Essential: yes -Depends: ${misc:Depends}, sysv-rc, ${shlibs:Depends}, random-egd +Depends: ${misc:Depends}, sysv-rc, ${shlibs:Depends} Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1), libc0.3 (<< 2.11.2-12) Suggests: hurd-doc Provides: makedev, login diff --git a/debian/local/setup-translators b/debian/local/setup-translators index 57dd676c..157900a5 100755 --- a/debian/local/setup-translators +++ b/debian/local/setup-translators @@ -145,8 +145,8 @@ else md ptyq md lprX 0123 md comX 0123 - st random 'random /var/run/entropy.sock' random - st urandom 'random -u /var/run/entropy.sock' urandom + st random 'random --seed-file /var/run/random-seed --secure' random + st urandom 'random --seed-file /var/run/random-seed --fast' urandom fi st kbd 'symlink cons/kbd' kbd |