pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/net6/patches Remove patch-encrypt.cpp, removed fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27f30115ef85
branches:  trunk
changeset: 646177:27f30115ef85
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 05 08:06:22 2015 +0000

description:
Remove patch-encrypt.cpp, removed from distinfo during 1.3.14 update.

diffstat:

 net/net6/patches/patch-encrypt.cpp |  17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diffs (21 lines):

diff -r 0d1c919c77e0 -r 27f30115ef85 net/net6/patches/patch-encrypt.cpp
--- a/net/net6/patches/patch-encrypt.cpp        Thu Feb 05 07:09:31 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-encrypt.cpp,v 1.1 2012/07/18 10:22:23 marino Exp $
-
-GnuTLS deprecated gnutls_transport_set_lowat in version 2.12.0 and removed it by version 3
-The lowat feature is always disabled now.
-
---- src/encrypt.cpp.orig       2009-08-24 12:18:29.000000000 +0000
-+++ src/encrypt.cpp
-@@ -202,7 +202,9 @@ net6::tcp_encrypted_socket_base::
-       );
- #endif
- 
-+#if GNUTLS_VERSION_NUMBER < 0x020c00
-       gnutls_transport_set_lowat(session, 0);
-+#endif
- }
- 
- net6::tcp_encrypted_socket_base::~tcp_encrypted_socket_base()



Home | Main Index | Thread Index | Old Index