SHA256
1
0
forked from pool/xca

Compare commits

...

2 Commits

Author SHA256 Message Date
Ana Guerrero
51c94a2029 Accepting request 1208197 from security
OBS-URL: https://build.opensuse.org/request/show/1208197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xca?expand=0&rev=12
2024-10-16 21:47:21 +00:00
Martin Hauke
0c0fa0467b - 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

OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=35
2024-10-15 18:20:28 +00:00
5 changed files with 24 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15ff6fbe4c004ac2ad18885ab35ae6940364a8246d5fe8562a41312fe45ec15e
size 1888329

3
xca-2.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87955987ad6e05ba3dcac826cd22f7d9cedf00e4a409a1931e94e5347e79a7d0
size 1952653

View File

@ -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;

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
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>

View File

@ -18,7 +18,7 @@
Name: xca
Version: 2.7.0
Version: 2.8.0
Release: 0
Summary: An RSA key and certificate management tool
License: BSD-3-Clause
@ -26,7 +26,6 @@ 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++
@ -81,7 +80,6 @@ Bash completion script for %{name}.
%prep
%setup -q
%autopatch -p1
%build
%if 0%{?suse_version} <= 1600
@ -98,20 +96,18 @@ export CXX=g++-12
%install
%cmake_install
%suse_update_desktop_file -i %{name} DesktopUtility
%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