svn commit: r381578 - head/net/yaz

Pawel Pekala pawel at FreeBSD.org
Wed Mar 18 20:43:01 UTC 2015


Author: pawel
Date: Wed Mar 18 20:42:59 2015
New Revision: 381578
URL: https://svnweb.freebsd.org/changeset/ports/381578
QAT: https://qat.redports.org/buildarchive/r381578/

Log:
  Update to version 5.10.2
  
  --- 5.10.2 2015/03/13
  
  Deal with excess bytes in HTTP response for keepalive YAZ-830
  
  Refactor ssl_put and tcpip_put to one function YAZ-832
  
  Refactor ssl_get and tcpip_get to one function YAZ-831
  
  Fix SEGV yaz-client for HTTP decoding error YAZ-829
  
  Fix buffer overflow in cmd_elements in yaz-client YAZ-828

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

Modified: head/net/yaz/Makefile
==============================================================================
--- head/net/yaz/Makefile	Wed Mar 18 20:38:44 2015	(r381577)
+++ head/net/yaz/Makefile	Wed Mar 18 20:42:59 2015	(r381578)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	yaz
-PORTVERSION=	5.10.1
+PORTVERSION=	5.10.2
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yaz/
 

Modified: head/net/yaz/distinfo
==============================================================================
--- head/net/yaz/distinfo	Wed Mar 18 20:38:44 2015	(r381577)
+++ head/net/yaz/distinfo	Wed Mar 18 20:42:59 2015	(r381578)
@@ -1,2 +1,2 @@
-SHA256 (yaz-5.10.1.tar.gz) = 745ad743a60ddd1ec8e30986fb2fa078c564c8034506698e7704515b0e5a106e
-SIZE (yaz-5.10.1.tar.gz) = 2538836
+SHA256 (yaz-5.10.2.tar.gz) = 765d784d7269918c992dde55e0146274f123e556b4a5731c7aa53e24a46dcc12
+SIZE (yaz-5.10.2.tar.gz) = 2540330


More information about the svn-ports-head mailing list