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
This commit is contained in:
parent
f3d4867a7c
commit
df17111620
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:82941071e35bc534a13056315341435b4e31226077c318c491c0f88da43bdf78
|
|
||||||
size 1339412
|
|
3
xca-2.3.0.tar.gz
Normal file
3
xca-2.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d168a225efaf9b2213e9ad2ba0abbccfcad139181dd2be668c2bbe21955a248
|
||||||
|
size 1354154
|
@ -1,8 +1,8 @@
|
|||||||
Index: xca-2.1.2/configure.ac
|
Index: configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- xca-2.1.2.orig/configure.ac
|
--- configure.ac.orig
|
||||||
+++ xca-2.1.2/configure.ac
|
+++ configure.ac
|
||||||
@@ -226,7 +226,7 @@ if test "${enable_doc}"; then
|
@@ -263,7 +263,7 @@ if test "${enable_doc}"; then
|
||||||
|
|
||||||
case "$DOCTOOL" in
|
case "$DOCTOOL" in
|
||||||
linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";;
|
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
|
if test "${srcdir}" != "."; then
|
||||||
mkdir -p doc
|
mkdir -p doc
|
||||||
Index: xca-2.1.2/configure
|
Index: configure
|
||||||
===================================================================
|
===================================================================
|
||||||
--- xca-2.1.2.orig/configure
|
--- configure.orig
|
||||||
+++ xca-2.1.2/configure
|
+++ configure
|
||||||
@@ -4136,7 +4136,7 @@ test -n "$DOCTOOL" || DOCTOOL="":""
|
@@ -4274,7 +4274,7 @@ test -n "$DOCTOOL" || DOCTOOL="":""
|
||||||
|
|
||||||
case "$DOCTOOL" in
|
case "$DOCTOOL" in
|
||||||
linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";;
|
linuxdoc) DOCTOOL="linuxdoc -B html -H \$(TOPDIR)/doc/html.header";;
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Index: xca-2.1.2/misc/xca.desktop
|
Index: misc/xca.desktop
|
||||||
===================================================================
|
===================================================================
|
||||||
--- xca-2.1.2.orig/misc/xca.desktop
|
--- misc/xca.desktop.orig
|
||||||
+++ xca-2.1.2/misc/xca.desktop
|
+++ misc/xca.desktop
|
||||||
@@ -10,5 +10,5 @@ Comment[hr]=Grafičko korisničko sučel
|
@@ -11,5 +11,5 @@ Comment[nl]=Een grafische gebruikers int
|
||||||
Exec=xca %F
|
Exec=xca %F
|
||||||
Icon=xca-32x32
|
Icon=xca
|
||||||
Terminal=false
|
Terminal=false
|
||||||
-Categories=Application;Utility;Qt;
|
-Categories=Application;Utility;Qt;
|
||||||
+Categories=Utility;DesktopUtility;
|
+Categories=Utility;DesktopUtility;
|
||||||
|
20
xca.changes
20
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 <mardnh@gmx.de>
|
Thu Jan 30 21:11:18 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
10
xca.spec
10
xca.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xca
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xca
|
Name: xca
|
||||||
Version: 2.2.1
|
Version: 2.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An RSA key and certificate management tool
|
Summary: An RSA key and certificate management tool
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -28,6 +28,7 @@ Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{ver
|
|||||||
Patch0: %{name}-desktop.patch
|
Patch0: %{name}-desktop.patch
|
||||||
Patch1: %{name}-configure.patch
|
Patch1: %{name}-configure.patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: libqt5-linguist
|
BuildRequires: libqt5-linguist
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -37,7 +38,7 @@ BuildRequires: pkgconfig(Qt5Gui)
|
|||||||
BuildRequires: pkgconfig(Qt5Sql)
|
BuildRequires: pkgconfig(Qt5Sql)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
Requires: libQt5Sql5-sqlite
|
#Requires: libQt5Sql5-sqlite
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Graphical certification authority is an interface for managing RSA
|
Graphical certification authority is an interface for managing RSA
|
||||||
@ -60,7 +61,7 @@ Baumstruktur präsentiert.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%autopatch -p1
|
%autopatch -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-qt-version=5 \
|
%configure --with-qt-version=5 \
|
||||||
@ -77,6 +78,7 @@ Baumstruktur präsentiert.
|
|||||||
%license COPYRIGHT
|
%license COPYRIGHT
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||||
%{_datadir}/mime/packages/%{name}.xml
|
%{_datadir}/mime/packages/%{name}.xml
|
||||||
%{_datadir}/pixmaps/%{name}*
|
%{_datadir}/pixmaps/%{name}*
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user