Hello community, here is the log from the commit of package orthanc-mysql for openSUSE:Factory checked in at 2020-12-17 17:05:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/orthanc-mysql (Old) and /work/SRC/openSUSE:Factory/.orthanc-mysql.new.5145 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orthanc-mysql" Thu Dec 17 17:05:45 2020 rev:3 rq:856558 version:3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/orthanc-mysql/orthanc-mysql.changes 2020-11-12 22:38:13.670068893 +0100 +++ /work/SRC/openSUSE:Factory/.orthanc-mysql.new.5145/orthanc-mysql.changes 2020-12-17 17:09:12.289964894 +0100 @@ -1,0 +2,18 @@ +Wed Dec 16 19:30:07 UTC 2020 - Axel Braun <[email protected]> + +- version 3.0 +* Report issue/solution and prevent the start of Orthanc if the MySQL user is + not allowed to run the "CREATE TRIGGER" command (missing "SUPER" privilege) +* Implementation of new extensions: LookupResourceAndParent and GetAllMetadata +* Added an advisory lock to avoid race conditions during database setup +* Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure + the retries when connecting to the DB at startup +* Support of dynamic linking against the system-wide Orthanc framework library +* Added support for TLS connections: 3 new options: + - "EnableSsl" (false by default) + - "SslVerifyServerCertificates" (true by default - inactive if EnableSsl if false) + - "SslCACertificates" (default value is "HttpsCACertificates" from global + Orthanc configuration) +* Uses Orthanc Framework 1.8.1 + +------------------------------------------------------------------- Old: ---- OrthancMySQL-2.0.tar.gz New: ---- OrthancMySQL-3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ orthanc-mysql.spec ++++++ --- /var/tmp/diff_new_pack.XND7N1/_old 2020-12-17 17:09:12.809965409 +0100 +++ /var/tmp/diff_new_pack.XND7N1/_new 2020-12-17 17:09:12.813965414 +0100 @@ -21,9 +21,9 @@ Summary: Database plugin for Orthanc License: AGPL-3.0-or-later Group: Productivity/Databases/Tools -Version: 2.0 +Version: 3.0 Release: 0 -URL: https://orthanc-server.com +URL: http://orthanc-server.com Source0: https://www.orthanc-server.com/downloads/get.php?path=/plugin-mysql/OrthancMySQL-%{version}.tar.gz Source1: orthanc-mysql-readme.SUSE Source2: mysql.json @@ -34,6 +34,7 @@ BuildRequires: jsoncpp-devel BuildRequires: libboost_date_time-devel >= 1.66 BuildRequires: libboost_filesystem-devel >= 1.66 +BuildRequires: libboost_iostreams-devel >= 1.66 BuildRequires: libboost_locale-devel >= 1.66 BuildRequires: libboost_regex-devel >= 1.66 BuildRequires: libboost_system-devel >= 1.66 @@ -41,8 +42,8 @@ BuildRequires: libcurl-devel BuildRequires: libmysqld-devel BuildRequires: openssl-devel -BuildRequires: orthanc-framework-devel -BuildRequires: orthanc-framework-source +BuildRequires: orthanc-devel +BuildRequires: orthanc-source BuildRequires: unzip BuildRequires: uuid-devel BuildRequires: zlib-devel @@ -50,8 +51,6 @@ Requires: mariadb Requires: orthanc -BuildRoot: %{_tmppath}/%{name}-%{version}-build - %description MySQL/mariadb Database plugin for Orthanc, replaces SQLite database @@ -65,7 +64,7 @@ -DUSE_SYSTEM_GOOGLE_TEST=ON \ -DUSE_SYSTEM_ORTHANC_SDK=ON \ -DORTHANC_FRAMEWORK_SOURCE=path \ - -DORTHANC_FRAMEWORK_ROOT=/usr/src/orthanc/ \ + -DORTHANC_FRAMEWORK_ROOT=/usr/src/orthanc/OrthancFramework/Sources \ -DBoost_NO_BOOST_CMAKE=ON \ -DLIB_INSTALL_DIR=%{_libdir}/share/orthanc/plugins/ ++++++ OrthancMySQL-2.0.tar.gz -> OrthancMySQL-3.0.tar.gz ++++++ ++++ 20004 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
