Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
build.patch | patching the Makefiles for a Debian build - Indicating the paths of jni.h and jni_md.h in JAVA_HOME subdirs. - Linking against libsqlite3.so instead of getting sqlite3.c in the source archive downloaded from the Internet. |
Pierre Gruet <pgt@debian.org> | not-needed | 2022-01-07 | ||
test.patch | always running tests, and giving the path of the shared library | Pierre Gruet <pgt@debian.org> | not-needed | 2022-01-07 | ||
removed_test_resource.patch | disabling a test relying on a deleted jar file | Pierre Gruet <pgt@debian.org> | not-needed | 2022-01-07 | ||
allow_discrepancy_in_driver_version.patch | sqlite3 and the xerial JDBC may have different versions This is because we link against Debian-packaged sqlite3 lib, which may have a version number different from the one of the xerial JDBC. |
Pierre Gruet <pgt@debian.org> | not-needed | 2022-01-07 | ||
cleaning.patch | cleaning the Java part is already done by dh_auto_clean | Pierre Gruet <pgt@debian.org> | not-needed | 2022-01-07 | ||
skip_manifest_setting.patch | the manifest file will be set by javahelper | Pierre Gruet <pgt@debian.org> | not-needed | 2022-01-08 | ||
CVE-2023-32697.patch | fixing CVE-2023-32697 | Pierre Gruet <pgt@debian.org> | not-needed | debian upstream | upstream, https://github.com/xerial/sqlite-jdbc/commit/edb4b8adc2447bc04e05b9b908195a4bc7926242 | 2023-06-13 |