Received: by mail.netbsd.org (Postfix, from userid 605) id D4B0D84DBC; Fri, 2 Feb 2018 09:41:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FD8B84D70 for ; Fri, 2 Feb 2018 09:41:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id v-Qx0G5EUIZv for ; Fri, 2 Feb 2018 09:41:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E56DC84D5E for ; Fri, 2 Feb 2018 09:41:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB83BFB40; Fri, 2 Feb 2018 09:41:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151756446441950" MIME-Version: 1.0 Date: Fri, 2 Feb 2018 09:41:04 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/security/stunnel To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180202094104.DB83BFB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151756446441950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Feb 2 09:41:04 UTC 2018 Modified Files: pkgsrc/security/stunnel: distinfo Added Files: pkgsrc/security/stunnel/patches: patch-configure Log Message: stunnel: Leave pkgsrc to handle security features. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 pkgsrc/security/stunnel/distinfo cvs rdiff -u -r0 -r1.3 pkgsrc/security/stunnel/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151756446441950 Content-Disposition: inline Content-Length: 1775 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/stunnel/distinfo diff -u pkgsrc/security/stunnel/distinfo:1.55 pkgsrc/security/stunnel/distinfo:1.56 --- pkgsrc/security/stunnel/distinfo:1.55 Fri Aug 11 01:30:23 2017 +++ pkgsrc/security/stunnel/distinfo Fri Feb 2 09:41:04 2018 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.55 2017/08/11 01:30:23 schmonz Exp $ +$NetBSD: distinfo,v 1.56 2018/02/02 09:41:04 jperkin Exp $ SHA1 (stunnel-5.42.tar.gz) = c9228cb94750bfa4a8f6594d544280002fd43345 RMD160 (stunnel-5.42.tar.gz) = c40db532d1121681b9ddecfe56bff3e5b8152f54 @@ -6,4 +6,5 @@ SHA512 (stunnel-5.42.tar.gz) = 875af19e8 Size (stunnel-5.42.tar.gz) = 649496 bytes SHA1 (patch-aa) = b247aca629197887fb720f7a02d9b73d60bb0d37 SHA1 (patch-ac) = 4e5e0a3cfe95b3952741814a1f26bcb99d002fdc +SHA1 (patch-configure) = ef0430f146c5d6f158a13271f90073ea7c33867b SHA1 (patch-stunnel.conf-sample.in) = 9edaabd1bc15d3ff8524178f4a6aba4a7963b015 Added files: Index: pkgsrc/security/stunnel/patches/patch-configure diff -u /dev/null pkgsrc/security/stunnel/patches/patch-configure:1.3 --- /dev/null Fri Feb 2 09:41:04 2018 +++ pkgsrc/security/stunnel/patches/patch-configure Fri Feb 2 09:41:04 2018 @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.3 2018/02/02 09:41:04 jperkin Exp $ + +Leave pkgsrc to handle security features. + +--- configure.orig 2017-05-13 09:03:35.000000000 +0000 ++++ configure +@@ -5827,7 +5827,7 @@ fi + eval ac_res=\$$as_CACHEVAR + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 + $as_echo "$ac_res" >&6; } +-if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xyes; then : ++if test x"`eval 'as_val=${'$as_CACHEVAR'};$as_echo "$as_val"'`" = xDISABLED; then : + if ${CFLAGS+:} false; then : + case " $CFLAGS " in + *" $flag "*) --_----------=_151756446441950--