Hello community,
here is the log from the commit of package paper-gtk-theme for openSUSE:Factory checked in at 2016-11-28 15:10:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paper-gtk-theme (Old)
and /work/SRC/openSUSE:Factory/.paper-gtk-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paper-gtk-theme"
Changes:
--------
--- /work/SRC/openSUSE:Factory/paper-gtk-theme/paper-gtk-theme.changes 2016-06-29 15:09:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.paper-gtk-theme.new/paper-gtk-theme.changes 2016-11-28 15:10:59.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Nov 23 14:47:09 UTC 2016 - sor.alexei(a)meowr.ru
+
+- Divide paper-gtk-theme to metatheme-paper-common, and
+ gtk{2,3}-metatheme-paper.
+- Don't require gtk2-engines, instead recommend
+ gtk2-theming-engine-adwaita.
+- Spec cleanup.
+
+-------------------------------------------------------------------
@@ -5 +13,0 @@
-
Old:
----
v2.1.0.tar.gz
New:
----
paper-gtk-theme-2.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ paper-gtk-theme.spec ++++++
--- /var/tmp/diff_new_pack.e6u5Yi/_old 2016-11-28 15:11:00.000000000 +0100
+++ /var/tmp/diff_new_pack.e6u5Yi/_new 2016-11-28 15:11:00.000000000 +0100
@@ -1,6 +1,7 @@
#
-# Spec file for package paper-gtk-theme
+# spec file for package paper-gtk-theme
#
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 Sam Hewitt
#
# All modifications and additions to the file contributed by third parties
@@ -11,41 +12,88 @@
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: paper-gtk-theme
Version: 2.1.0
Release: 0
+Summary: The 'Paper' Gtk theme
License: GPL-3.0+
-Summary: Paper GTK theme
-Url: https://snwh.org/paper
Group: System/GUI/Other
-Source: https://github.com/snwh/paper-gtk-theme/archive/v%{version}.tar.gz
+Url: https://snwh.org/paper
+Source: https://github.com/snwh/paper-gtk-theme/archive/v%{version}.tar.gz#/%{name}…
+BuildRequires: autoconf
BuildRequires: automake
BuildRequires: fdupes
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-Requires: gtk2-engines
%description
-Paper is a modern desktop theme suite. Its design is mostly flat with a minimal use of shadows for depth.
+Paper is a modern desktop theme suite. Its design is mostly flat
+with a minimal use of shadows for depth.
+
+%package -n metatheme-paper-common
+Summary: Common files for the 'Paper' Gtk theme
+Group: System/GUI/Other
+Recommends: paper-icon-theme
+Suggests: gtk2-metatheme-paper
+Suggests: gtk3-metatheme-paper
+# paper-gtk-theme was last used in openSUSE Leap 42.2.
+Provides: %{name} = %{version}-%{release}
+Obsoletes: %{name} < %{version}-%{release}
+
+%description -n metatheme-paper-common
+Paper is a modern desktop theme suite. Its design is mostly flat
+with a minimal use of shadows for depth.
+
+%package -n gtk2-metatheme-paper
+Summary: The 'Paper' theme for Gtk2
+Group: System/GUI/Other
+Requires: metatheme-paper-common = %{version}
+Recommends: gtk2-theming-engine-adwaita
+Supplements: packageand(metatheme-paper-common:gtk2)
+
+%description -n gtk2-metatheme-paper
+Paper is a modern desktop theme suite. Its design is mostly flat
+with a minimal use of shadows for depth.
+
+%package -n gtk3-metatheme-paper
+Summary: The 'Paper' theme for Gtk3
+Group: System/GUI/Other
+Requires: metatheme-paper-common = %{version}
+Supplements: packageand(metatheme-paper-common:gtk3)
+
+%description -n gtk3-metatheme-paper
+Paper is a modern desktop theme suite. Its design is mostly flat
+with a minimal use of shadows for depth.
%prep
%setup -q
-chmod +x autogen.sh
-chmod a-x AUTHORS README.md
+chmod a-x README.md Paper/gtk-2.0/gtkrc
%build
-./autogen.sh
-make %{?_smp_mflags}
+NOCONFIGURE=1 ./autogen.sh
+%configure
+make %{?_smp_mflags} V=1
%install
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
-rm -f %{buildroot}%{_datadir}/themes/Paper/AUTHORS
-chmod -x %{buildroot}%{_datadir}/themes/Paper/gtk-2.0/gtkrc
-%fdupes %{buildroot}%{_datadir}
+%make_install
+%fdupes %{buildroot}%{_datadir}/
-%files
+%files -n metatheme-paper-common
%defattr(-,root,root)
%doc AUTHORS LICENSE README.md
-%{_datadir}/themes/Paper
+%{_datadir}/themes/Paper/
+%exclude %{_datadir}/themes/Paper/gtk-?.*/
+
+%files -n gtk2-metatheme-paper
+%defattr(-,root,root)
+%{_datadir}/themes/Paper/gtk-2.*/
+
+%files -n gtk3-metatheme-paper
+%defattr(-,root,root)
+%{_datadir}/themes/Paper/gtk-3.*/
+
+%changelog
Hello community,
here is the log from the commit of package python3-kombu for openSUSE:Factory checked in at 2016-11-28 15:10:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-kombu (Old)
and /work/SRC/openSUSE:Factory/.python3-kombu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-kombu"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-kombu/python3-kombu.changes 2016-06-19 10:49:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-kombu.new/python3-kombu.changes 2016-11-28 15:10:32.000000000 +0100
@@ -1,0 +2,101 @@
+Sat Nov 26 18:26:16 UTC 2016 - arun(a)gmx.de
+
+- specfile:
+ * updated sed, rm commands (path to files changed)
+
+- update to version 4.0.0:
+ * Now depends on :mod:`amqp` 2.0.
+ * No longer depends on :mod:`anyjson`.
+ * Removed transports that are no longer supported in this version:
+ + Django ORM transport
+ + SQLAlchemy ORM transport
+ + Beanstalk transport
+ + ZeroMQ transport
+ + amqplib transport (use pyamqp).
+ * API Changes
+ + Signature of :class:`kombu.Message` now takes body as first
+ argment.
+ * New SQS transport
+ + "kombu[sqs]" now depends on :pypi:`pycurl`.
+ * New Consul transport.
+ * New etcd transport.
+ * New Qpid transport.
+ * Redis: Priority 0 is now lowest, 9 is highest. (**backward
+ incompatible**)
+ * Redis: Support for Sentinel
+ * RabbitMQ Queue Extensions
+ + "Queue(expires=20.0)"
+ + "Queue(message_ttl=30.0)"
+ + "Queue(max_length=1000)"
+ + "Queue(max_length_bytes=1000)"
+ + "Queue(max_priority=10)"
+ * RabbitMQ: "Message.ack" now supports the "multiple" argument.
+ * "amqps://" can now be specified to require SSL (Issue #610).
+ * "Consumer.cancel_by_queue" is now constant time.
+ * "Connection.ensure*" now raises
+ :exc:`kombu.exceptions.OperationalError`.
+ * Redis: Fixed SSL support.
+ * New "Queue.consumer_arguments" can be used for the ability to set
+ consumer priority via "x-priority".
+ * Queue/Exchange: "no_declare" option added (also enabled for
+ internal amq. exchanges) (Issue #565).
+ * JSON serializer now calls "obj.__json__" for unsupported types.
+ * JSON serializer now handles datetimes, Django promise, UUID and
+ Decimal.
+ * Beanstalk: Priority 0 is now lowest, 9 is highest. (**backward
+ incompatible**)
+ * Redis: now supports SSL using the "ssl" argument to
+ :class:`~kombu.Connection`.
+ * Redis: Fanout exchanges are no longer visible between vhosts, and
+ fanout messages can be filtered by patterns. (**backward
+ incompatible**)
+ * Pidbox: Mailbox new arguments: TTL and expiry.
+ * Exchange.delivery_mode now defaults to :const:`None`, and the
+ default is instead set by "Producer.publish".
+ * :class:`~kombu.Consumer` now supports a new "prefetch_count"
+ argument, which if provided will force the consumer to set an
+ initial prefetch count just before starting.
+ * Virtual transports now stores "priority" as a property, not in
+ "delivery_info", to be compatible with AMQP.
+ * "reply_to" argument to "Producer.publish" can now be
+ :class:`~kombu.Queue` instance.
+ * Connection: There's now a new method
+ "Connection.supports_exchange_type(type)" that can be used to
+ check if the current transport supports a specific exchange type.
+ * SQS: Consumers can now read json messages not sent by Kombu.
+ * SQS: Will now log the access key used when authentication fails.
+ * Added new :class:`kombu.mixins.ConsumerProducerMixin` for
+ consumers that will also publish messages on a separate
+ connection.
+ * Messages: Now have a more descriptive "repr".
+ * Async: HTTP client based on curl.
+ * Async: Now uses `poll` instead of `select` where available.
+ * MongoDB: Now supports priorities
+ * Virtual transports now supports multiple queue bindings.
+ * Virtual transports now supports the anon exchange.
+ * Zookeeper: Transport now uses the built-in suport in kazoo to
+ handle failover when using a list of server names.
+ * ConsumerMixin.run now passes keyword arguments to .consume.
+ * Deprecations and removals
+ + The deprecated method "Consumer.add_queue_from_dict" has been
+ removed.
+ + The deprecated function "kombu.serialization.encode" has been
+ removed.
+ + The deprecated function "kombu.serialization.decode" has been
+ removed.
+ + Removed module "kombu.syn"
+
+- changes from version 3.0.37:
+ * Connection: Return value of ".info()" was no longer JSON
+ serializable, leading to "itertools.cycle object not JSON
+ serializable" errors (Issue #635).
+
+- changes from version 3.0.36:
+ * Connection: Fixed bug when cloning connection with alternate urls.
+ * Redis: Fixed problem with unix socket connections.
+ * Redis: Fixed compatibility with older redis-py versions (Issue
+ #576).
+ * Broadcast now retains queue name when being copied/pickled (Issue
+ #578).
+
+-------------------------------------------------------------------
@@ -12 +112,0 @@
-
Old:
----
kombu-3.0.35.tar.gz
New:
----
kombu-4.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-kombu.spec ++++++
--- /var/tmp/diff_new_pack.1kEmWj/_old 2016-11-28 15:10:33.000000000 +0100
+++ /var/tmp/diff_new_pack.1kEmWj/_new 2016-11-28 15:10:33.000000000 +0100
@@ -17,25 +17,32 @@
Name: python3-kombu
-Version: 3.0.35
+Version: 4.0.0
Release: 0
Summary: AMQP Messaging Framework for Python
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/celery/kombu/
Source: https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{version}.tar…
+BuildRequires: python3-amqp >= 2.0
+BuildRequires: python3-amqplib
BuildRequires: python3-devel
+BuildRequires: python3-pycurl
BuildRequires: python3-setuptools
-BuildRequires: python3-amqp >= 1.0.13
-BuildRequires: python3-amqplib
# Test requirements:
+# tested for 4.0.0
+#BuildRequires: python3-case
+#BuildRequires: python3-pytest
+#BuildRequires: python3-pytz
+# older test requirements
# BuildRequires: python3-PyYAML
# BuildRequires: python3-anyjson >= 0.3.3
# BuildRequires: python3-mock
# BuildRequires: python3-nose-cover3
# BuildRequires: python3-unittest2 >= 0.5.0
Requires: python3-amqp >= 1.0.13
-Requires: python3-anyjson >= 0.3.3
+Requires: python3-pycurl
+Requires: python3-simplejson
Recommends: couchdb
Recommends: mongodb
Recommends: rabbitmq-server
@@ -57,9 +64,9 @@
%prep
%setup -q -n kombu-%{version}
# For rpmlint warning: remove shebang from python library:
-sed -i '/^#!/d' ./kombu/tests/test_serialization.py
+sed -i '/^#!/d' ./t/unit/test_serialization.py
# TODO(saschpe): Stop dropping this test once upstream finalized Py3K support:
-rm kombu/tests/transport/test_filesystem.py kombu/tests/utils/test_encoding.py
+rm t/unit/transport/test_filesystem.py t/unit/utils/test_encoding.py
2to3 -wvn .
%build
@@ -69,8 +76,8 @@
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
# Tests are currently incompatible with latest amqp. Check in next release.
-# %check
-# python3 setup.py test
+#%check
+#python3 setup.py test
%files
%defattr(-,root,root,-)
++++++ kombu-3.0.35.tar.gz -> kombu-4.0.0.tar.gz ++++++
++++ 53702 lines of diff (skipped)
Hello community,
here is the log from the commit of package python3-spark_parser for openSUSE:Factory checked in at 2016-11-28 15:09:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-spark_parser (Old)
and /work/SRC/openSUSE:Factory/.python3-spark_parser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-spark_parser"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-spark_parser/python3-spark_parser.changes 2016-11-07 12:22:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-spark_parser.new/python3-spark_parser.changes 2016-11-28 15:09:46.000000000 +0100
@@ -1,0 +2,32 @@
+Sat Nov 26 18:05:59 UTC 2016 - arun(a)gmx.de
+
+- update to version 1.5.0:
+ * User-definable reduction check. This allows one to specify an
+ additional check before a rediction is made. For example in
+ uncompyle6 we check whether a SETUP_LOOP target jumps to the last
+ token of the rule. Or that an augmented assignment statement
+ doesn't have inplace-binary operators
+ * User defined reduce printing rule. For example, the uncompyle6
+ token class has line numbers and offsets associated with them. We
+ can show these as part of the reduction rule.
+ * Go over python 2 grammar and improve, but some indentation things
+ are slightly worse. Sigh.
+ * spark.py Fix small python2 print bug
+
+- changes from version 1.4.3:
+ * handle Python 2.3 via the 2.4 branch
+ * change grammer dup debug switch from 'rules' (already used) to
+ 'dup'
+
+- changes from version 1.4.2:
+ * Fix botched release
+ * handle Python 2.5 via the 2.4 branch
+
+- changes from version 1.4.1:
+ * Elimiate duplicate grammar rules
+ * Allow hook for additional reduction testing
+ * Fix up setup.py: tests_require not test_requires
+ * Python 2.5 tolerance
+ * update example doc
+
+-------------------------------------------------------------------
Old:
----
spark_parser-1.4.0.tar.gz
New:
----
spark_parser-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-spark_parser.spec ++++++
--- /var/tmp/diff_new_pack.4oPDFO/_old 2016-11-28 15:09:47.000000000 +0100
+++ /var/tmp/diff_new_pack.4oPDFO/_new 2016-11-28 15:09:47.000000000 +0100
@@ -13,19 +13,20 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
Name: python3-spark_parser
-Version: 1.4.0
+Version: 1.5.0
Release: 0
-License: MIT
Summary: An Early-Algorithm Context-free grammar Parser
-Url: https://github.com/rocky/python3-spark/
+License: MIT
Group: Development/Languages/Python
+Url: https://github.com/rocky/python3-spark/
Source: https://files.pythonhosted.org/packages/source/s/spark_parser/spark_parser-…
BuildRequires: python3-devel
-BuildRequires: python3-setuptools
BuildRequires: python3-nose
+BuildRequires: python3-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
++++++ spark_parser-1.4.0.tar.gz -> spark_parser-1.5.0.tar.gz ++++++
++++ 2628 lines of diff (skipped)
Hello community,
here is the log from the commit of package phpMyAdmin for openSUSE:Factory checked in at 2016-11-28 15:09:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpMyAdmin (Old)
and /work/SRC/openSUSE:Factory/.phpMyAdmin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "phpMyAdmin"
Changes:
--------
--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes 2016-11-18 22:01:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes 2016-11-28 15:09:38.000000000 +0100
@@ -1,0 +2,141 @@
+Sat Nov 26 15:32:19 UTC 2016 - ecsos(a)opensuse.org
+
+- update to 4.6.5.1 (2016-11-26)
+ - quick fix for 4.6.5
+ * an issue affecting a small number of users using
+ $cfg['Servers'][$i]['hide_db'] or $cfg['Servers'][$i]['only_db'].
+ * an issue affecting the create table dialog where the partition
+ selection tool was overzealous and made it difficult to create
+ a new table.
+
+- update to 4.6.5 (2016-11-25)
+ - security fixes
+ * Fix for expanding in navigation pane
+ * Reintroduced a simplified version of PmaAbsoluteUri directive
+ (needed with reverse proxies)
+ * Fix editing of ENUM/SET/DECIMAL field structures
+ * Improvements to the parser
+ - other fixes
+ * Remove potentionally license problematic sRGB profile
+ * gh#12459 Display read only fields as read only when editing
+ * gh#12384 Fix expanding of navigation pane when clicking on database
+ * gh#12430 Impove partitioning support
+ * gh#12374 Reintroduced simplified PmaAbsoluteUri configuration directive
+ * Always use UTC time in HTTP headers
+ * gh#12479 Simplified validation of external links
+ * gh#12483 Fix browsing tables with built in transformations
+ * gh#12485 Do not show warning about short blowfish_secret if none is set
+ * gh#12251 Fixed random logouts due to wrong cookie path
+ * gh#12480 Fixed editing of ENUM/SET/DECIMAL fields structure
+ * gh#12497 Missing escaping of configuration used in SQL (hide_db and only_db)
+ * gh#12476 Add error checking in reading advisory rules file
+ * gh#12477 Add checking missing elements and confirming element types from json_decode
+ * gh#12251 Automatically save SQL query in browser local storage rather than in cookie
+ * gh#12292 Unable to edit transformations
+ * gh#12502 Remove unused paramenter when connecting to MySQLi
+ * gh#12303 Fix number formatting with different settings of precision in PHP
+ * gh#12405 Use single quotes in PHP code
+ * gh#12534 Option for the dropped column is not removed from 'after_field' select, after the column is dropped
+ * gh#12531 Properly detect DROP DATABASE queries
+ * gh#12470 Fix possible race condition in setting URL hash
+ * gh#11924 Remove caching of server information
+ * gh#11628 Proper parsing of INSERT ... ON DUPLICATE KEY queries
+ * gh#12545 Proper parsing of CREATE TABLE ... PARTITION queries
+ * gh#12473 Code can throw unhandled exception
+ * gh#12550 Do not try to keep alive session even after expiry
+ * gh#12512 Fixed rendering BBCode links in setup
+ * gh#12518 Fixed copy of table with generated columns
+ * gh#12221 Fixed export of table with generated columns
+ * gh#12320 Copying a user does not copy usergroup
+ * gh#12272 Adding a new row with default enum goes to no selection when you want to add more then 2 rows
+ * gh#12487 Drag and drop import prevents file dropping to blob column file selector on the insert tab
+ * gh#12554 Absence of scrolling makes it impossible to read longer text values in grid editing
+ * gh#12530 "Edit routine" crashes when the current user is not the definer, even if privileges are adequate
+ * gh#12300 Export selective tables by-default dumps Events also
+ * gh#12298 Fixed export of view definitions
+ * gh#12242 Edit routine detail dialog does not fill "Return length" field in mysql functions
+ * gh#12575 New index Confirm adds whitespace around the field name
+ * gh#12382 Bug in zoom search
+ * gh#12321 Assign LIMIT clause only to syntactically correct queries
+ * gh#12461 Can't Execute SQL With Sub-Query Due To "LIMIT 0,25" Inserted At Wrong Place
+ * gh#12511 Clarify documentation on ArbitraryServerRegexp
+ * gh#12508 Remove duplicate code in SQL escaping
+ * gh#12475 Cleanup code for getting table information
+ * gh#12579 phpMyAdmin's export of a Select statment without a FROM clause generates Wrong SQL
+ * gh#12316 Correct export of complex SELECT statements
+ * gh#12080 Fixed parsing of subselect queries
+ * gh#11740 Fixed handling DELETE ... USING queries
+ * gh#12100 Fixed handling of CASE operator
+ * gh#12455 Query history stores separate entry for every letter typed
+ * gh#12327 Create PHP code no longer works
+ * gh#12179 Fixed bookmarking of query with multiple statements
+ * gh#12419 Wrong description on GRANT OPTION
+ * gh#12615 Fixed regexp for matching browser versions
+ * gh#12569 Avoid showing import errors twice
+ * gh#12362 prefs_manage.php can leave an orphaned temporary file
+ * gh#12619 Unable to export csv when using union select
+ * gh#12625 Broken Edit links in query results of JOIN query
+ * gh#12634 Drop DB error in import if DB doesn't exist
+ * gh#12338 Designer reverts to first saved ER after EACH relation create or delete
+ * gh#12639 'Show trace' in Console generates JS error for functions in query's trace called without any arguments
+ * gh#12366 Fix user creation with certain MariaDB setups
+ * gh#12616 Refuse to work with mbstring.func_overload enabled
+ * gh#12472 Properly report connection without password in setup
+ * gh#12365 Fix records count for large tables
+ * gh#12533 Fix records count for complex queries
+ * gh#12454 Query history not updated in console until page refresh
+ * gh#12344 Fixed parsing of labels in loop
+ * gh#12228 Fixed parsing of BEGIN labels
+ * gh#12637 Fixed editing some timestamp values
+ * gh#12622 Fixed javascript error in designer
+ * gh#12334 Missing page indicator or VIEWs
+ * gh#12610 Export of tables with Timestamp/Datetime/Time columns defined with ON UPDATE clause with precision fails
+ * gh#12661 Error inserting into pma__history after timeout
+ * gh#12195 Row_format = fixed not visible
+ * gh#12665 Cannot add a foreign key - non-indexed fields not listed in InnoDB tables
+ * gh#12674 Allow for proper MySQL-allowed strings as identifiers
+ * gh#12651 Allow for partial dates on table insert page
+ * gh#12681 Fixed designer with tables using special chars
+ * gh#12652 Fixed visual query builder for foreign keys with more fields
+ * gh#12257 Improved search page performance
+ * gh#12322 Avoid selecting default function for foreign keys
+ * gh#12453 Fixed escaping of SQL parts in some corner cases
+ * gh#12542 Missing table name in account privileges editor
+ * gh#12691 Remove ksort call on empty array in PMA_getPlugins function
+ * gh#12443 Check parameter type before processing
+ * gh#12299 Avoid generating too long URLs in search
+ * gh#12361 Fix self SQL injection in table-specific privileges
+ * gh#12698 Add link to release notes and download on new version notification
+ * gh#12712 Error when trying to setup replication (fatal error in call to an old PMA_DBI_connect function)
+- fix for boo#1012271
+ https://www.phpmyadmin.net/security/
+ * Unsafe generation of $cfg['blowfish_secret']
+ see PMASA-2016-58 (CVE ids: Not yet assigned , CWE-661)
+ * phpMyAdmin's phpinfo functionality is removed
+ see PMASA-2016-59 (CVE ids: Not yet assigned , CWE-661)
+ * AllowRoot and allow/deny rule bypass with specially-crafted username
+ see PMASA-2016-60 (CVE ids: Not yet assigned , CWE-661)
+ * Username matching weaknesses with allow/deny rules
+ see PMASA-2016-61 (CVE ids: Not yet assigned , CWE-661)
+ * Possible to bypass logout timeout
+ see PMASA-2016-62 (CVE ids: Not yet assigned , CWE-661)
+ * Full path disclosure (FPD) weaknesses
+ see PMASA-2016-63 (CVE ids: Not yet assigned , CWE-661)
+ * Multiple XSS weaknesses
+ see PMASA-2016-64 (CVE ids: Not yet assigned , CWE-661, CWE-352)
+ * Multiple denial-of-service (DOS) vulnerabilities
+ see PMASA-2016-65 (CVE ids: Not yet assigned , CWE-661, CW-400)
+ * Possible to bypass white-list protection for URL redirection
+ see PMASA-2016-66 (CVE ids: Not yet assigned , CWE-661, CWE-20, CWE-601)
+ * BBCode injection to login page
+ see PMASA-2016-67 (CVE ids: Not yet assigned , CWE-661)
+ * Denial-of-service (DOS) vulnerability in table partitioning
+ see PMASA-2016-68 (CVE ids: Not yet assigned , CWE-661, CWE-400)
+ * Multiple SQL injection vulnerabilities
+ see PMASA-2016-69 (CVE ids: Not yet assigned , CWE-661, CWE-89)
+ * Incorrect serialized string parsing
+ see PMASA-2016-70 (CVE ids: Not yet assigned , CWE-661)
+ * CSRF token not stripped from the URL
+ see PMASA-2016-71 (CVE ids: Not yet assigned , CWE-661)
+
+-------------------------------------------------------------------
Old:
----
phpMyAdmin-4.6.4-all-languages.tar.xz
phpMyAdmin-4.6.4-all-languages.tar.xz.asc
New:
----
phpMyAdmin-4.6.5.1-all-languages.tar.xz
phpMyAdmin-4.6.5.1-all-languages.tar.xz.asc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ phpMyAdmin.spec ++++++
--- /var/tmp/diff_new_pack.bIBt9e/_old 2016-11-28 15:09:40.000000000 +0100
+++ /var/tmp/diff_new_pack.bIBt9e/_new 2016-11-28 15:09:40.000000000 +0100
@@ -29,7 +29,7 @@
%define ap_grp nogroup
%endif
Name: phpMyAdmin
-Version: 4.6.4
+Version: 4.6.5.1
Release: 0
Summary: Administration of MySQL over the web
License: GPL-2.0+
++++++ phpMyAdmin-4.6.4-all-languages.tar.xz -> phpMyAdmin-4.6.5.1-all-languages.tar.xz ++++++
++++ 19780 lines of diff (skipped)