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

index f4a882b8dede4db6765d13463d216e41d6b50a1c..d0b529f771696280dd4b55cd128bb39b436c00b0 100644 (file)
@@ -9,7 +9,7 @@ Summary(pl.UTF-8):      Concurrent Versions System - nserver
 Summary(tr.UTF-8):     Sürüm denetim sistemi - nserver
 Name:          cvs-nserver
 Version:       1.11.1.52
-Release:       33
+Release:       34
 License:       GPL
 Group:         Development/Version Control
 Source0:       http://dl.sourceforge.net/cvs-nserver/%{name}-%{version}.tar.gz
@@ -39,6 +39,7 @@ Patch19:      %{name}-krb5.patch
 Patch20:       %{name}-cvspasswd-mode.patch
 Patch21:       %{name}-getline.patch
 Patch22:       format-security.patch
+Patch23:       openssl.patch
 URL:           http://cvs-nserver.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -204,6 +205,7 @@ Serwer CVS - pliki nservera.
 %patch20 -p1
 %patch21 -p1
 %patch22 -p1
+%patch23 -p1
 
 %build
 %{__aclocal}
diff --git a/openssl.patch b/openssl.patch
new file mode 100644 (file)
index 0000000..c8f29ce
--- /dev/null
@@ -0,0 +1,11 @@
+--- cvs-nserver-1.11.1.52/src/ssl-client.c~    2001-10-13 19:37:30.000000000 +0200
++++ cvs-nserver-1.11.1.52/src/ssl-client.c     2018-09-20 10:28:49.572280092 +0200
+@@ -90,7 +90,7 @@ ssl_connect (NCLI ncli)
+     char *str;
+     long x509_err;
+-    ctx = SSL_CTX_new(SSLv3_client_method());
++    ctx = SSL_CTX_new(SSLv23_client_method());
+     SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE, NULL);
This page took 0.148362 seconds and 4 git commands to generate.