pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48238b310b6d
branches:  trunk
changeset: 415985:48238b310b6d
user:      ng0 <ng0%pkgsrc.org@localhost>
date:      Thu Oct 17 17:25:50 2019 +0000

description:
www/libmicrohttpd: Update to 0.9.67

Changelog:

Thu 17 Oct 2019 04:50:52 PM CEST
    Integrate 0-byte send() method for uncorking for old FreeBSD/OS X
    systems into new mhd_send.c logic for uncorking.
    Releasing libmicrohttpd 0.9.67. -CG

Fri 18 Aug 2019 00:00:00 PM UTC
    Fixes and optimizations for the setsockopt handling:
    * Added: MHD_UPGRADE_ACTION_CORK_ON and MHD_UPGRADE_ACTION_CORK_OFF
      to enum MHD_UpgradeAction (turn corking on/off on the underlying
      socket).
    * Use calls and flags native to the system for corking and
      other operations, tested with performance improvements on
      FreeBSD, Debian Linux, NetBSD, and cygwin. In particular,
      this adds selective usage of MSG_MORE, NODELAY, TCP_NOPUSH,
      TCP_CORK. -ng0

Fri 09 Aug 2019 10:07:27 AM CEST
    Copy compiler and linker hardening flags from GNUnet (updating
    configure.ac). -CG

diffstat:

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

diffs (28 lines):

diff -r a0ed40af4b36 -r 48238b310b6d www/libmicrohttpd/Makefile
--- a/www/libmicrohttpd/Makefile        Thu Oct 17 17:14:34 2019 +0000
+++ b/www/libmicrohttpd/Makefile        Thu Oct 17 17:25:50 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2019/08/22 12:23:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2019/10/17 17:25:50 ng0 Exp $
 
-DISTNAME=      libmicrohttpd-0.9.66
-PKGREVISION=   1
+DISTNAME=      libmicrohttpd-0.9.67
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GNU:=libmicrohttpd/}
 
diff -r a0ed40af4b36 -r 48238b310b6d www/libmicrohttpd/distinfo
--- a/www/libmicrohttpd/distinfo        Thu Oct 17 17:14:34 2019 +0000
+++ b/www/libmicrohttpd/distinfo        Thu Oct 17 17:25:50 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2019/08/13 11:06:07 ng0 Exp $
+$NetBSD: distinfo,v 1.28 2019/10/17 17:25:50 ng0 Exp $
 
-SHA1 (libmicrohttpd-0.9.66.tar.gz) = 4e7c520b9aedf986a1e1ec5c21bb4650789119f5
-RMD160 (libmicrohttpd-0.9.66.tar.gz) = 03c409b1eb16bb6d7ba8a290da8a2476121d7c03
-SHA512 (libmicrohttpd-0.9.66.tar.gz) = 59cc56a9511d9d1c05647a57d920a16d0aaa0d0523d0241ceb88641d18bd95fdb3bb5a60fd648ac54a6f4323a673a3145e520a2fe9e124e78973ff6dac3ad89a
-Size (libmicrohttpd-0.9.66.tar.gz) = 1877096 bytes
+SHA1 (libmicrohttpd-0.9.67.tar.gz) = 924a95746b95a5f6e432fc9af1cffc6ec5b070c5
+RMD160 (libmicrohttpd-0.9.67.tar.gz) = 9c83da4a10ed09184cf6e7e1aaf0e1d897dbcb7f
+SHA512 (libmicrohttpd-0.9.67.tar.gz) = 2a2a11e9a525024dada639b1622cc875bb9b59af266a53e2742d5bf92f544192713c4e1369a573b2e3796d27cf490a9a02ba360ccc91136b4780306769edb7ec
+Size (libmicrohttpd-0.9.67.tar.gz) = 1881973 bytes



Home | Main Index | Thread Index | Old Index