Index: head/security/tinc-devel/Makefile =================================================================== --- head/security/tinc-devel/Makefile (revision 518352) +++ head/security/tinc-devel/Makefile (revision 518353) @@ -1,29 +1,29 @@ # $FreeBSD$ PORTNAME= tinc PORTVERSION= 1.1pre17 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security net-vpn MASTER_SITES= https://www.tinc-vpn.org/packages/ \ http://www.tinc-vpn.org/packages/ PKGNAMESUFFIX= -devel MAINTAINER= dinoex@FreeBSD.org COMMENT= Virtual Private Network (VPN) daemon LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= liblzo2.so:archivers/lzo2 USES= cpe ssl makeinfo readline localbase:ldflags CPE_VENDOR= tinc-vpn GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --with-curses=/usr USE_RC_SUBR= tincd INFO= tinc PLIST_FILES= sbin/tincd sbin/tinc \ man/man8/tinc-gui.8.gz man/man5/tinc.conf.5.gz \ man/man8/tinc.8.gz man/man8/tincd.8.gz .include Index: head/security/tinc-devel/files/patch-cipher.c =================================================================== --- head/security/tinc-devel/files/patch-cipher.c (nonexistent) +++ head/security/tinc-devel/files/patch-cipher.c (revision 518353) @@ -0,0 +1,11 @@ +--- src/openssl/cipher.c.orig 2018-10-07 11:43:07 UTC ++++ src/openssl/cipher.c +@@ -189,7 +189,7 @@ bool cipher_decrypt(cipher_t *cipher, const void *inda + } else { + int len; + +- if(EVP_EncryptUpdate(cipher->ctx, outdata, &len, indata, inlen)) { ++ if(EVP_DecryptUpdate(cipher->ctx, outdata, &len, indata, inlen)) { + if(outlen) { + *outlen = len; + } Property changes on: head/security/tinc-devel/files/patch-cipher.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property