<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/phpmyadmin, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-04-22T18:06:05Z</updated>
<entry>
<title>phpmyadmin: update to 4.9.10</title>
<updated>2022-04-22T18:06:05Z</updated>
<author>
<name>tm</name>
<email>tm@pkgsrc.org</email>
</author>
<published>2022-04-22T18:06:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=acd3b62206eb7a248136405a41aaa5f643ad8851'/>
<id>urn:sha1:acd3b62206eb7a248136405a41aaa5f643ad8851</id>
<content type='text'>
4.9.10 (2022-02-10)
- issue #17308 Fix broken pagination links in the navigation sidebar</content>
</entry>
<entry>
<title>(databases/phpmyadmin) Fix build, +REPLACE_BASH for test.sh etc</title>
<updated>2022-03-25T12:59:46Z</updated>
<author>
<name>mef</name>
<email>mef@pkgsrc.org</email>
</author>
<published>2022-03-25T12:59:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5922dc49bc6ccee91e4e7b865d598d68ce60b3ac'/>
<id>urn:sha1:5922dc49bc6ccee91e4e7b865d598d68ce60b3ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>phpmyadmin: update to 4.9.9</title>
<updated>2022-02-02T13:41:12Z</updated>
<author>
<name>tm</name>
<email>tm@pkgsrc.org</email>
</author>
<published>2022-02-02T13:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2a99affd9285cdc85715d436ac7d46ea4921b644'/>
<id>urn:sha1:2a99affd9285cdc85715d436ac7d46ea4921b644</id>
<content type='text'>
4.9.9 (2022-01-22)
- issue #17305 Fix syntax error for PHP 5
- issue #17307 Fix hide_connection_errors being undefined when a controluser is set

4.9.8 (2022-01-20)
- issue #14321 Display a correct error page when "$cfg['Servers'][$i]['SignonURL']" is empty for auth_type=signon
- issue #14321 [security] Remove leaked HTML on signon page redirect before login for auth_type=signon
- issue        [security] Add configuration directive $cfg['Servers'][$i]['hide_connection_errors'] to allow hiding host names and other error details when login fails
- issue        [security] Add configuration directive $cfg['URLQueryEncryption'] to allow encrypting senstive information in the URL
- issue        [security] Fix a scenario where an authenticated user can disable two factor authentication</content>
</entry>
<entry>
<title>databases: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T10:09:13Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T10:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=110d5bf2cb42630a7f459b1e8f899f8e59991e1b'/>
<id>urn:sha1:110d5bf2cb42630a7f459b1e8f899f8e59991e1b</id>
<content type='text'>
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz</content>
</entry>
<entry>
<title>databases: Remove SHA1 distfile hashes</title>
<updated>2021-10-07T13:35:05Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T13:35:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=461331b2af81f67812062f24d93a6ed5e8abfee9'/>
<id>urn:sha1:461331b2af81f67812062f24d93a6ed5e8abfee9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to use lang/php/json.mk.</title>
<updated>2021-03-07T13:21:56Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2021-03-07T13:21:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=14a2e23dfb01de0f78b7b5149e4bafc32547398b'/>
<id>urn:sha1:14a2e23dfb01de0f78b7b5149e4bafc32547398b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>phpmyadmin: update to 4.9.7</title>
<updated>2020-11-11T11:56:14Z</updated>
<author>
<name>tm</name>
<email>tm@pkgsrc.org</email>
</author>
<published>2020-11-11T11:56:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=49e028a3620e17164b671ad3978a4cdfd087dc8f'/>
<id>urn:sha1:49e028a3620e17164b671ad3978a4cdfd087dc8f</id>
<content type='text'>
4.9.7 (2020-10-15)
- issue #16397 Fix compatibility problems with older PHP versions (also issue #16399)
- issue #16396 Fix broken two-factor authentication

4.9.6 (2020-10-09)
- issue        [security] Fix XSS vulnerability with the transformation feature (PMASA-2020-5)
- issue        [security] Fix SQL injection vulnerability with search feature (PMASA-2020-6)</content>
</entry>
<entry>
<title>databases/phpmyadmin: remove nonexistent files from REPLACE_FILES.php</title>
<updated>2020-05-22T19:26:38Z</updated>
<author>
<name>rillig</name>
<email>rillig@pkgsrc.org</email>
</author>
<published>2020-05-22T19:26:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=fa8812d449c36fb3329ea5133361c160423d064e'/>
<id>urn:sha1:fa8812d449c36fb3329ea5133361c160423d064e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>phpmyadmin: update to 4.9.5</title>
<updated>2020-04-01T08:36:16Z</updated>
<author>
<name>tm</name>
<email>tm@pkgsrc.org</email>
</author>
<published>2020-04-01T08:36:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5705fc655e1e24b5d189c43a5bb8231b4f42eb61'/>
<id>urn:sha1:5705fc655e1e24b5d189c43a5bb8231b4f42eb61</id>
<content type='text'>
4.9.5 (2020-03-20)
- issue        [security] Fix SQL injection with certain usernames (PMASA-2020-2)
- issue        [security] Fix SQL injection in particular search situations (PMASA-2020-3)
- issue        [security] Fix SQL injection and XSS flaw (PMASA-2020-4)
- issue        Deprecate "options" for the external transformation; options must now be hard-coded along with the program name directly in the file.</content>
</entry>
<entry>
<title>phpmyadmin: update to 4.9.4</title>
<updated>2020-01-21T09:50:58Z</updated>
<author>
<name>tm</name>
<email>tm@pkgsrc.org</email>
</author>
<published>2020-01-21T09:50:58Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=474595270b38b535328ece65e3d1170a95b1eb42'/>
<id>urn:sha1:474595270b38b535328ece65e3d1170a95b1eb42</id>
<content type='text'>
4.9.4 (2020-01-07)
- issue #15724 Fix 2FA was disabled by a bug
- issue        [security] Fix SQL injection vulnerability on the user accounts page (PMASA-2020-1)

4.9.3 (2019-12-26)
- issue #15570 Fix page contents go underneath of floating menubar in some cases
- issue #15591 Fix php notice 'Undefined index: foreign_keys_data' on relations view when the user has column access
- issue #15592 Fix php warning "error_reporting() has been disabled for security reasons"
- issue #15434 Fix middle click on table sort column name shows a blank page
- issue        Fix php notice "Undefined index table_create_time" when setting displayed columns on results of a view
- issue #15571 Fix fatal error when trying to edit row with row checked and button under the table
- issue #15633 Fix designer set display field broken for php 5.x versions
- issue #15621 Support CloudFront-Forwarded-Proto header for Amazon CloudFront proxy
- issue        Fix php 8.0 php notices - Undefined index on login page
- issue #15640 Fix php 7.4 error when trying to access array offset on value of type null on table browse
- issue #15641 Fix replication actions where broken (start slave, stop slave, reset, ...)
- issue #15608 Fix DisableIS is broken when with controluser configured (database list broken)
- issue #15614 Fix undefined offset on index page for MySQL 5.7.8 (server charset)
- issue #15692 Fix JavaScript error when user has not enough privilege to view query statistics.
- issue #14248 Fixed date selection in search menu missing higher Z-index value
- issue        Fix Uncaught php TypeError on php 8.0 when adding a column to table create form
- issue #15682 Fix calendar not taking current time as default value
- issue #15636 Fix php error trying to access array offset on value o type null on replication GUI
- issue #15695 Fix input field for the time in datetime picker is disabled</content>
</entry>
</feed>
