pkgsrc-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.70



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c532bbd4e149
branches:  trunk
changeset: 414182:c532bbd4e149
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Mar 24 16:25:42 2020 +0000

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

diffstat:

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

diffs (28 lines):

diff -r aeec7b8fb621 -r c532bbd4e149 www/libmicrohttpd/Makefile
--- a/www/libmicrohttpd/Makefile        Tue Mar 24 16:21:25 2020 +0000
+++ b/www/libmicrohttpd/Makefile        Tue Mar 24 16:25:42 2020 +0000
@@ -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/}
 
diff -r aeec7b8fb621 -r c532bbd4e149 www/libmicrohttpd/distinfo
--- a/www/libmicrohttpd/distinfo        Tue Mar 24 16:21:25 2020 +0000
+++ b/www/libmicrohttpd/distinfo        Tue Mar 24 16:25:42 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index