Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
nros ab7df7e495 Updated qore to version 0.8.12.4.
Changelog from release notes:

Bug Fixes in Qore:

* fixed a reference bug in the Queue class introduced in the last release
  (issue 1309)
* fixed a bug where database types could not be correctly aligned if they had
  dependencies (issue 1314); entailed updates in the following modules:
    SqlUtil
    FreetdsSqlUtil
    MysqlSqlUtil
    OracleSqlUtil
    PgsqlSqlUtil
    Schema
* fixed a bug in trunc_str() where an infinite loop could be triggered with
  certain arguments and multi-byte character encodings (issue 1327)
* improved prompt collection performance with larger graphs of objects by
  eliminating unnecessary graph scans made during object method calls
  (issue 1363)
* fixed bugs in date(string) and date(string, string) where invalid input data
  was ignored and invalid dates were returned (issue 1369)
* CsvUtil.qm module:
    fixed a bug in AbstractCsvIterator::identifyTypeImpl() generating an
    error message (issue 1355)
* MailMessage.qm module:
    fixed a bug using the default encoding in Message::attach()
    (issue issue 1352)
* SqlUtil.qm module:
  * fixed the ignored character_semantics column option in schema alignmed
    (issue 1379)
  * implemented the cop_length() column function (issue 1395)
* OracleSqlUtil.qm module:
    OraclePackage attribute body_src is now public to access package bodies
* Qorize.qm module:
    Qorize module: new qorize_val() set of functions; qorize_named()
    introduced; qorize tests
* TableMapper.qm module:
  * fixed runtime option propagation to
    TableMapper::SqlStatementMapperIterator from
    TableMapper::AbstractSqlStatementOutboundMapper::iterator()
    (issue 1418)
  * fixed SqlStatementMapperIterator::getCount() (issue 1417)
  * added the following methods:
        TableMapper::AbstractSqlStatementOutboundMapper::getRowIterator()
        TableMapper::InboundTableMapper::iterator()
        TableMapper::InboundTableMapperIterator::getRuntime()
        TableMapper::InboundTableMapperIterator::replaceRuntime()
        TableMapper::InboundTableMapperIterator::setRuntime()
        TableMapper::SqlStatementMapperIterator::getRuntime()
        TableMapper::SqlStatementMapperIterator::replaceRuntime()
        TableMapper::SqlStatementMapperIterator::setRuntime()
* QUnit.qm module:
    fixed showing the assertion location when there are test modules on
    top of QUnit.qm (issue 1046)
* fixed inconsistency between list splice operator and splice function
  (issue 1380)
* fixed the documentation (and DB modules) where
  SQLStatement::fetchColumns() was inconsistent; now it will return a
  empty hash when no more rows are available to fetch (issue 1241)
* added I/O timeout support to the FtpClient class (issue 1252)
* fixed bugs in Socket::recv() and Socket::recvBinary() with size = 0
  where NOTHING could be returned which is invalid according to the
  methods' declared return types (issue 1260)
* fixed a bug where FtpClient:get() would fail with an exception when
  retrieving an empty file (issue 1255)
* fixed a bug where executing a call reference to a deleted object
  method would cause a crash (issue 1268)
* fixed a bug where Qore would allow methods to be called on already
  deleted objects under certain conditions (issue 1270)
* fixed a bug where calling exit() in a multithreaded program could
  result in a segmentation fault (issue 1215)
* fixed a bug where HttpServer::addListener() could not accept a bind on
  port 0 to mean any random port (issue 1284)
* fixed a race condition in prompt collection that could lead to a crash
  (issue 1084)
* fixed a bug clearing Socket event queues when the Socket goes out of
  scope that could lead to a crash (issue 1292)
* fixed a bug with FtpClient::setWarningQueue() that could cause a crash
  (issue 1293)
* fixed a bug where Qore::FtpClient::pwd() returned invalid directory
  names (issue 1295)
* fixed bugs in handling websocket close status codes in the
  WebSocketUtil, WebSocketClient, and WebSocketHandler modules
  (issue 1216)

* TableMapper module fixes:
  * fixed a bug with the SqlStatementOutboundMapper::iterator() method;
    corrected the iterator object return value which was causing
    AbstractMapperIterator::mapBulk() to fail (issue 979)
  * fixed a bug with SqlStatementOutboundMapper; it would throw an error
    if the required "table" or "sh" options were used and only worked
    with subclasses that declared these options (issue 981)
  * fixed a bug where AbstractSqlStatementOutboundMapper::iterator()
    failed to use options when creating the new Mapper object
    (issue 1088)
* fixed a bug where optional arguments were not handled correctly in
  some rare cases (issue 974)
* fixed a bug causing a crash when parse_base64_string_to_string() was
  called with an empty string (issue 996)
* fixed a bug resolving base class method calls during parse
  initialization (issue 1075)
* fixed thread memory handling bug with some operator expressions and
  the background operator (issue 1096)
* fixed a race condition in the prompt collection of closure-bound local
  variables in the garbage collector (issue 1103)
* fixed a bug where HTTPClient class method variants such as
  HTTPClient::get() without a callback would fail to return the message
  body when the server sent a reply with chunked transfer encoding
  (issue 1117)
* fixed a bug in CsvUtil where backward compatibility was broken for
  single-row-type format (issue 1124)
* fixed bugs where declared public functions were missing from the
  library ABI (issue 1126)
* fixed bugs where Qore::format_number() and <float>::format() gave
  incorrect results when rounding to the significant decimals given in
  the format string (issue 1149)
* fixed a bug referencing self in base class constructor arguments
  (issue 1169)
* fixed a bug where the incorrect class destructor was called in the
  openldap module (issue 1174)
* fixed a bug where declaring a copy() method as synchronized would
  result in a crash when the method was called (issue 1188)
* fixed bugs in <string>::getEncoded() and <string>::getDecoded()
  regarding CE_XML and CE_NONASCII (issue 1193)
* fixed bugs where Qore::call_object_method() and
  Qore::call_object_method_args() allowed private methods to be called
  from outside the class (issue 1194)
* fixed a bug where "Deprecated" Functions methods were being internally
  registered as RUNTIME_NOOP (issue 1197)
* fixed bugs where the Datasource class would open a connection to the
  server in the constructor before options were set and where a server
  connection was required to call Datasource::getOption() or
  Datasource::setOption() (issue 1201)
* fixed memory errors in the Queue class where spurious exceptions could
  be raised (issue 1202)
* fixed a memory leak with static class member initializers (issue 1206)
2016-12-09 19:00:18 +00:00
archivers Update archivers/lz4 to 1.7.4.2. 2016-12-07 21:34:58 +00:00
audio add pkg-config to tools 2016-12-09 14:43:39 +00:00
benchmarks Add google-benchmark 2016-11-21 18:21:17 +00:00
biology Give up maintainership. 2016-11-10 14:00:17 +00:00
bootstrap Change the default PKG_DBDIR to be ${LOCALBASE}/pkgdb. Resolves issues on 2016-11-15 11:19:09 +00:00
cad Upgrade USE_LANGUAGES=ada to use lang/gcc5-aux instead of lang/gcc-aux 2016-11-25 20:36:49 +00:00
chat Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
comms Update comms/py-gammu to py-gammu-2.7 2016-12-09 14:57:06 +00:00
converters Update to 0.11.2 2016-12-06 15:13:20 +00:00
cross link network libs on SunOS 2016-12-03 20:23:44 +00:00
databases Update databases/mongo-c-driver to 1.5.0. 2016-12-09 13:54:21 +00:00
devel Update devel/libbsob to 1.5.0. 2016-12-09 10:05:57 +00:00
distfiles
doc Updated comms/py-gammu to 2.7 2016-12-09 14:57:33 +00:00
editors add sqlite3 buildlink 2016-12-05 21:14:58 +00:00
emulators Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
filesystems Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
finance sort 2016-12-08 02:56:11 +00:00
fonts Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
games Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
geography It's time to make Tryton great again. This update is YUGE. There are 71 2016-12-04 21:12:58 +00:00
graphics Fix various rendering problems for changes in Gtk+ 3.21 (due font handling 2016-12-09 08:06:50 +00:00
ham Remove unexplainable PKG_OPTIONS variable that a comment describes 2016-12-02 20:06:21 +00:00
inputmethod Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
lang Updated qore to version 0.8.12.4. 2016-12-09 19:00:18 +00:00
licenses the Unicode, Inc. license text 2016-11-18 09:23:49 +00:00
mail fix int type on SunOS 2016-12-07 00:36:24 +00:00
math c99 fixes build on SunOS 2016-12-07 00:14:56 +00:00
mbone Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
meta-pkgs Re-enable intel driver now that it's fixed. 2016-12-07 22:00:44 +00:00
misc add missing SunOS specific entries to PLIST 2016-12-06 23:17:16 +00:00
mk Remove ex-CPAN mirror. 2016-12-04 18:26:44 +00:00
multimedia ffmpeg3: disable lto (again). 2016-12-08 10:20:08 +00:00
net Update net/youtube-dl to youtube-dl-20161209 2016-12-09 08:29:09 +00:00
news Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
packages
parallel Update to OpenMPI 1.10.4 2016-10-23 14:02:28 +00:00
pkgtools Hide regeneration rule for people with messed up timestamps. 2016-12-08 16:58:50 +00:00
print Bump PKGREVISION for mupdf-1.10a update. 2016-12-09 08:20:37 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security sort 2016-12-08 02:56:11 +00:00
shells Welcome to tcsh-6.20.00 2016-11-24 15:45:06 +00:00
sysutils Update sysutils/collectd to 5.6.2. 2016-12-07 17:28:39 +00:00
templates
textproc needs c99, fixes SunOS 2016-12-08 12:15:43 +00:00
time Update ruby-tzinfo-data to 1.2016.10. 2016-12-05 16:20:08 +00:00
wm Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
www Avoid crashes when decoding woff2 fonts on alignment critical architectures 2016-12-09 11:51:09 +00:00
x11 Patches from David Shao fixing build with xorg-server-1.19. 2016-12-07 21:59:54 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.