pkgsrc-WIP-changes archive

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

libmicrohttpd: Update to libmicrohttpd-0.9.65



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%n0.is@localhost>
Pushed By:	ng0
Date:		Sat Jul 6 10:37:02 2019 +0000
Changeset:	f837152261293a981dfb1865921102478bf0edb5

Modified Files:
	libmicrohttpd/Makefile
	libmicrohttpd/distinfo

Log Message:
libmicrohttpd: Update to libmicrohttpd-0.9.65

Changelog:

* Largely reworked, fixed and updated code for managing of connections'
  memory pools.
* Memory on W32 is cleared more securely.
* Used less memory for connection due to reuse existing allocated buffers
  instead of allocation new additional buffers.
* Better handled connection's memory shortage situation.
* Error responses are sent now even if no buffer space is left available.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f837152261293a981dfb1865921102478bf0edb5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libmicrohttpd/Makefile | 2 +-
 libmicrohttpd/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/libmicrohttpd/Makefile b/libmicrohttpd/Makefile
index 4f7baaae95..875543c13f 100644
--- a/libmicrohttpd/Makefile
+++ b/libmicrohttpd/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.40 2018/12/13 19:52:25 adam Exp $
 
-DISTNAME=	libmicrohttpd-0.9.64
+DISTNAME=	libmicrohttpd-0.9.65
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GNU:=libmicrohttpd/}
 
diff --git a/libmicrohttpd/distinfo b/libmicrohttpd/distinfo
index 52957fbb9b..ae96779599 100644
--- a/libmicrohttpd/distinfo
+++ b/libmicrohttpd/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.25 2017/11/29 14:05:44 wiz Exp $
 
-SHA1 (libmicrohttpd-0.9.64.tar.gz) = e133c2b78a498c8affc8ace4fae511aab89a2c6f
-RMD160 (libmicrohttpd-0.9.64.tar.gz) = d4225a912f5f3ec20c66df21ba034d39c0dca517
-SHA512 (libmicrohttpd-0.9.64.tar.gz) = 2569bcfcbc16da988a236fe337b60c0c69c23e7e66e9c9459b26b0b09a4763a42e94db11c9f10fbaf424bdce2b60e7d2837ecdd65393134ff5bc06f8b23c6bd9
-Size (libmicrohttpd-0.9.64.tar.gz) = 1631384 bytes
+SHA1 (libmicrohttpd-0.9.65.tar.gz) = 6b157559cefb62a7e0368bbbc60443a0924e8f74
+RMD160 (libmicrohttpd-0.9.65.tar.gz) = b7567604f3afda355e4db5b6cb88df5051f77f1c
+SHA512 (libmicrohttpd-0.9.65.tar.gz) = 751b7a5970cef07f260660254bfdeda4882e9e28d5cbdfbfed50e2c4583caf8f19c96ede6d368babc4223e7fbdf85d85eec37dc96abf333377dc13d6a9c6be12
+Size (libmicrohttpd-0.9.65.tar.gz) = 1633346 bytes


Home | Main Index | Thread Index | Old Index