summaryrefslogtreecommitdiff
path: root/libraries/ggz-base-libs/gnutls3.patch
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-03 18:49:11 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-03 18:49:11 +0700
commit35e8ca4b81d96060abfec3dbc8f278a7d00fc21b (patch)
tree8281f7bfdcf379177f68eac3ad5573d9c88efe48 /libraries/ggz-base-libs/gnutls3.patch
parentdeef4b360fbc10945df20abb676dba6dea8a6497 (diff)
downloadslackbuilds-35e8ca4b81d96060abfec3dbc8f278a7d00fc21b.tar.gz
libraries/ggz-base-libs: Removed (No longer maintained upstream).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ggz-base-libs/gnutls3.patch')
-rw-r--r--libraries/ggz-base-libs/gnutls3.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/libraries/ggz-base-libs/gnutls3.patch b/libraries/ggz-base-libs/gnutls3.patch
deleted file mode 100644
index ed40bf12d5..0000000000
--- a/libraries/ggz-base-libs/gnutls3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/security/ggz_tls_gnutls.c.orig 2008-01-05 19:03:41.000000000 +0000
-+++ src/security/ggz_tls_gnutls.c
-@@ -56,7 +56,7 @@ const int cipher_priority[] = {GNUTLS_CI
- const int mac_priority[] = {GNUTLS_MAC_NULL, GNUTLS_MAC_MD5, GNUTLS_MAC_SHA, 0};
- const int kx_priority[] = {GNUTLS_KX_ANON_DH, GNUTLS_KX_DHE_DSS, GNUTLS_KX_DHE_RSA, 0};
- const int protocol_priority[] = {GNUTLS_TLS1, GNUTLS_SSL3, 0};
--const int compression_priority[] = {GNUTLS_COMP_NULL, GNUTLS_COMP_ZLIB, GNUTLS_COMP_LZO, 0};
-+const int compression_priority[] = {GNUTLS_COMP_NULL, GNUTLS_COMP_ZLIB, 0};
-
- void ggz_tls_init(const char *certfile, const char *keyfile, const char *password)
- {