034c444daf
Update to 7.14.6, Fix for CVE-2023-40619, boo#1215551 OBS-URL: https://build.opensuse.org/request/show/1123213 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpPgAdmin?expand=0&rev=36
14 lines
352 B
Diff
14 lines
352 B
Diff
Index: libraries/lib.inc.php
|
|
===================================================================
|
|
--- libraries/lib.inc.php.orig
|
|
+++ libraries/lib.inc.php
|
|
@@ -16,7 +16,7 @@
|
|
$appName = 'phpPgAdmin';
|
|
|
|
// Application version
|
|
- $appVersion = '7.14.6-mod';
|
|
+ $appVersion = '7.14.6';
|
|
|
|
// PostgreSQL and PHP minimum version
|
|
global $postgresqlMinVer;
|