SECURITY update to 5.0.3

Fix SA46248

ok jasper@, pea@ (maintainer)
This commit is contained in:
gsoares 2011-10-05 14:42:37 +00:00
parent 40def5eef0
commit a7cdcc1176
4 changed files with 8 additions and 22 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.16 2011/09/16 12:00:07 espie Exp $
# $OpenBSD: Makefile,v 1.17 2011/10/05 14:42:37 gsoares Exp $
COMMENT= tool to handle the administration of PostgreSQL over the web
DISTNAME= phpPgAdmin-5.0.2
REVISION= 2
DISTNAME= phpPgAdmin-5.0.3
CATEGORIES= www databases
HOMEPAGE= http://phppgadmin.sourceforge.net/

View File

@ -1,5 +1,5 @@
MD5 (phpPgAdmin-5.0.2.tar.gz) = 39u1hghHEjQTWWKSkxpE+Q==
RMD160 (phpPgAdmin-5.0.2.tar.gz) = 2C94FYEBfma+eyXK4ga/HOE4BG8=
SHA1 (phpPgAdmin-5.0.2.tar.gz) = kIImuoSCpkEXI4PViCOxccBQKaE=
SHA256 (phpPgAdmin-5.0.2.tar.gz) = AjGvhYQy3QWCOUOHO0KMiKAzwwKUHBkHm3JdQuuWpDA=
SIZE (phpPgAdmin-5.0.2.tar.gz) = 1063554
MD5 (phpPgAdmin-5.0.3.tar.gz) = iF4Y1PwCgF5HkDTB5sI8QQ==
RMD160 (phpPgAdmin-5.0.3.tar.gz) = DN/B6KnqbFX7lYwxiAbwPkILrI8=
SHA1 (phpPgAdmin-5.0.3.tar.gz) = 3PPzpYD85+LtjVemVZojuLfCBBc=
SHA256 (phpPgAdmin-5.0.3.tar.gz) = XLb8i2vPEJ1pGfmdh15EB/e3j9zDodktnnbJntKBoWY=
SIZE (phpPgAdmin-5.0.3.tar.gz) = 1056396

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libraries_lib_inc_php,v 1.1 2011/06/22 11:51:32 pea Exp $
--- libraries/lib.inc.php.orig Mon Jun 6 14:06:05 2011
+++ libraries/lib.inc.php Mon Jun 6 14:06:21 2011
@@ -189,7 +189,7 @@
/* starting with PostgreSQL 9.0, we can set the application name */
if(isset($_server_info['pgVersion']) && $_server_info['pgVersion'] >= 9)
- putenv("PGOPTIONS=--application_name={$appName}_{$appVersion}");
+ putenv("PGAPPNAME={$appName}_{$appVersion}");
// Redirect to the login form if not logged in
if (!isset($_server_info['username'])) {

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2011/06/22 11:51:32 pea Exp $
@comment $OpenBSD: PLIST,v 1.7 2011/10/05 14:42:37 gsoares Exp $
phpPgAdmin/
phpPgAdmin/CREDITS
phpPgAdmin/DEVELOPERS
@ -337,7 +337,6 @@ phpPgAdmin/libraries/highlight.php
phpPgAdmin/libraries/js/
phpPgAdmin/libraries/js/jquery.js
phpPgAdmin/libraries/lib.inc.php
@comment phpPgAdmin/libraries/lib.inc.php.orig
phpPgAdmin/links.js
phpPgAdmin/login.php
phpPgAdmin/logout.php