svn commit: r380884 - head/net/yaz

Pawel Pekala pawel at FreeBSD.org
Mon Mar 9 22:06:43 UTC 2015


Author: pawel
Date: Mon Mar  9 22:06:41 2015
New Revision: 380884
URL: https://svnweb.freebsd.org/changeset/ports/380884
QAT: https://qat.redports.org/buildarchive/r380884/

Log:
  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

Modified:
  head/net/yaz/Makefile
  head/net/yaz/distinfo

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Mon Mar  9 21:35:16 2015	(r380883)
+++ head/net/yaz/Makefile	Mon Mar  9 22:06:41 2015	(r380884)
@@ -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/
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Mon Mar  9 21:35:16 2015	(r380883)
+++ head/net/yaz/distinfo	Mon Mar  9 22:06:41 2015	(r380884)
@@ -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


More information about the svn-ports-head mailing list