Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 76E651A9239 for ; Sun, 16 Jan 2022 23:11:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AF24084E56; Sun, 16 Jan 2022 23:11:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E9C8384D4C for ; Sun, 16 Jan 2022 23:11:03 +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 QyToh-iaGQYt for ; Sun, 16 Jan 2022 23:11:03 +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 6121584D21 for ; Sun, 16 Jan 2022 23:11:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5D35CFB24; Sun, 16 Jan 2022 23:11:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164237466322300" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 23:11:03 +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: <20220116231103.5D35CFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164237466322300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 16 23:11:03 UTC 2022 Modified Files: pkgsrc/www/neon: Makefile distinfo Removed Files: pkgsrc/www/neon/patches: patch-ab patch-src_Makefile.in Log Message: neon: update to 0.32.2. Changes in release 0.32.2: * Fix auth handling for request-target of "*" (regressed since 0.31.x) * Fix bindtextdomain() detection on OS X (Daniel Macks) * Fix regeneration of docs in "make install" (Lonnie Abelbeck) * Fixes for NetBSD build (Thomas Klausner) To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 pkgsrc/www/neon/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/neon/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/www/neon/patches/patch-ab cvs rdiff -u -r1.2 -r0 pkgsrc/www/neon/patches/patch-src_Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164237466322300 Content-Disposition: inline Content-Length: 1568 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.84 pkgsrc/www/neon/Makefile:1.85 --- pkgsrc/www/neon/Makefile:1.84 Wed Dec 8 16:02:48 2021 +++ pkgsrc/www/neon/Makefile Sun Jan 16 23:11:03 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.84 2021/12/08 16:02:48 adam Exp $ +# $NetBSD: Makefile,v 1.85 2022/01/16 23:11:03 wiz Exp $ -DISTNAME= neon-0.32.1 -PKGREVISION= 2 +DISTNAME= neon-0.32.2 CATEGORIES= www MASTER_SITES= https://notroj.github.io/neon/ Index: pkgsrc/www/neon/distinfo diff -u pkgsrc/www/neon/distinfo:1.34 pkgsrc/www/neon/distinfo:1.35 --- pkgsrc/www/neon/distinfo:1.34 Tue Oct 26 11:29:41 2021 +++ pkgsrc/www/neon/distinfo Sun Jan 16 23:11:03 2022 @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.34 2021/10/26 11:29:41 nia Exp $ +$NetBSD: distinfo,v 1.35 2022/01/16 23:11:03 wiz Exp $ -BLAKE2s (neon-0.32.1.tar.gz) = ec6188edda16560f52d07274192d5b9e0e57c6f3900d8161e1a80b4490ee9082 -SHA512 (neon-0.32.1.tar.gz) = a231865c3aad3668f6effded97a58eb981655f64c71b0954fcb2e667bdec50895d11bf296f4f454bd63e6ce9b02c2fd13cbb17cb82631e16f100000ecd7e1977 -Size (neon-0.32.1.tar.gz) = 880434 bytes -SHA1 (patch-ab) = e86a602e5a1fc14942c0b29774ea702b4107018d -SHA1 (patch-src_Makefile.in) = 0b4f9caf124983b8489614f48ab23ace10d99d79 +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 --_----------=_164237466322300--