diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2023-01-08 18:25:32 +0100 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2023-01-08 18:25:32 +0100 |
commit | 914d197f6fd8a2d4822da8abd63d7fef490c23ea (patch) | |
tree | f4de8aef39669340cf81df87f850ecbc2d5421d0 /databases/phppgadmin/files/patch-adodb-postgres64.inc.php | |
parent | textproc/py-rich: update to 13.0.1 (diff) |
databases/phppgadmin: update to 7.14.3
- add support for postgres15
- fix Authentication Bypass
PR: 268785
MFH: 2023Q1
Security: CVE-2021-3850
Security: https://huntr.dev/bounties/bdf5f216-4499-4225-a737-b28bc6f5801c/
Diffstat (limited to 'databases/phppgadmin/files/patch-adodb-postgres64.inc.php')
-rw-r--r-- | databases/phppgadmin/files/patch-adodb-postgres64.inc.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/phppgadmin/files/patch-adodb-postgres64.inc.php b/databases/phppgadmin/files/patch-adodb-postgres64.inc.php deleted file mode 100644 index 0c62e353ce1a..000000000000 --- a/databases/phppgadmin/files/patch-adodb-postgres64.inc.php +++ /dev/null @@ -1,14 +0,0 @@ ---- libraries/adodb/drivers/adodb-postgres64.inc.php.orig 2020-11-07 06:09:12 UTC -+++ libraries/adodb/drivers/adodb-postgres64.inc.php -@@ -122,6 +122,11 @@ WHERE relkind in ('r','v') AND (c.relname='%s' or c.re - // changes the metaColumnsSQL, adds columns: attnum[6] - } - -+ function __construct() -+ { -+ // changes the metaColumnsSQL, adds columns: attnum[6] -+ } -+ - function ServerInfo() - { - if (isset($this->version)) return $this->version; |