Commit Graph

5 Commits

Author SHA256 Message Date
David Anes
ba46ac4a2f Accepting request 1030922 from home:david.anes:branches:Java:packages
- Upgrade to upstream version 2.7.1: (bsc#1204521, CVE-2022-41853)
  * version 2.7.1 jar requires JRE 11 or later - tested up to Java 17
  * version 2.7.1 alternative jar requires JRE 8 or later
  * CVE-2022-41853 disallow calling java methods - setting the 
    hsqldb.java_method_names is required for accessing java methods
  * enhancements to RECURSIVE CTE's
- Upgrade to upstream version 2.7.0
  * version 2.7.0 jar requires JRE 11 or later - tested up to Java 17
  * version 2.7.0 alternative jar requires JRE 8 or later
  * added support for JSON constructor functions
  * added support for microsecond precision CURRENT_TIMESTAMP and similar functions
  * added support for GRANT and REVOKE on all objects in a schema
  * added support for CSV file data import and export
  * added support for regional time zones such as 'America/New_York' in conversions
  * added SET DATABASE SQL MAX RECURSIVE (sql.max_recursive) setting
  * changed the default for SET DATABASE SQL SYS INDEX NAMES (sql.sys_index_names) to true
  * changed the properties reported by JDBC DatabaseMetaDat::getClientInfoProperties() method
  * improved  JDBC DatabaseMetaDat::getTablePrivileges() method to cover fine-grained privileges
  * improved error messages for SQL settings statements
  * improved documentation
  * added some minor enhancements
  * fixed a number of reported regressions and bugs (see tracker)
- Refreshed/rebased patches with quilt:
  * hsqldb-apidocs.patch
  * hsqldb-mdescriptor.patch (downgraded to build as 1.7)
  * harden_hsqldb.service.patch

- Upgrade to upstream version 2.6.1

OBS-URL: https://build.opensuse.org/request/show/1030922
OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=47
2022-10-24 16:52:26 +00:00
Fridrich Strba
1b9deee862 OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=43 2022-03-17 05:59:06 +00:00
Fridrich Strba
d98702c5be OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=26 2017-09-29 06:55:53 +00:00
Tomáš Chvátal
783d0b7dbe - Version bump to 2.3.3:
* Various serveral minor issues
  * No obvious detailed changelog
- Fix build with jdk8 by tweaking doclint:
  * hsqldb-apidocs.patch

OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=20
2015-07-29 11:27:09 +00:00
Michal Vyskocil
905c2c92bc - Update to 2.2.9
* new core fully multithreaded core supports 2PL (two-phased locking)
    and MVCC (multiversion concurrency control), plus a hybrid 2PL+MVCC
    transaction control mode
  * Massive high performance LOB store for BLOBs and CLOBs up to multi-gigabyte
    size, with total storage capacity of 64 terabytes.
  * Increased default storage space of 16GB for ordinary data, with fast
    startup and shutdown. Storage space can be extended to 2TB.
  * Large result sets, views and subqueries can now be stored on disk (on the
    server side) while being generated and accessed. The threshold to store
    a result on disk, as well as the actual fetch size in client-server
    configurations can be specified per connection.
  * All query conditions, whether in a JOIN or WHERE clause, are now
    allocated to an index if possible.
  * HyperSQL supports schema-based stored procedures and functions written
    entirely in SQL and JAVA.
  * Support for BIT, BIT VARYING, CLOB, BLOB, INTERVAL according to the
    SQL Standards
  * and many more - see http://hsqldb.sourceforge.net/web/features200.html
- Dropped patches
  * hsqldb-1.8.0-scripts.patch
  * hsqldb-1.8.0.10-suse-initscript.patch
  * hsqldb-jdbc-4.1.patch
  * hsqldb-tmp.patch
- New patches
  * hsqldb-apidocs.patch
  * hsqldb-cmdline.patch
- systemd integration and drop init script

OBS-URL: https://build.opensuse.org/package/show/Java:packages/hsqldb?expand=0&rev=11
2013-09-04 12:48:43 +00:00