forked from pool/libdb-4_8
c63b7b4d92
* libdb: Data store execution leads to partial DoS * Backport the upsteam commits: - Fixed several possible crashes when running db_verify on a corrupted database. [#27864] - Fixed several possible hangs when running db_verify on a corrupted database. [#27864] - Added a warning message when attempting to verify a queue database which has many extent files. Verification will take a long time if there are many extent files. [#27864] * Add libdb-4_8-CVE-2019-2708.patch - Security fix: [bsc#1174414, CVE-2019-2708] * libdb: Data store execution leads to partial DoS * Backport the upsteam commits: - Fixed several possible crashes when running db_verify on a corrupted database. [#27864] - Fixed several possible hangs when running db_verify on a corrupted database. [#27864] - Added a warning message when attempting to verify a queue database which has many extent files. Verification will take a long time if there are many extent files. [#27864] * Add libdb-4_8-CVE-2019-2708.patch OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=75
14 lines
516 B
Diff
14 lines
516 B
Diff
Index: db-4.8.30/dist/configure.ac
|
|
===================================================================
|
|
--- db-4.8.30.orig/dist/configure.ac
|
|
+++ db-4.8.30/dist/configure.ac
|
|
@@ -416,7 +416,7 @@ if test "$db_cv_java" = "yes"; then
|
|
esac
|
|
AC_MSG_RESULT($JAVA_VERSION)
|
|
case "$JAVA_VERSION" in
|
|
- 1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* ) ;;
|
|
+ 1.[[3456789]]* | 1.[[1-9]][[0-9]]* | [[23456789]]* | [[1-9]][[0-9]]* ) ;;
|
|
* )
|
|
AC_MSG_ERROR([Java version 1.3 or higher required, got $JAVA_VERSION]) ;;
|
|
esac
|