Subject: CVS commit: pkgsrc/lang/qore
From: Niclas Rosenvik
Date: 2023-04-20 14:48:28
Message id: 20230420124829.56ECFFA85@cvs.NetBSD.org

Log Message:
Update lang/qore to version 1.14.2

Add patch to fix build on NetBSD/PowerPC.

New features in qore:
New sqlutils modules:
  JdbcFirebirdSqlUtil
  JdbcOracleSqlUtil
  JdbcPostgresqlSqlUtil
  OdbcFirebirdSqlUtil
  OracleSqlUtilBase
  PgsqlSqlUtilBase
  XdbcFirebirdSqlUtilBase

New DBI method to determine
the actual DB driver name for
wrapper drivers like ODBC and JDBC.
New methods to allow the actual DB
driver name to be determined when
using the odbc and jdbc DBI drivers:
  AbstractDatasource::getDriverRealName()
  Datasource::getDriverRealName()
  DatasourcePool::getDriverRealName()

FileLocationHandler module:
* added support for rest:// and
  rests:// locations
* added support for runtime extensibility
  from an environment variable
  (QORE_FILE_LOCATION_HANDLERS)

RestSchemaValidator module:
* parse and report path arguments when
  processing REST requests on the server
  side

Swagger module:
* parse and report path arguments when
  processing REST requests on the server
  side

Util module:
* added a path_params element to the
  UriQueryInfo typed hash to allow for
  reporting path arguments in calls
  supported by REST schemas

New get_safe_url() function to avoid
exposing passwords in URLs.

Many bugfixes.

Files:
RevisionActionfile
1.23modifypkgsrc/lang/qore/Makefile
1.11modifypkgsrc/lang/qore/PLIST
1.9modifypkgsrc/lang/qore/buildlink3.mk
1.18modifypkgsrc/lang/qore/distinfo
1.1addpkgsrc/lang/qore/patches/patch-include_qore_macros.h