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 0.1.2, provided by Blair Sadewitz i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae07b8dc4f34
branches: trunk
changeset: 532124:ae07b8dc4f34
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Aug 12 03:07:23 2007 +0000
description:
Update to 0.1.2, provided by Blair Sadewitz in private mail:
Serf 0.1.2 [2007-6-18, r1114]
Enable thread-safety with OpenSSL (Issue 19)
Teach serfmake to install headers into include/serf-0.
Be more tolerant when servers close the connection without telling us.
Do not open the connection until we have requests to deliver.
Fix serfmake to produce the library that corresponds to the minor version.
Fix a memory leak with the socket bucket (Issue 14)
Fix uninitialized branch in serf_spider (Issue 15)
Serf 0.1.1 [2007-5-12, r1105]
Add SSL client certificate support
Implement optimized iovec reads for header buckets
Fix up 'make clean' and 'make distclean' (Issues 9, 10)
Add SERF_VERSION_AT_LEAST macro
Remove abort() calls (Issue 13)
diffstat:
www/serf/Makefile | 5 ++---
www/serf/buildlink3.mk | 4 ++--
www/serf/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r 0ab5de64a4ef -r ae07b8dc4f34 www/serf/Makefile
--- a/www/serf/Makefile Sun Aug 12 03:06:08 2007 +0000
+++ b/www/serf/Makefile Sun Aug 12 03:07:23 2007 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/06/08 12:25:07 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/08/12 03:07:23 wiz Exp $
#
-DISTNAME= serf-0.1.0
-PKGREVISION= 1
+DISTNAME= serf-0.1.2
CATEGORIES= www
MASTER_SITES= http://serf.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
diff -r 0ab5de64a4ef -r ae07b8dc4f34 www/serf/buildlink3.mk
--- a/www/serf/buildlink3.mk Sun Aug 12 03:06:08 2007 +0000
+++ b/www/serf/buildlink3.mk Sun Aug 12 03:07:23 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2007/06/08 12:25:07 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2007/08/12 03:07:23 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
SERF_BUILDLINK3_MK:= ${SERF_BUILDLINK3_MK}+
@@ -13,7 +13,7 @@
.if ${SERF_BUILDLINK3_MK} == "+"
BUILDLINK_API_DEPENDS.serf+= serf>=0.1.0
-BUILDLINK_ABI_DEPENDS.serf?= serf>=0.1.0nb1
+BUILDLINK_ABI_DEPENDS.serf?= serf>=0.1.2
BUILDLINK_PKGSRCDIR.serf?= ../../www/serf
.endif # SERF_BUILDLINK3_MK
diff -r 0ab5de64a4ef -r ae07b8dc4f34 www/serf/distinfo
--- a/www/serf/distinfo Sun Aug 12 03:06:08 2007 +0000
+++ b/www/serf/distinfo Sun Aug 12 03:07:23 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/01/24 19:55:59 epg Exp $
+$NetBSD: distinfo,v 1.2 2007/08/12 03:07:23 wiz Exp $
-SHA1 (serf-0.1.0.tar.bz2) = 7c24125d02c2ef5c0b0effabc2fc80e0fa63eb57
-RMD160 (serf-0.1.0.tar.bz2) = d1fce249cea8298e2164189572fffacc229091fd
-Size (serf-0.1.0.tar.bz2) = 111945 bytes
+SHA1 (serf-0.1.2.tar.bz2) = d6ae7ab7479c2e8cd28428bb980bd6c27d3e8589
+RMD160 (serf-0.1.2.tar.bz2) = 9f9081832c4e39a0c0ff3c28712e5425eeca5626
+Size (serf-0.1.2.tar.bz2) = 117871 bytes
Home |
Main Index |
Thread Index |
Old Index