Received: by mail.netbsd.org (Postfix, from userid 605) id 6E53884D5E; Fri, 2 Feb 2018 09:48:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EDAA884D2C for ; Fri, 2 Feb 2018 09:48:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FnJLPX9EW2qc for ; Fri, 2 Feb 2018 09:48:17 +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 7E91384C71 for ; Fri, 2 Feb 2018 09:48:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 74B36FB40; Fri, 2 Feb 2018 09:48:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151756489778600" MIME-Version: 1.0 Date: Fri, 2 Feb 2018 09:48:17 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/x11/vte3 To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180202094817.74B36FB40@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. --_----------=_151756489778600 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:48:17 UTC 2018 Modified Files: pkgsrc/x11/vte3: distinfo Added Files: pkgsrc/x11/vte3/patches: patch-configure Log Message: vte3: Leave pkgsrc to handle security features. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/vte3/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/x11/vte3/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151756489778600 Content-Disposition: inline Content-Length: 1412 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/vte3/distinfo diff -u pkgsrc/x11/vte3/distinfo:1.1 pkgsrc/x11/vte3/distinfo:1.2 --- pkgsrc/x11/vte3/distinfo:1.1 Sun Jun 25 23:20:45 2017 +++ pkgsrc/x11/vte3/distinfo Fri Feb 2 09:48:17 2018 @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1 2017/06/25 23:20:45 youri Exp $ +$NetBSD: distinfo,v 1.2 2018/02/02 09:48:17 jperkin Exp $ SHA1 (vte-0.38.4.tar.xz) = 2b42d4eb0ce0609ba2d811f9f3e30ad678a6a4e9 RMD160 (vte-0.38.4.tar.xz) = 7edd9399c93adb113bffaae9d59f3c52d88464fc SHA512 (vte-0.38.4.tar.xz) = 4fba2b8fe77da54bcaaf90ca098ce92f3772f762bb68818425c54e8ef1c3950332af1fc519e4807381c206baf949bd309c77ed9d98dc500d06de6efe0710f0d2 Size (vte-0.38.4.tar.xz) = 1012604 bytes +SHA1 (patch-configure) = c56181235d485fcf592248ba5295f121ef4394fb Added files: Index: pkgsrc/x11/vte3/patches/patch-configure diff -u /dev/null pkgsrc/x11/vte3/patches/patch-configure:1.1 --- /dev/null Fri Feb 2 09:48:17 2018 +++ pkgsrc/x11/vte3/patches/patch-configure Fri Feb 2 09:48:17 2018 @@ -0,0 +1,15 @@ +$NetBSD: patch-configure,v 1.1 2018/02/02 09:48:17 jperkin Exp $ + +Leave pkgsrc to handle security features. + +--- configure.orig 2015-10-12 14:36:52.000000000 +0000 ++++ configure +@@ -13550,8 +13550,6 @@ _ACEOF + -fno-common \ + -fdiagnostics-show-option \ + -fno-strict-aliasing \ +- -fstack-protector \ +- -fstack-protector-strong \ + -Wno-deprecated-declarations \ + ; do + --_----------=_151756489778600--