| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: phpMyAdmin | Distribution: SUSE LINUX 10.0 (i586) |
| Version: 2.7.0pl2 | Vendor: SUSE LINUX Products GmbH, Nuernberg, Germany |
| Release: 1.4 | Build date: Wed Apr 26 03:08:08 2006 |
| Group: Productivity/Networking/Web/Frontends | Build host: field.suse.de |
| Size: 11223983 | Source RPM: phpMyAdmin-2.7.0pl2-1.4.src.rpm |
| Packager: http://www.suse.de/feedback | |
| Url: http://www.phpMyAdmin.net | |
| Summary: Administration of MySQL over the web | |
The phpMyAdmin is intended to handle the administration of mysql
(MySQL) over the web.
Currently it can: - create and drop databases
- create/drop/alter tables
- delete/edit/add fields
- execute any SQL statement
- manage keys on fields
- manage privileges
- export data into various formats
- speak in 43 languages
Authors:
--------
Tobias Ratschiller <tobias.ratschiller@maguma.com>
Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca>
Olivier Müller <om@omnis.ch>
Loïc Chapeaux <lolo@phpheaven.net>
Robin Johnson <robbat2@users.sourceforge.net>
Alexander M. Turek <derrabus@gmx.de>
Michal Čihař <michal@cihar.com>
Garvin Hicking <me@supergarv.de>
GPL
internal MD5: 2aa9da53d9b952afd8118648a14e794f
GPG
* Thu Apr 20 2006 - mmarek@suse.cz
- fixed XSS in sql.php (and other scripts): add a secret token to
each link and form to prevent linking to sql.php from outside
[#165772] (CVE-2006-1804)
* Wed Apr 19 2006 - mmarek@suse.cz
- fixed XSS in themes/*/css/theme_{left,right}.css.php
[#165772] (CVE-2006-1678.patch)
* Tue Jan 17 2006 - postadal@suse.cz
- added php-session to Requires [#137368]
* Thu Jan 05 2006 - postadal@suse.cz
- update to version 2.7.0-pl2 (security fixes)
[#136015, 137368, 137797]
- removed all patches
* Tue Nov 22 2005 - postadal@suse.cz
- fixed XSS on HTTP_HOST (HTTP_HOST.patch) [#133818]
* Mon Nov 21 2005 - postadal@suse.cz
- fixed PMASA-2005-6 [#133818] (PMASA-2005-6.patch)
- fixed patch PMASA-2005-4_and_5.patch [#134373]
* Mon Nov 14 2005 - postadal@suse.cz
- fixed CVE-2005-2869 (XSS on the cookie-based login panel)
[#130226] (CVE-2005-2869.patch)
* Tue Nov 01 2005 - postadal@suse.cz
- fixed PMASA-2005-4 and PMASA-2005-5 [#130226] (PMASA-2005-4_and_5.patch)
* Tue Aug 23 2005 - postadal@suse.cz
- disabled auto-switch the lang to its UTF-8 version when Lang is set
[#104600]
* Thu Jul 28 2005 - postadal@suse.cz
- update to 2.6.3-pl1
* Mon Jun 06 2005 - cthiel@suse.de
- update to 2.6.2-pl1
* Tue Mar 08 2005 - mcihar@suse.cz
- generate shorter key to make it work with mcrypt, see
https://sourceforge.net/tracker/index.php?func=detail&aid=1115327&group_id=23067&atid=377408
* Fri Mar 04 2005 - mcihar@suse.cz
- update to pl3, it includes previous fix and fixes editing fields with special names (bug #70864)
* Thu Mar 03 2005 - mcihar@suse.cz
- fix bad setting of privileges (bug #67276)
* Tue Mar 01 2005 - mcihar@suse.cz
- depend on mod_php_any
* Thu Feb 24 2005 - mcihar@suse.cz
- update to 2.6.1-p2 to fix several vulnerabilities (bug #66264)
* Wed Feb 09 2005 - mcihar@suse.cz
- depend on unversioned php modules, to allow both php4 and php5 installation
* Mon Jan 24 2005 - mcihar@suse.cz
- update to 2.6.1
- require php4-mcrypt for faster cookie encryption
* Wed Oct 13 2004 - mcihar@suse.cz
- update to 2.6.0-pl2 (bug #47160)
- require php4-iconv as it seems to be on all arches now (bug #36642)
* Tue Oct 05 2004 - mcihar@suse.cz
- drop php4-recode dependency (bug #46817)
* Mon Sep 06 2004 - mcihar@suse.cz
- update to 2.6.0-rc2
* Fri Sep 03 2004 - mcihar@suse.cz
- update to 2.6.0-rc1
- use pwgen for secret generating
- don't ship scripts, as they're not needed for most users
* Tue Apr 27 2004 - ro@suse.de
- build using apache2
* Wed Mar 31 2004 - mcihar@suse.cz
- require php4-recode for charset conversion (better solution for bugs
[#36642] and #36560)
* Mon Mar 22 2004 - mcihar@suse.cz
- dropped php-4iconv dependency at all (bug #36642)
* Fri Mar 19 2004 - mcihar@suse.cz
- do not require php4-iconv on achitectures where it isn't built (bug #36560)
* Mon Mar 08 2004 - mcihar@suse.cz
- require all needed php modules
* Mon Mar 01 2004 - mcihar@suse.cz
- update to 2.5.6
* Mon Jan 05 2004 - mcihar@suse.cz
- updated to 2.5.5-pl1
* Mon Oct 20 2003 - mcihar@suse.cz
- updated to 2.5.4
* Thu Oct 16 2003 - mcihar@suse.cz
- do not build as root
- little spec file cleanup
* Tue Sep 09 2003 - mcihar@suse.cz
- automatically generate blowfish_secret on rpm installation
- mark config file as %config(noreplace) (this in conjuction with
previous means that it will be never replaced on upgrade, this is
okay as phpMyAdmin supports loading of old config files)
* Mon Sep 08 2003 - mcihar@suse.cz
- updated to 2.5.3:
- many bugs fixed
- messages about missing variables were displayed wrongly
- more export bugs
- confirmation of some dangerous SQL (TRUNCATE,DROP DATABASE)
- new nice icons for actions
* Thu Sep 04 2003 - mcihar@suse.cz
- include documentation stylesheet
* Fri Aug 29 2003 - mcihar@suse.cz
- depend on mod_php rather that http_daemon as this needs php
* Thu Aug 28 2003 - mcihar@suse.cz
- include stylesheets
* Thu Aug 07 2003 - mcihar@suse.cz
- updated to 2.5.2-pl1
* Mon Mar 24 2003 - postadal@suse.cz
- removed mysql from Requires, becouse can access to MySQL remotely [#25797]
* Mon Feb 24 2003 - postadal@suse.cz
- updated to verison 2.4.0
* new server/user management interface with sub-pages
* export to LaTeX format
* display UPDATE SQL statement after a row edit
* (experimental) support for compressed connections to the MySQL server
* upload of binary file into a field
* show blob size
* a lot of fixes
* Wed Jan 29 2003 - postadal@suse.cz
- updated to version 2.3.3pl1
* upload of compressed dumps
* inform the user who does not have privileges to create a db
* new internal analyzer for db, table, column and alias
* a lot of fixes
* Mon Aug 12 2002 - postadal@suse.cz
- update to release 2.3.0
* Fri Aug 02 2002 - ro@suse.de
- adapt server-root
* Thu Aug 01 2002 - postadal@suse.cz
- fixed required perl path
* Wed Jul 31 2002 - postadal@suse.cz
- fixed filelist
* Wed Jul 31 2002 - postadal@suse.cz
- update to version 2.3.0-rc4
* can specify a different charset for MySQL and HTML
* utf-8 charset support
* full database search
* XML export
* faster table delete under MySQL 4
* new language: slovenian
* fixes
* Mon Jul 01 2002 - ro@suse.de
- fixed directory permissions
* Thu Jan 10 2002 - rvasice@suse.cz
- update to version 2.2.3
* Tue Sep 04 2001 - rvasice@suse.cz
- update to version 2.2.0 final
- dynamic multiple language support, with automatic detection
- database usage statistics
- table maintenance features (repair, check, optimize)
- made package noarch
* Thu Aug 02 2001 - rvasice@suse.cz
- update to version 2.2.0rc3
* Mon Jun 18 2001 - rvasice@suse.cz
- initial package release (version 2.1.0)
‚"
Generated by rpm2html 1.8.1
Daniel Veillard, Sat Oct 11 04:43:23 2008