diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-10-14 23:09:07 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-10-14 23:09:07 +0200 |
commit | 51861587c670c390b3420f0da6a86111b386f750 (patch) | |
tree | 8fac54c665fb467ce9d972d5a79b64c406cd2a6a /gnu-system.am | |
parent | 11c38cbe0dab636e5ae8de71a9a05dea7de6bb1f (diff) | |
download | patches-51861587c670c390b3420f0da6a86111b386f750.tar patches-51861587c670c390b3420f0da6a86111b386f750.tar.gz |
gnu: gnutls: Patch bug in 'set-session-server-name!'.
* gnu/packages/patches/gnutls-server-name-fix.patch: New file.
* gnu/packages/gnutls.scm (gnutls)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2d2eb0631f..52c834318b 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -344,6 +344,7 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/gnunet-fix-scheduler.patch \ gnu/packages/patches/gnunet-fix-tests.patch \ + gnu/packages/patches/gnutls-server-name-fix.patch \ gnu/packages/patches/gobject-introspection-cc.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/gstreamer-0.10-bison3.patch \ |