<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/phpmyadmin, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-07-29T18:59:51Z</updated>
<entry>
<title>Update "phpmyadmin" package to version 2.11.8.1. Changes since 2.11.7.1:</title>
<updated>2008-07-29T18:59:51Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2008-07-29T18:59:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=76b50e38130fa7cb289b7fe4e5c321405d69b7f3'/>
<id>urn:sha1:76b50e38130fa7cb289b7fe4e5c321405d69b7f3</id>
<content type='text'>
- patch #1987593 [interface] Table list pagination in navi
- bug #1989081 [profiling] Profiling causes query to be executed again
  (really causes a problem in case of INSERT/UPDATE)
- bug #1990342 [import] SQL file import very slow on Windows
- bug [XHTML] problem with tabindex and radio fields
- bug #1971221 [interface] tabindex not set correctly
- bug [views] VIEW name created via the GUI was not protected
  with backquotes
- bug #1989813 [interface] Deleting multiple views (space in name)
- bug #1992628 [parser] SQL parser removes essential space
- bug #1989281 [export] CSV for MS Excel incorrect escaping of
  double quotes
- bug #1959855 [interface] Font size option problem when no
  config file
- bug #1982489 [relation] Relationship view should check for changes
- bug [history] Do not save too big queries in history
- [security] Do not show version info on login screen
- bug #2018595 [import] Potential data loss on import resubmit
- patch #2020630 [export] Safari and timedate
- bug #2022182 [import, export] Import/Export fails because of
  Mac files
- [security] protection against cross-frame scripting and
  new directive AllowThirdPartyFraming
- [security] possible XSS during setup
- [interface] revert language changing problem introduced
   with 2.11.7.1
- small fix for notice about "lang"

This update fixes the security vulnerability reported in PMASA-2008-6.</content>
</entry>
<entry>
<title>Updatep "phpmyadmin" package to version 2.11.7.1. Changes since 2.11.7:</title>
<updated>2008-07-17T15:55:16Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2008-07-17T15:55:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=c6300a127c1176d23b85fb6e32c46fb9806a017b'/>
<id>urn:sha1:c6300a127c1176d23b85fb6e32c46fb9806a017b</id>
<content type='text'>
- bug #1908719 [interface] New field cannot be auto-increment and
  primary key
- [dbi] Incorrect interpretation for some mysqli field flags
- bug #1910621 [display] part 1: do not display a TEXT utf8_bin
  as BLOB (fixed for mysqli extension only)
- [interface] sanitize the after_field parameter,
  thanks to Norman Hippert
- [structure] do not remove the BINARY attribute in drop-down
- bug #1955386 [session] Overriding session.hash_bits_per_character
- [interface] sanitize the table comments in table print view,
  thanks to Norman Hippert
- bug #1939031 Auto_Increment selected for TimeStamp by Default
- patch #1957998 [display] No tilde for InnoDB row counter when
  we know it for sure, thanks to Vladyslav Bakayev - dandy76
- bug #1955572 [display] alt text causes duplicated strings
- bug #1762029 [interface] Cannot upload BLOB into existing row
- bug #1981043 [export] HTML in exports getting corrupted,
  thanks to Jason Judge - jasonjudge
- bug #1936761 [interface] BINARY not treated as BLOB:
  update/delete issues
- protection against XSS when register_globals is on and .htaccess
  has no effect, thanks to Tim Starling
- bug #1996943 [export] Firefox 3 and .sql.gz (corrupted);
  detect Gecko 1.9, thanks to Juergen Wind
- (2.11.7.1)  [security] XSRF/CSRF by manipulating the db,
  convcharset and collation_connection parameters,
  thanks to YGN Ethical Hacker Group

This update fixes the security vulnerability reported in PMASA-2008-5.</content>
</entry>
<entry>
<title>Update "phpmyadmin" package to version 2.11.7. Changes since 2.11.6:</title>
<updated>2008-06-28T11:11:15Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2008-06-28T11:11:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8308963ec11508b605b79955cfa6822381f87132'/>
<id>urn:sha1:8308963ec11508b605b79955cfa6822381f87132</id>
<content type='text'>
- bug #1908719 [interface] New field cannot be auto-increment and
  primary key
- [dbi] Incorrect interpretation for some mysqli field flags
- bug #1910621 [display] part 1: do not display a TEXT utf8_bin
  as BLOB (fixed for mysqli extension only)
- [interface] sanitize the after_field parameter,
  thanks to Norman Hippert
- [structure] do not remove the BINARY attribute in drop-down
- bug #1955386 [session] Overriding session.hash_bits_per_character
- [interface] sanitize the table comments in table print view,
  thanks to Norman Hippert
- bug #1939031 Auto_Increment selected for TimeStamp by Default
- patch #1957998 [display] No tilde for InnoDB row counter when
  we know it for sure, thanks to Vladyslav Bakayev - dandy76
- bug #1955572 [display] alt text causes duplicated strings
- bug #1762029 [interface] Cannot upload BLOB into existing row
- bug #1981043 [export] HTML in exports getting corrupted,
  thanks to Jason Judge - jasonjudge
- bug #1936761 [interface] BINARY not treated as BLOB:
  update/delete issues
- protection against XSS when register_globals is on and .htaccess
  has no effect, thanks to Tim Starling
- bug #1996943 [export] Firefox 3 and .sql.gz (corrupted);
  detect Gecko 1.9, thanks to Juergen Wind</content>
</entry>
<entry>
<title>Update "phpmyadmin" package to version 2.11.6. Changes since 2.11.5.2:</title>
<updated>2008-06-08T14:15:28Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2008-06-08T14:15:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=db956df774b05783d4870857c47712a3041acdb5'/>
<id>urn:sha1:db956df774b05783d4870857c47712a3041acdb5</id>
<content type='text'>
- bug #1903724 [interface] Displaying of very large queries
  in error message
- bug #1905711 [compatibility] Functions deprecated in PHP 5.3:
  is_a() and get_magic_quotes_gpc()
- bug [lang] catalan wrong accented characters
- bug #1893034 [Export] SET NAMES for importing with command-line
  client
+ [lang] Russian update
- bug #1910485 [core] Unsetting the whitelist during the loop
- bug #1906980 [Export] Import of VIEWs fails if temp table exists
- bug #1812763 [Copy] Table copy when server is in ANSI_QUOTES
  sql_mode
- bug #1918531 [compatibility] Navigation isn't w3.org valid
- bug #1926357 [data] BIT defaults displayed incorrectly
- patch #1930057 [auth] colon in password prevents HTTP login
  on CGI/IIS
- patch #1929553 [lang] Don't output BOM character in Swedish
  language file
- patch #1895796 [lang] Typo in Japanese lang files
- bug #1935652 [auth] Access denied (show warning about mcrypt
  on login page)
- bug #1906983 [export] Reimport of FUNCTION fails
- bug #1919808 [operations] Renaming a database fails to handle
  functions
- bug #1934401 [core] Cannot force a language
- bug #1944077 [core] Config file containing a BOM
- bug #1947189 [scripts] Missing head tag in scripts/signon.php
+ [lang] Romanian update</content>
</entry>
<entry>
<title>Fix indentation.</title>
<updated>2008-05-25T20:49:39Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2008-05-25T20:49:39Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9ba46c0fc4a7f030c316ffc4bdea7304c2f42bd3'/>
<id>urn:sha1:9ba46c0fc4a7f030c316ffc4bdea7304c2f42bd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove me as maintainer of some package, clame ownership of a few packages.</title>
<updated>2008-05-25T14:45:16Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2008-05-25T14:45:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5653b15d71dd265358bb371acb6528f6cbff2879'/>
<id>urn:sha1:5653b15d71dd265358bb371acb6528f6cbff2879</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a note about allowing access to the scripts directory</title>
<updated>2008-05-03T10:46:28Z</updated>
<author>
<name>adrianp</name>
<email>adrianp@pkgsrc.org</email>
</author>
<published>2008-05-03T10:46:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7a22457d5010edeb0a8b07e24aa05ecceb31d8df'/>
<id>urn:sha1:7a22457d5010edeb0a8b07e24aa05ecceb31d8df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update "phpmyadmin" package to version 2.11.5.2. This update fixes the</title>
<updated>2008-04-27T14:59:10Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2008-04-27T14:59:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=12703a4ac9d0c97371a57596188b14f5c0f1791f'/>
<id>urn:sha1:12703a4ac9d0c97371a57596188b14f5c0f1791f</id>
<content type='text'>
security problem reported in PMASA-2008-3 (CVE-2008-1924).</content>
</entry>
<entry>
<title>Fixes DESTDIR installation.</title>
<updated>2008-04-01T16:21:29Z</updated>
<author>
<name>obache</name>
<email>obache@pkgsrc.org</email>
</author>
<published>2008-04-01T16:21:29Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5ab2b90ce3e893b1c1109db8a0cf0fdec85e000b'/>
<id>urn:sha1:5ab2b90ce3e893b1c1109db8a0cf0fdec85e000b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update "phpmyadmin" package to version 2.11.5.1.</title>
<updated>2008-04-01T16:11:21Z</updated>
<author>
<name>tron</name>
<email>tron@pkgsrc.org</email>
</author>
<published>2008-04-01T16:11:21Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=72378d879c0f72fdfc0cab7ad11411db5d0d7e22'/>
<id>urn:sha1:72378d879c0f72fdfc0cab7ad11411db5d0d7e22</id>
<content type='text'>
The new version fixes a credentials disclosure on shared hosts via
session data reported in security announcement PMASA-2008-2.</content>
</entry>
</feed>
