Bug 179274 - Update www/serf to version 1.2.1
Summary: Update www/serf to version 1.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Olli Hauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 22:00 UTC by Pedro F. Giffuni
Modified: 2013-06-11 23:30 UTC (History)
0 users

See Also:


Attachments
file.diff (750 bytes, patch)
2013-06-03 22:00 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2013-06-03 22:00:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-03 22:03:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Olli Hauer freebsd_committer freebsd_triage 2013-06-11 22:44:28 UTC
Responsible Changed
From-To: apache->ohauer

I'll take it
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-11 23:26:43 UTC
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"
Comment 4 Olli Hauer freebsd_committer freebsd_triage 2013-06-11 23:27:18 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!