Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2018 18:51:34 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476375 - head/devel/librelp
Message-ID:  <201808041851.w74IpYVa060317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sat Aug  4 18:51:33 2018
New Revision: 476375
URL: https://svnweb.freebsd.org/changeset/ports/476375

Log:
  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

Modified:
  head/devel/librelp/Makefile
  head/devel/librelp/distinfo
  head/devel/librelp/pkg-descr

Modified: head/devel/librelp/Makefile
==============================================================================
--- head/devel/librelp/Makefile	Sat Aug  4 17:36:01 2018	(r476374)
+++ head/devel/librelp/Makefile	Sat Aug  4 18:51:33 2018	(r476375)
@@ -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

Modified: head/devel/librelp/distinfo
==============================================================================
--- head/devel/librelp/distinfo	Sat Aug  4 17:36:01 2018	(r476374)
+++ head/devel/librelp/distinfo	Sat Aug  4 18:51:33 2018	(r476375)
@@ -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

Modified: head/devel/librelp/pkg-descr
==============================================================================
--- head/devel/librelp/pkg-descr	Sat Aug  4 17:36:01 2018	(r476374)
+++ head/devel/librelp/pkg-descr	Sat Aug  4 18:51:33 2018	(r476375)
@@ -10,4 +10,4 @@ In this case, a few messages may be duplicated (a prob
 exists with plain TCP syslog). Future versions of RELP will address
 this shortcoming.
 
-WWW: http://www.librelp.com/
+WWW: https://www.rsyslog.com/librelp/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808041851.w74IpYVa060317>