From owner-svn-ports-all@freebsd.org Sat Aug 4 18:51:35 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 343F0104F8F9; Sat, 4 Aug 2018 18:51:35 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DDF9283AA1; Sat, 4 Aug 2018 18:51:34 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BEEF513686; Sat, 4 Aug 2018 18:51:34 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w74IpY3v060320; Sat, 4 Aug 2018 18:51:34 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w74IpYVa060317; Sat, 4 Aug 2018 18:51:34 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201808041851.w74IpYVa060317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 4 Aug 2018 18:51:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476375 - head/devel/librelp X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/devel/librelp X-SVN-Commit-Revision: 476375 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2018 18:51:35 -0000 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/