From owner-svn-ports-head@freebsd.org Tue Mar 12 07:41:24 2019 Return-Path: Delivered-To: svn-ports-head@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 6145215174F8; Tue, 12 Mar 2019 07:41:24 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0521D8139A; Tue, 12 Mar 2019 07:41:24 +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 EE4941F937; Tue, 12 Mar 2019 07:41:23 +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 x2C7fNpM062577; Tue, 12 Mar 2019 07:41:23 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2C7fNUW062576; Tue, 12 Mar 2019 07:41:23 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201903120741.x2C7fNUW062576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Tue, 12 Mar 2019 07:41:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495445 - head/devel/librelp X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/devel/librelp X-SVN-Commit-Revision: 495445 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0521D8139A X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Mar 2019 07:41:24 -0000 Author: matthew Date: Tue Mar 12 07:41:23 2019 New Revision: 495445 URL: https://svnweb.freebsd.org/changeset/ports/495445 Log: 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 Modified: head/devel/librelp/Makefile head/devel/librelp/distinfo Modified: head/devel/librelp/Makefile ============================================================================== --- head/devel/librelp/Makefile Tue Mar 12 07:24:48 2019 (r495444) +++ head/devel/librelp/Makefile Tue Mar 12 07:41:23 2019 (r495445) @@ -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 Modified: head/devel/librelp/distinfo ============================================================================== --- head/devel/librelp/distinfo Tue Mar 12 07:24:48 2019 (r495444) +++ head/devel/librelp/distinfo Tue Mar 12 07:41:23 2019 (r495445) @@ -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