pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/libmicrohttpd
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.
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
Home |
Main Index |
Thread Index |
Old Index