Bug 176404 - Update www/serf to version 1.2.0
Summary: Update www/serf to version 1.2.0
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: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-25 00:50 UTC by Pedro F. Giffuni
Modified: 2013-02-28 20:40 UTC (History)
0 users

See Also:


Attachments
file.diff (920 bytes, patch)
2013-02-25 00:50 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-02-25 00:50:00 UTC
This release contains many robustness fixes, especially around flaky
and problematic connections. The CHANGES file is located at:

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-25 00:50:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-28 20:32:34 UTC
Author: ohauer
Date: Thu Feb 28 20:32:19 2013
New Revision: 313125
URL: http://svnweb.freebsd.org/changeset/ports/313125

Log:
  - update to version 1.2.0
  
  Changelog:
  Serf 1.2.0 [2013-02-22, from /tags/1.2.0]
    Fixed issue 94: Serf can enter an infinite loop when server aborts conn.
    Fixed issue 91: Serf doesn't handle an incoming 408 Timeout Request
    Fixed issue 80: Serf is not handling Negotiate authentication correctly
    Fixed issue 77: Endless loop if server doesn't accept Negotiate authn
    Fixed issue 93: cleanup-after-fork interferes with parent (r1714)
    Fixed most of issue 89: Support REAL SPNEGO authentication
    Enable Negotiate/Kerberos support for proxy servers.
    Return error when C-L, chunked, gzip encoded response bodies where
      truncated (due to aborted connection) (r1688)
    Add a logging mechanism that can be enabled at compile-time.
    Don't lookup server address if a proxy was configured. (r1706)
    Fix an off-by-one in buffer sizing (r1695)
    Disable SSL compression by default + API to enable it (r1692)
    New serf_connection_get_latency() for estimated network latency (r1689)
    New error code and RFC compliance for the HTTPS tunnel (r1701, r1644)
    Handle EINTR when a user suspends and then backgrounds the app (r1708)
    Minor fixes and test suite improvements.
  
  PR:		176404
  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	Thu Feb 28 17:54:57 2013	(r313124)
+++ head/www/serf/Makefile	Thu Feb 28 20:32:19 2013	(r313125)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	serf
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.0
 CATEGORIES=	www
 MASTER_SITES=	GOOGLE_CODE
 MASTER_SITE_SUBDIR=	db

Modified: head/www/serf/distinfo
==============================================================================
--- head/www/serf/distinfo	Thu Feb 28 17:54:57 2013	(r313124)
+++ head/www/serf/distinfo	Thu Feb 28 20:32:19 2013	(r313125)
@@ -1,2 +1,2 @@
-SHA256 (serf-1.1.1.tar.bz2) = 5068e219c6bf00c1c11d968cf39a36d75982f480fecb7704c02290feeffbb979
-SIZE (serf-1.1.1.tar.bz2) = 169853
+SHA256 (serf-1.2.0.tar.bz2) = 201a0a25bcc4c0ac26cca40e77ea75b98678335e825bee599a230fb2365935f3
+SIZE (serf-1.2.0.tar.bz2) = 178128
_______________________________________________
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 3 Olli Hauer freebsd_committer freebsd_triage 2013-02-28 20:32:40 UTC
State Changed
From-To: open->closed

Committed, 
Thanks!