Date: Tue, 15 Sep 2015 19:15:26 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397016 - head/net/yaz Message-ID: <201509151915.t8FJFQ9x049352@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Sep 15 19:15:25 2015 New Revision: 397016 URL: https://svnweb.freebsd.org/changeset/ports/397016 Log: 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 Modified: head/net/yaz/Makefile head/net/yaz/distinfo Modified: head/net/yaz/Makefile ============================================================================== --- head/net/yaz/Makefile Tue Sep 15 18:54:24 2015 (r397015) +++ head/net/yaz/Makefile Tue Sep 15 19:15:25 2015 (r397016) @@ -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/ Modified: head/net/yaz/distinfo ============================================================================== --- head/net/yaz/distinfo Tue Sep 15 18:54:24 2015 (r397015) +++ head/net/yaz/distinfo Tue Sep 15 19:15:25 2015 (r397016) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509151915.t8FJFQ9x049352>