Received: by mail.netbsd.org (Postfix, from userid 605) id 15E8084FD0; Sun, 11 Sep 2022 13:47:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C45184FCE for ; Sun, 11 Sep 2022 13:47:26 +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 9viU1wL73DO4 for ; Sun, 11 Sep 2022 13:47:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C0DBC84CFE for ; Sun, 11 Sep 2022 13:47:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BE124FA90; Sun, 11 Sep 2022 13:47:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166290404527430" MIME-Version: 1.0 Date: Sun, 11 Sep 2022 13:47:25 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/neon To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220911134725.BE124FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166290404527430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Sep 11 13:47:25 UTC 2022 Modified Files: pkgsrc/www/neon: Makefile distinfo Log Message: neon: update to 0.32.3. Changes in release 0.32.3: * Improvements and fixes to Windows build (Chun-wei Fan) * Fix finding pkg-config when cross-compiling (Hugh McMaster) * Fix Digest cnonce entropy sources in non-SSL builds * Fix cases where Digest usernames were rejected as non-ASCII * Fix build failures with OpenSSL 1.1 on some platforms To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/www/neon/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/www/neon/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166290404527430 Content-Disposition: inline Content-Length: 1438 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/neon/Makefile diff -u pkgsrc/www/neon/Makefile:1.87 pkgsrc/www/neon/Makefile:1.88 --- pkgsrc/www/neon/Makefile:1.87 Tue Aug 9 12:08:32 2022 +++ pkgsrc/www/neon/Makefile Sun Sep 11 13:47:25 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.87 2022/08/09 12:08:32 jperkin Exp $ +# $NetBSD: Makefile,v 1.88 2022/09/11 13:47:25 wiz Exp $ -DISTNAME= neon-0.32.2 -PKGREVISION= 1 +DISTNAME= neon-0.32.3 CATEGORIES= www MASTER_SITES= https://notroj.github.io/neon/ Index: pkgsrc/www/neon/distinfo diff -u pkgsrc/www/neon/distinfo:1.35 pkgsrc/www/neon/distinfo:1.36 --- pkgsrc/www/neon/distinfo:1.35 Sun Jan 16 23:11:03 2022 +++ pkgsrc/www/neon/distinfo Sun Sep 11 13:47:25 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2022/01/16 23:11:03 wiz Exp $ +$NetBSD: distinfo,v 1.36 2022/09/11 13:47:25 wiz Exp $ -BLAKE2s (neon-0.32.2.tar.gz) = c3df6460e7eb378b2739910d90b3d360ba96f2489760ab9e836751e08d9d62ae -SHA512 (neon-0.32.2.tar.gz) = 2580a3c8c3cf4aff2d399f72a721ccfb4e68434ef92da4af8103c126812d779b9fbe5cafbab512c79f4365bbb3d3eac61568748136470e86f7aa7b98b27053c8 -Size (neon-0.32.2.tar.gz) = 880651 bytes +BLAKE2s (neon-0.32.3.tar.gz) = c0ccd4c4e1efe41b6f31022757d5e91198b7bd8bfe8fd5ec6d0646f228fb6503 +SHA512 (neon-0.32.3.tar.gz) = 8dec5cbc823e38506725529c9e8fad95c93145d9e5d54131f8ceca6bbfe1b64f7f0eb1ce117072ea2f28edc67fa2f5a7f53bcc08ee644010fea76403ab6bbaad +Size (neon-0.32.3.tar.gz) = 884939 bytes --_----------=_166290404527430--