diff options
author | pawel <pawel@FreeBSD.org> | 2015-03-10 06:06:41 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-03-10 06:06:41 +0800 |
commit | 6fc004d4a7c3605aa70b11d6827e45d531322b16 (patch) | |
tree | 5c8232194e4481b14f833ca8ba87f99494d8681f | |
parent | c109bd503ce41adec73e56b0a3f27cbe3479d959 (diff) | |
download | freebsd-ports-gnome-6fc004d4a7c3605aa70b11d6827e45d531322b16.tar.gz freebsd-ports-gnome-6fc004d4a7c3605aa70b11d6827e45d531322b16.tar.zst freebsd-ports-gnome-6fc004d4a7c3605aa70b11d6827e45d531322b16.zip |
Update to version 5.10.1
--- 5.10.1 2015/03/03
Fix test_sru.sh fails in pazpar2 YAZ-826
Unfortunately a regression occurred with YAZ 5.10.0 that would make
Pazpar2 fail for HTTP connections.
--- 5.10.0 2015/03/03
Use CONNECT for SSL backends and for Z39.50 thru HTTP proxy YAZ-825
Introduce cs_create_host2 which returns if connection should be
proxy aware (HTTP:absoluteUri or Z39.50 proxy:vhost in init).. For CONNECT,
the connection is NOT proxy aware (no absoluteUri and no Z39.50 vhost).
Fix http proxy fails with yaz-client YAZ-824
-rw-r--r-- | net/yaz/Makefile | 2 | ||||
-rw-r--r-- | net/yaz/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index a2d1e8cd6105..cc455ed5bd4d 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.9.1 +PORTVERSION= 5.10.1 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/distinfo b/net/yaz/distinfo index cdfc2b521ad8..b9d9adad0d91 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,2 +1,2 @@ -SHA256 (yaz-5.9.1.tar.gz) = ee8f03de4efd4fb40813f36e0afbc4ca1248a063ec8f5e95f7caaa2f5b7d415c -SIZE (yaz-5.9.1.tar.gz) = 2538473 +SHA256 (yaz-5.10.1.tar.gz) = 745ad743a60ddd1ec8e30986fb2fa078c564c8034506698e7704515b0e5a106e +SIZE (yaz-5.10.1.tar.gz) = 2538836 |