Package: phpmyadmin / 4:4.2.12-2

Metadata

Package Version Patches format
phpmyadmin 4:4.2.12-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian.patch | (download)

libraries/vendor_config.php | 16 8 + 8 - 0 !
1 file changed, 8 insertions(+), 8 deletions(-)

 adjust phpmyadmin vendor configuration to match debian needs
 - setup generates configuration in /var
 - documentation is in /usr/share/doc
 - config file consists of several included files, so we skip mtime check
doc.patch | (download)

doc/setup.rst | 22 5 + 17 - 0 !
1 file changed, 5 insertions(+), 17 deletions(-)

 adjust phpmyadmin documentation to match our changes
 Document how to enable setup script. 
setup message.patch | (download)

setup/frames/index.inc.php | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 adjust phpmyadmin setup message to match our changes
bug 4611 security DOS attack with long passwords.patch | (download)

libraries/common.inc.php | 5 5 + 0 - 0 !
libraries/plugins/AuthenticationPlugin.class.php | 9 9 + 0 - 0 !
libraries/plugins/auth/AuthenticationCookie.class.php | 10 10 + 0 - 0 !
3 files changed, 24 insertions(+)

 [patch 1/1] bug #4611 [security] dos attack with long passwords

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>

bug 4612 security XSS vulnerability in redirection m.patch | (download)

url.php | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 [patch 1/1] bug #4612 [security] xss vulnerability in redirection
 mechanism

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>