Received: by mail.netbsd.org (Postfix, from userid 605) id CCBF784D6E; Tue, 24 Mar 2020 16:25:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 53C5C84D31 for ; Tue, 24 Mar 2020 16:25:43 +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 t-y1wnJuMuWA for ; Tue, 24 Mar 2020 16:25:42 +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 CB45D84D2C for ; Tue, 24 Mar 2020 16:25:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4C78FB27; Tue, 24 Mar 2020 16:25:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585067142213580" MIME-Version: 1.0 Date: Tue, 24 Mar 2020 16:25:42 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www/libmicrohttpd To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200324162542.C4C78FB27@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. --_----------=_1585067142213580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Mar 24 16:25:42 UTC 2020 Modified Files: pkgsrc/www/libmicrohttpd: Makefile distinfo Log Message: libmicrohttpd: Update to 0.9.70 Sat 08 Feb 2020 09:12:54 PM CET Fixed 100-continue handling for PATCH method (#6068). Fixed FTBFS from wrong #endif position for certain builds (#6025). Fixed connection overflow issue when combining MHD_USE_NO_LISTEN_SOCKET with MHD_USE_THREAD_PER_CONNECTION (#6036). Updated m4 script to fix FTBFS when using -Werror=unused-but-set-parameter (#6078). Releasing libmicrohttpd 0.9.70. -CG Thu Dec 26 14:43:27 CET 2019 Adding fix for urlencoding of keys without values in post-processor logic. -CG Tue 24 Dec 2019 03:32:18 PM CET Adding patch from Ethan Tuttle with test case for urlencoding in post-processor for keys without values. -CG/ET To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 pkgsrc/www/libmicrohttpd/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/libmicrohttpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585067142213580 Content-Disposition: inline Content-Length: 1710 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/libmicrohttpd/Makefile diff -u pkgsrc/www/libmicrohttpd/Makefile:1.52 pkgsrc/www/libmicrohttpd/Makefile:1.53 --- pkgsrc/www/libmicrohttpd/Makefile:1.52 Sun Mar 8 16:48:19 2020 +++ pkgsrc/www/libmicrohttpd/Makefile Tue Mar 24 16:25:42 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2020/03/08 16:48:19 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2020/03/24 16:25:42 nia Exp $ -DISTNAME= libmicrohttpd-0.9.69 -PKGREVISION= 3 +DISTNAME= libmicrohttpd-0.9.70 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/} Index: pkgsrc/www/libmicrohttpd/distinfo diff -u pkgsrc/www/libmicrohttpd/distinfo:1.31 pkgsrc/www/libmicrohttpd/distinfo:1.32 --- pkgsrc/www/libmicrohttpd/distinfo:1.31 Mon Dec 16 08:10:11 2019 +++ pkgsrc/www/libmicrohttpd/distinfo Tue Mar 24 16:25:42 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.31 2019/12/16 08:10:11 ng0 Exp $ +$NetBSD: distinfo,v 1.32 2020/03/24 16:25:42 nia Exp $ -SHA1 (libmicrohttpd-0.9.69.tar.gz) = 7b1bf8eb9f5c3cdac1392905a7e1d91c875ed85f -RMD160 (libmicrohttpd-0.9.69.tar.gz) = 3f12187cf787f0d667264a2b23a57b2ec929a6d8 -SHA512 (libmicrohttpd-0.9.69.tar.gz) = 1633d2e606f476489e8af549fff88735e3b5641c85d59071edc8b2e1177fe1b6302578b69b8ff6669d3e1954c20cf0fa1ee52b42378362edd26197d8992e469b -Size (libmicrohttpd-0.9.69.tar.gz) = 1884511 bytes +SHA1 (libmicrohttpd-0.9.70.tar.gz) = eb40b0c5b80b7d2201cf0dc524fd543ae2f84785 +RMD160 (libmicrohttpd-0.9.70.tar.gz) = c00657da74f93dc68ce59b97c416d49895df7195 +SHA512 (libmicrohttpd-0.9.70.tar.gz) = 391293688d5ef51cf8d918294000384cb291f46bf767295af5a97123c06c75573d480a6c4b2486712b53636fe3e5dc1f8827ccf4335ac435ec85c3529733d8f5 +Size (libmicrohttpd-0.9.70.tar.gz) = 1886435 bytes --_----------=_1585067142213580--