Received: by mail.netbsd.org (Postfix, from userid 605) id A7B9584D62; Tue, 19 Nov 2019 11:25:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2EEBA84D51 for ; Tue, 19 Nov 2019 11:25:28 +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 KcuntXQiZM13 for ; Tue, 19 Nov 2019 11:25:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A0CA784D47 for ; Tue, 19 Nov 2019 11:25:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9AE47FA97; Tue, 19 Nov 2019 11:25:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1574162727190690" MIME-Version: 1.0 Date: Tue, 19 Nov 2019 11:25:27 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/www/logswan To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20191119112527.9AE47FA97@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. --_----------=_1574162727190690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Tue Nov 19 11:25:27 UTC 2019 Modified Files: pkgsrc/www/logswan: Makefile distinfo Log Message: logswan: update to 2.1.2. Logswan 2.1.2 (2019-11-19) - Add ENABLE_SECCOMP build option, to allow building seccomp support conditionally - Disable seccomp by default, it needs more testing on non !amd64 platforms - Use ${CMAKE_INSTALL_BINDIR} instead of hardcoding 'bin' To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/logswan/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/logswan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1574162727190690 Content-Disposition: inline Content-Length: 1573 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/logswan/Makefile diff -u pkgsrc/www/logswan/Makefile:1.14 pkgsrc/www/logswan/Makefile:1.15 --- pkgsrc/www/logswan/Makefile:1.14 Thu Oct 31 10:45:34 2019 +++ pkgsrc/www/logswan/Makefile Tue Nov 19 11:25:27 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/10/31 10:45:34 fcambus Exp $ +# $NetBSD: Makefile,v 1.15 2019/11/19 11:25:27 fcambus Exp $ -DISTNAME= logswan-2.1.1 +DISTNAME= logswan-2.1.2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} Index: pkgsrc/www/logswan/distinfo diff -u pkgsrc/www/logswan/distinfo:1.11 pkgsrc/www/logswan/distinfo:1.12 --- pkgsrc/www/logswan/distinfo:1.11 Thu Oct 31 10:45:34 2019 +++ pkgsrc/www/logswan/distinfo Tue Nov 19 11:25:27 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/10/31 10:45:34 fcambus Exp $ +$NetBSD: distinfo,v 1.12 2019/11/19 11:25:27 fcambus Exp $ -SHA1 (logswan-2.1.1.tar.gz) = 525cf2a766b2f563ed3af09d4d91aab8f60812e4 -RMD160 (logswan-2.1.1.tar.gz) = 949c9a640c71e4ded655873f85366930c62098f9 -SHA512 (logswan-2.1.1.tar.gz) = 9231e5bab2eb46887bec0e55484b9b600d7ed64134c1476aafc0616ca0116eb0756fff82cd3e293f9036019292ec1153ef057476fddc428dbd94d2255bcaf835 -Size (logswan-2.1.1.tar.gz) = 19942 bytes +SHA1 (logswan-2.1.2.tar.gz) = f3b328827c679835ed6b2896ef398514dbfa1fc6 +RMD160 (logswan-2.1.2.tar.gz) = 425b77e15e20a04d73e26fbad9b6a142023c71a4 +SHA512 (logswan-2.1.2.tar.gz) = f1d6541932b32b9a128af1d782fa53e6d23ed9548f019aca6631f67797ceae3eca07677732b1dc6cb8b0ab2af5fafe970d6e26b052c663859fd58c9c10520a48 +Size (logswan-2.1.2.tar.gz) = 20088 bytes --_----------=_1574162727190690--