mail/archiveopteryx-devel: Update to latest git HEAD commit

This commit is contained in:
Mark Felder 2017-08-31 15:31:15 +00:00
parent b1ddd35029
commit 1b37e2e213
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449038
3 changed files with 6 additions and 16 deletions

View file

@ -2,8 +2,8 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= archiveopteryx PORTNAME= archiveopteryx
PORTVERSION= 3.2.99.20160129 PORTVERSION= 3.2.99.20170718
PORTREVISION= 3 PORTREVISION= 0
CATEGORIES= mail CATEGORIES= mail
PKGNAMESUFFIX= -devel PKGNAMESUFFIX= -devel
@ -19,7 +19,7 @@ BROKEN_powerpc64= Does not build: /bin/sh: clang: not found
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= aox GH_ACCOUNT= aox
GH_PROJECT= aox GH_PROJECT= aox
GH_TAGNAME= e10c73a GH_TAGNAME= f9c2e40
USES= perl5 ssl USES= perl5 ssl
USE_PERL5= build USE_PERL5= build

View file

@ -1,2 +1,3 @@
SHA256 (aox-aox-3.2.99.20160129-e10c73a_GH0.tar.gz) = 293091eeab99f52ac8b20816e9e95964d37d7e82bd47d73c828942773075f3b8 TIMESTAMP = 1504192469
SIZE (aox-aox-3.2.99.20160129-e10c73a_GH0.tar.gz) = 1800386 SHA256 (aox-aox-3.2.99.20170718-f9c2e40_GH0.tar.gz) = 49d1fff10e3e1a0fdf043458024dc39583903040f324d1918a895b3bc6f703ae
SIZE (aox-aox-3.2.99.20170718-f9c2e40_GH0.tar.gz) = 1800008

View file

@ -1,11 +0,0 @@
--- server/tlsthread.cpp.orig 2017-01-10 15:06:31 UTC
+++ server/tlsthread.cpp
@@ -93,7 +93,7 @@ void TlsThread::setup()
SSL_library_init();
ctx = ::SSL_CTX_new( SSLv23_server_method() );
- int options = SSL_OP_ALL
+ long options = SSL_OP_ALL
// also try to pick the same ciphers suites more often
| SSL_OP_CIPHER_SERVER_PREFERENCE
// and don't use SSLv2, even if the client wants to