Compare commits

397 Commits

Author SHA256 Message Date
04d478dc81 Accepting request 1274261 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/1274261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=185
2025-05-05 20:26:55 +00:00
85cb6ff2bd Accepting request 1248914 from server:php:applications
Update changes file to mention correct boo# fixes (forwarded request 1248912 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/1248914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=184
2025-02-28 16:38:37 +00:00
Christian Wittmer
f5efbe5451 Update changes file to mention correct boo# fixes
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=387
2025-02-27 10:45:59 +00:00
d4f2c4721b Accepting request 1239868 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/1239868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=183
2025-01-23 17:06:00 +00:00
9aa95454fb - Update to 5.2.2
* Security
    - issue        [security] Fix for a path disclosure leak in the Monitoring tab
    - issue        Prevent the user from deleting system databases
    - issue        [security] Fix an XSS vulnerability when checking tables (PMASA-2025-1)
    - issue        [security] Fix an XSS vulnerability on the Insert tab (PMASA-2025-2)
    - issue        [security] Fix a possible glibc/iconv vulnerability (CVE-2024-2961, assigned PMASA-2025-3 
                   but please note that phpMyAdmin is not vulnerable by default)
  * Bugfix
    - issue        Fix for sql-parser relating to quadratic complexity in certain queries, which could have caused long execution times.
    - issue #17851 Fix total count of rows in not accurate
    - issue #17766 Allow to open in a new tab copy and edit row actions
    - issue #17599 Fix error when handling an user that is not in privileges table
    - issue #17364 Fix error when trying to import a status monitor chart arrangement
    - issue #18106 Fix renaming database with a view
    - issue #18120 Fix bug with numerical tables during renaming database
    - issue #16851 Fix ($cfg['Order']) default column order doesn't have have any effect since phpMyAdmin 4.2.0
    - issue #18138 Fix some issues with numerical table names
    - issue #18112 Fix open base dir warning on git version class
    - issue #18211 Fix the themes route missing the server ID
    - issue        Do not show "Original length undefined" on binary hex columns
    - issue        Fix wrong time zone when handling Git information
    - issue #18195 Fix warning on non-existent table for XML export
    - issue #18196 Fix errors of import notification
    - issue #18093 Fix JS errors around "new user account" in some edge cases
    - issue #16451 Increase password characters limit to 2000 during login
    - issue #18177 Fix "IS NULL" is shown for non-nullable columns on search page
    - issue #16199 Fix dragging of tables in designer
    - issue #18268 Fix UI issue the theme manager is disabled
    - issue #18258 Speed improvements when exporting a database
    - issue #17702 Fix performance issue when handling large number of tables in a single database
    - issue #18324 Fix UI defect on tracking versions table first column
    - issue #18266 Fix disabling features (like `$cfg['Servers'][$i]['tracking'] = false;`) did not work
    - issue #18296 Fixed query time measurement - measure time only for user queries
    - issue #18235 Fix columns are misaligned for the "sys" database
    - issue #18249 Speed improvements when browsing a database with multiple tables
    - issue #18060 Fix Console height "Not a non-negative number" error
    - issue #18188 Fix issue when editing GIS data
    - issue        Fix width/height of create routines modal and width of routines/triggers/events modals
    - issue        Stop pmadb database detection when all features are disabled
    - issue        Upgrade slim/psr7 to 1.4.1 for CVE-2023-30536 - GHSA-q2qj-628g-vhfw
    - issue #17654 Fix unprivileged user cannot change password on MySQL >= 5.7.37
    - issue #18385 Add CVE MITRE link to allowed domains and use cve.org
    - issue #18330 Fix TypeError when no-datetime field is modified
    - issue #18212 Fix Query Builder doesn't replace a table name with it's alias in the `WHERE` block
    - issue #18221 Keep the criteria box collapsed by the user when un-checking the criteria checkbox
    - issue #18363 Fix colspan for actions column on database table list
    - issue        Fix double encoding on User Groups pages
    - issue        Fix list of users of an user group not showing up
    - issue        Fix duplicate query params in the SQL message card
    - issue #18314 Fix dragged row in index form
    - issue #17392 Fix the actions not being hidden in the Triggers, Routines, Events pages
    - issue #18441 Fix execute routine page not working when not in a modal
    - issue #18471 Fix SQL statement not being displayed correctly on RTL languages
    - issue        Fix state times not getting summed in the profiling table
    - issue        Fix a case where a fatal error message was not displayed
    - issue #17420 Fix profiling chart not loading when profiling is activated
    - issue #18159 Fix error when changing the number of chart columns in the monitor page
    - issue #18403 Fix Uncaught SyntaxError: JSON.parse on makegrid conditions
    - issue #17528 Fix double escaping of database group names in the navigation tree
    - issue #18473 Fix the NULL not applied after clearing nullable field
    - issue #18454 Fix date field calendar display when changing NULL state
    - issue #18481 Fix missing pagination when using SELECT DISTINCT
    - issue #18325 Allow hex representations for integers in the search box validation
    - issue #14411 Fixed double tap to edit on mobile devices
    - issue        Update documentation to reflect that Node >= 12 is required to compile the JS and CSS files
    - issue #18578 Fixed PDF export NULL values gives a type error
    - issue #18605 Fixed issue when executing a stored procedure
    - issue #18650 Fixed double escaping on foreign key relation link title
    - issue #18533 Fixed wrong count for simulated queries
    - issue #18611 Fixed an error when searching a table without conditions
    - issue #18663 Fixed case where triggers are dropped when moving a table
    - issue #17404 Fixed an error message after dropping a database
    - issue #18714 Fixed incorrect formatting of the amount of table rows
    - issue #18717 Fixed issue when deleting bookmarks
    - issue #18713 Fixed some issues with the GIS editor
    - issue #18722 Fixed generic error message in the home page
    - issue #18693 Fixed enum/set value escaping
    - issue #18769 Improved collations support for MariaDB 10.10
    - issue #17381 Fixed JS errors when editing indexes on create table
    - issue #14402 Fix the PRIMARY label still shown when using two columns for a PK on create table
    - issue #17347 Fixed JS errors when changing index settings on create table
    - issue #18762 Fixed truncating tables when a VIEW is included
    - issue        Fix BETWEEN search does not validate input because of spaces
    - issue        Fix JS number validation does not validate when the input is empty or emptied
    - issue #18561 Fix issue when adding System Monitor charts
    - issue #17363 Fix duplicate route parameter after logging in
    - issue #15670 Fix case where the data is truncated after changing a longtext column's collation
    - issue #18797 Fixed support for ampersand as a arg separator
    - issue #18834 Fixed case where column hash is empty in table relation page
    - issue #17538 Fixed error when renaming an index
    - issue #18865 Fix missing text-nowrap for timestamps columns
    - issue #18613 Fixed routine editor showing wrong parameter type
    - issue #18890 Fixed wrong row count when query has UNION
    - issue #18949 Fixed natural sorting for items in the navigation section
    - issue #18930 Fixed import of empty tables from MediaWiki
    - issue #18940 Fixed issue when creating an unique key
    - issue #19022 Fix case where tables from wrong database is loaded in navigation tree
    - issue #18782 Fixed issue with role based auth for MySQL 8
    - issue #18593 Fix drop db line included in server export if exporting only data
    - issue #18049 Also check that curl_exec is enabled for the new version check
    - issue #19023 Fixed table size for ROCKSDB engine showing as unknown
    - issue #18451 Fix when editing inline central column, Null is always preselected
    - issue #18495 Fixed database export missing routines
    - issue #19117 Allow changing the virtuality of a column without any other changes
    - issue #18566 Fixed error when importing exported view with USE INDEX hint
    - issue #17920 Fixed moving column with empty default value will replace it with ''
    - issue #18006 Fixed moving columns causes the default uuid() value to get quotes around it
    - issue #18962 Fixed move columns with ENUM() & DEFAULT causes invalid SQL
    - issue #18276 Fix on update CURRENT_TIMESTAMP doesn't show as default in attributes
    - issue #18240 Fix inserting value with UNIX_TIMESTAMP() without a parameter
    - issue #19125 Fixed CodeMirror tooltip is below modals
    - issue #18674 Fix formatted sql in browse table result has a linebreak after each token
    - issue #18210 Fixed add replica replication user on MariaDB doesn't work (SQL syntax)
    - issue #19041 Fix footer.twig gets printed to Binary File Download
    - issue #19091 Fix to stop processing queries on error
    - issue #18241 Fix copy SQL query button on error messages
    - issue #17190 Fix an error with SELECT ... FOR UPDATE queries
    - issue #19145 Remove duplicate server and lang parameters from links
    - issue #19158 Fix an issue with backticks on the query generator
    - issue #19174 Fix an issue with column alias with asterisk on the query generator
    - issue #19146 Fix column sorting with limit subquery
    - issue #19152 Fix the number of lines being ignored in GIS visualization after a search
    - issue #19189 Fix issue with column sorting when using 'group by'
    - issue #19188 Fix issue with simulated queries reporting syntax errors
    - issue #19141 Add cookie prefix '-__Secure-' to cookies to help prevent cookie smuggling
    - issue #19218 Fix textarea horizontal resizing with Bootstap theme
    - issue #19199 Add support for fractional seconds to current_timestamp()
    - issue #19221 Fix query statistics for queries with count(*)
    - issue #19203 Fix single quotes and backslashes for the query generator
    - issue #19163 Fix queries with IS NULL or IS NOT NULL for the query generator
    - issue #19181 Fix query generator support for IN() and NOT IN()
    - issue #19167 Fix criteria on column '*' for the query generator
    - issue #19213 Fix possible issue when exporting a large data set
    - issue #19217 Fix issue when editing a cell of a JSON column
    - issue #19244 Add yarn 1.22 to the package.json's packageManager field
    - issue #19185 Fix visual issue when a row has only empty cells
    - issue #19257 Fix issue when adding an index with an invalid name
    - issue #19276 Fix compatibility with Twig 3.12
    - issue #19283 Fix issue when the server starts with skip-innodb option
    - issue #19299 Fix charset in procedure's parameter type
    - issue #19316 Fix input size for hexadecimal values
    - issue #19321 Suppress deprecation message of E_STRICT constant
    - issue        Fix PHP 8.4 `str_getcsv` `$escape` parameter deprecation
    - issue #19426 Fix PHP warnings when the column is a `COMPRESSED BLOB`
    - issue        Allow opening server breadcrumb links in new tab with Ctrl/Meta key
    - issue #19500 Use `KILL` instead of `CALL mysql.rds_kill` for non super users
    - issue        Fix "copy to clipboard" was adding a blank row for each repeating header row
    - issue        Fix TCPDF translations
    - issue        Remove underline for links on Bootstrap theme
    - issue        Fix sql editor height on multi-table query
    - issue #18852 Fix notification color scheme on the Bootstrap dark theme
    - issue #14542 Show the query even if no results are found in the Table search
    - issue #16936 Fixed import (e.g. ods) doesn't respect database default collation
    - issue #19000 Disable autocomplete for the create table/db name inputs

OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=385
2025-01-23 12:59:02 +00:00
03e5011918 Accepting request 1150795 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/1150795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=182
2024-02-26 18:46:14 +00:00
a5a467a8ff Accepting request 1150794 from home:ecsos:server
- Adjustments patch macro for rpm 4.20.

OBS-URL: https://build.opensuse.org/request/show/1150794
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=383
2024-02-26 09:52:47 +00:00
f287ba5552 Accepting request 1084989 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/1084989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=181
2023-05-05 13:59:05 +00:00
Christian Wittmer
e824729c65 Accepting request 1084972 from home:computersalat:devel:php
fix deps, update apache conf

OBS-URL: https://build.opensuse.org/request/show/1084972
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=381
2023-05-05 08:37:52 +00:00
9efc10de08 Accepting request 1065589 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/1065589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=180
2023-02-14 15:43:03 +00:00
f72c5e8e04 Accepting request 1065582 from home:AndreasStieger:branches:server:php:applications
add boo#1208186, CVE-2023-25727 to 5.2.1 changelog

OBS-URL: https://build.opensuse.org/request/show/1065582
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=379
2023-02-13 20:50:45 +00:00
1fb3f55596 Accepting request 1063734 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/1063734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=179
2023-02-08 16:20:25 +00:00
97736407c0 Accepting request 1063733 from home:ecsos:server
- Update to 5.2.1
  This is a security and bufix release.
  * Security
    - Fix (PMASA-2023-01, CWE-661) 
      Fix an XSS attack through the drag-and-drop upload feature.
  * Bugfix
    - issue #17522 Fix case where the routes cache file is invalid
    - issue #17506 Fix error when configuring 2FA without XMLWriter or Imagick
    - issue        Fix blank page when some error occurs
    - issue #17519 Fix Export pages not working in certain conditions
    - issue #17496 Fix error in table operation page when partitions are broken
    - issue #17386 Fix system memory and system swap values on Windows
    - issue #17517 Fix Database Server panel not getting hidden by ShowServerInfo configuration directive
    - issue #17271 Fix database names not showing on Processes tab
    - issue #17424 Fix export limit size calculation
    - issue #17366 Fix refresh rate popup on Monitor page
    - issue #17577 Fix monitor charts size on RTL languages
    - issue #17121 Fix password_hash function incorrectly adding single quotes to password before hashing
    - issue #17586 Fix statistics not showing for empty databases
    - issue #17592 Clicking on the New index link on the sidebar does not throw an error anymore
    - issue #17584 It's now possible to browse a database that includes two % in its name
    - issue        Fix PHP 8.2 deprecated string interpolation syntax
    - issue        Some languages are now correctly detected from the HTTP header
    - issue #17617 Sorting is correctly remembered when $cfg['RememberSorting'] is true
    - issue #17593 Table filtering now works when action buttons are on the right side of the row
    - issue #17388 Find and Replace using regex now makes a valid query if no matching result set found
    - issue #17551 Enum/Set editor will not fail to open when creating a new column
    - issue #17659 Fix error when a database group is named tables, views, functions, procedures or events
    - issue #17673 Allow empty values to be inserted into columns
    - issue #17620 Fix error handling at phpMyAdmin startup for the JS SQL console
    - issue        Fixed debug queries console broken UI for query time and group count
    - issue        Fixed escaping of SQL query and errors for the debug console
    - issue        Fix console toolbar UI when the bookmark feature is disabled and sql debug is enabled
    - issue #17543 Fix JS error on saving a new designer page
    - issue #17546 Fix JS error after using save as and open page operation on the designer
    - issue        Fix PHP warning on GIS visualization when there is only one GIS column
    - issue #17728 Some select HTML tags will now have the correct UI style
    - issue #17734 PHP deprecations will only be shown when in a development environment
    - issue #17369 Fix server error when blowfish_secret is not exactly 32 bytes long
    - issue #17736 Add utf8mb3 as an alias of utf8 on the charset description page
    - issue #16418 Fix FAQ 1.44 about manually removing vendor folders
    - issue #12359 Setup page now sends the Content-Security-Policy headers
    - issue #17747 The Column Visibility Toggle will not be hidden by other elements
    - issue #17756 Edit/Copy/Delete row now works when using GROUP BY
    - issue #17248 Support the UUID data type for MariaDB >= 10.7
    - issue #17656 Fix replace/change/set table prefix is not working
    - issue        Fix monitor page filter queries only filtering the first row
    - issue        Fix "Link not found!" on foreign columns for tables having no char column to show
    - issue #17390 Fix "Create view" modal doesn't show on results and empty results
    - issue #17772 Fix wrong styles for add button from central columns
    - issue #17389 Fix HTML disappears when exporting settings to browser's storage
    - issue #17166 Fix "Warning: #1287 'X' is deprecated [...] Please use ST_X instead." on search page
    - issue        Use jquery-migrate.min.js (14KB) instead of jquery-migrate.min.js (31KB)
    - issue #17842 Use jquery.validate.min.js (24 KB) instead of jquery.validate.js (50 KB)
    - issue #17281 Fix links to databases for information_schema.SCHEMATA
    - issue #17553 Fix Metro theme unreadable links above navigation tree
    - issue #17553 Metro theme UI fixes and improvements
    - issue #17553 Fix Metro theme login form with
    - issue #16042 Exported gzip file of database has first ~73 kB uncompressed and rest is gzip compressed in Firefox
    - issue #17705 Fix inline SQL query edit FK checkbox preventing submit buttons from working
    - issue #17777 Fix Uncaught TypeError: Cannot read properties of null (reading 'inline') on datepickers when re-opened
    - issue        Fix Original theme buttons style and login form width
    - issue #17892 Fix closing index edit modal and reopening causes it to fire twice
    - issue #17606 Fix preview SQL modal not working inside "Add Index" modal
    - issue        Fix PHP error on adding new column on create table form
    - issue #17482 Default to "Full texts" when running explain statements
    - issue        Fixed Chrome scrolling performance issue on a textarea of an "export as text" page
    - issue #17703 Fix datepicker appears on all fields, not just date
    - issue        Fix space in the tree line when a DB is expanded
    - issue #17340 Fix "New Table" page -> "VIRTUAL" attribute is lost when adding a new column
    - issue #17446 Fix missing option for STORED virtual column on MySQL and PERSISTENT is not supported on MySQL
    - issue #17446 Lower the check for virtual columns to MySQL>=5.7.6 nothing is supported on 5.7.5
    - issue        Fix column names option for CSV Export
    - issue #17177 Fix preview SQL when reordering columns doesn't work on move columns
    - issue #15887 Fixed DROP TABLE errors ignored on multi table select for DROP
    - issue #17944 Fix unable to create a view from tree view button
    - issue #17927 Fix key navigation between select inputs (drop an old Firefox workaround)
    - issue #17967 Fix missing icon for collapse all button
    - issue #18006 Fixed UUID columns can't be moved
    - issue        Add `spellcheck="false"` to all password fields and some text fields to avoid spell-jacking data leaks
    - issue        Remove non working "Analyze Explain at MariaDB.org" button (MariaDB stopped this service)
    - issue #17229 Add support for Web Authentication API because Chrome removed support for the U2F API
    - issue #18019 Fix "Call to a member function fetchAssoc() on bool" with SQL mode ONLY_FULL_GROUP_BY on monitor search logs
    - issue        Add back UUID and UUID_SHORT to functions on MySQL and all MariaDB versions
    - issue #17398 Fix clicking on JSON columns triggers update query
    - issue        Fix silent JSON parse error on upload progress
    - issue #17833 Fix "Add Parameter" button not working for Add Routine Screen
    - issue #17365 Fixed "Uncaught Error: regexp too big" on server status variables page
- Rebase phpMyAdmin-config.patch.

OBS-URL: https://build.opensuse.org/request/show/1063733
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=377
2023-02-08 07:53:06 +00:00
3537573661 Accepting request 989041 from server:php:applications
update changes file, fix missing bugzilla info

OBS-URL: https://build.opensuse.org/request/show/989041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=178
2022-07-14 14:34:26 +00:00
Christian Wittmer
b6e9347528 update changes file, fix missing bugzilla info
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=375
2022-07-13 20:05:58 +00:00
eeb2f4d5fe Accepting request 976680 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/976680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=177
2022-05-12 21:01:00 +00:00
d5f0633c68 Accepting request 976679 from home:ecsos:server
Update to 5.2.0

OBS-URL: https://build.opensuse.org/request/show/976679
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=373
2022-05-12 15:07:36 +00:00
922c6cc92c Accepting request 953741 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/953741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=176
2022-02-11 22:10:15 +00:00
e87d5fb617 Accepting request 953740 from home:ecsos:server
- Update to 5.1.3

OBS-URL: https://build.opensuse.org/request/show/953740
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=372
2022-02-11 13:15:50 +00:00
2ea466dc60 Accepting request 948084 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/948084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=175
2022-01-23 11:15:46 +00:00
bb5a9191ee Accepting request 948083 from home:ecsos:server
- Update to 5.1.2
  This is a security and bufix release.
  * Security
    - Fix boo#1195017 (CVE-2022-23807, PMASA-2022-1, CWE-661) 
      Two factor authentication bypass
    - Fix boo#1195018 (CVE-2022-23808, PMASA-2022-2, CWE-661)
      Multiple XSS and HTML injection attacks in setup script
  * Bugfixes
    - Revert a changed to $cfg['CharTextareaRows'] allow values
      less than 7
    - Fix encoding of enum and set values on edit value
    - Fixed possible "Undefined index: clause_is_unique" error
    - Fixed some situations where a user is logged out when working
      with more than one server
    - Fixed a problem with assigning privileges to a user using the
      multiselect list when the database name has an underscore
    - Enable cookie parameter "SameSite" when the PHP version
      is 7.3 or newer
    - Correctly handle the removal of "innodb_file_format" in
      MariaDB and MySQL

OBS-URL: https://build.opensuse.org/request/show/948083
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=371
2022-01-22 10:32:31 +00:00
a5aba848d7 Accepting request 948077 from home:ecsos:server
- Update to 5.1.2
  This is a security and bufix release.
  * Security
    - Fix (CVE-2022-23807, PMASA-2022-1, CWE-661) 
      Two factor authentication bypass
    - Fix (CVE-2022-23808, PMASA-2022-2, CWE-661)
      Multiple XSS and HTML injection attacks in setup script
  * Bugfixes
    - Revert a changed to $cfg['CharTextareaRows'] allow values
      less than 7
    - Fix encoding of enum and set values on edit value
    - Fixed possible "Undefined index: clause_is_unique" error
    - Fixed some situations where a user is logged out when working
      with more than one server
    - Fixed a problem with assigning privileges to a user using the
      multiselect list when the database name has an underscore
    - Enable cookie parameter "SameSite" when the PHP version
      is 7.3 or newer
    - Correctly handle the removal of "innodb_file_format" in
      MariaDB and MySQL

OBS-URL: https://build.opensuse.org/request/show/948077
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=370
2022-01-22 10:13:19 +00:00
5a6af0d24a Accepting request 897669 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/897669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=174
2021-06-05 21:31:41 +00:00
b4b9d8801a Accepting request 897667 from home:ecsos:server
- Update to 5.1.1
  - Fixes for several PHP errors
  - Fixes for "$cfg['DefaultTabDatabase']" and other related configuration directives not working properly
  - Fix Yaml export to quote strings even when they are numeric
  - Fix TCPDF open_basedir issue due to internal guessing code from TCPDF
  - Fix for quick search not working when using more than one configured server
    Fix datetime decimals displayed (.00000) after edit
  - Fix new lines in text fields are doubled
  - Fixed URL generation by removing un-needed & escaping for & char
  - Improvements for working with PHP 8.1
  - Improved handling of adding a new user with the Percona database server
  
  For a detail cahngelog see: 
  https://demo.phpmyadmin.net/master-config/index.php?route=/changelog

OBS-URL: https://build.opensuse.org/request/show/897667
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=368
2021-06-05 10:42:42 +00:00
39281f3704 Accepting request 875362 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/875362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=173
2021-02-26 21:00:09 +00:00
ea969ed219 Accepting request 875360 from home:ecsos:server
- Update to 5.1.0
  - issue #15350 Change Media (MIME) type references to Media type
  - issue #15377 Add a request router
  - issue        Automatically focus input in the two-factor authentication window
  - issue #15509 Replace gender-specific pronouns with gender-neutral pronouns
  - issue #15491 Improve complexity of generated passwords
  - issue #14909 Add a configuration option to define the 1st day of week
  - issue #12726 Made user names clickable in user accounts overview
  - issue #15729 Improve virtuality dropdown for MariaDB > 10.1
  - issue #15312 Added an option to perform ALTER ONLINE (ALGORITHM=INPLACE) 
    when editing a table structure
  - issue        Added missing 'IF EXISTS' to 'DROP EVENT' when exporting databases
  - issue #15232 Improve the padding in query result tool links
  - issue #15064 Support exporting raw SQL queries
  - issue #15555 Added ip2long transformation
  - issue #15194 Fixed horizontal scroll on structure edit page
  - issue #14820 Move table hide buttons in navigation to avoid hiding a table by mistake
  - issue #14947 Use correct MySQL version if the version is 8.0 or above for documentation links
  - issue #15790 Use "MariaDB Documentation" instead of "MySQL Documentation" on a MariaDB server
  - issue #15880 Change "Show Query" link to a button
  - issue #13371 Automatically toggle the radio button to "Create a page and save it" on Designer
  - issue #12969 Tap and hold will not dismiss the error box anymore, you can now copy the error
  - issue #15582 Don't disable "Empty" table button after clicking it
  - issue #15662 Stay on the structure page after editing/adding/dropping indexes
  - issue #15663 show structure after adding a column
  - issue #16005 Remove symfony/yaml dependency
  - issue #16005 Improve performance of dependency injection system by removing yaml parsing
  - issue #15447 Disable phpMyAdmin storage database checkbox on databases list
  - issue #16001 Add autocomplete attributes on login form
  - issue #13519 Add "Preview SQL" option on Index dialog box when creating a new table
  - issue #15954 Fixed export maximal length of created query input is too small
  - issue        Redesign the server status advisor page
  - issue #13124 Use same height for SQL query textarea and Columns select in SQL page
  - issue #16005 Add a new vendor constant "CACHE_DIR" that defaults 
    to "libraries/cache/" and store routing cache into this folder
  - issue #16005 Warm-up the routing cache before building the release
  - issue #16005 Use --optimize-autoloader when installing composer vendors before building the release
  - issue #15992 Add back the table name to the printable version on "Structure" page
  - issue #14815 Allow simplifying exported view syntax to only "CREATE VIEW"
  - issue #15496 Add $cfg['CaptchaSiteVerifyURL'] for Google ReCaptcha siteVerifyUrl
  - issue #14772 Add the password_hash PHP function as an option when inserting data
  - issue #15136 Add a notice for Hex converter giving invalid results
  - issue #16139 Use a textarea for JSON columns
  - issue #16223 Make JSON input transformation editor less narrow
  - issue #14340 Add a button on Export Page to show the SQL Query
  - issue #16304 Add support for INET6 column type
  - issue #16337 Fix example insert/update query default values
  - issue #12961 Remove indexes from table relation
  - issue #13557 Use a full list of functions instead of a separated one on insert/edit page "Function" selector
  - issue #14795 Include routines in the export in a predictable order
  - issue #16227 Fixed autocomplete is not working in case the table name is quoted by "`" symbols
  - issue #15463 Force BINARY comparison when looking at privileges to avoid an SQL error on privileges tab
  - issue #16430 Fixed Windows error message uses trailing / instead of \
  - issue #16316 Added support for "SameSite=Strict" on cookies using configuration "$cfg['CookieSameSite']"
  - issue #16451 Fixed AWS RDS IAM authentication doesn't work because pma_password is truncated
  - issue #16451 Show an error message when the security limit is 
    reached instead of silently trimming the password to avoid confusion
  - issue #15001 Add back Login Cookie Validity setting to the features form
  - issue #16457 Add config parameters to support third-party ReCaptcha v2 compatible APIs like hCaptcha
  - issue #13077 Moved tools section to left on large devices (Bootstrap xl)
  - issue #15711 Moved some buttons to left on large devices (Bootstrap xl)
  - issue #15584 Add $cfg['MysqlSslWarningSafeHosts'] to set the red text black when ssl is not used on a private network
  - issue #15652 Replace deprecated FOUND_ROWS() function call on "distinct values" feature
  - issue        Export blobs as hex on JSON export
  - issue #16095 Fix leading space not shown in a CHAR column when browsing a table
  - issue        Make procedures/functions SQL editor both side scrollable
  - issue #16407 Bump pragmarx/google2fa conflict to >8.0
  - issue #14953 Added a rename Button to use RENAME INDEX syntax of MySQL 5.7 (and MariaDB >= 10.5.2)
  - issue #16477 Fixed no Option to enter TABLE specific permissions when the database name contains an "_" (underscore)
  - issue #16498 Fixed empty text not appearing after deleting all Routines
  - issue #16467 Fixed a PHP notice "Trying to access array offset on value of type null" on Designer PDF export
  - issue #15658 Fixed saving UI displayed columns on a non database request fails
  - issue #16495 Fix drop tables checkbox is above the checkbox for foreign keys
  - issue #16485 Fix visual query builder missing "Build Query" button
  - issue #16565 Added 'IF EXISTS' to 'DROP EVENT' when updating events to avoid replication issues
  - issue        Removed metro fonts that where Apache-2.0 files that are incompatible with GPL-2.0
  - issue #16464 Made the relation view default to the current database when creating relations
  - issue #16463 Fixed 'REFERENCES' privilege checkbox's title on new MySQL versions and on MariaDB
  - issue #16405 Added jest as a Unit Testing tool for our javascript code
  - issue #16252 Fixed the too small font size when editing rows (textareas)
  - issue #16585 Fixed BLOB to JPG transformation PHP errors
  - issue        Made the console setup async to avoid blocking the page render
  - issue #16429 Use PHP 8.0 fixed version (commit) for TCPDF
  - issue #16005 Major performance improvements on browsing a lot of rows
  - issue #16595 Fixed editing columns having a `_` in their name in specific conditions
  - issue #16608 Fix "Sort by key" restore auto saved value
  - issue #16611 Fixed unable to add tables to rename aliases twice on Export
  - issue #16621 Fixed link HTML messed up in Advisor
  - issue #16622 Fixed Advisor formatting incorrect for long_query_time notice
  - issue #15389 Fixed reset current page indicator after deleting all rows to current page and not page 1
  - issue #15997 Fixed auto save query
  - issue #15997 Made auto saved query database or database+table independent
  - issue #16641 Fixed query generation that was allowing JSON to have a length
  - issue #15994 Fixed the selected value detection for "on update current_timestamp"
  - issue #16614 Fixed PHP 8.0 dataseek offset call to the MySQLI extension
  - issue #16662 Fixed Uncaught TypeError on "delete" button click of a database search results page
  - issue        Fixed Undefined index: selected_usr when the user tried to delete no selected user
  - issue #16657 Fixed the QBE interface when the configuration storage is not enabled
  - issue #16479 Fix our Selenium test-suite
  - issue #16669 Fixed table search modal for BETWEEN
  - issue #16667 Fixed LIKE and TINYINT in search not working properly
  - issue #16424 Fixed numerical search in table and zoom
  - issue        Improve the version handling (new Version class) and add a VERSION_SUFFIX for vendors
  - issue #14494 Fix uncaught TypeError when editing partitioning
  - issue #16525 Fix PHP 8.0 failing tests when comparing 0 to ''
  - issue #16429 Fixed PHP 8.0 errors on preg_replace and operand types
  - issue #16490 Fixed PHP 8.0 function libxml_disable_entity_loader() is deprecated
  - issue #16429 Fixed failing unit tests on PHP 8.0
  - issue #16609 Fixed Sql.rearrangeStickyColumns is not a function
- Rebase phpMyAdmin-config.patch.

OBS-URL: https://build.opensuse.org/request/show/875360
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=366
2021-02-26 12:00:15 +00:00
8a0ed0afd1 Accepting request 858109 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/858109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=172
2020-12-23 13:21:45 +00:00
fc86a38414 Accepting request 858101 from home:adkorte:branches:server:php:applications
- Use coreutils to generate blowfish secret to reduce dependencies
- Attempt to migrate modified configuration file rather than just
  replacing it by default configuration
- The apache subpackage must require the main package, otherwise it
  will not be uninstalled when the main package is uninstalled
- Generate blowfish secret and enable Apache modules/flags only on
  install
- Only empty temporary directory on upgrade/uninstall (not remove)
  to prevent RPM warnings/errors
- Don't empty directories not owned by this package (these should
  have been cleaned up by previous versions that owned them)

OBS-URL: https://build.opensuse.org/request/show/858101
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=364
2020-12-22 10:09:07 +00:00
657eacfec6 Accepting request 855581 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/855581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=171
2020-12-14 17:09:02 +00:00
6a9f734080 Accepting request 855568 from home:adkorte:branches:server:php:applications
- Use %apache_request_restart/%apache_restart_if_needed macros to restart
  apache in order to prevent unneccessary restarts

- Package language files in separately

- Put Apache configuration files in separate subpackage
- Generate blowfish secret with openssl on non-openSUSE systems as
  pwgen is not available

- Use system apache rpm macros

OBS-URL: https://build.opensuse.org/request/show/855568
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=362
2020-12-13 14:54:11 +00:00
a4ed46c15e Accepting request 847421 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/847421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=170
2020-11-25 18:29:36 +00:00
d5738e9737 Accepting request 847420 from home:ecsos:server
- Update to 5.0.4
  - issue #16245 Fix failed Zoom search clears existing values
  - issue        Fixed a PHP error when reporting a particular JS error
  - issue #16326 Fixed latitude and longitude swap for geometries in edit mode
  - issue #16032 Fix CREATE TABLE not being tracked when auto tracking is enabled
  - issue #16397 Fix compatibility problems with older PHP versions (also issue #16399)
  - issue #16396 Fix broken two-factor authentication
- Changes from 5.0.3
  - https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_3/ChangeLog
- Changes from 5.0.2
  - https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_2/ChangeLog
- Changes from 5.0.1
  - https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_1/ChangeLog
- Changes from 5.0.0
  - https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_0_0/ChangeLog
- Set php >= 7.4 as recommends because:
  Due to changes in the MySQL authentication method, PHP versions 
  prior to 7.4 are unable to authenticate to a MySQL 8.0 or newer 
  server (our tests show the problem actually began with MySQL 8.0.11).
  This relates to a PHP bug https://bugs.php.net/bug.php?id=76243.
- Remove Suggests: php-mcrypt as described in boo#1050980
- Change tmpdir from ap_docroot/tmp to localstatedir/cache/phpMyAdmin.

OBS-URL: https://build.opensuse.org/request/show/847420
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=360
2020-11-10 08:40:14 +00:00
255a824de9 Accepting request 842100 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/842100
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=169
2020-10-18 14:30:51 +00:00
e90fa0ce35 Accepting request 842056 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.9.7

OBS-URL: https://build.opensuse.org/request/show/842056
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=358
2020-10-16 12:08:49 +00:00
fac909dffd Accepting request 841132 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/841132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=168
2020-10-12 11:59:32 +00:00
97c0a49cac Accepting request 841131 from home:ecsos:server
- Update to 4.9.6
    This is a security release.
- Fix boo#1177561 (CVE-2020-26934, PMASA-2020-5) XSS relating to
  the transformation feature
- Fix boo#1177562 (CVE-2020-26935, PMASA-2020-6) SQL injection 
  vulnerability in SearchController

OBS-URL: https://build.opensuse.org/request/show/841131
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=356
2020-10-12 06:40:27 +00:00
3e68e7d9f7 Accepting request 799854 from server:php:applications
fix for boo#1170743 (forwarded request 799851 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/799854
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=167
2020-05-03 20:47:29 +00:00
Christian Wittmer
fabe47cb05 Accepting request 799851 from home:computersalat:devel:php
fix for boo#1170743

OBS-URL: https://build.opensuse.org/request/show/799851
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=354
2020-05-03 15:30:54 +00:00
Christian Wittmer
f5c64e65a3 Accepting request 799642 from home:adkorte:branches:server:php:applications
- Don't expand @FQDN@ from /etc/HOSTNAME (this used to set $cfg['PmaAbsoluteUri'] parameter, but this variable is no longer in the config.sample.ini file)

OBS-URL: https://build.opensuse.org/request/show/799642
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=353
2020-05-02 23:46:46 +00:00
6db948484a Accepting request 798649 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/798649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=166
2020-04-28 20:32:33 +00:00
dd077342c3 Accepting request 796504 from home:dimstar:Factory
- Drop python-devel BuildRequires: python2 is EOL and this seems
  unused.
- Drop xz BuildRequires: OBS takes care of unpacking the tarball.

OBS-URL: https://build.opensuse.org/request/show/796504
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=351
2020-04-28 11:42:32 +00:00
2df81e202e Accepting request 787669 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/787669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=165
2020-03-27 20:56:17 +00:00
2a522d4def Accepting request 787592 from home:AndreasStieger:branches:server:php:applications
add bug IDs for 4.9.5 release

OBS-URL: https://build.opensuse.org/request/show/787592
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=349
2020-03-24 06:38:27 +00:00
3cef812359 Accepting request 787359 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/787359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=164
2020-03-23 11:51:20 +00:00
bc02fff1c5 Accepting request 787358 from home:ecsos:server
- Update to 4.9.5
  This is a security release containing several bug fixes.
  * PMASA-2020-2 SQL injection vulnerability in the user accounts
    page, particularly when changing a password
  * PMASA-2020-3 SQL injection vulnerability relating to the search
    feature
  * PMASA-2020-4 SQL injection and XSS having to do with displaying
    results
  * Removing of the "options" field for the external
    transformation.

OBS-URL: https://build.opensuse.org/request/show/787358
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=347
2020-03-23 07:52:31 +00:00
601b7228df Accepting request 766405 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/766405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=163
2020-01-28 09:54:09 +00:00
9f3e47e4c7 Accepting request 766403 from home:computersalat:devel:php
fix for boo#1092345, change ap_docroot from /srv/www/htdocs to /usr/share

OBS-URL: https://build.opensuse.org/request/show/766403
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=345
2020-01-22 19:44:52 +00:00
44c9416583 Accepting request 761881 from server:php:applications
fix for boo#1160456 (PMASA-2020-1, CVE-2020-5504) (forwarded request 761879 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/761881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=162
2020-01-08 16:57:29 +00:00
Christian Wittmer
930a63549c Accepting request 761879 from home:computersalat:devel:php
fix for boo#1160456 (PMASA-2020-1, CVE-2020-5504)

OBS-URL: https://build.opensuse.org/request/show/761879
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=343
2020-01-08 14:52:55 +00:00
93de87a6ec Accepting request 760059 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/760059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=161
2019-12-31 09:28:12 +00:00
294a43571f Accepting request 760058 from home:ecsos:server
Update to 4.9.3.
Last version which is compatible with php7 < 7.4

OBS-URL: https://build.opensuse.org/request/show/760058
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=341
2019-12-30 15:50:22 +00:00
ecf0455293 Accepting request 750630 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/750630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=160
2019-11-25 10:25:35 +00:00
760e1a8581 Accepting request 750415 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.9.2 CVE-2019-18622 boo#1157614

OBS-URL: https://build.opensuse.org/request/show/750415
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=339
2019-11-24 17:54:18 +00:00
c58adef988 Accepting request 732410 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/732410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=159
2019-09-23 10:39:12 +00:00
cbdc83f4f9 Accepting request 732397 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.9.1 CVE-2019-12922 boo#1150914

OBS-URL: https://build.opensuse.org/request/show/732397
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=337
2019-09-21 20:28:19 +00:00
c31c698050 Accepting request 712644 from server:php:applications
fix changelog (forwarded request 712643 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/712644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=158
2019-07-01 08:44:30 +00:00
Christian Wittmer
60d7c81750 Accepting request 712643 from home:computersalat:devel:php
fix changelog

OBS-URL: https://build.opensuse.org/request/show/712643
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=335
2019-06-30 13:18:37 +00:00
577824adb4 Accepting request 707877 from server:php:applications
- phpMyAdmin 4.9.0.1:
  * CVE-2019-11768: PMASA-2019-3 is an SQL injection flaw in the 
    Designer feature
  * CVE-2019-12616: PMASA-2019-4 is a CSRF attack that's possible 
    through the 'cookie' login form
  * Several issues with SYSTEM VERSIONING tables
  * Fixed json encode error in export
  * Fixed JavaScript events not activating on input 
    (sql bookmark issue)
  * Show Designer combo boxes when adding a constraint
  * Fix edit view
  * Fixed invalid default value for bit field
  * Fix several errors relating to GIS data types
  * Fixed javascript error PMA_messages is not defined
  * Fixed import XML data with leading zeros
  * Fixed php notice, added support for 'DELETE HISTORY' table
    privilege (MariaDB >= 10.3.4)
  * Fixed MySQL 8.0.0 issues with GIS display
  * Fixed "Server charset" in "Database server" tab showing wrong 
    information
  * Fixed can not copy user on Percona Server 5.7
  * Updated sql-parser to version 4.3.2, which fixes several 
    parsing and linting problems

OBS-URL: https://build.opensuse.org/request/show/707877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=157
2019-06-06 16:18:07 +00:00
5f11dca664 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=333 2019-06-05 15:23:18 +00:00
20dbc2b47f OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=332 2019-06-05 15:23:11 +00:00
14d28329f7 Accepting request 707875 from home:ecsos:server
- phpMyAdmin 4.9.0.1:
  * CVE-2019-11768: PMASA-2019-3 is an SQL injection flaw in the 
    Designer feature
  * CVE-2019-12616: PMASA-2019-4 is a CSRF attack that's possible 
    through the 'cookie' login form
  * Several issues with SYSTEM VERSIONING tables
  * Fixed json encode error in export
  * Fixed JavaScript events not activating on input 
    (sql bookmark issue)
  * Show Designer combo boxes when adding a constraint
  * Fix edit view
  * Fixed invalid default value for bit field
  * Fix several errors relating to GIS data types
  * Fixed javascript error PMA_messages is not defined
  * Fixed import XML data with leading zeros
  * Fixed php notice, added support for 'DELETE HISTORY' table
    privilege (MariaDB >= 10.3.4)
  * Fixed MySQL 8.0.0 issues with GIS display
  * Fixed "Server charset" in "Database server" tab showing wrong 
    information
  * Fixed can not copy user on Percona Server 5.7
  * Updated sql-parser to version 4.3.2, which fixes several 
    parsing and linting problems

OBS-URL: https://build.opensuse.org/request/show/707875
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=331
2019-06-05 15:15:28 +00:00
Stephan Kulow
f871c84738 Accepting request 671018 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/671018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=156
2019-02-04 13:26:13 +00:00
8637961872 Accepting request 670630 from home:AndreasStieger:branches:server:php:applications
- phpMyAdmin 4.8.5:
  * CVE-2019-6799: Arbitrary file read vulnerability (PMASA-2019-1,
    bsc#1123272)
  * CVE-2019-6798: SQL injection in the Designer interface
    PMASA-2019-2, bsc#1123271)

OBS-URL: https://build.opensuse.org/request/show/670630
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=329
2019-02-04 10:50:07 +00:00
b9453b858d Accepting request 657517 from server:php:applications
- update to 4.8.4 (2018-12-11)
  - gh#14452 Remove hash param in edit query URL
  - gh#14295 Issue in Changing theme
  - gh#13267 Ensure that database names with '.' are handled 
    properly when DisableIS is true
  - gh#14438 Invisible Icon "Show Full Queries"
  - gh#14133 CSS issue in Designer
  - gh#14447 Error while copying database (pma__column_info)
  - gh#14571 "No database selected" - DROP a view
  - gh#14636 Move operation causes SELECT * FROM `undefined`
  - gh#14630 Enum '0' produces incorrect search SQL
  - gh#14223 Fix TypeError in database designer
  - gh#13621 QBE selenium tests broken since merge of #13342
  - gh#14672 When logging with $cfg['AuthLog'] to syslog, 
    successful login messages were not logged even if 
    $cfg['AuthLogSuccess'] was true.
  - gh#14339 Fix infinite loop when sorting table rows by key.
  - gh#14658 Regression on multi table query functionality 
    (foreign keys)
  - gh#14617 Fix designer errors when database is empty
  - gh#13032 Fix designer errors when database contains special 
    chars
  - gh#14352 Fix designer javascript errors
  - gh#14764 Fix left/right icons hidden
- fix for boo#1119245
  - PMASA-2018-6 (CVE-2018-19968, CWE-661)
    https://www.phpmyadmin.net/security/PMASA-2018-6/
  - PMASA-2018-7 (CVE-2018-19969, CWE-661)
    https://www.phpmyadmin.net/security/PMASA-2018-7/
  - PMASA-2018-8 (CVE-2018-19970, CWE-661)
    https://www.phpmyadmin.net/security/PMASA-2018-8/

OBS-URL: https://build.opensuse.org/request/show/657517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=155
2018-12-12 16:31:47 +00:00
10633498f7 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=327 2018-12-12 11:38:44 +00:00
1ba43e16c0 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=326 2018-12-12 11:36:29 +00:00
21efefd35e Accepting request 657509 from home:ecsos:server
- update to 4.8.4 (2018-12-11)
- fix for boo#???
  - PMASA-2018-6 (CVE-2018-19968, CWE-661)
    https://www.phpmyadmin.net/security/PMASA-2018-6/
  - PMASA-2018-7 (CVE-2018-19969, CWE-661)
    https://www.phpmyadmin.net/security/PMASA-2018-7/
  - PMASA-2018-8 (CVE-2018-19970, CWE-661)
    https://www.phpmyadmin.net/security/PMASA-2018-8/

OBS-URL: https://build.opensuse.org/request/show/657509
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=325
2018-12-12 11:09:55 +00:00
551f910e77 Accepting request 631066 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/631066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=154
2018-08-24 15:10:56 +00:00
8880142386 Accepting request 631065 from home:ecsos:server
- update to 4.8.3 (2018-08-22)
  - gh#14314 Error when naming a database '0'
  - gh#14333 Fix NULL as default not shown
  - gh#14229 Fixes issue with recent table list
  - gh#14045 Fix slow performance on DB structure filtering
  - gh#14327 Fix Editing server variable not showing save or cancel
    option
  - gh#14377 Populate options for view create and edit
  - gh#14171 2FA configuration fails if PHP doesn't have GD support
  - gh#14390 Can't unhide tables
  - gh#14382 "Visualize GIS data" icon missing
  - gh#14435 Event scheduler status toggle doesn't work
  - gh#14365 View not working on multiple servers
  - gh#14207 Partition actions in table structure do not work
  - gh#14375 Fixes ERR_BLOCKED_BY_XSS_AUDITOR on export table
  - gh#14552 Blank message shown instead of MySQL error when adding
    trigger and other locations
  - gh#14525 Fix PHP 7.3 warning: "continue" in "switch" is equal
    to "break"
  - gh#14554 Icon missing when creating a new trigger, routine, 
    and event
  - gh#14422 Table comment not showing since 4.8.1
  - gh#14426 Drop table doesn't work when you copy tables to 
    another database
  - gh#14581 Escaped HTML in 'Add a new server' setup
  - gh#14548 [security] HTML injection in import warning messages, 
    see PMASA-2018-5
- fix for boo#1105726
  - PMASA-2018-5 (CVE-2018-15605, CWE-661)
    https://www.phpmyadmin.net/security/PMASA-2018-5/

OBS-URL: https://build.opensuse.org/request/show/631065
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=323
2018-08-23 09:29:35 +00:00
7f6f048aec Accepting request 626781 from server:php:applications
fix for boo#1103305 (forwarded request 626779 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/626781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=153
2018-08-02 12:58:53 +00:00
Christian Wittmer
fbf9f21522 Accepting request 626779 from home:computersalat:devel:php
fix for boo#1103305

OBS-URL: https://build.opensuse.org/request/show/626779
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=321
2018-07-31 21:19:32 +00:00
de0692d9f5 Accepting request 618517 from server:php:applications
update to 4.8.2, fix for boo#1098752: PMASA-2018-3 (CVE-2018-12581), boo#1098751: PMASA-2018-4 (CVE-2018-12613) (forwarded request 618516 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/618517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=152
2018-06-23 17:59:12 +00:00
Christian Wittmer
4806610098 Accepting request 618516 from home:computersalat:devel:php
update to 4.8.2, fix for boo#1098752: PMASA-2018-3 (CVE-2018-12581), boo#1098751: PMASA-2018-4 (CVE-2018-12613)

OBS-URL: https://build.opensuse.org/request/show/618516
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=319
2018-06-22 15:08:45 +00:00
Christian Wittmer
d443b7b40d Accepting request 618497 from home:computersalat:devel:php
update to 4.8.2, fix for boo#1098751, PMASA-2018-3 (CVE-2018-12581), PMASA-2018-4 (CVE-2018-12613)

OBS-URL: https://build.opensuse.org/request/show/618497
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=318
2018-06-22 13:56:00 +00:00
4d8575a138 Accepting request 612378 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/612378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=151
2018-05-29 08:45:29 +00:00
81411c424f Accepting request 612377 from home:ecsos:server
- update to 4.8.1 (2018-05-25)
  * gh#12772 Fix case where the central columns attributes don't 
    get filled in
  * gh#14049 Fix case where the query builder doesn't work when 
    selected column is *
  * gh#14029 Revert "Browse" table CSS overflow
  * gh#14241 Dropping indexes and foreign keys fail
  * gh#14227 Relational linking broken
  * gh#14246 Fixed error in configuration storage zero config
  * gh#14128 Show 2FA Secret next to QR code
  * gh#14212 XML Export from single table throws fatal error
  * gh#14239 Line and some other charts ignore result set order of 
    values chosen for the x-axis
  * gh#14260 Fixed configuration for DefaultLang and Lang
  * gh#14264 Linking for 'Distinct values' broken
  * gh#13968 Fix MariaDB 10.2 current_timestamp()
  * gh#14249 Fix for missing go button in view edit
  * gh#14125 Fix for issues with spatial fields
  * gh#14189 Remember table's sorting broken
  * gh#14289 Fix multi-column sorting
  * gh#14278 Fix central columns in-line edit bug
  * gh#14066 Fix AUTO_INCREMENT error when only exporting table 
    structure in database-level exports
  * gh#13893 Simulating queries produces unexpected results
  * gh#14309 Setup script icons missing

OBS-URL: https://build.opensuse.org/request/show/612377
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=316
2018-05-26 09:06:15 +00:00
cc59941c5d Accepting request 599221 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/599221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=150
2018-04-20 15:32:16 +00:00
f14a387476 Accepting request 599220 from home:ecsos:server
- update to 4.8.0.1 (2018-04-19)
  * Fix [security] Multiple CSRF vulnerabilities, See PMASA-2018-02
    (boo#1090309, CVE-2018-10188)

OBS-URL: https://build.opensuse.org/request/show/599220
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=314
2018-04-20 10:05:32 +00:00
74e3484687 Accepting request 595798 from home:ecsos:server
- fix wrong require /usr/bin/bash to /bin/bash so phpMyAdmin could
  install
- insert missing templates dir in htaccess
  See https://docs.phpmyadmin.net/de/latest/setup.html#securing-your-phpmyadmin-installation
- create tmp dir and insert this in htaccess to fix the errormessage 
  after login

OBS-URL: https://build.opensuse.org/request/show/595798
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=313
2018-04-11 22:40:21 +00:00
Javier Llorente
547ba23d9d Accepting request 595754 from home:javierllorente:branches:server:php:applications
spec clean up (added another entry to changelog)

OBS-URL: https://build.opensuse.org/request/show/595754
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=312
2018-04-11 18:01:52 +00:00
Javier Llorente
91d7f398b3 Accepting request 595514 from home:javierllorente:branches:server:php:applications
update to 4.8.0

OBS-URL: https://build.opensuse.org/request/show/595514
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=311
2018-04-11 08:48:30 +00:00
8550864932 Accepting request 583754 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/583754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=149
2018-03-08 09:58:04 +00:00
70735ead3e Accepting request 583752 from home:ecsos:server
- update to 4.7.9 (2018-03-05)
  * gh#13931 Fixed browsing tables with more results
  * gh#13927 "Not an integer" when browsing a table
  * gh#13887 "Input variables exceeded 1000" error relating 
    to PHP's max_input_vars directive

OBS-URL: https://build.opensuse.org/request/show/583752
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=309
2018-03-07 06:51:22 +00:00
8c4fa2b5ce Accepting request 579476 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/579476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=148
2018-02-23 14:31:45 +00:00
25a7984d92 Accepting request 579192 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.7.8 CVE-2018-726 (boo#1082188)

OBS-URL: https://build.opensuse.org/request/show/579192
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=307
2018-02-23 11:09:43 +00:00
2570a5bee7 Accepting request 563999 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/563999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=147
2018-01-13 20:49:56 +00:00
Lars Vogdt
7619a80f6f Accepting request 563218 from home:AndreasStieger:branches:server:php:applications
add CVE reference for previous update

OBS-URL: https://build.opensuse.org/request/show/563218
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=305
2018-01-13 13:11:59 +00:00
f65ffdeb29 Accepting request 560103 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/560103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=146
2017-12-29 17:51:25 +00:00
Christian Wittmer
7798d33649 Accepting request 559878 from home:AndreasStieger:branches:server:php:applications
security update to phpMyAdmin 4.7.7 bsc#1074066)

OBS-URL: https://build.opensuse.org/request/show/559878
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=303
2017-12-27 12:39:17 +00:00
277d4a266b Accepting request 547491 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/547491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=145
2017-12-03 09:13:08 +00:00
e96a2cee68 Accepting request 547490 from home:ecsos:server
- update to 4.7.6 (2017-11-29)
  * gh#13517 Fixed check all interaction with filtering
  * gh#13803 Add SJIS-win to default list of allowed charsets
  * gh#13436 Improve detection that MySQL server needs SSL connection
  * gh#13038 Support JSON datatype on MariaDB 10.2.7 and newer
  * gh#13824 Fixed constructing ALTER query with AFTER
  * gh#13821 Lock page when changes are done in the SQL editor
  * gh#13842 Prefer iconv for encoding conversions
  * gh#13737 Fixed changing password on MariaDB cluster

OBS-URL: https://build.opensuse.org/request/show/547490
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=301
2017-12-02 10:49:43 +00:00
78d95daad0 Accepting request 545753 from server:php:applications
OBS-URL: https://build.opensuse.org/request/show/545753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=144
2017-11-30 11:44:37 +00:00
Christian Wittmer
f0dd307e23 Accepting request 545751 from home:adkorte:branches:server:php:applications
- fix for boo#1057661
  * no longer require php_mod_any (recommend it instead)
  * only enable php5 / php7 if running Apache prefork MPM
- fix %post
  * use sed instead of grep/awk to determine PHP version

OBS-URL: https://build.opensuse.org/request/show/545751
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=299
2017-11-26 19:13:36 +00:00
cd12ecd27e Accepting request 536256 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/536256
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=143
2017-10-25 15:47:15 +00:00
873554a45b Accepting request 536255 from home:ecsos:server
- update to 4.7.5 (2017-10-23)
  * gh#13615 Avoid problems with browsing unknown query types
  * gh#13612 Integrate tooltip into datetime pickers
  * gh#13628 Fixed javascript error in server monitor
  * gh#13444 Fixed server monitor on non Linux and Windows systems
  * gh#13633 Reload javscript messages when changing language
  * gh#13604 Fixed crash on invalid ordering data
  * gh#13639 Fixed error when browsing non SELECT results
  * gh#13533 Fixed saving column to display
  * gh#13647 Fixed export of tables with VIRTUAL columns
  * gh#13669 Fixed selecting multiple rows accidentally selects 
    the next row too
  * gh#13513 Fixed edit index Column alignment issue
  * gh#13515 Fixed rendering of add index dialog
  * gh#13710 Fixed possible error in server advisor
  * gh#13477 Fixed setting input transformations
  * gh#13552 Fixed IPv4/IPv6 To Binary input transformation
  * gh#13686 Clicking on column name to trigger sort with an active 
    search leads to logout
  * gh#13725 Fixed copying tables with specific PARTITION 
    definition
  * gh#13761 Fixed listing of bookmarks for a database

OBS-URL: https://build.opensuse.org/request/show/536255
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=297
2017-10-24 07:51:38 +00:00
c93df25740 Accepting request 522312 from server:php:applications
fix deps and post step (forwarded request 522311 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/522312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=142
2017-09-09 18:26:54 +00:00
Christian Wittmer
01b43b209c Accepting request 522311 from home:computersalat:devel:php
fix deps and post step

OBS-URL: https://build.opensuse.org/request/show/522311
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=295
2017-09-08 13:03:16 +00:00
533a26de7d Accepting request 518797 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/518797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=141
2017-08-28 13:16:46 +00:00
84aea920f5 Accepting request 518796 from home:ecsos:server
- update to 4.7.4
  * gh#13415 Remove shadow from the logo
  * gh#13507 Fixed per server theme feature
  * gh#13523 Missing newline in ALTER exports
  * gh#13414 Fixed several compatibility issues with PHP 7.2
  * gh#13550 Fixed copy results to clipboard
  * gh#13562 Add limitation for user group length
  * gh#13561 Fixed edit variable link in advisor
  * gh#13579 Optimize table link should not be visible in print 
    page
  * gh#13553 Improved error handling on corrupted tables
  * gh#13512 Fixed rendering of add index dialog
  * gh#13606 Fixed refreshing server variables

OBS-URL: https://build.opensuse.org/request/show/518796
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=293
2017-08-25 17:20:17 +00:00
f1d3091295 Accepting request 512899 from server:php:applications
fix for boo#1050980 (forwarded request 512898 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/512899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=140
2017-07-29 07:01:59 +00:00
Christian Wittmer
ef10a314a2 Accepting request 512898 from home:computersalat:devel:php
fix for boo#1050980

OBS-URL: https://build.opensuse.org/request/show/512898
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=291
2017-07-28 10:06:12 +00:00
Christian Wittmer
ce89bab3fd Accepting request 512891 from home:computersalat:devel:php
fix for boo#1050980

OBS-URL: https://build.opensuse.org/request/show/512891
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=290
2017-07-28 09:29:50 +00:00
3952f68285 Accepting request 512025 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/512025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=139
2017-07-23 10:15:56 +00:00
d710228a11 Accepting request 512023 from home:ecsos:server
update to 4.7.3

OBS-URL: https://build.opensuse.org/request/show/512023
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=288
2017-07-22 08:25:02 +00:00
ac14b5f382 Accepting request 507572 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/507572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=138
2017-07-02 11:38:48 +00:00
beee21e468 Accepting request 507571 from home:ecsos:server
update to 4.7.2

OBS-URL: https://build.opensuse.org/request/show/507571
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=286
2017-07-02 09:21:05 +00:00
351d23845b Accepting request 500598 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/500598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=137
2017-06-04 00:00:44 +00:00
bb79a01090 Accepting request 500597 from home:ecsos:server
update to 4.7.1

OBS-URL: https://build.opensuse.org/request/show/500597
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=284
2017-06-02 10:42:51 +00:00
1f6479b5f4 Accepting request 489944 from server:php:applications
restore phpMyAdmin-pma.patch, restore previous phpMyAdmin-config.patch (forwarded request 489943 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/489944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=136
2017-04-24 07:50:30 +00:00
Christian Wittmer
016833d9c0 Accepting request 489943 from home:computersalat:devel:php
restore phpMyAdmin-pma.patch, restore previous phpMyAdmin-config.patch

OBS-URL: https://build.opensuse.org/request/show/489943
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=282
2017-04-22 17:12:08 +00:00
6d5fb9cd41 Accepting request 484362 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/484362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=135
2017-04-11 07:39:56 +00:00
2978cb8075 Accepting request 484361 from home:ecsos:server
update to 4.7.0

OBS-URL: https://build.opensuse.org/request/show/484361
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=280
2017-04-01 21:31:29 +00:00
b6ea095e67 Accepting request 481633 from server:php:applications
include one file for php5/php7 admin flags/values (forwarded request 481632 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/481633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=134
2017-03-21 21:51:27 +00:00
Christian Wittmer
0d037a5394 Accepting request 481632 from home:computersalat:devel:php
include one file for php5/php7 admin flags/values

OBS-URL: https://build.opensuse.org/request/show/481632
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=278
2017-03-20 22:22:05 +00:00
22e9a87fef Accepting request 452522 from server:php:applications
udpate to 4.6.6, fix for boo#1021597, several security fixes (forwarded request 452521 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/452522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=133
2017-01-29 09:36:39 +00:00
Christian Wittmer
6cdaeec496 Accepting request 452521 from home:computersalat:devel:php
udpate to 4.6.6, fix for boo#1021597, several security fixes

OBS-URL: https://build.opensuse.org/request/show/452521
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=276
2017-01-25 23:25:29 +00:00
3d0d52f21a Accepting request 451464 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/451464
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=132
2017-01-24 09:36:19 +00:00
3c933362d4 Accepting request 451463 from home:ecsos:server
Add Patch phpMyAdmin-12757_sql_syntax_errror.patch to fix 
gh#12757 SQL syntax errror on MariaDB < 10.0.2 in check for mysql 
password check plugin.

OBS-URL: https://build.opensuse.org/request/show/451463
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=274
2017-01-19 18:02:28 +00:00
03ac75b1d3 Accepting request 444325 from server:php:applications
update to 4.6.5.2 (forwarded request 444324 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/444325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=131
2016-12-09 08:38:16 +00:00
Christian Wittmer
c828aae0c4 Accepting request 444324 from home:computersalat:devel:php
update to 4.6.5.2

OBS-URL: https://build.opensuse.org/request/show/444324
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=272
2016-12-06 15:33:21 +00:00
2c26304c93 Accepting request 442123 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/442123
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=130
2016-11-28 14:09:37 +00:00
61aafcab37 Accepting request 442122 from home:ecsos:server
bugfix and security release 4.6.5 boo#1012271
https://bugzilla.opensuse.org/show_bug.cgi?id=1012271
and quickfix release 4.6.5.1

OBS-URL: https://build.opensuse.org/request/show/442122
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=270
2016-11-26 16:52:19 +00:00
0e50cbc6db Accepting request 440714 from server:php:applications
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/440714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=129
2016-11-18 21:01:53 +00:00
a1f7a6d60b Accepting request 438931 from home:computersalat:devel:php
fix deps, fix phpMyAdmin.http for php7

OBS-URL: https://build.opensuse.org/request/show/438931
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=268
2016-11-10 14:40:40 +00:00
1b0a0b38eb Accepting request 438759 from server:php:applications
fix phpMyAdmin.http (forwarded request 438758 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/438759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=128
2016-11-05 20:28:15 +00:00
Christian Wittmer
8de805ee73 Accepting request 438758 from home:computersalat:devel:php
fix phpMyAdmin.http

OBS-URL: https://build.opensuse.org/request/show/438758
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=266
2016-11-05 03:02:34 +00:00
195c46916d Accepting request 419987 from server:php:applications
update to 4.6.4, fix for boo#994313 (forwarded request 419986 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/419987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=127
2016-08-22 08:07:11 +00:00
Christian Wittmer
98777dc65f Accepting request 419986 from home:computersalat:devel:php
update to 4.6.4, fix for boo#994313

OBS-URL: https://build.opensuse.org/request/show/419986
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=264
2016-08-18 14:48:55 +00:00
494ff2d71f Accepting request 404237 from server:php:applications
update to 4.6.3, fix for boo#986154 (forwarded request 404236 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/404237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=126
2016-06-25 00:23:24 +00:00
Christian Wittmer
6f9b3f166e Accepting request 404236 from home:computersalat:devel:php
update to 4.6.3, fix for boo#986154

OBS-URL: https://build.opensuse.org/request/show/404236
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=262
2016-06-23 12:42:47 +00:00
23224fdb02 Accepting request 398772 from server:php:applications
rebase phpMyAdmin-config.patch (forwarded request 398771 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/398772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=125
2016-05-30 07:59:04 +00:00
Christian Wittmer
620e24df45 Accepting request 398771 from home:computersalat:devel:php
rebase phpMyAdmin-config.patch

OBS-URL: https://build.opensuse.org/request/show/398771
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=260
2016-05-29 15:13:39 +00:00
7ed8b2119d OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=259 2016-05-28 15:42:38 +00:00
fdcead68a0 Accepting request 398442 from home:ecsos:server
update to 4.6.2
Also include:
- Security fixes:
+  * PMASA-2016-14 (CVE-2016-5097, CWE-661)
+    https://www.phpmyadmin.net/security/PMASA-2016-14/
+    - User SQL queries can be revealed through URL GET parameters,
+      see PMASA-2016-14
+  * PMASA-2016-16 (CVE-2016-5099, CWE-661)
+    https://www.phpmyadmin.net/security/PMASA-2016-16/
+    - Self XSS vulneratbility, see PMASA-2016-16

OBS-URL: https://build.opensuse.org/request/show/398442
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=258
2016-05-28 09:01:58 +00:00
52f9d05fa1 Accepting request 394454 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/394454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=124
2016-05-10 07:28:00 +00:00
57e7c35854 Accepting request 394335 from home:computersalat:devel:php
update to 4.6.1

OBS-URL: https://build.opensuse.org/request/show/394335
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=256
2016-05-09 12:40:22 +00:00
9e3910a480 Accepting request 383970 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/383970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=123
2016-04-06 09:52:33 +00:00
905e86bfd0 Accepting request 383967 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.6.0

OBS-URL: https://build.opensuse.org/request/show/383967
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=254
2016-04-04 11:35:15 +00:00
479a98e953 Accepting request 363758 from server:php:applications
phpMyAdmin 4.5.5.1 (forwarded request 363755 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/363758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=122
2016-03-02 13:21:38 +00:00
899e3e888f Accepting request 363755 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.5.5.1

OBS-URL: https://build.opensuse.org/request/show/363755
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=252
2016-03-01 18:21:21 +00:00
ab981d437a Accepting request 361307 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/361307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=121
2016-02-25 21:10:46 +00:00
5ad751ecaf Accepting request 361306 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.5.5

OBS-URL: https://build.opensuse.org/request/show/361306
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=250
2016-02-24 21:03:56 +00:00
63a4da1bdb Accepting request 356793 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/356793
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=120
2016-02-01 18:56:22 +00:00
6cb5556678 Accepting request 356792 from home:ecsos:server
update to 4.5.4.1

OBS-URL: https://build.opensuse.org/request/show/356792
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=248
2016-01-30 09:00:58 +00:00
b2d6edc01b Accepting request 356586 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.5.4

OBS-URL: https://build.opensuse.org/request/show/356586
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=247
2016-01-28 18:21:31 +00:00
340195571d Accepting request 352945 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/352945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=119
2016-01-12 15:13:05 +00:00
4c293924d9 Accepting request 352944 from home:AndreasStieger:branches:server:php:applications
- 4.5.x package was missing template - fix boo#961285

OBS-URL: https://build.opensuse.org/request/show/352944
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=245
2016-01-10 23:45:52 +00:00
bb9267fa7c Accepting request 352330 from server:php:applications
fix for boo#960854 (forwarded request 352329 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/352330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=118
2016-01-08 14:23:20 +00:00
Christian Wittmer
fd6310b206 Accepting request 352329 from home:computersalat:devel:php
fix for boo#960854

OBS-URL: https://build.opensuse.org/request/show/352329
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=243
2016-01-06 17:52:11 +00:00
17d287bf6f Accepting request 351986 from server:php:applications
phpMyAdmin 4.5.3.1

OBS-URL: https://build.opensuse.org/request/show/351986
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=117
2016-01-05 20:55:30 +00:00
56f02d38bf Accepting request 351966 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.5.3.1

OBS-URL: https://build.opensuse.org/request/show/351966
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=242
2016-01-05 06:42:25 +00:00
bb04bdf663 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=241 2016-01-04 09:42:03 +00:00
cf740c5c3e Accepting request 351260 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/351260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=116
2016-01-01 18:48:26 +00:00
104e588a01 Accepting request 351256 from home:ecsos:server
security update:
https://www.phpmyadmin.net/security/PMASA-2015-6/

OBS-URL: https://build.opensuse.org/request/show/351256
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=239
2015-12-29 19:22:09 +00:00
02cfa59858 Accepting request 340956 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/340956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=115
2015-10-28 16:30:22 +00:00
f28c8dd0f0 Accepting request 340953 from home:ecsos:server
update to 4.4.15.1, fix security issue, boo#951960

OBS-URL: https://build.opensuse.org/request/show/340953
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=237
2015-10-26 10:43:42 +00:00
Stephan Kulow
b98665d734 Accepting request 332470 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/332470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=114
2015-09-24 04:15:13 +00:00
38112d2516 Accepting request 332469 from home:ecsos:server
update to 4.4.15

OBS-URL: https://build.opensuse.org/request/show/332469
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=235
2015-09-20 20:48:49 +00:00
Stephan Kulow
24dc5df315 Accepting request 331663 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/331663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=113
2015-09-19 04:55:17 +00:00
11889a169c Accepting request 331662 from home:ecsos:server
enable required apache modules in spec, add boo#945999

OBS-URL: https://build.opensuse.org/request/show/331662
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=233
2015-09-17 09:53:20 +00:00
708eb1a37c Accepting request 331658 from home:ecsos:server
enable required apache modules in spec

OBS-URL: https://build.opensuse.org/request/show/331658
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=232
2015-09-17 09:49:14 +00:00
871ab69db4 Accepting request 330495 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/330495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=112
2015-09-13 07:45:13 +00:00
996f984082 Accepting request 330490 from home:AndreasStieger:branches:server:php:applications
- update 4.4.14.1 (2015-09-08)
- Security fixes: [boo#945420]
  * PMASA-2015-4 (CVE-2015-6830, CWE-661 CWE-307)
    https://www.phpmyadmin.net/security/PMASA-2015-4/
    - fix issue [security] reCaptcha bypass

OBS-URL: https://build.opensuse.org/request/show/330490
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=230
2015-09-11 11:41:26 +00:00
Stephan Kulow
35afa8001f Accepting request 326615 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/326615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=111
2015-08-27 06:57:47 +00:00
0a6ed360a0 Accepting request 326614 from home:ecsos:server
update to 4.4.14

OBS-URL: https://build.opensuse.org/request/show/326614
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=228
2015-08-25 10:31:16 +00:00
069361de4a Accepting request 321463 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/321463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=110
2015-08-10 07:16:46 +00:00
f73b11c46d Accepting request 321462 from home:ecsos:server
update to 4.4.13.1

OBS-URL: https://build.opensuse.org/request/show/321462
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=226
2015-08-09 06:49:18 +00:00
2329741947 Accepting request 321401 from home:ecsos:server
update to 4.4.13

OBS-URL: https://build.opensuse.org/request/show/321401
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=225
2015-08-08 10:46:44 +00:00
Stephan Kulow
058f42d333 Accepting request 317842 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/317842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=109
2015-07-23 13:22:34 +00:00
Johannes Weberhofer
f4662a93cf Accepting request 317822 from home:Nijel:branches:server:php:applications
- Apache configuration compatible with both 2.2 and 2.4

- update to 4.4.12 (2015-07-20)
  - Saved chart image does not have a proper name or an extension
  - sf#4976 Timepicker CSS issues in Original theme
  - sf#4975 Move/Copy/Rename operations on Table/Db fail on Drizzle server
  - sf#4826 Two inline edit windows
  - sf#4979 Problem when import *.ods file
  - Add missing head tag
  - sf#4985 Column headers move when scrolling
- use smaller xz compressed archive
- update Apache configuration to be compatible with 2.4

OBS-URL: https://build.opensuse.org/request/show/317822
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=223
2015-07-22 06:10:50 +00:00
Stephan Kulow
b00393fec9 Accepting request 315601 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/315601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=108
2015-07-12 20:53:21 +00:00
3a1f54e707 Accepting request 315600 from home:ecsos:server
update to 4.4.11

OBS-URL: https://build.opensuse.org/request/show/315600
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=221
2015-07-08 14:50:56 +00:00
65d4285cb9 spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=220
2015-07-02 11:59:32 +00:00
cbf35392a6 Accepting request 314841 from home:Nijel:branches:server:php:applications
- switch upstream url to https
- include signed release together with keyring to verify signatures

OBS-URL: https://build.opensuse.org/request/show/314841
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=219
2015-07-02 11:56:35 +00:00
c5b12ec8c4 Accepting request 312435 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/312435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=107
2015-06-23 09:56:14 +00:00
d250c52756 Accepting request 312434 from home:ecsos:server
add missing sql-scripts to doc

OBS-URL: https://build.opensuse.org/request/show/312434
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=217
2015-06-17 17:34:23 +00:00
ad04e2d8b4 Accepting request 312430 from home:ecsos:server
update to 4.4.10

OBS-URL: https://build.opensuse.org/request/show/312430
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=216
2015-06-17 17:02:53 +00:00
4e66b14ec9 Accepting request 310431 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/310431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=106
2015-06-06 07:54:16 +00:00
4f7efd9675 Accepting request 310430 from home:ecsos:server
update to 4.4.9

OBS-URL: https://build.opensuse.org/request/show/310430
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=214
2015-06-05 08:06:33 +00:00
4b4e3d45e3 Accepting request 309090 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/309090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=105
2015-05-29 08:46:14 +00:00
0384be78d6 Accepting request 309089 from home:ecsos:server
update to 4.4.8

OBS-URL: https://build.opensuse.org/request/show/309089
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=212
2015-05-28 16:27:09 +00:00
Stephan Kulow
9b24414daf Accepting request 307460 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/307460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=104
2015-05-16 17:01:32 +00:00
305cf88c96 Accepting request 307459 from home:ecsos:server
update to 4.4.7

OBS-URL: https://build.opensuse.org/request/show/307459
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=210
2015-05-16 12:25:02 +00:00
Stephan Kulow
96ed374918 Accepting request 307064 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/307064
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=103
2015-05-15 05:44:16 +00:00
bf83be21d3 Accepting request 307063 from home:ecsos:server
security issue
update to 4.4.6.1

OBS-URL: https://build.opensuse.org/request/show/307063
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=208
2015-05-13 18:43:11 +00:00
Stephan Kulow
40ff29f9e4 Accepting request 305783 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/305783
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=102
2015-05-10 08:46:50 +00:00
ba6dc3b406 Accepting request 305782 from home:ecsos:server
update to 4.4.6

OBS-URL: https://build.opensuse.org/request/show/305782
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=206
2015-05-07 15:54:47 +00:00
dbb1c74a75 Accepting request 305476 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/305476
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=101
2015-05-06 05:49:35 +00:00
e25031b616 Accepting request 305475 from home:ecsos:server
update to 4.4.5

OBS-URL: https://build.opensuse.org/request/show/305475
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=204
2015-05-05 15:58:02 +00:00
Stephan Kulow
a094380b2c Accepting request 304044 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/304044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=100
2015-04-27 05:47:00 +00:00
dd7cc36ddb Accepting request 304043 from home:ecsos:server
update to 4.4.4

OBS-URL: https://build.opensuse.org/request/show/304043
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=202
2015-04-26 12:29:55 +00:00
ddf3d7954b Accepting request 298210 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/298210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=99
2015-04-21 08:54:08 +00:00
23f0954abf Accepting request 298209 from home:ecsos:server
update to 4.4.3

OBS-URL: https://build.opensuse.org/request/show/298209
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=200
2015-04-20 15:13:29 +00:00
04fcc03563 Accepting request 295797 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/295797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=98
2015-04-15 14:22:03 +00:00
398213c083 Accepting request 295796 from home:ecsos:server
update to 4.4.2

OBS-URL: https://build.opensuse.org/request/show/295796
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=198
2015-04-13 18:46:37 +00:00
9930c8fa23 Accepting request 295417 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/295417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=97
2015-04-11 22:11:21 +00:00
8fef44e2e2 Accepting request 295416 from home:ecsos:server
update to 4.4.1.1

OBS-URL: https://build.opensuse.org/request/show/295416
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=196
2015-04-11 18:19:14 +00:00
ffd1fb37a6 Accepting request 294355 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/294355
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=96
2015-04-05 00:04:14 +00:00
b01314887d Accepting request 294354 from home:ecsos:server
update to 4.4.0

OBS-URL: https://build.opensuse.org/request/show/294354
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=194
2015-04-03 21:53:53 +00:00
5d130cc159 Accepting request 293619 from server:php:applications
update to 4.3.13 (forwarded request 293618 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/293619
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=95
2015-03-29 18:18:19 +00:00
1d8f3cf15d Accepting request 293618 from home:ecsos:server
update to 4.3.13

OBS-URL: https://build.opensuse.org/request/show/293618
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=192
2015-03-29 14:31:25 +00:00
7f9be055ae Accepting request 290830 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/290830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=94
2015-03-16 06:01:13 +00:00
64a645953d Accepting request 290821 from home:ecsos:server
update to 4.3.12

OBS-URL: https://build.opensuse.org/request/show/290821
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=190
2015-03-15 02:19:11 +00:00
b40253005f Accepting request 289325 from server:php:applications
phpMyAdmin 4.3.11.1

OBS-URL: https://build.opensuse.org/request/show/289325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=93
2015-03-05 14:43:32 +00:00
d12ccaf881 fix changelog
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=188
2015-03-05 08:20:38 +00:00
c4fa81e39e Accepting request 289298 from home:ecsos
update to 4.3.11.1 Security fix PMASA-2015-1

OBS-URL: https://build.opensuse.org/request/show/289298
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=187
2015-03-05 08:19:32 +00:00
72eeda2214 Accepting request 288819 from home:ecsos
I have fixed error displayed in Status/Advisor and not functional display of cpu and memory under Status/Monitor/.

Is this okay or is something to be said against it?

OBS-URL: https://build.opensuse.org/request/show/288819
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=186
2015-03-04 18:57:29 +00:00
0919171df5 Accepting request 288771 from home:ecsos
update to 4.3.11

OBS-URL: https://build.opensuse.org/request/show/288771
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=185
2015-03-04 00:04:17 +00:00
3e7362ccfd Accepting request 287003 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/287003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=92
2015-02-22 16:26:36 +00:00
8132d4757a Accepting request 287002 from home:ecsos
update to 4.3.10

OBS-URL: https://build.opensuse.org/request/show/287002
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=183
2015-02-20 16:51:39 +00:00
9fb457a35e Accepting request 284523 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/284523
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=91
2015-02-06 21:38:22 +00:00
a850e1a7a8 Accepting request 284522 from home:ecsos
update to 4.3.9

OBS-URL: https://build.opensuse.org/request/show/284522
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=181
2015-02-06 16:51:31 +00:00
261b075f6b Accepting request 282648 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/282648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=90
2015-01-24 21:21:11 +00:00
03530acc76 Accepting request 282647 from home:ecsos
update to 4.3.8

OBS-URL: https://build.opensuse.org/request/show/282647
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=179
2015-01-24 13:44:57 +00:00
caa3dae986 Accepting request 281585 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/281585
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=89
2015-01-20 11:34:17 +00:00
e7a6399212 Accepting request 281584 from home:ecsos
update to 4.3.7

OBS-URL: https://build.opensuse.org/request/show/281584
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=177
2015-01-17 09:41:54 +00:00
0004cd48d0 Accepting request 280257 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/280257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=88
2015-01-08 22:03:04 +00:00
bf4c2cc01b Accepting request 280256 from home:ecsos
update to 4.3.6

OBS-URL: https://build.opensuse.org/request/show/280256
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=175
2015-01-08 06:21:17 +00:00
191ea9dc5e Accepting request 280015 from server:php:applications
rework config patch, fix pma storage config, add pma patch (forwarded request 280014 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/280015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=87
2015-01-07 08:38:58 +00:00
Christian Wittmer
f09573fa48 Accepting request 280014 from home:computersalat:devel:php
rework config patch, fix pma storage config, add pma patch

OBS-URL: https://build.opensuse.org/request/show/280014
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=173
2015-01-06 00:36:11 +00:00
Christian Wittmer
acc01b1ec9 Accepting request 280012 from home:computersalat:devel:php
rework config patch, fix pma storage config, add pma patch

OBS-URL: https://build.opensuse.org/request/show/280012
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=172
2015-01-06 00:31:55 +00:00
Christian Wittmer
08e69f4453 Accepting request 280008 from home:computersalat:devel:php
update to 4.3.5, rework config patch, fix pma storage config, add pma patch

OBS-URL: https://build.opensuse.org/request/show/280008
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=171
2015-01-06 00:00:26 +00:00
Christian Wittmer
f21d04662a Accepting request 280004 from home:computersalat:devel:php
rework config patch, fix pma storage config, add pma patch

OBS-URL: https://build.opensuse.org/request/show/280004
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=170
2015-01-05 23:47:56 +00:00
299fb3b823 Accepting request 279993 from home:ecsos
update to 4.3.5

OBS-URL: https://build.opensuse.org/request/show/279993
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=169
2015-01-05 20:23:53 +00:00
f037eda297 Accepting request 266824 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/266824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=86
2014-12-31 10:22:23 +00:00
040b360e26 Accepting request 266823 from home:ecsos
update to 4.3.4

OBS-URL: https://build.opensuse.org/request/show/266823
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=167
2014-12-29 18:16:20 +00:00
6aef8b5dc4 Accepting request 266045 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/266045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=85
2014-12-22 11:54:23 +00:00
648863a481 Accepting request 266044 from home:ecsos
update to 4.3.3

OBS-URL: https://build.opensuse.org/request/show/266044
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=165
2014-12-21 13:26:12 +00:00
9b11b516ea Accepting request 265016 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/265016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=84
2014-12-16 13:48:35 +00:00
5e22944f2d Accepting request 265015 from home:ecsos
update to 4.3.2

OBS-URL: https://build.opensuse.org/request/show/265015
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=163
2014-12-12 15:49:08 +00:00
eadc59e5ec Accepting request 264453 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/264453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=83
2014-12-09 08:14:23 +00:00
179d6d6274 Accepting request 264452 from home:ecsos
update to 4.3.1

OBS-URL: https://build.opensuse.org/request/show/264452
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=161
2014-12-08 18:40:49 +00:00
1531d9c2b5 Accepting request 264331 from home:ecsos
update to 4.3.0

OBS-URL: https://build.opensuse.org/request/show/264331
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=160
2014-12-07 18:52:47 +00:00
c775398e66 Accepting request 264015 from server:php:applications
phpMyAdmin 4.2.13.1

OBS-URL: https://build.opensuse.org/request/show/264015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=82
2014-12-05 20:04:34 +00:00
97bd5fe40f OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=159 2014-12-04 12:31:11 +00:00
aa4230fc2a Accepting request 263900 from home:ecsos
update to 4.2.13.1, security fixes

OBS-URL: https://build.opensuse.org/request/show/263900
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=158
2014-12-04 12:30:31 +00:00
9349110a9d Accepting request 263553 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/263553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=81
2014-12-01 13:01:33 +00:00
15f7910ee1 Accepting request 263552 from home:ecsos
update to 4.2.13

OBS-URL: https://build.opensuse.org/request/show/263552
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=156
2014-11-30 22:57:16 +00:00
99a68a0da0 Accepting request 262544 from server:php:applications
phpMyAdmin 4.2.12
CVE-2014-8961 [boo#906488]
CVE-2014-8960 [boo#906487]
CVE-2014-8959 [boo#906486]
CVE-2014-8958 [boo#906485]

OBS-URL: https://build.opensuse.org/request/show/262544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=80
2014-11-24 10:08:56 +00:00
0860118e56 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=155 2014-11-20 22:24:41 +00:00
6445f51d73 add bug numbers
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=154
2014-11-20 21:29:43 +00:00
25bbb7b4da Accepting request 262486 from home:ecsos
update to 4.2.12
bug and security fixes
have send email to security@suse.de too

OBS-URL: https://build.opensuse.org/request/show/262486
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=153
2014-11-20 21:25:44 +00:00
Stephan Kulow
c79ee6bd6e Accepting request 259195 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/259195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=79
2014-11-03 12:11:55 +00:00
abb9cdae61 Accepting request 259194 from home:ecsos
update to 4.2.11

OBS-URL: https://build.opensuse.org/request/show/259194
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=151
2014-10-31 18:00:28 +00:00
Stephan Kulow
f9cc5fbb1a Accepting request 257927 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/257927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=78
2014-10-22 14:22:40 +00:00
9b9bf72613 Accepting request 257926 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.2.10.1 [boo#902154] [CVE-2014-8326]

OBS-URL: https://build.opensuse.org/request/show/257926
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=149
2014-10-21 23:19:42 +00:00
Stephan Kulow
dae02d4afd Accepting request 255084 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/255084
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=77
2014-10-14 05:10:32 +00:00
051c0d4403 Accepting request 255083 from home:ecsos
uptate to 4.2.10

OBS-URL: https://build.opensuse.org/request/show/255083
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=147
2014-10-11 16:01:02 +00:00
Stephan Kulow
4dba6e2352 Accepting request 253579 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/253579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=76
2014-10-02 12:13:52 +00:00
Christian Wittmer
bc77e76b4d Accepting request 253563 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.2.9.1 [bnc#899452] [CVE-2014-7217]

OBS-URL: https://build.opensuse.org/request/show/253563
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=145
2014-10-01 22:42:43 +00:00
Stephan Kulow
e07a46552f Accepting request 250324 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/250324
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=75
2014-09-20 13:51:21 +00:00
86d26e5078 Accepting request 250321 from home:ecsos
update to 4.2.9

OBS-URL: https://build.opensuse.org/request/show/250321
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=143
2014-09-20 12:24:01 +00:00
Stephan Kulow
ae32758f02 Accepting request 249177 from server:php:applications
fix for bnc#896635, CVE-2014-6300 (forwarded request 249176 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/249177
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=74
2014-09-15 15:41:26 +00:00
Christian Wittmer
0ccee882b4 Accepting request 249176 from home:computersalat:devel:php
fix for bnc#896635, CVE-2014-6300

OBS-URL: https://build.opensuse.org/request/show/249176
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=141
2014-09-14 21:21:06 +00:00
a9a8453ad6 Accepting request 249094 from home:ecsos
update to 4.2.8.1

OBS-URL: https://build.opensuse.org/request/show/249094
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=140
2014-09-13 19:30:25 +00:00
Stephan Kulow
1ecbacc03d Accepting request 247776 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/247776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=73
2014-09-06 10:19:00 +00:00
Cristian Rodríguez
ff691cba24 Accepting request 247767 from home:computersalat:devel:php
rollback changes introduced by fix for bnc#894107

OBS-URL: https://build.opensuse.org/request/show/247767
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=138
2014-09-05 21:22:02 +00:00
Stephan Kulow
0cba7fa90c Accepting request 247012 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/247012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=72
2014-09-03 16:22:38 +00:00
82d28385ec Accepting request 247011 from home:ecsos
update to 4.2.8

OBS-URL: https://build.opensuse.org/request/show/247011
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=136
2014-08-31 22:11:35 +00:00
Christian Wittmer
20f8ea918e Accepting request 246859 from home:computersalat:devel:php
fix for bnc#894107, fix changes file

OBS-URL: https://build.opensuse.org/request/show/246859
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=135
2014-08-29 15:28:44 +00:00
88504c9fb2 Accepting request 245221 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/245221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=70
2014-08-20 15:51:49 +00:00
Christian Wittmer
228ac4ac98 Accepting request 245220 from home:computersalat:devel:php
fix changes file

OBS-URL: https://build.opensuse.org/request/show/245220
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=133
2014-08-19 22:10:05 +00:00
Christian Wittmer
524f73f770 Accepting request 245122 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.2.7.1

OBS-URL: https://build.opensuse.org/request/show/245122
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=132
2014-08-19 10:14:47 +00:00
Stephan Kulow
dcf2ff72d5 Accepting request 243326 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/243326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=69
2014-08-01 05:08:14 +00:00
0e22dad2f8 Accepting request 243325 from home:ecsos
update to 4.2.7

OBS-URL: https://build.opensuse.org/request/show/243325
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=130
2014-07-31 21:52:29 +00:00
Stephan Kulow
abc32c3a73 Accepting request 241549 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/241549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=68
2014-07-19 06:16:32 +00:00
bd5409fba4 Accepting request 241548 from home:ecsos
update to 4.2.6

OBS-URL: https://build.opensuse.org/request/show/241548
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=128
2014-07-18 17:43:37 +00:00
Stephan Kulow
c83c5f5410 Accepting request 238829 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/238829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=67
2014-06-27 04:53:37 +00:00
4e6402037f Accepting request 238828 from home:ecsos
added rpmlintrc as source in spec for factory repo

OBS-URL: https://build.opensuse.org/request/show/238828
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=126
2014-06-26 20:43:48 +00:00
210b7d6822 Accepting request 238826 from home:ecsos
update to 4.2.5

OBS-URL: https://build.opensuse.org/request/show/238826
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=125
2014-06-26 20:18:19 +00:00
Stephan Kulow
e74b94e5a6 Accepting request 238216 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/238216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=66
2014-06-23 07:24:13 +00:00
8121beb50e Accepting request 238215 from home:ecsos
update to 4.2.4

OBS-URL: https://build.opensuse.org/request/show/238215
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=123
2014-06-21 07:34:44 +00:00
Stephan Kulow
3338625233 Accepting request 237025 from server:php:applications
1

OBS-URL: https://build.opensuse.org/request/show/237025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=65
2014-06-16 19:32:02 +00:00
Javier Llorente
2501334892 Accepting request 236694 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.2.3

OBS-URL: https://build.opensuse.org/request/show/236694
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=121
2014-06-12 22:18:07 +00:00
Stephan Kulow
72a657ea64 Accepting request 234879 from server:php:applications
update to 4.2.2 (forwarded request 234878 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/234879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=64
2014-05-21 14:20:59 +00:00
45686e5983 Accepting request 234878 from home:ecsos
update to 4.2.2

OBS-URL: https://build.opensuse.org/request/show/234878
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=119
2014-05-20 17:06:27 +00:00
Stephan Kulow
fa898b97ef Accepting request 233802 from server:php:applications
update to 4.2.1 (forwarded request 233801 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/233802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=63
2014-05-14 08:41:45 +00:00
7d7642cd19 Accepting request 233801 from home:ecsos
update to 4.2.1

OBS-URL: https://build.opensuse.org/request/show/233801
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=117
2014-05-13 20:42:29 +00:00
Stephan Kulow
8b7a86ea0b Accepting request 233203 from server:php:applications
update to 4.2.0 (forwarded request 233202 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/233203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=62
2014-05-09 06:51:59 +00:00
96e1da64d3 Accepting request 233202 from home:ecsos
update to 4.2.0

OBS-URL: https://build.opensuse.org/request/show/233202
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=115
2014-05-08 20:43:10 +00:00
Stephan Kulow
4ca38c8716 Accepting request 231571 from server:php:applications
phpMyAdmin 4.1.14 (forwarded request 231549 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/231571
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=61
2014-04-30 13:11:44 +00:00
344fcf5e48 Accepting request 231549 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.1.14

OBS-URL: https://build.opensuse.org/request/show/231549
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=113
2014-04-27 12:23:07 +00:00
Stephan Kulow
94703fceac Accepting request 229899 from server:php:applications
update to 4.1.13 (forwarded request 229898 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/229899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=60
2014-04-14 07:25:13 +00:00
eddedbfa54 Accepting request 229898 from home:ecsos
update to 4.1.13

OBS-URL: https://build.opensuse.org/request/show/229898
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=111
2014-04-13 14:26:31 +00:00
Stephan Kulow
3ec8d699a6 Accepting request 227804 from server:php:applications
update to 4.1.12 (forwarded request 227802 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/227804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=59
2014-03-28 12:17:34 +00:00
89933bdbfd Accepting request 227802 from home:ecsos
update to 4.1.12

OBS-URL: https://build.opensuse.org/request/show/227802
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=109
2014-03-27 16:31:46 +00:00
Tomáš Chvátal
ac1a74f988 Accepting request 227154 from server:php:applications
phpMyAdmin 4.1.11 (forwarded request 227153 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/227154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=58
2014-03-23 21:33:39 +00:00
Christian Wittmer
4cbddee046 Accepting request 227153 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.1.11

OBS-URL: https://build.opensuse.org/request/show/227153
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=107
2014-03-22 22:26:10 +00:00
fe43038ce0 Accepting request 227120 from home:ecsos
update to 4.1.10

OBS-URL: https://build.opensuse.org/request/show/227120
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=106
2014-03-22 15:42:26 +00:00
Stephan Kulow
857e287df8 Accepting request 225128 from server:php:applications
update to 4.1.9 (forwarded request 225127 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/225128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=57
2014-03-09 17:42:59 +00:00
2b62c6f415 Accepting request 225127 from home:ecsos
update to 4.1.9

OBS-URL: https://build.opensuse.org/request/show/225127
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=104
2014-03-08 02:16:03 +00:00
Stephan Kulow
cd76eb3d43 Accepting request 224826 from server:php:applications
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/224826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=56
2014-03-07 06:05:53 +00:00
Christian Wittmer
fc7589e4c2 Accepting request 224023 from home:computersalat:devel:php
fix changes file

OBS-URL: https://build.opensuse.org/request/show/224023
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=102
2014-02-26 23:20:17 +00:00
Stephan Kulow
a2ae89cd48 Accepting request 223497 from server:php:applications
update to 4.1.8 (forwarded request 223496 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/223497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=55
2014-02-23 06:46:46 +00:00
961a9c3fee Accepting request 223496 from home:ecsos
update to 4.1.8

OBS-URL: https://build.opensuse.org/request/show/223496
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=100
2014-02-22 13:58:12 +00:00
Tomáš Chvátal
2c89afa8b5 Accepting request 221520 from server:php:applications
update to 4.1.7 (forwarded request 221519 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/221520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=54
2014-02-10 09:17:40 +00:00
aed58dad89 Accepting request 221519 from home:ecsos
update to 4.1.7

OBS-URL: https://build.opensuse.org/request/show/221519
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=98
2014-02-09 16:59:31 +00:00
Stephan Kulow
d643ec5b88 Accepting request 215187 from server:php:applications
update to 4.1.6 (forwarded request 215186 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/215187
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=53
2014-01-30 14:00:00 +00:00
4397aba34a Accepting request 215186 from home:ecsos
update to 4.1.6

OBS-URL: https://build.opensuse.org/request/show/215186
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=96
2014-01-26 13:12:51 +00:00
Stephan Kulow
f34efd0cc2 Accepting request 214302 from server:php:applications
phpMyAdmin 4.1.5 (forwarded request 214300 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/214302
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=52
2014-01-19 20:42:11 +00:00
Javier Llorente
340e3a6dbf Accepting request 214300 from home:AndreasStieger:branches:server:php:applications
phpMyAdmin 4.1.5

OBS-URL: https://build.opensuse.org/request/show/214300
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=94
2014-01-17 22:07:56 +00:00
Stephan Kulow
50345c040c Accepting request 213185 from server:php:applications
update to 4.1.4 (forwarded request 213184 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/213185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=51
2014-01-09 06:13:36 +00:00
4aa23b4ae0 Accepting request 213184 from home:ecsos
update to 4.1.4

OBS-URL: https://build.opensuse.org/request/show/213184
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=92
2014-01-08 14:47:07 +00:00
Stephan Kulow
de23e254fb Accepting request 212569 from server:php:applications
- add source URL, see https://en.opensuse.org/SourceUrls (forwarded request 212561 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/212569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=50
2014-01-05 09:24:37 +00:00
545a9d0522 Accepting request 212561 from home:AndreasStieger:branches:server:php:applications
- add source URL, see https://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/212561
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=90
2014-01-01 17:18:20 +00:00
d5cea24fda Accepting request 212548 from home:ecsos
update to 4.1.3 and fix python-bytecode-inconsistent-mtime

OBS-URL: https://build.opensuse.org/request/show/212548
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=89
2014-01-01 15:38:50 +00:00
Tomáš Chvátal
a41a9968da Accepting request 212153 from server:php:applications
update to 4.1.2 (forwarded request 212152 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/212153
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=49
2013-12-24 15:05:58 +00:00
f8bef4812c Accepting request 212152 from home:ecsos
update to 4.1.2

OBS-URL: https://build.opensuse.org/request/show/212152
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=87
2013-12-24 00:13:34 +00:00
Stephan Kulow
336e16d6bf Accepting request 211276 from server:php:applications
update to 4.1.1 (forwarded request 211275 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/211276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=48
2013-12-19 11:24:52 +00:00
2db4063dfa Accepting request 211275 from home:ecsos
update to 4.1.1

OBS-URL: https://build.opensuse.org/request/show/211275
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=85
2013-12-17 17:42:11 +00:00
Stephan Kulow
5e686f85ce Accepting request 211106 from server:php:applications
update to 4.1.0 and some corrections (forwarded request 211105 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/211106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=47
2013-12-17 06:29:03 +00:00
baef86a27f Accepting request 211105 from home:ecsos
update to 4.1.0 and some corrections

OBS-URL: https://build.opensuse.org/request/show/211105
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=83
2013-12-16 18:59:59 +00:00
Stephan Kulow
169f1eb392 Accepting request 209648 from server:php:applications
update to 4.0.10 (forwarded request 209647 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/209648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=46
2013-12-08 18:33:25 +00:00
c2889afcbb Accepting request 209647 from home:ecsos
update to 4.0.10

OBS-URL: https://build.opensuse.org/request/show/209647
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=81
2013-12-06 15:10:53 +00:00
Stephan Kulow
5d53646e31 Accepting request 206436 from server:php:applications
update to 4.0.9

OBS-URL: https://build.opensuse.org/request/show/206436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=45
2013-11-10 19:36:50 +00:00
a75bc68696 Accepting request 206434 from home:ecsos
update to 4.0.9

OBS-URL: https://build.opensuse.org/request/show/206434
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=79
2013-11-10 13:21:03 +00:00
Tomáš Chvátal
164ed04c81 Accepting request 202552 from server:php:applications
update to 4.0.8 (forwarded request 202551 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/202552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=44
2013-10-08 09:04:56 +00:00
1a80e8e4fb Accepting request 202551 from home:ecsos
update to 4.0.8

OBS-URL: https://build.opensuse.org/request/show/202551
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=77
2013-10-07 15:54:08 +00:00
Stephan Kulow
824bb9a66b Accepting request 201361 from server:php:applications
update to 4.0.7 (forwarded request 201360 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/201361
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=43
2013-09-29 15:51:17 +00:00
099d386d28 Accepting request 201360 from home:ecsos
update to 4.0.7

OBS-URL: https://build.opensuse.org/request/show/201360
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=75
2013-09-29 11:27:51 +00:00
Tomáš Chvátal
11bd498ffc Accepting request 197845 from server:php:applications
update to 4.0.6 (forwarded request 197844 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/197845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=41
2013-09-08 09:41:41 +00:00
900d02ef40 Accepting request 197844 from home:ecsos
update to 4.0.6

OBS-URL: https://build.opensuse.org/request/show/197844
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=73
2013-09-07 15:50:27 +00:00
Stephan Kulow
802d6e742a Accepting request 186204 from server:php:applications
fix for bnc#833731, update to 4.0.5 (forwarded request 186203 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/186204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=40
2013-08-07 18:51:25 +00:00
Christian Wittmer
0b9e7248ac Accepting request 186203 from home:computersalat:devel:php
fix for bnc#833731, update to 4.0.5

OBS-URL: https://build.opensuse.org/request/show/186203
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=71
2013-08-07 12:23:40 +00:00
Christian Wittmer
e72432a122 Accepting request 185995 from home:julianladisch:branches:server:php:applications
update to 4.0.5 (2013-08-04)

OBS-URL: https://build.opensuse.org/request/show/185995
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=70
2013-08-06 11:00:18 +00:00
Stephan Kulow
b71e7e4996 Accepting request 184888 from server:php:applications
update to 4.0.4.2, fix for bnc#831896 (forwarded request 184887 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/184888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=39
2013-07-30 14:47:15 +00:00
Christian Wittmer
67da26ad23 Accepting request 184887 from home:computersalat:devel:php
update to 4.0.4.2, fix for bnc#831896

OBS-URL: https://build.opensuse.org/request/show/184887
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=68
2013-07-29 20:55:25 +00:00
3a32a5d173 Accepting request 184885 from home:ecsos
update to 4.0.4.2

OBS-URL: https://build.opensuse.org/request/show/184885
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=67
2013-07-29 20:47:38 +00:00
Stephan Kulow
70951d5af2 Accepting request 182367 from server:php:applications
- updated package to 4.0.4.1, thanks

OBS-URL: https://build.opensuse.org/request/show/182367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=38
2013-07-07 20:21:52 +00:00
27953c6017 Accepting request 181942 from home:julianladisch:branches:server:php:applications
update to 4.0.4.1

OBS-URL: https://build.opensuse.org/request/show/181942
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=65
2013-07-04 04:32:29 +00:00
Stephan Kulow
8a1773c42e Accepting request 179617 from server:php:applications
update to 4.0.4 (forwarded request 179616 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/179617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=37
2013-06-19 12:57:27 +00:00
db98f4d504 Accepting request 179616 from home:ecsos
update to 4.0.4

OBS-URL: https://build.opensuse.org/request/show/179616
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=63
2013-06-18 22:50:39 +00:00
Stephan Kulow
7e9f3b5995 Accepting request 178824 from server:php:applications
fix changelog, add missing 'fix for bnc#xxxxxx' (forwarded request 178823 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/178824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=36
2013-06-13 18:27:25 +00:00
Christian Wittmer
64044d8add Accepting request 178823 from home:computersalat:devel:php
fix changelog, add missing 'fix for bnc#xxxxxx'

OBS-URL: https://build.opensuse.org/request/show/178823
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=61
2013-06-12 22:30:44 +00:00
Stephan Kulow
f80691a89a Accepting request 178418 from server:php:applications
update to 4.0.3 (forwarded request 177935 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/178418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=35
2013-06-11 04:37:09 +00:00
Christian Wittmer
33f1b099e7 Accepting request 177935 from home:ecsos
update to 4.0.3

OBS-URL: https://build.opensuse.org/request/show/177935
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=59
2013-06-10 16:50:44 +00:00
Stephan Kulow
da14c859e5 Accepting request 177164 from server:php:applications
update to 4.0.2 (forwarded request 176564 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/177164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=34
2013-06-05 17:33:05 +00:00
Cristian Rodríguez
91f7cb7711 Accepting request 176564 from home:ecsos
update to 4.0.2

OBS-URL: https://build.opensuse.org/request/show/176564
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=57
2013-06-02 01:01:14 +00:00
Stephan Kulow
c4d93f4e6c Accepting request 175960 from server:php:applications
Same as sr#175950 except of getting rid of BOM

- update to 4.0.1.0 (2013-05-14)
	- sf#3879 Import broken for CSV using LOAD DATA
	- sf#3889 When login fails and error display is active, login data is displayed
	- sf#3890 [import] Web server upload directory import fails
	- sf#3891 [import] Server upload folder import file name missing in success message
	+ rfe #1421 [auth] Add retry button on connection failure with config auth
	- sf#3894 [interface] Provide feedback if no columns selected for multi-submit
	- sf#3799 [interface] Incorrect select field change on ctrl key navigation in Firefox
	- sf#3885 [browse] display_binary_as_hex option causes unexpected behavior
	- sf#3899 Git commit links to Github missing
	- sf#3900 CSP WARN in Firefox console
	- sf#3901 Setup script warning for config auth (stored login data) shows link BBcode
	- sf#3895 [browse] Fixed getting BLOB data
	- sf#3905 [export] Custom Exporting exports all databases
	- sf#3909 [import] Import of CSV FIle to selected table doesn't work
	- sf#3904 Browsing an empty table should not display its Structure
	- sf#3908 Calendar widget improperly redirects to home
	- sf#3918 Greyed out tabs when there are no rows fixed
	- sf#3916 [interface] Missing scrollbar (original theme)
	+ [vendor] add tcpdf path to vendor_config.php
	- bug fix compat with tcpdf >= 6.0 (tested with 6.0.012)

- update to 4.0.0 (2013-05-03)
  + Patch #3481047 for rfe #3480477 Insert as new row enhancement
  + Patch #3480999 Activate codemirror in the query window
  - Patch #3495284 XML Import - fix message and redirect
  + rfe #3484063 Null checkbox behavior
  + Patch #3497179 Contest-5: Add user: Allow create DB w/same name + grant u_%
  + Patch #3498201 Contest-6: Export all privileges
  + Patch #3502814 for rfe #3187077 Change password buttons should match

OBS-URL: https://build.opensuse.org/request/show/175960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=33
2013-05-18 07:21:54 +00:00
Michal Hrusecky (old before rename to _miska_)
09d69884b9 fix bom
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=55
2013-05-17 10:32:22 +00:00
Michal Hrusecky (old before rename to _miska_)
10bf1bb8c8 Accepting request 175727 from home:ecsos
update to 4.0.1

OBS-URL: https://build.opensuse.org/request/show/175727
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=54
2013-05-17 08:03:09 +00:00
Stephan Kulow
09818ecaf5 Accepting request 174442 from server:php:applications
security update to 3.5.8.1 (forwarded request 173311 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/174442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=32
2013-05-06 07:06:12 +00:00
Michal Hrusecky (old before rename to _miska_)
d4047cc175 Accepting request 173311 from home:ecsos
security update to 3.5.8.1

OBS-URL: https://build.opensuse.org/request/show/173311
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=52
2013-05-03 13:35:36 +00:00
Stephan Kulow
415a06779d Accepting request 163406 from server:php:applications
update to 3.5.8 (forwarded request 163403 from ecsos)

OBS-URL: https://build.opensuse.org/request/show/163406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=31
2013-04-10 18:27:07 +00:00
Lars Vogdt
a98d16570b Accepting request 163403 from home:ecsos
update to 3.5.8

OBS-URL: https://build.opensuse.org/request/show/163403
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=50
2013-04-09 10:04:03 +00:00
Stephan Kulow
bb92779c16 Accepting request 159634 from server:php:applications
update to 3.5.7 (forwarded request 159633 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/159634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=30
2013-03-17 09:07:33 +00:00
Christian Wittmer
a3015a8a08 Accepting request 159633 from home:computersalat:devel:php
update to 3.5.7

OBS-URL: https://build.opensuse.org/request/show/159633
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=48
2013-03-15 23:03:15 +00:00
Stephan Kulow
4a717890bb Accepting request 151182 from server:php:applications
- update to 3.5.6.0 (2013-01-28)
  * sf#3593604 [status] Erroneous advisor rule
  * sf#3596070 [status] localStorage broken in server status monitor
  * sf#3598736 [routines] Editing a procedure with special characters
  * sf#3600322 [core] Visualize GIS data throws Fatal Error
  * sf#3599362 [core] Double-escaped error message
  * sf#3776 [cookies] Login without auth on second server (forwarded request 151166 from draht)

OBS-URL: https://build.opensuse.org/request/show/151182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=29
2013-02-05 10:19:38 +00:00
Christian Wittmer
27e67a22c1 Accepting request 151166 from home:draht
- update to 3.5.6.0 (2013-01-28)
  * sf#3593604 [status] Erroneous advisor rule
  * sf#3596070 [status] localStorage broken in server status monitor
  * sf#3598736 [routines] Editing a procedure with special characters
  * sf#3600322 [core] Visualize GIS data throws Fatal Error
  * sf#3599362 [core] Double-escaped error message
  * sf#3776 [cookies] Login without auth on second server

OBS-URL: https://build.opensuse.org/request/show/151166
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=46
2013-02-04 21:00:33 +00:00
Stephan Kulow
904d555e90 Accepting request 148776 from server:php:applications
update to 3.5.5 (forwarded request 148775 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/148776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=27
2013-01-17 14:18:05 +00:00
Christian Wittmer
ad1e7daa99 Accepting request 148775 from home:computersalat:devel:php
update to 3.5.5

OBS-URL: https://build.opensuse.org/request/show/148775
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=44
2013-01-16 23:33:20 +00:00
Ismail Dönmez
f5cd33e358 Accepting request 140208 from server:php:applications
fix for bnc#788103 (forwarded request 140206 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/140208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=26
2012-11-08 20:51:48 +00:00
Christian Wittmer
4919fcca89 Accepting request 140206 from home:computersalat:devel:php
fix for bnc#788103

OBS-URL: https://build.opensuse.org/request/show/140206
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=42
2012-11-05 12:36:01 +00:00
Stephan Kulow
d7447b544c Accepting request 127380 from server:php:applications
update to 3.5.2 (forwarded request 127379 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/127380
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=25
2012-07-09 08:00:35 +00:00
Christian Wittmer
edfec16bef Accepting request 127379 from home:computersalat:devel:php
update to 3.5.2

OBS-URL: https://build.opensuse.org/request/show/127379
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=40
2012-07-08 15:58:28 +00:00
Stephan Kulow
1486e2b30c Accepting request 123408 from server:php:applications
update to 3.5.1 (forwarded request 123407 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/123408
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=23
2012-06-05 13:34:18 +00:00
Christian Wittmer
c019a758c1 Accepting request 123407 from home:computersalat:devel:php
update to 3.5.1

OBS-URL: https://build.opensuse.org/request/show/123407
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=38
2012-06-03 22:09:36 +00:00
Stephan Kulow
cbb6583559 Accepting request 115753 from server:php:applications
update to 3.4.11.0

OBS-URL: https://build.opensuse.org/request/show/115753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=22
2012-05-03 08:59:43 +00:00
Christian Wittmer
7e2560b058 Accepting request 115752 from home:computersalat:devel:php
update to 3.4.11.0

OBS-URL: https://build.opensuse.org/request/show/115752
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=36
2012-04-26 20:06:00 +00:00
Stephan Kulow
b7c86ebd17 Accepting request 112900 from server:php:applications
update to 3.4.10.2 (forwarded request 112899 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/112900
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=21
2012-04-12 07:45:36 +00:00
Christian Wittmer
9fad5f0d10 Accepting request 112899 from home:computersalat:devel:php
update to 3.4.10.2

OBS-URL: https://build.opensuse.org/request/show/112899
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=34
2012-04-06 17:32:30 +00:00
Stephan Kulow
4d1971d0b0 Accepting request 107792 from server:php:applications
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/107792
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=20
2012-03-06 12:41:06 +00:00
Christian Wittmer
7f380e57f6 Accepting request 106657 from home:computersalat:devel:php
fix changelog

OBS-URL: https://build.opensuse.org/request/show/106657
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=32
2012-02-23 12:47:47 +00:00
Stephan Kulow
11cd5f8927 Accepting request 105979 from server:php:applications
update to 3.4.10.1, fix for bnc#736698 (PMASA-2012-1), bnc#747841 (forwarded request 105978 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/105979
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=19
2012-02-21 11:23:44 +00:00
Christian Wittmer
2712104a58 Accepting request 105978 from home:computersalat:devel:php
update to 3.4.10.1, fix for bnc#736698 (PMASA-2012-1), bnc#747841

OBS-URL: https://build.opensuse.org/request/show/105978
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=30
2012-02-20 10:08:14 +00:00
Stephan Kulow
17610f7c44 Accepting request 104125 from server:php:applications
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/104125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=18
2012-02-15 15:17:29 +00:00
Christian Wittmer
b1ddf8fe46 Accepting request 98374 from home:computersalat:devel:php
update to 3.4.9, fix for bnc#738411

OBS-URL: https://build.opensuse.org/request/show/98374
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=28
2011-12-28 13:47:19 +00:00
Stephan Kulow
a4daa9c533 Accepting request 96839 from server:php:applications
fix changelog for bnc#736772

OBS-URL: https://build.opensuse.org/request/show/96839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=17
2011-12-21 09:02:59 +00:00
Christian Wittmer
68b22ff00f Accepting request 96836 from home:computersalat:devel:php
fix changelog for bnc#736772

OBS-URL: https://build.opensuse.org/request/show/96836
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=26
2011-12-16 08:38:49 +00:00
Stephan Kulow
db3da8a61e Accepting request 96485 from server:php:applications
update to 3.4.8, fix for PMASA-2011-18 (CVE-2011-4634)

OBS-URL: https://build.opensuse.org/request/show/96485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=16
2011-12-14 13:34:21 +00:00
Christian Wittmer
cd36df4309 Accepting request 96481 from home:computersalat:devel:php
update to 3.4.8

OBS-URL: https://build.opensuse.org/request/show/96481
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=24
2011-12-13 14:45:36 +00:00
Christian Wittmer
b853c9f164 Accepting request 92877 from home:computersalat:devel:php
fix changes file, add bnc#728243

OBS-URL: https://build.opensuse.org/request/show/92877
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=23
2011-11-21 14:23:07 +00:00
Stephan Kulow
21063a0259 Accepting request 91409 from server:php:applications
update to 3.4.7.1, fix for CVE-2011-4107 (forwarded request 91405 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/91409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=15
2011-11-16 16:20:43 +00:00
Christian Wittmer
fd0803d618 Accepting request 91405 from home:computersalat:devel:php
update to 3.4.7.1, fix for CVE-2011-4107

OBS-URL: https://build.opensuse.org/request/show/91405
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=21
2011-11-14 20:37:45 +00:00
Stephan Kulow
2f0c76416b Accepting request 89397 from server:php:applications
update to 3.4.7, fix PMASA-2011-15, fix PMASA-2011-16 (forwarded request 89396 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/89397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=14
2011-10-27 09:20:20 +00:00
Christian Wittmer
4d36a33faa Accepting request 89396 from home:computersalat:devel:php
update to 3.4.7, fix PMASA-2011-15, fix PMASA-2011-16

OBS-URL: https://build.opensuse.org/request/show/89396
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=19
2011-10-26 14:06:03 +00:00
Ruediger Oertel
bf72cde7ff Accepting request 86596 from server:php:applications
update to 3.4.5, fix for PMASA-2011-14

OBS-URL: https://build.opensuse.org/request/show/86596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=12
2011-10-04 23:46:04 +00:00
Christian Wittmer
cfa111ab00 Accepting request 86595 from home:computersalat:devel:php
update to 3.4.5, fix for PMASA-2011-14

OBS-URL: https://build.opensuse.org/request/show/86595
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=17
2011-10-04 21:47:56 +00:00
Sascha Peilicke
92ec63171c Accepting request 79944 from server:php:applications
update to 3.4.4

OBS-URL: https://build.opensuse.org/request/show/79944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=11
2011-08-29 08:36:54 +00:00
Christian Wittmer
b0a3bfbe16 Accepting request 79943 from home:computersalat:devel:php
update to 3.4.4

OBS-URL: https://build.opensuse.org/request/show/79943
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=15
2011-08-27 17:40:23 +00:00
Sascha Peilicke
96b94b7347 Accepting request 77445 from server:php:applications
update to 3.4.3.2 (forwarded request 77444 from computersalat)

OBS-URL: https://build.opensuse.org/request/show/77445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=10
2011-08-01 08:18:24 +00:00
Cristian Rodríguez
0c7ee895f5 Accepting request 77444 from home:computersalat:devel:php
update to 3.4.3.2

OBS-URL: https://build.opensuse.org/request/show/77444
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=13
2011-07-29 15:27:50 +00:00
Sascha Peilicke
e555ab7ea8 Accepting request 75326 from server:php:applications
update to 3.4.3.1

OBS-URL: https://build.opensuse.org/request/show/75326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=9
2011-07-05 08:38:36 +00:00
Christian Wittmer
f60a54ceb1 Accepting request 75323 from home:computersalat:devel:php
update to 3.4.3.1

OBS-URL: https://build.opensuse.org/request/show/75323
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=11
2011-07-04 14:05:23 +00:00
Sascha Peilicke
8058829404 Autobuild autoformatter for 74468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=8
2011-06-27 09:10:37 +00:00
OBS User buildservice-autocommit
e6f306fa5d Updating link to change in openSUSE:Factory/phpMyAdmin revision 8.0
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=d4619eadb70e0b111912f1cbd7b66d53
2011-06-27 09:10:37 +00:00
Sascha Peilicke
1d95fd5957 Accepting request 74468 from server:php:applications
fix for bnc#697748

OBS-URL: https://build.opensuse.org/request/show/74468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=7
2011-06-27 09:10:24 +00:00
Christian Wittmer
97f1dcf46a Accepting request 74297 from home:computersalat:devel:php
fix bnc#697748

OBS-URL: https://build.opensuse.org/request/show/74297
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=9
2011-06-22 09:09:21 +00:00
Sascha Peilicke
28e5f8a2e3 Autobuild autoformatter for 73873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=6
2011-06-17 08:54:47 +00:00
OBS User buildservice-autocommit
c72882c133 Updating link to change in openSUSE:Factory/phpMyAdmin revision 6.0
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=f5829ce33c28f6af6fa83669f5e31c82
2011-06-17 08:54:47 +00:00
Sascha Peilicke
bd80cbe8e4 Accepting request 73873 from server:php:applications
upgrade to version 3.4.2.0 (forwarded request 73838 from weberho)

OBS-URL: https://build.opensuse.org/request/show/73873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=5
2011-06-17 08:54:38 +00:00
Cristian Rodríguez
0a1c497be6 Accepting request 73838 from home:weberho:server
upgrade to version 3.4.2.0

OBS-URL: https://build.opensuse.org/request/show/73838
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=7
2011-06-16 15:01:03 +00:00
Sascha Peilicke
0f4a39ddb9 Accepting request 71294 from server:php:applications
update to 3.4.1

OBS-URL: https://build.opensuse.org/request/show/71294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=4
2011-05-26 10:46:52 +00:00
Christian Wittmer
9bb9be04c4 Accepting request 71293 from home:computersalat:devel:php
update to 3.4.1, some suhosin fixes

OBS-URL: https://build.opensuse.org/request/show/71293
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=5
2011-05-25 12:31:41 +00:00
Sascha Peilicke
11ba063876 Accepting request 64683 from server:php:applications
Accepted submit request 64683 from user licensedigger

OBS-URL: https://build.opensuse.org/request/show/64683
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=3
2011-03-22 09:52:04 +00:00
Sascha Peilicke
712ef5553b Autobuild autoformatter for 62629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=2
2011-02-25 14:41:19 +00:00
Sascha Peilicke
0727f6d5af Accepting request 62629 from server:php:applications
Accepted submit request 62629 from user ralflangb1

OBS-URL: https://build.opensuse.org/request/show/62629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/phpMyAdmin?expand=0&rev=1
2011-02-25 14:41:08 +00:00
2 changed files with 0 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:373f9599dfbd96d6fe75316d5dad189e68c305f297edf42377db9dd6b41b2557
size 7461668

View File

@@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEPQalns5zDrcbURwXznUvF4JZvZIFAmPixzwACgkQznUvF4JZ
vZJykhAAmYcNfeAvZQsZQxsEuihZgsSgUYy/icfTWiUlD8QByMfu+dGDXyFMv9+H
TOOoX6T/7aeY0ZbemmlthHGB34lr4EAdU4b6lyHZ4yhSqOy+b5rf7moKItXF2MRB
LDeVitsACiIS09MX54un4WOcHm2AqesT6KzykLrOhwNt3EP0oKZoTIdQObzALKAh
najxa+TC3iFVPvCGX2VItgJN7i1MTCpwJwo2yHOba9RgNaap+uyOlN30ZZ/u1ne8
+I/QZMyhtq7MQPVDpSAGHHYBmE9W4kihS7g1dzkQlgM585oqUsDmtL8Ba9gqIroV
rXVq4rReDTsx/6wyveGYci9fMDpVFPpMf7Dtay32PK6vEaKjsDR2+kuDkbJqjYlf
/8B8GWJfvsLQly1N1MYIC3BVa/oCd81mkay7d67JtbAC7neQccjn2zkHzJ2RS1Ir
7bImzAd/a5YbZHtLjKRqshWVIrbN/KmO2VwxmM5zjTVlVHZPWCiV9JJx+8PtpQTy
lHcd9Is1ZJzkdeqQaW2IakhgHj+9RDJ4lUFrSeUcl99QqUFil35C9FgcVMbzNzOr
OPBKBKTNVk3uzVYnpCXsvxdmSnyVulBE5iMV+80Cs+P70mKp6vFPGPUY2kXHGWKd
s7tHs6JHgcs2qnLEu7bpm+5/3e34vkffREsyXM322E2GpSC2gfs=
=985I
-----END PGP SIGNATURE-----