New Release: Serf 1.2.1 [2013-06-03, from /tags/1.2.1] Fix issue 95: add gssapi switches to configure (r1864, r1900) Fix issue 97: skip mmap bucket if APR_HAS_MMAP is undefined (r1877) Fix issue 100: building against an old Windows Platform SDK (r1881) Fix issue 102: digest authentication failures (r1885) Improve error return values in SSPI authentication (r1804) Ensure serf-1.pc is constructed by serfmake (r1865) Optimize SPNego authentication processing (r1868) Reject certs that application does not like (r1794) Fix possible endless loop in serf_linebuf_fetch() (r1816) Windows build: dereference INTDIR in serf.mak (r1882) Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: apache->ohauer I'll take it
Author: ohauer Date: Tue Jun 11 22:26:36 2013 New Revision: 320653 URL: http://svnweb.freebsd.org/changeset/ports/320653 Log: - update to version 1.2.1 Changelog: Serf 1.2.1 [2013-06-03, from /tags/1.2.1] Fix issue 95: add gssapi switches to configure (r1864, r1900) Fix issue 97: skip mmap bucket if APR_HAS_MMAP is undefined (r1877) Fix issue 100: building against an old Windows Platform SDK (r1881) Fix issue 102: digest authentication failures (r1885) Improve error return values in SSPI authentication (r1804) Ensure serf-1.pc is constructed by serfmake (r1865) Optimize SPNego authentication processing (r1868) Reject certs that application does not like (r1794) Fix possible endless loop in serf_linebuf_fetch() (r1816) Windows build: dereference INTDIR in serf.mak (r1882) PR: ports/179274 Submitted by: Pedro Giffuni <giffunip@tutopia.com> Modified: head/www/serf/Makefile head/www/serf/distinfo Modified: head/www/serf/Makefile ============================================================================== --- head/www/serf/Makefile Tue Jun 11 22:07:57 2013 (r320652) +++ head/www/serf/Makefile Tue Jun 11 22:26:36 2013 (r320653) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= serf -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= www MASTER_SITES= GOOGLE_CODE MASTER_SITE_SUBDIR= db Modified: head/www/serf/distinfo ============================================================================== --- head/www/serf/distinfo Tue Jun 11 22:07:57 2013 (r320652) +++ head/www/serf/distinfo Tue Jun 11 22:26:36 2013 (r320653) @@ -1,2 +1,2 @@ -SHA256 (serf-1.2.0.tar.bz2) = 201a0a25bcc4c0ac26cca40e77ea75b98678335e825bee599a230fb2365935f3 -SIZE (serf-1.2.0.tar.bz2) = 178128 +SHA256 (serf-1.2.1.tar.bz2) = 6988d394b62c3494635b6f0760bc3079f9a0cd380baf0f6b075af1eb9fa5e700 +SIZE (serf-1.2.1.tar.bz2) = 190464 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!