diff options
author | wiz <wiz> | 2009-04-20 21:59:53 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-04-20 21:59:53 +0000 |
commit | 49cb81bb7f8a665ebb9d774f7141d89f8ca8f701 (patch) | |
tree | 7bdb2488b3cd89a0f44781ee18d408c3faa37468 /net/yaz/PLIST | |
parent | ff5b3016b11efcdfb53035a9059cbc6ebb6f9524 (diff) | |
download | pkgsrc-49cb81bb7f8a665ebb9d774f7141d89f8ca8f701.tar.gz |
Update to 3.0.45:
--- 3.0.45 2009/03/31
Fixed bug #2709: TCP connect returns Invalid argument.
Fixed compilation for mingw.
Honor charset for raw records (ZOOM_record_get).
Fixed use of errno for threaded mode that was seen on Solaris 10.
Fixed argument passing with blanks in value for Windows Service.
Disable YAZ' own log rotate by default (no 1 GB limit).
The variable l_max_size which specifies the log file limit is set to 0
(DISABLED): This is due to the fact that YAZ is most often deployed using
logrotate. Also YAZ can not perform log rotate because of unsufficient
permissions (setuid).
Diffstat (limited to 'net/yaz/PLIST')
-rw-r--r-- | net/yaz/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/yaz/PLIST b/net/yaz/PLIST index 5fe452c06c9..64bea90ef54 100644 --- a/net/yaz/PLIST +++ b/net/yaz/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/01/07 22:26:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/04/20 21:59:53 wiz Exp $ bin/yaz-asncomp bin/yaz-client bin/yaz-config @@ -19,6 +19,7 @@ include/yaz/daemon.h include/yaz/diagbib1.h include/yaz/diagsru_update.h include/yaz/diagsrw.h +include/yaz/errno.h include/yaz/icu.h include/yaz/ill-core.h include/yaz/ill.h |