forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Serf 1.3.4 [2014-02-08, from /tags/1.3.4, rxxxx] Fix issue #119: Endless loop during ssl tunnel setup with Negotiate authn Fix issue #123: Can't setup ssl tunnel which sends Connection close header Fix a race condition when initializing OpenSSL from multiple threads (r2263) Fix issue #138: Incorrect pkg-config file when GSSAPI isn't configured
- Loading branch information
wiz
committed
Feb 12, 2014
1 parent
9b68eef
commit f3e6b4c
Showing
2 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# $NetBSD: Makefile,v 1.25 2014/02/12 14:35:11 jperkin Exp $ | ||
# $NetBSD: Makefile,v 1.26 2014/02/12 15:20:59 wiz Exp $ | ||
|
||
DISTNAME= serf-1.3.3 | ||
PKGREVISION= 1 | ||
DISTNAME= serf-1.3.4 | ||
CATEGORIES= www | ||
MASTER_SITES= http://serf.googlecode.com/files/ | ||
MASTER_SITES= http://serf.googlecode.com/svn/src_releases/ | ||
EXTRACT_SUFX= .tar.bz2 | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
$NetBSD: distinfo,v 1.13 2014/02/12 14:35:11 jperkin Exp $ | ||
$NetBSD: distinfo,v 1.14 2014/02/12 15:20:59 wiz Exp $ | ||
|
||
SHA1 (serf-1.3.3.tar.bz2) = b25c44a8651805f20f66dcaa76db08442ec4fa0e | ||
RMD160 (serf-1.3.3.tar.bz2) = bb03de7ed3554f6d47d36e711060979454bda889 | ||
Size (serf-1.3.3.tar.bz2) = 140213 bytes | ||
SHA1 (serf-1.3.4.tar.bz2) = eafc8317d7a9c77d4db9ce1e5c71a33822f57c3a | ||
RMD160 (serf-1.3.4.tar.bz2) = 872616e6dcc02181abe9d4b7eef2c3c85b7d34a9 | ||
Size (serf-1.3.4.tar.bz2) = 140680 bytes | ||
SHA1 (patch-SConstruct) = c7f3e9e0c778e76808e4a921043723fcfca6a4de | ||
SHA1 (patch-buckets_ssl__buckets.c) = f940e1703d3a8cf879d5a563cf57826f027ed8e1 |