2024-02-15 18:21:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 15 17:17:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- rpm 4.19 requires dependencies on hsqldb user and group
|
|
|
|
|
2023-09-21 07:46:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 21 05:45:42 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Modified patch:
|
|
|
|
* hsqldb-mdescriptor.patch
|
|
|
|
+ Build with java source/target levels 8
|
|
|
|
|
2023-06-20 17:40:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 20 14:27:13 UTC 2023 - David Anes <david.anes@suse.com>
|
|
|
|
|
|
|
|
- Upgrade to version 2.7.2:
|
|
|
|
* adds support for JSON constructor functions
|
|
|
|
* add direct CSV data load and unload
|
|
|
|
|
2022-10-24 18:52:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 24 15:55:11 UTC 2022 - David Anes <david.anes@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2022-03-17 06:59:06 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 17 05:53:55 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
2022-10-24 18:52:26 +02:00
|
|
|
- Upgrade to upstream version 2.6.1
|
2022-03-17 06:59:06 +01:00
|
|
|
- Modified patch:
|
|
|
|
* hsqldb-apidocs.patch
|
|
|
|
+ adapt to changed context
|
|
|
|
- Removed patches:
|
|
|
|
* hsqldb-2.4.1-javadoc10.patch
|
|
|
|
* hsqldb-cmdline.patch
|
|
|
|
+ not needed with this version
|
|
|
|
- Added patch:
|
|
|
|
* hsqldb-mdescriptor.patch
|
|
|
|
+ module descriptor needs to be built with at least
|
|
|
|
source/target level 9
|
|
|
|
|
2021-09-23 07:44:57 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 22 08:34:22 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
|
|
|
|
|
|
|
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
|
|
|
|
* harden_hsqldb.service.patch
|
|
|
|
|
2020-12-25 21:37:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 14 19:30:22 UTC 2020 - Pedro Monreal <pmonreal@suse.com>
|
|
|
|
|
|
|
|
- Fix service section to use the libexec directory [bsc#1179973]
|
|
|
|
- Add After=network.target to systemd service
|
|
|
|
- Remove bundled servlet api
|
|
|
|
|
2019-06-12 17:17:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 12 15:07:02 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
|
|
|
|
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
|
|
|
shortcut the build queues by allowing usage of systemd-mini
|
|
|
|
|
2018-07-12 10:03:54 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 12 07:59:04 UTC 2018 - fstrba@suse.com
|
|
|
|
|
|
|
|
- Version bump to 2.4.1
|
|
|
|
* Require java 8 or higher
|
2018-07-12 10:18:21 +02:00
|
|
|
- Changed patch:
|
|
|
|
* hsqldb-2.3.3-javadoc10.patch -> hsqldb-2.4.1-javadoc10.patch
|
|
|
|
+ rediff to changed context
|
2018-07-12 10:03:54 +02:00
|
|
|
|
2017-11-24 08:06:19 +01:00
|
|
|
-------------------------------------------------------------------
|
2017-12-18 08:06:28 +01:00
|
|
|
Mon Dec 18 07:05:16 UTC 2017 - fstrba@suse.com
|
|
|
|
|
|
|
|
- Added patch:
|
|
|
|
* hsqldb-2.3.3-javadoc10.patch
|
|
|
|
+ Fix build with jdk10's javadoc that ends in error when a
|
|
|
|
link cannot be downloaded
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-11-24 08:06:19 +01:00
|
|
|
Thu Nov 23 13:50:25 UTC 2017 - rbrown@suse.com
|
|
|
|
|
|
|
|
- Replace references to /var/adm/fillup-templates with new
|
|
|
|
%_fillupdir macro (boo#1069468)
|
|
|
|
|
2017-09-29 08:55:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 29 06:52:51 UTC 2017 - fstrba@suse.com
|
|
|
|
|
|
|
|
- Mofified patch:
|
|
|
|
* hsqldb-apidocs.patch
|
|
|
|
+ Don't force -Xdoclint:none, since we switched the default
|
|
|
|
doclint run off in all our java-devel providers and this
|
|
|
|
option does not work with java < 1.8
|
|
|
|
|
2017-09-08 08:52:04 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 8 06:50:36 UTC 2017 - fstrba@suse.com
|
|
|
|
|
|
|
|
- Specify java source and target version 1.7 in order to allow
|
|
|
|
build with jdk9
|
|
|
|
|
2017-05-19 13:52:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 19 11:49:45 UTC 2017 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update dependencies
|
|
|
|
|
2015-07-29 13:27:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 29 11:17:12 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Version bump to 2.3.3:
|
|
|
|
* Various serveral minor issues
|
|
|
|
* No obvious detailed changelog
|
|
|
|
- Fix build with jdk8 by tweaking doclint:
|
|
|
|
* hsqldb-apidocs.patch
|
|
|
|
|
2015-03-18 11:06:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 18 09:46:07 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Fix build with new javapackages-tools
|
|
|
|
|
2015-01-28 14:32:02 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 18 23:42:53 UTC 2015 - p.drouand@gmail.com
|
|
|
|
|
|
|
|
- Update to version 2.3.2
|
|
|
|
* fixed several minor issues
|
|
|
|
* fixed bug with incomplete rollback of MVCC transaction that
|
|
|
|
inserts and updates the same row
|
|
|
|
* fixed issue with parsing of long BIT strings in SQL
|
|
|
|
* fixed issue with SQL triggers when columns were added or dropped
|
|
|
|
from a table with SQL triggers
|
|
|
|
* fixed issue with an index added to a TEMP table with ON COMMIT
|
|
|
|
PRESERVE ROWS and containing data
|
|
|
|
* added URL property hsqldb.digest which can be used with alternative
|
|
|
|
secure hash algorithms for passwords
|
|
|
|
* changed the class used for offline backup and restore to
|
|
|
|
org.hsqldb.lib.tar.DbBackupMain
|
|
|
|
* extended the scope of SET DATABASE SQL REFERENCES TRUE to catch
|
|
|
|
ambiguity with identical table aliases
|
|
|
|
* extended support for the DEFAULT keyword used in INSERT and UPDATE
|
|
|
|
to apply to columns with no default
|
|
|
|
* improved support for recursive queries
|
|
|
|
* improved ORA and MYS syntax compatibility modes
|
|
|
|
|
2013-09-09 13:52:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 9 11:05:43 UTC 2013 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Move from jpackage-utils to javapackage-tools
|
|
|
|
|
2012-05-21 14:21:41 +02:00
|
|
|
-------------------------------------------------------------------
|
- 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 14:48:43 +02:00
|
|
|
Wed Sep 4 12:42:55 UTC 2013 - mvyskocil@suse.com
|
|
|
|
|
|
|
|
- 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
|
2013-09-05 12:49:50 +02:00
|
|
|
* hsqldb-1.8.0.10-suse-initscript.patch (systemd service is used)
|
- 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 14:48:43 +02:00
|
|
|
* hsqldb-jdbc-4.1.patch
|
2013-09-05 12:49:50 +02:00
|
|
|
* hsqldb-tmp.patch (hsqldb-wrapper is used)
|
- 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 14:48:43 +02:00
|
|
|
- New patches
|
|
|
|
* hsqldb-apidocs.patch
|
|
|
|
* hsqldb-cmdline.patch
|
|
|
|
- systemd integration and drop init script
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2012-05-21 14:21:41 +02:00
|
|
|
Mon May 21 12:19:01 UTC 2012 - mvyskocil@suse.cz
|
|
|
|
|
|
|
|
- Update to 1.8.1.3
|
|
|
|
* adds support for fast closing of huge database files
|
|
|
|
* better query optimisation.
|
|
|
|
* bugfixes
|
|
|
|
- add maven pom
|
|
|
|
- fix build with jdk7
|
|
|
|
- run su with -s /bin/sh in initscript
|
|
|
|
|
2012-01-03 12:18:30 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 19 13:22:15 CET 2011 - dmueller@suse.de
|
|
|
|
|
|
|
|
- fix hsqldb_lic.txt packaged in hsqldb-manual and hsqldb
|
|
|
|
|
2011-01-17 18:05:19 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 14 14:11:21 UTC 2011 - mvyskocil@suse.cz
|
|
|
|
|
|
|
|
- fix bnc#664425 - error in init script of hsqldb
|
|
|
|
* init PATH on the begining
|
|
|
|
* use absolute names
|
|
|
|
- change default shell from /bin/false to /bin/sh to make su command
|
|
|
|
(and server start) possible
|
|
|
|
- change hsqldb jar location to /usr/share/java/hsqldb.jar
|
|
|
|
|
2009-05-29 04:37:28 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 13 09:11:43 CEST 2009 - mvyskocil@suse.cz
|
|
|
|
|
|
|
|
- Initial SUSE packaging od hsqldb 1.8.0.10 from jpackage.org
|
|
|
|
|