diff options
author | pawel <pawel@FreeBSD.org> | 2015-09-16 03:15:25 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-09-16 03:15:25 +0800 |
commit | 2d6fea6be026e890e1d79f0561d8e5c4c60abcb1 (patch) | |
tree | 7b52671c8e07dd9b8a0bdc65e33abc6709dbb6b3 | |
parent | fb5a0c94153558cca25f6bf08ac5de1423ac5d76 (diff) | |
download | freebsd-ports-gnome-2d6fea6be026e890e1d79f0561d8e5c4c60abcb1.tar.gz freebsd-ports-gnome-2d6fea6be026e890e1d79f0561d8e5c4c60abcb1.tar.zst freebsd-ports-gnome-2d6fea6be026e890e1d79f0561d8e5c4c60abcb1.zip |
Update to version 5.14.9
--- 5.14.9 2015/09/15
Fix segv in ZOOM_connection_fire_event_socket YAZ-858
The odr_in memory taken by handle_srw_response, and, thus if result
set is destructed before we expect the HTTP response (hres) it may
be come invalid. Therefore we inspect hres before the call to
ZOOM_handle_sru.
Fix possible deadlock in backtrace (2nd attempt) YAZ-856
An alarm is set up so that backtrace is terminated if it hangs.
Even if backtrace the handler also attempts to spawn gdb.
--- 5.14.8 2015/09/14
Fix SEGV for s=sl for 3 terms and syntax error YAZ-857
--- 5.14.7 2015/09/13
Fix possible deadlock in backtrace YAZ-856
Various minor text tweaks in documentation
-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 4a4b871d8109..8b3f0274ac06 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yaz -PORTVERSION= 5.14.6 +PORTVERSION= 5.14.9 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ diff --git a/net/yaz/distinfo b/net/yaz/distinfo index 3597021560c4..44fcbc1d47fa 100644 --- a/net/yaz/distinfo +++ b/net/yaz/distinfo @@ -1,2 +1,2 @@ -SHA256 (yaz-5.14.6.tar.gz) = 0889a89e30040ce3c19e51595ea570875083b35187528b04e49bb2e3d5fadb5b -SIZE (yaz-5.14.6.tar.gz) = 2550985 +SHA256 (yaz-5.14.9.tar.gz) = adef387e35205c35d7ac337a109fb51c9bb15a8bd607592ed967be7ed166a3f3 +SIZE (yaz-5.14.9.tar.gz) = 2552363 |