]> git.pld-linux.org Git - packages/cvsnt.git/commitdiff
- rel 12; fix openssl build auto/th/cvsnt-2.5.05.3744-12
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 20 Sep 2018 08:37:23 +0000 (10:37 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 20 Sep 2018 08:37:23 +0000 (10:37 +0200)
cvsnt.spec
openssl.patch [new file with mode: 0644]

index d6bae8c2e8e1997fc702e4830f1240869c455e5d..3997331ca5a5723029cbd448fb0aaa37b37fef38 100644 (file)
@@ -23,7 +23,7 @@ Summary(pl.UTF-8):    Concurrent Versioning System
 Name:          cvsnt
 # http://www.cvsnt.org/archive/2.5_stable tell which version is stable
 Version:       2.5.05.3744
-Release:       11
+Release:       12
 License:       GPL v2+/LGPL v2+
 Group:         Development/Version Control
 Source0:       http://www.cvsnt.org/archive/%{name}-%{version}.tar.gz
@@ -39,6 +39,7 @@ Patch4:               %{name}-fixes.patch
 Patch5:                %{name}-gcc4.patch
 Patch6:                format-security.patch
 Patch7:                cxx.patch
+Patch8:                openssl.patch
 URL:           http://www.cvsnt.org/
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake >= 1:1.7.9
@@ -213,6 +214,7 @@ CVSNT version of RCS tools.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 rm -r protocols/ntlm
 
diff --git a/openssl.patch b/openssl.patch
new file mode 100644 (file)
index 0000000..9b0a7c8
--- /dev/null
@@ -0,0 +1,11 @@
+--- cvsnt-2.5.05.3744/protocols/sserver.cpp~   2009-11-24 15:52:23.000000000 +0100
++++ cvsnt-2.5.05.3744/protocols/sserver.cpp    2018-09-20 10:34:35.129443525 +0200
+@@ -260,7 +260,7 @@ int sserver_connect(const struct protoco
+       SSL_library_init();
+       SSL_load_error_strings ();
+-      ctx = SSL_CTX_new (SSLv3_client_method ());
++      ctx = SSL_CTX_new (SSLv23_client_method ());
+       SSL_CTX_set_options(ctx,SSL_OP_ALL|SSL_OP_NO_SSLv2);
+       SSL_CTX_load_verify_locations(ctx,certs,NULL);
+       if(key)
This page took 0.089146 seconds and 4 git commands to generate.