- Update to 0.9.21
ChangeLog: * Fixes potential problems with non-monotonic increasing system time values * Makes sockets non-inheritable by default * Enables MHD to operate without a "listen" socket (for special circumstances) PR: ports/170425 Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) Approved by: eadler (mentor)
This commit is contained in:
parent
696f22416b
commit
89711e1ec8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302284
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libmicrohttpd
|
||||
PORTVERSION= 0.9.20
|
||||
PORTVERSION= 0.9.21
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -36,7 +36,7 @@ MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
MAN3= libmicrohttpd.3
|
||||
INFO= microhttpd microhttpd-tutorial
|
||||
|
||||
PLIST_FILES= lib/libmicrohttpd.so.25 \
|
||||
PLIST_FILES= lib/libmicrohttpd.so.26 \
|
||||
lib/libmicrohttpd.la \
|
||||
lib/libmicrohttpd.so \
|
||||
lib/libmicrohttpd.a \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (libmicrohttpd-0.9.20.tar.gz) = 92caeee6acb05f39bcc9f2736df9f0720c8b3dac3a537198031909d38b3353cb
|
||||
SIZE (libmicrohttpd-0.9.20.tar.gz) = 828176
|
||||
SHA256 (libmicrohttpd-0.9.21.tar.gz) = 280d7e4a9ab9220db297b1e132acc8c0297ad95cf22a8b995fd8cb73562f3825
|
||||
SIZE (libmicrohttpd-0.9.21.tar.gz) = 832996
|
||||
|
Loading…
Reference in New Issue
Block a user