1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- update to 1.07

- patch obsoleted by upstream merge

PR:		193837
Submitted by:	jcm@visi.co (maintainer)
Reported by:	freebsd@spambox.dk
This commit is contained in:
Jason Helfman 2014-11-23 07:43:18 +00:00
parent 56d6d5db17
commit fd33de2097
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373124
3 changed files with 3 additions and 15 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= svnup
PORTVERSION= 1.06
PORTREVISION= 1
PORTVERSION= 1.07
CATEGORIES= net
MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \
LOCAL/jgh/net/${PORTNAME}/

View File

@ -1,2 +1,2 @@
SHA256 (svnup-1.06.tar.xz) = 58cfa21b812da6dcd808334cbeff68f445a75adfd78f6986b9db1edb87ee2fe4
SIZE (svnup-1.06.tar.xz) = 19280
SHA256 (svnup-1.07.tar.xz) = f6486fa384eab0ed565246ed3906aeb768f252e8662111e87476fdbed7159569
SIZE (svnup-1.07.tar.xz) = 19528

View File

@ -1,11 +0,0 @@
--- svnup.c.orig 2014-09-06 03:16:15.000000000 +0200
+++ svnup.c 2014-10-08 15:11:07.593705013 +0200
@@ -355,7 +355,7 @@
SSL_load_error_strings();
connection->ctx = SSL_CTX_new(SSLv23_client_method());
SSL_CTX_set_mode(connection->ctx, SSL_MODE_AUTO_RETRY);
- SSL_CTX_set_options(connection->ctx, SSL_OP_ALL | SSL_OP_NO_TICKET | SSL_OP_NO_TLSv1);
+ SSL_CTX_set_options(connection->ctx, SSL_OP_ALL | SSL_OP_NO_TICKET);
if ((connection->ssl = SSL_new(connection->ctx)) == NULL)
err(EXIT_FAILURE, "reset_connection: SSL_new");