Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
f6f3175060 | |||
|
47bb223acf | ||
e7c4a5c03c | |||
b5e002463f | |||
51c94a2029 | |||
|
0c0fa0467b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15ff6fbe4c004ac2ad18885ab35ae6940364a8246d5fe8562a41312fe45ec15e
|
||||
size 1888329
|
3
xca-2.9.0.tar.gz
Normal file
3
xca-2.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8a956f6f0660356b725cb06ef5835dfb36526043a4f8c1cfe7674bb7bdd6c5c
|
||||
size 1954022
|
@@ -1,11 +0,0 @@
|
||||
Index: xca-2.7.0/misc/xca.desktop
|
||||
===================================================================
|
||||
--- xca-2.7.0.orig/misc/xca.desktop
|
||||
+++ xca-2.7.0/misc/xca.desktop
|
||||
@@ -15,5 +15,5 @@ Comment[it]=Interfaccia grafica per gene
|
||||
Exec=xca %F
|
||||
Icon=de.hohnstaedt.xca
|
||||
Terminal=false
|
||||
-Categories=Application;Utility;Qt;
|
||||
+Categories=Utility;DesktopUtility;
|
||||
MimeType=application/x-xca-database;application/x-xca-template;application/x-x509-ca-cert;application/pkcs10;application/x-pkcs7-certificates;application/x-pkcs12;
|
31
xca.changes
31
xca.changes
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 13:39:35 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update build and runtime dependencies
|
||||
- Use the qt6 macros to build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 28 21:18:44 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.9.0
|
||||
This release fixes some minor issues:
|
||||
* Do not revoke renewed certificate with same serial.
|
||||
* Fix default template finding on linux.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 15:24:38 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 2.8.0
|
||||
Most notable new features:
|
||||
* Support for SHA3.
|
||||
* Name the MS CryptographicServiceProvider in the comment.
|
||||
* OpenSSL PURPOSE and validation results in the certificate
|
||||
details.
|
||||
* Support UniveralPrincipalName (UPN) and NameConstraints.
|
||||
* Support JSON Web Key (JWK) export format.
|
||||
* Hide unusable (expired / revoked) certificates.
|
||||
Full changelog
|
||||
* https://hohnstaedt.de/xca-doc/html/changelog.html#xca-2-8-0-sun-oct-13-2024
|
||||
- Drop patch:
|
||||
* xca-desktop.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 5 09:04:30 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
51
xca.spec
51
xca.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xca
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2023 Jonathan Brielmaier <jbrielmaier@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: xca
|
||||
Version: 2.7.0
|
||||
Version: 2.9.0
|
||||
Release: 0
|
||||
Summary: An RSA key and certificate management tool
|
||||
License: BSD-3-Clause
|
||||
@@ -26,28 +26,20 @@ Group: Productivity/Networking/Security
|
||||
Summary(de): Ein RSA-Schlüssel- und -Zertifikat-Managementprogramm
|
||||
URL: https://www.hohnstaedt.de/xca/
|
||||
Source: https://github.com/chris2511/xca/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: %{name}-desktop.patch
|
||||
%if 0%{?suse_version} <= 1600
|
||||
BuildRequires: gcc12
|
||||
BuildRequires: gcc12-c++
|
||||
%else
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: libqt5-linguist
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt6Gui)
|
||||
BuildRequires: cmake(Qt6Help)
|
||||
BuildRequires: cmake(Qt6Linguist)
|
||||
BuildRequires: cmake(Qt6LinguistTools)
|
||||
BuildRequires: cmake(Qt6Sql)
|
||||
BuildRequires: cmake(Qt6Test)
|
||||
BuildRequires: pkgconfig(Qt6Gui)
|
||||
BuildRequires: pkgconfig(Qt6Help)
|
||||
BuildRequires: pkgconfig(Qt6Linguist)
|
||||
BuildRequires: pkgconfig(Qt6Sql)
|
||||
BuildRequires: pkgconfig(Qt6Widgets)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
#Requires: libQt5Sql5-sqlite
|
||||
Requires: qt6-sql-sqlite
|
||||
|
||||
%description
|
||||
Graphical certification authority is an interface for managing RSA
|
||||
@@ -81,37 +73,26 @@ Bash completion script for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autopatch -p1
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} <= 1600
|
||||
export CC=gcc-12
|
||||
export CXX=g++-12
|
||||
%endif
|
||||
%if 0%{?suse_version} <= 1600
|
||||
%cmake
|
||||
%cmake_build
|
||||
%else
|
||||
%cmake xca
|
||||
%cmake_build
|
||||
%endif
|
||||
%cmake_qt6
|
||||
%qt6_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%suse_update_desktop_file -i %{name} DesktopUtility
|
||||
%qt6_install
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%files
|
||||
%doc AUTHORS changelog VERSION.txt
|
||||
%license COPYRIGHT
|
||||
%doc AUTHORS changelog VERSION.txt
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/applications/de.hohnstaedt.xca.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/*%{name}.png
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/x-xca-*.png
|
||||
%{_datadir}/mime/packages/%{name}.xml
|
||||
%{_datadir}/pixmaps/%{name}*
|
||||
%{_datadir}/metainfo/de.hohnstaedt.xca.metainfo.xml
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/metainfo/*.xml
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
|
||||
%files bash-completion
|
||||
|
Reference in New Issue
Block a user