Update to 1.4.0

Upstream now supports compiling-in both GnuTLS and OpenSSL drivers
simultaneously.  It's a run-time choice as to which gets used.  Change
from OPTIONS_SINGLE to OPTIONS_MULTI accordingly (since we want at
least one SSL library) and make the default to enable both GnuTLS and
OpenSSL support, following the upstream defaults.

ChangeLog:	   https://github.com/rsyslog/librelp/blob/master/ChangeLog
This commit is contained in:
Matthew Seaman 2019-03-12 07:41:23 +00:00
parent 6df390e34d
commit 0b9ebe26da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495445
2 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= librelp
PORTVERSION= 1.3.0
PORTVERSION= 1.4.0
CATEGORIES= devel
MASTER_SITES= http://download.rsyslog.com/librelp/
@ -11,9 +11,9 @@ COMMENT= Reliable event logging protocol library
LICENSE= GPLv3
OPTIONS_SINGLE= SSLLIB
OPTIONS_SINGLE_SSLLIB= GNUTLS OPENSSL
OPTIONS_DEFAULT= GNUTLS
OPTIONS_MULTI= SSLLIB
OPTIONS_MULTI_SSLLIB= GNUTLS OPENSSL
OPTIONS_DEFAULT= GNUTLS OPENSSL
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_ENABLE= tls
@ -31,7 +31,7 @@ INSTALL_TARGET= install-strip
PLIST_FILES= include/${PORTNAME}.h \
lib/${PORTNAME}.a \
lib/${PORTNAME}.so lib/${PORTNAME}.so.0 \
lib/${PORTNAME}.so.0.4.0 \
lib/${PORTNAME}.so.0.5.0 \
libdata/pkgconfig/relp.pc
PORT_VERBS= relp

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1544620025
SHA256 (librelp-1.3.0.tar.gz) = 9f24a2fc5749b20c1fd4902332c853e3b06b8bf61b830173252815639b4de9f5
SIZE (librelp-1.3.0.tar.gz) = 514470
TIMESTAMP = 1552372829
SHA256 (librelp-1.4.0.tar.gz) = 5cd02ce7ede2fea037e65cc5389e41dde99b69b1df984b42c14029e60bb9dd05
SIZE (librelp-1.4.0.tar.gz) = 519235