diff options
author | pawel <pawel@FreeBSD.org> | 2015-03-19 04:42:59 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-03-19 04:42:59 +0800 |
commit | a9dd397f7b8c1e3fc72207e4526192a8162f8b89 (patch) | |
tree | bc26ae1403aa7afb5c68dd7fd2a8c6b87424a7c1 /net | |
parent | c15053fff7ca96b379899dca5308c1c31fa3daf7 (diff) | |
download | freebsd-ports-gnome-a9dd397f7b8c1e3fc72207e4526192a8162f8b89.tar.gz freebsd-ports-gnome-a9dd397f7b8c1e3fc72207e4526192a8162f8b89.tar.zst freebsd-ports-gnome-a9dd397f7b8c1e3fc72207e4526192a8162f8b89.zip |
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
Diffstat (limited to 'net')
-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 cc455ed5bd4d..08f222477ce5 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -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/ diff --git a/net/yaz/distinfo b/net/yaz/distinfo index b9d9adad0d91..49b03d900707 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -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 |