pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/serf Update to 1.2.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/744dd4c1e1b3
branches: trunk
changeset: 621120:744dd4c1e1b3
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 04 17:17:28 2013 +0000
description:
Update to 1.2.1:
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)
Serf 1.2.0 [2013-02-22, from /tags/1.2.0, r1726]
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.
diffstat:
www/serf/Makefile | 5 ++---
www/serf/PLIST | 3 +--
www/serf/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 9 deletions(-)
diffs (38 lines):
diff -r 8352dd5e417f -r 744dd4c1e1b3 www/serf/Makefile
--- a/www/serf/Makefile Thu Jul 04 17:06:39 2013 +0000
+++ b/www/serf/Makefile Thu Jul 04 17:17:28 2013 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2013/02/22 15:38:44 taca Exp $
-#
+# $NetBSD: Makefile,v 1.17 2013/07/04 17:17:28 wiz Exp $
-DISTNAME= serf-1.1.1
+DISTNAME= serf-1.2.1
CATEGORIES= www
MASTER_SITES= http://serf.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
diff -r 8352dd5e417f -r 744dd4c1e1b3 www/serf/PLIST
--- a/www/serf/PLIST Thu Jul 04 17:06:39 2013 +0000
+++ b/www/serf/PLIST Thu Jul 04 17:17:28 2013 +0000
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2013/02/22 15:38:44 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/07/04 17:17:28 wiz Exp $
include/serf-1/serf.h
include/serf-1/serf_bucket_types.h
include/serf-1/serf_bucket_util.h
-include/serf-1/serf_private.h
lib/libserf-1.la
lib/pkgconfig/serf-1.pc
diff -r 8352dd5e417f -r 744dd4c1e1b3 www/serf/distinfo
--- a/www/serf/distinfo Thu Jul 04 17:06:39 2013 +0000
+++ b/www/serf/distinfo Thu Jul 04 17:17:28 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2013/02/22 15:38:44 taca Exp $
+$NetBSD: distinfo,v 1.5 2013/07/04 17:17:28 wiz Exp $
-SHA1 (serf-1.1.1.tar.bz2) = 1ec4689ef57e7c28e7371df00d0ccc3e32ef6457
-RMD160 (serf-1.1.1.tar.bz2) = b73b71d0ed13a630609aac2ad38dd0cb8faee07c
-Size (serf-1.1.1.tar.bz2) = 169853 bytes
+SHA1 (serf-1.2.1.tar.bz2) = f65fbbd72926c8e7cf0dbd4ada03b0d226f461fd
+RMD160 (serf-1.2.1.tar.bz2) = 49036f303a7737981276fa451a66a3b5bccc201f
+Size (serf-1.2.1.tar.bz2) = 190464 bytes
Home |
Main Index |
Thread Index |
Old Index