Received: by mail.netbsd.org (Postfix, from userid 605) id 999DE84DA7; Sun, 9 Aug 2020 15:27:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F22C84DA1 for ; Sun, 9 Aug 2020 15:27:48 +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 hNmHsubIN9m7 for ; Sun, 9 Aug 2020 15:27:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8AE5D84CBC for ; Sun, 9 Aug 2020 15:27:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89EA1FB28; Sun, 9 Aug 2020 15:27:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159698686763790" MIME-Version: 1.0 Date: Sun, 9 Aug 2020 15:27:47 +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: <20200809152747.89EA1FB28@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. --_----------=_159698686763790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Aug 9 15:27:47 UTC 2020 Modified Files: pkgsrc/www/libmicrohttpd: Makefile distinfo Log Message: libmicrohttpd: Update to 0.9.71 Sun 28 Jun 2020 09:36:01 PM CEST Fix buffer overflow issue in URL parser. Releasing libmicrohttpd 0.9.71. -CG Tue 16 Jun 2020 08:44:22 PM CEST Add logic to try again if GNUtls uncork() fails. -CG Wed 10 Jun 2020 09:44:29 PM CEST Fixed PostProcessor bug discovered by MD, which given certain parser boundaries caused the returned values to be wrong. -CG/MD Wed 08 Apr 2020 10:53:01 PM CEST Introduce `enum MHD_Result` for #MHD_YES/#MHD_NO to avoid using 'int' so much. Note that this change WILL cause compiler warnings until (most) MHD callbacks in application code change their return type from 'int' to 'enum MHD_Result'. That said, avoiding possible confusions of different enums is going to make the code more robust in the future. For conditional compilation, test for "MHD_VERSION >= 0x00097002". -CG Tue 07 Apr 2020 02:58:39 PM BRT Fixed #5501 (Added example for how to provide a tiny threaded websocket server). -SC Tue 31 Mar 2020 02:36:40 PM BRT Fixed #6142 (applied several spelling fixes). -DKG/-SC Sat 07 Mar 2020 05:20:33 PM CET Fixed #6090 (misc. severe socket handling bugs on OS X). -CG To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 pkgsrc/www/libmicrohttpd/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/www/libmicrohttpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159698686763790 Content-Disposition: inline Content-Length: 1711 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.56 pkgsrc/www/libmicrohttpd/Makefile:1.57 --- pkgsrc/www/libmicrohttpd/Makefile:1.56 Fri May 22 10:55:52 2020 +++ pkgsrc/www/libmicrohttpd/Makefile Sun Aug 9 15:27:47 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2020/05/22 10:55:52 adam Exp $ +# $NetBSD: Makefile,v 1.57 2020/08/09 15:27:47 nia Exp $ -DISTNAME= libmicrohttpd-0.9.70 -PKGREVISION= 2 +DISTNAME= libmicrohttpd-0.9.71 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU:=libmicrohttpd/} Index: pkgsrc/www/libmicrohttpd/distinfo diff -u pkgsrc/www/libmicrohttpd/distinfo:1.32 pkgsrc/www/libmicrohttpd/distinfo:1.33 --- pkgsrc/www/libmicrohttpd/distinfo:1.32 Tue Mar 24 16:25:42 2020 +++ pkgsrc/www/libmicrohttpd/distinfo Sun Aug 9 15:27:47 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2020/03/24 16:25:42 nia Exp $ +$NetBSD: distinfo,v 1.33 2020/08/09 15:27:47 nia Exp $ -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 +SHA1 (libmicrohttpd-0.9.71.tar.gz) = 84db6412fb1cb44da69b07494b594b97c2ee80b9 +RMD160 (libmicrohttpd-0.9.71.tar.gz) = b00a9df46d33df773c3626437ba9ef51fbcd67ba +SHA512 (libmicrohttpd-0.9.71.tar.gz) = dab92c0979f8016844970ce4e110469e608e2e15b4096cf518350541248f123e40a4c0289ba025302e318e0bf47a957e9a3dcdee6f55936504b6c1c4f02efb86 +Size (libmicrohttpd-0.9.71.tar.gz) = 1894695 bytes --_----------=_159698686763790--