Marcus Meissner
1bb7f12aaa
- version update to 2.6.0 * Export certificates for ovpn file * SHA1 based MAC for PKCS12 * Support legacy keys and automatically transform them if possible. * Renew Certificate freeze XCA * paste an encrypted private key results in a crash * Fix crash when deleting CA certificates * add flatpak build information and github action * Subject Alternative Name not filled by all CN * Improve import: Finish multi import when empty * Add File extensions in Info.plist supported by XCA * Quick view of certificates without trying to open XCA * pass private key password * Export PEM + Key in one File * Impossible to import PKCS#12 (RC40_CBC) * Make XCA AppStore compliant with -DAPPSTORE_COMPLIANT=ON - modified patches % xca-desktop.patch (refreshed) OBS-URL: https://build.opensuse.org/request/show/1164349 OBS-URL: https://build.opensuse.org/package/show/security/xca?expand=0&rev=29
12 lines
518 B
Diff
12 lines
518 B
Diff
Index: xca-2.6.0/misc/xca.desktop
|
|
===================================================================
|
|
--- xca-2.6.0.orig/misc/xca.desktop
|
|
+++ xca-2.6.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;
|