Index: head/devel/librelp/Makefile =================================================================== --- head/devel/librelp/Makefile (revision 476374) +++ head/devel/librelp/Makefile (revision 476375) @@ -1,33 +1,43 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= librelp -PORTVERSION= 1.2.16 +PORTVERSION= 1.2.17 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/librelp/ MAINTAINER= matthew@FreeBSD.org 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 GNU_CONFIGURE= yes 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 \ libdata/pkgconfig/relp.pc PORT_VERBS= relp post-patch: @${REINPLACE_CMD} -e '/CFLAGS/s| -g||g' \ ${WRKSRC}/configure .include Index: head/devel/librelp/distinfo =================================================================== --- head/devel/librelp/distinfo (revision 476374) +++ head/devel/librelp/distinfo (revision 476375) @@ -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 Index: head/devel/librelp/pkg-descr =================================================================== --- head/devel/librelp/pkg-descr (revision 476374) +++ head/devel/librelp/pkg-descr (revision 476375) @@ -1,13 +1,13 @@ librelp is an easy to use library for the RELP protocol. RELP in turn provides reliable event logging over the network (and consequently RELP stands for Reliable Event Logging Protocol). RELP (and hence) librelp assures that no message is lost, not even when connections break and a peer becomes unavailable. The current version of RELP has a minimal window of opportunity for message duplication after a session has been broken due to network problems. 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/