diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-18 02:45:15 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-18 02:45:15 +0200 |
commit | cadf0005cb440054bf35f47d1b5cf3e5e52d42b5 (patch) | |
tree | cccd0d3bf61c923c167388bc9c8f64d44d211d43 /debian | |
parent | 92d90f01d770ac2ccb8e092423ee473172c91473 (diff) |
patches/libpthread_procfs.patch: Add random server.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/patches/libpthread_procfs.patch | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 1a412ee7..4b8b0a7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ hurd (20110519-4) UNRELEASED; urgency=low * patches/libdiskfs_sync.patch: New patch to fix sync at shutdown. * 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. - -- Samuel Thibault <sthibault@debian.org> Mon, 01 Aug 2011 22:53:23 +0200 + -- Samuel Thibault <sthibault@debian.org> Thu, 18 Aug 2011 02:43:35 +0200 hurd (20110519-3) unstable; urgency=low diff --git a/debian/patches/libpthread_procfs.patch b/debian/patches/libpthread_procfs.patch index 8e99f573..2ad9e2e8 100644 --- a/debian/patches/libpthread_procfs.patch +++ b/debian/patches/libpthread_procfs.patch @@ -19,7 +19,7 @@ Index: hurd-debian/Makefile hostmux usermux ftpfs trans \ console-client utils sutils ufs-fsck ufs-utils \ - benchmarks fstests -+ benchmarks fstests procfs ++ benchmarks fstests procfs random # Other directories other-subdirs = hurd doc config release include |