pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/qore



Module Name:    pkgsrc
Committed By:   nros
Date:           Thu Apr 20 12:48:28 UTC 2023

Modified Files:
        pkgsrc/lang/qore: Makefile PLIST buildlink3.mk distinfo
Added Files:
        pkgsrc/lang/qore/patches: patch-include_qore_macros.h

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.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/qore/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/qore/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/qore/buildlink3.mk
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/qore/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/qore/patches/patch-include_qore_macros.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffs are larger than 1MB and have been omitted


Home | Main Index | Thread Index | Old Index