Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Aug 2012 12:43:40 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302284 - head/www/libmicrohttpd
Message-ID:  <201208081243.q78ChehN084506@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Aug  8 12:43:40 2012
New Revision: 302284
URL: http://svn.freebsd.org/changeset/ports/302284

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

Modified:
  head/www/libmicrohttpd/Makefile
  head/www/libmicrohttpd/distinfo

Modified: head/www/libmicrohttpd/Makefile
==============================================================================
--- head/www/libmicrohttpd/Makefile	Wed Aug  8 12:13:18 2012	(r302283)
+++ head/www/libmicrohttpd/Makefile	Wed Aug  8 12:43:40 2012	(r302284)
@@ -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}/libda
 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 \

Modified: head/www/libmicrohttpd/distinfo
==============================================================================
--- head/www/libmicrohttpd/distinfo	Wed Aug  8 12:13:18 2012	(r302283)
+++ head/www/libmicrohttpd/distinfo	Wed Aug  8 12:43:40 2012	(r302284)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208081243.q78ChehN084506>