Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/libmicrohttpd libmicrohttpd: Update to 0.9.71



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96ea2ab57755
branches:  trunk
changeset: 436806:96ea2ab57755
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Aug 09 15:27:47 2020 +0000

description:
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

diffstat:

 www/libmicrohttpd/Makefile |   5 ++---
 www/libmicrohttpd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 2e7f55319efc -r 96ea2ab57755 www/libmicrohttpd/Makefile
--- a/www/libmicrohttpd/Makefile        Sun Aug 09 15:27:35 2020 +0000
+++ b/www/libmicrohttpd/Makefile        Sun Aug 09 15:27:47 2020 +0000
@@ -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/}
 
diff -r 2e7f55319efc -r 96ea2ab57755 www/libmicrohttpd/distinfo
--- a/www/libmicrohttpd/distinfo        Sun Aug 09 15:27:35 2020 +0000
+++ b/www/libmicrohttpd/distinfo        Sun Aug 09 15:27:47 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index