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:   ng0
Date:           Thu Oct 17 17:25:51 UTC 2019

Modified Files:
        pkgsrc/www/libmicrohttpd: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/libmicrohttpd/Makefile
cvs rdiff -u -r1.27 -r1.28 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.45 pkgsrc/www/libmicrohttpd/Makefile:1.46
--- pkgsrc/www/libmicrohttpd/Makefile:1.45      Thu Aug 22 12:23:53 2019
+++ pkgsrc/www/libmicrohttpd/Makefile   Thu Oct 17 17:25:50 2019
@@ -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/}
 

Index: pkgsrc/www/libmicrohttpd/distinfo
diff -u pkgsrc/www/libmicrohttpd/distinfo:1.27 pkgsrc/www/libmicrohttpd/distinfo:1.28
--- pkgsrc/www/libmicrohttpd/distinfo:1.27      Tue Aug 13 11:06:07 2019
+++ pkgsrc/www/libmicrohttpd/distinfo   Thu Oct 17 17:25:50 2019
@@ -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