Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 22:26:36 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320653 - head/www/serf
Message-ID:  <201306112226.r5BMQaP1019980@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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