Received: by mail.netbsd.org (Postfix, from userid 605) id 19C9884DDF; Mon, 15 Feb 2021 12:06:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5499484D2F for ; Mon, 15 Feb 2021 12:06:51 +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 d_szIgAMiiIM for ; Mon, 15 Feb 2021 12:06:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C99A284D44 for ; Mon, 15 Feb 2021 12:06:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2133FA95; Mon, 15 Feb 2021 12:06:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161339081039030" MIME-Version: 1.0 Date: Mon, 15 Feb 2021 12:06:50 +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: <20210215120650.C2133FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161339081039030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Mon Feb 15 12:06:50 UTC 2021 Modified Files: pkgsrc/www/logswan: Makefile distinfo Log Message: logswan: update to 2.1.9. Logswan 2.1.9 (2021-02-15) - Stop forcing FORTIFY_SOURCE=2, it should be package builders decision - Add link to Homebrew package in the README - Remove unused countryId variable - Remove dead increments for argc and argv - Rename variables to get rid of all camelCase occurences - Remove the measuring Logswan memory usage section from the README - Try to harmonize usage information everywhere - Rename the displayUsage() function to usage() - Rename all the parse*() functions to use snake_case - Get rid of global variables, move all declarations to main() To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/logswan/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/logswan/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161339081039030 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.21 pkgsrc/www/logswan/Makefile:1.22 --- pkgsrc/www/logswan/Makefile:1.21 Tue Oct 20 13:08:13 2020 +++ pkgsrc/www/logswan/Makefile Mon Feb 15 12:06:50 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2020/10/20 13:08:13 fcambus Exp $ +# $NetBSD: Makefile,v 1.22 2021/02/15 12:06:50 fcambus Exp $ -DISTNAME= logswan-2.1.8 +DISTNAME= logswan-2.1.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=fcambus/} GITHUB_RELEASE= ${PKGVERSION_NOREV} Index: pkgsrc/www/logswan/distinfo diff -u pkgsrc/www/logswan/distinfo:1.18 pkgsrc/www/logswan/distinfo:1.19 --- pkgsrc/www/logswan/distinfo:1.18 Tue Oct 20 13:08:13 2020 +++ pkgsrc/www/logswan/distinfo Mon Feb 15 12:06:50 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/10/20 13:08:13 fcambus Exp $ +$NetBSD: distinfo,v 1.19 2021/02/15 12:06:50 fcambus Exp $ -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 +SHA1 (logswan-2.1.9.tar.gz) = 53493e31d133ae188477dfb44a0e7315d3220532 +RMD160 (logswan-2.1.9.tar.gz) = a24e3ab0467b68a7fae293638f101b424dfe4a05 +SHA512 (logswan-2.1.9.tar.gz) = 89ee7e6541914481729358272378ae8de4e8f9a5b65bc732f962cc73941ed7d314928f687028d88da69f69ae25ae9be00f86371fd9f8578356ffd4d280d7e9e2 +Size (logswan-2.1.9.tar.gz) = 24553 bytes --_----------=_161339081039030--