Update to 1.2.17
Introduce new OPTIONS_SINGLE: GNUTLS -- link against GNUTLS libraries. This is the default, and what the port used originally. OPENSSL -- link against openssl or equivalent ChangeLog: https://github.com/rsyslog/librelp/blob/master/ChangeLog
This commit is contained in:
parent
4e74d8767b
commit
087a2e86ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476375
3 changed files with 16 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= librelp
|
||||
PORTVERSION= 1.2.16
|
||||
PORTVERSION= 1.2.17
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://download.rsyslog.com/librelp/
|
||||
|
||||
|
@ -11,7 +11,17 @@ COMMENT= Reliable event logging protocol library
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
OPTIONS_SINGLE= SSLLIB
|
||||
OPTIONS_SINGLE_SSLLIB= GNUTLS OPENSSL
|
||||
OPTIONS_DEFAULT= GNUTLS
|
||||
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
GNUTLS_CONFIGURE_ENABLE= tls
|
||||
|
||||
OPENSSL_USES= ssl
|
||||
OPENSSL_CONFIGURE_ENABLE= tls-openssl
|
||||
OPENSSL_CONFIGURE_ENV= OPENSSL_LIBS=${OPENSSLLIB} \
|
||||
OPENSSL_CFLAGS="-I ${OPENSSLINC}"
|
||||
|
||||
USES= libtool pathfix pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1526593637
|
||||
SHA256 (librelp-1.2.16.tar.gz) = 0c235dd2a01060ad5e64438879b31ae64e7640d0e262aa1a287a2dd9bc60fd53
|
||||
SIZE (librelp-1.2.16.tar.gz) = 474456
|
||||
TIMESTAMP = 1533400822
|
||||
SHA256 (librelp-1.2.17.tar.gz) = 1bf88b9decdbcaf06454ea1362455aa5ceccbcce282f07a4dc95e6911da4cbf0
|
||||
SIZE (librelp-1.2.17.tar.gz) = 506426
|
||||
|
|
|
@ -10,4 +10,4 @@ In this case, a few messages may be duplicated (a problem that also
|
|||
exists with plain TCP syslog). Future versions of RELP will address
|
||||
this shortcoming.
|
||||
|
||||
WWW: http://www.librelp.com/
|
||||
WWW: https://www.rsyslog.com/librelp/
|
||||
|
|
Loading…
Reference in a new issue