Accepting request 111890 from home:computersalat:devel:php
update to 5.0.4, fix for bnc#754694 (CVE-2012-1600) OBS-URL: https://build.opensuse.org/request/show/111890 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpPgAdmin?expand=0&rev=14
This commit is contained in:
parent
2f755756c1
commit
ebae33689c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13827e51b6c635ae81cfdeaad6a027dc3c17165bc929a5f8d4c702bb05ff84c9
|
|
||||||
size 779305
|
|
3
phpPgAdmin-5.0.4.tar.bz2
Normal file
3
phpPgAdmin-5.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cd4b16008c9b5b2b8b9f20708e51e77690d910a7b3d85f9f66386c79994a4349
|
||||||
|
size 778547
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 29 10:59:18 UTC 2012 - chris@computersalat.de
|
||||||
|
|
||||||
|
- update to 5.0.4
|
||||||
|
- Released: 22th March 2012
|
||||||
|
- Bug fixes.
|
||||||
|
* Fix #3468882 "UPDATE single row with varchar key: empty where
|
||||||
|
clause", reported by "Dirk Kraemer"
|
||||||
|
* Fix XSS in function.php, reported by Mateusz Goik
|
||||||
|
* Fix bug where renaming a tablespace was leading to an error
|
||||||
|
* Fix a bug where clicking to "Show all schemas" on schema
|
||||||
|
privilege page leads back to the latest tab used in database level
|
||||||
|
* Fix a bug when executing a query from the history
|
||||||
|
* Fix bad confirmation message when droping an autovacuum table setup
|
||||||
|
* Fix bug #3429633 '"Back" link from "Browse" leads to error'
|
||||||
|
* Fix a PHP warning when Slony conf parameters are not set
|
||||||
|
* Show cancel/kill actions in process page only if role is a superuser
|
||||||
|
* Some more small code cleanup and fixes.
|
||||||
|
- fix for bnc#754694 (CVE-2012-1600)
|
||||||
|
* https://bugzilla.novell.com/show_bug.cgi?id=754694
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 20 18:36:19 UTC 2011 - chris@computersalat.de
|
Thu Oct 20 18:36:19 UTC 2011 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package phpPgAdmin
|
# spec file for package phpPgAdmin
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: phpPgAdmin
|
Name: phpPgAdmin
|
||||||
|
|
||||||
%define apxs %{_sbindir}/apxs2
|
%define apxs %{_sbindir}/apxs2
|
||||||
@ -26,10 +25,10 @@ Name: phpPgAdmin
|
|||||||
%define ppa_config %{_sysconfdir}/%{name}/config.inc.php
|
%define ppa_config %{_sysconfdir}/%{name}/config.inc.php
|
||||||
|
|
||||||
Summary: Administration of PostgreSQL over the web
|
Summary: Administration of PostgreSQL over the web
|
||||||
Version: 5.0.3
|
|
||||||
Release: 1
|
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
|
Version: 5.0.4
|
||||||
|
Release: 0
|
||||||
Url: http://phppgadmin.sourceforge.net
|
Url: http://phppgadmin.sourceforge.net
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.http
|
Source1: %{name}.http
|
||||||
@ -37,7 +36,8 @@ Patch0: %{name}-4.2.3-config.inc.patch
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: apache2-devel
|
BuildRequires: apache2-devel
|
||||||
Requires: mod_php_any php-pgsql
|
Requires: mod_php_any
|
||||||
|
Requires: php-pgsql
|
||||||
|
|
||||||
%description
|
%description
|
||||||
phpPgAdmin is a web-based administration tool for PostgreSQL. It is
|
phpPgAdmin is a web-based administration tool for PostgreSQL. It is
|
||||||
|
Loading…
Reference in New Issue
Block a user