Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B48DF1A9217 for ; Tue, 20 Oct 2020 13:08:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5A87F84E29; Tue, 20 Oct 2020 13:08:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D78F684D8C for ; Tue, 20 Oct 2020 13:08:13 +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 UIFbc0SaIL8c for ; Tue, 20 Oct 2020 13:08:13 +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 5F75084C86 for ; Tue, 20 Oct 2020 13:08:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A7FCFB28; Tue, 20 Oct 2020 13:08:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1603199293297550" MIME-Version: 1.0 Date: Tue, 20 Oct 2020 13:08:13 +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: <20201020130813.5A7FCFB28@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. --_----------=_1603199293297550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Tue Oct 20 13:08:13 UTC 2020 Modified Files: pkgsrc/www/logswan: Makefile distinfo Log Message: logswan: update to 2.1.8. Logswan 2.1.8 (2020-10-19) - Make displayUsage() static - Removing some leading whitespace characters - Constify methods and protocols names array - Constify countries and continents names and ID arrays - Enable FORTIFY_SOURCE level 2 - Call memset() to set all entry_data struct fields to zero To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/www/logswan/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/logswan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1603199293297550 Content-Disposition: inline Content-Length: 1608 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.20 pkgsrc/www/logswan/Makefile:1.21 --- pkgsrc/www/logswan/Makefile:1.20 Thu Sep 17 08:50:04 2020 +++ pkgsrc/www/logswan/Makefile Tue Oct 20 13:08:13 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2020/09/17 08:50:04 fcambus Exp $ +# $NetBSD: Makefile,v 1.21 2020/10/20 13:08:13 fcambus Exp $ -DISTNAME= logswan-2.1.7 +DISTNAME= logswan-2.1.8 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/www/logswan/distinfo diff -u pkgsrc/www/logswan/distinfo:1.17 pkgsrc/www/logswan/distinfo:1.18 --- pkgsrc/www/logswan/distinfo:1.17 Thu Sep 17 08:50:04 2020 +++ pkgsrc/www/logswan/distinfo Tue Oct 20 13:08:13 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2020/09/17 08:50:04 fcambus Exp $ +$NetBSD: distinfo,v 1.18 2020/10/20 13:08:13 fcambus Exp $ -SHA1 (logswan-2.1.7.tar.gz) = 458d4b59ce872e0f73a8b66a6c337bdca56ea805 -RMD160 (logswan-2.1.7.tar.gz) = a7f01e13cdcebc48821abbb8c404471244fb5abe -SHA512 (logswan-2.1.7.tar.gz) = 067b55e5752f3dd44a9d73a3b2425f787f575f307515d9f4f496a47d8d01de3cd0042b55143891c634829e1573aa99b4c9bc16405abf08697624931c461e6c73 -Size (logswan-2.1.7.tar.gz) = 24305 bytes +SHA1 (logswan-2.1.8.tar.gz) = 7d727271b5dbbc0e1c61e553ed867298bcbdd78a +RMD160 (logswan-2.1.8.tar.gz) = 1d7bc7136eee924cf2e29cbf366978cb5afb1925 +SHA512 (logswan-2.1.8.tar.gz) = 370b3081a42553747ad453c28082eaa0c30762aff2dc74cade06311d7a422e6460fae33ba766db650a685705d417cfc6efd1342d62b5b05561ab85e7dd0e90ae +Size (logswan-2.1.8.tar.gz) = 24464 bytes --_----------=_1603199293297550--