From df17111620c7569cb995f2024e9dc40baf3aa7cba84253ea2c5844f90da9d804 Mon Sep 17 00:00:00 2001 From: Christian Wittmer Date: Sun, 26 Jul 2020 18:24:23 +0000 Subject: [PATCH] Accepting request 822873 from home:computersalat:devel:security update to 2.3.0 OBS-URL: https://build.opensuse.org/request/show/822873 OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=19 --- xca-2.2.1.tar.gz | 3 --- xca-2.3.0.tar.gz | 3 +++ xca-configure.patch | 16 ++++++++-------- xca-desktop.patch | 10 +++++----- xca.changes | 20 ++++++++++++++++++++ xca.spec | 10 ++++++---- 6 files changed, 42 insertions(+), 20 deletions(-) delete mode 100644 xca-2.2.1.tar.gz create mode 100644 xca-2.3.0.tar.gz diff --git a/xca-2.2.1.tar.gz b/xca-2.2.1.tar.gz deleted file mode 100644 index e40be48..0000000 --- a/xca-2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82941071e35bc534a13056315341435b4e31226077c318c491c0f88da43bdf78 -size 1339412 diff --git a/xca-2.3.0.tar.gz b/xca-2.3.0.tar.gz new file mode 100644 index 0000000..10fcdf4 --- /dev/null +++ b/xca-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d168a225efaf9b2213e9ad2ba0abbccfcad139181dd2be668c2bbe21955a248 +size 1354154 diff --git a/xca-configure.patch b/xca-configure.patch index 33dcb2a..76da41e 100644 --- a/xca-configure.patch +++ b/xca-configure.patch @@ -1,8 +1,8 @@ -Index: xca-2.1.2/configure.ac +Index: configure.ac =================================================================== ---- xca-2.1.2.orig/configure.ac -+++ xca-2.1.2/configure.ac -@@ -226,7 +226,7 @@ if test "${enable_doc}"; then +--- configure.ac.orig ++++ configure.ac +@@ -263,7 +263,7 @@ if test "${enable_doc}"; then case "$DOCTOOL" in linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";; @@ -11,11 +11,11 @@ Index: xca-2.1.2/configure.ac :) if test "${srcdir}" != "."; then mkdir -p doc -Index: xca-2.1.2/configure +Index: configure =================================================================== ---- xca-2.1.2.orig/configure -+++ xca-2.1.2/configure -@@ -4136,7 +4136,7 @@ test -n "$DOCTOOL" || DOCTOOL="":"" +--- configure.orig ++++ configure +@@ -4274,7 +4274,7 @@ test -n "$DOCTOOL" || DOCTOOL="":"" case "$DOCTOOL" in linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";; diff --git a/xca-desktop.patch b/xca-desktop.patch index 7db78e8..556014e 100644 --- a/xca-desktop.patch +++ b/xca-desktop.patch @@ -1,10 +1,10 @@ -Index: xca-2.1.2/misc/xca.desktop +Index: misc/xca.desktop =================================================================== ---- xca-2.1.2.orig/misc/xca.desktop -+++ xca-2.1.2/misc/xca.desktop -@@ -10,5 +10,5 @@ Comment[hr]=Grafičko korisničko sučel +--- misc/xca.desktop.orig ++++ misc/xca.desktop +@@ -11,5 +11,5 @@ Comment[nl]=Een grafische gebruikers int Exec=xca %F - Icon=xca-32x32 + Icon=xca Terminal=false -Categories=Application;Utility;Qt; +Categories=Utility;DesktopUtility; diff --git a/xca.changes b/xca.changes index 9d2f434..d1c9cfd 100644 --- a/xca.changes +++ b/xca.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Jul 26 17:08:49 UTC 2020 - chris@computersalat.de + +- xca 2.3.0 Wed Apr 29 2020 + + * Close #191 OID LN differs warning popups at startup + * Close #189 Database compaction #189 + * Improve PKCS11 library loading for portable app + * Refactor native separators / and \ on windows. + * Support TLS encrypted MariaDB and PostgreSQL connection + * Close #182: UI not using Windows native theme in 2.2.1 portable + * Close #70: cant open ics file in ical on macos mojave + * Close #72: Add checkbox for OCSP staple feature + * Use DESTDIR instead of destdir when installing. Follows autotools convention. + * Close #172 #46: Multiple OCSP Responders + * Close #170 xca-portable-2.2.1 cannot change language + * Fix certificate assignment when importing a CA certificate + * Close #163: Show key type/size on column of Certificates tab +- rebase patches + ------------------------------------------------------------------- Thu Jan 30 21:11:18 UTC 2020 - Martin Hauke diff --git a/xca.spec b/xca.spec index 8a56e25..939b540 100644 --- a/xca.spec +++ b/xca.spec @@ -1,7 +1,7 @@ # # spec file for package xca # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: xca -Version: 2.2.1 +Version: 2.3.0 Release: 0 Summary: An RSA key and certificate management tool License: BSD-3-Clause @@ -28,6 +28,7 @@ Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{ver Patch0: %{name}-desktop.patch Patch1: %{name}-configure.patch BuildRequires: gcc-c++ +BuildRequires: hicolor-icon-theme BuildRequires: libqt5-linguist BuildRequires: libtool BuildRequires: pkgconfig @@ -37,7 +38,7 @@ BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Sql) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(openssl) -Requires: libQt5Sql5-sqlite +#Requires: libQt5Sql5-sqlite %description Graphical certification authority is an interface for managing RSA @@ -60,7 +61,7 @@ Baumstruktur präsentiert. %prep %setup -q -%autopatch -p1 +%autopatch -p0 %build %configure --with-qt-version=5 \ @@ -77,6 +78,7 @@ Baumstruktur präsentiert. %license COPYRIGHT %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/*/apps/%{name}.png %{_datadir}/mime/packages/%{name}.xml %{_datadir}/pixmaps/%{name}* %{_datadir}/%{name}