summaryrefslogtreecommitdiff
path: root/app-crypt/xca
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-08 22:31:44 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-08 22:31:44 +0100
commit07e5258263817a33e6c141c7f2626f909688bdb1 (patch)
tree672db8f3d96096edfd3ef013d3869640a9856a0d /app-crypt/xca
parent5e2dc8e9ee14034d872c67b64a63af413f63ad47 (diff)
gentoo auto-resync : 08:09:2023 - 22:31:44
Diffstat (limited to 'app-crypt/xca')
-rw-r--r--app-crypt/xca/Manifest2
-rw-r--r--app-crypt/xca/xca-2.4.0_p20230526.ebuild9
2 files changed, 7 insertions, 4 deletions
diff --git a/app-crypt/xca/Manifest b/app-crypt/xca/Manifest
index c19d15c94cc4..162905243f98 100644
--- a/app-crypt/xca/Manifest
+++ b/app-crypt/xca/Manifest
@@ -3,5 +3,5 @@ AUX xca-2.4.0-bug-733000.patch 873 BLAKE2B f63029bf31f69058728db74cb798f641be721
DIST xca-2.4.0.tar.gz 1778572 BLAKE2B 2e90ef264dc53019cc37700b37d5eb0c48904ca371ae1ce0cfe2ad61be8765951ea918d356c1f2764e73d846693a66c903cba1381df5d1a588aae8bb45f8c195 SHA512 e93e2cf9dc48ed43ee9b51e977f825d81ff08835eb4d77fcbe8f9dc8ce31c77c1da879b48c25ab535717542d1fe84faa6e46c410c116edbee02072040c59667c
DIST xca-2.4.0_p20230526.tar.gz 1818483 BLAKE2B bac990117d1d6a4f80d4ad2317653d8817c7d97e3ea4e92e6fcb6a1531eb782ead4a0504748107697be6e98816e89f33f43de1a8073394e4ead39c16dee3987e SHA512 1252a8230149b04c98dab6ec5fc7f424b6eb1552553831e1c53690fa55ce919537d20741dd9f0e9ac7495d3f80503d2b6b5f0c9322912226363e2b5feb66e416
EBUILD xca-2.4.0-r2.ebuild 1487 BLAKE2B fc8d68924c448f477ed4f710694f22d14372b7a772363106b71518b83131ecca86a52ad85218df5a4423430650c00aa9b772cc4e30ee3d43722a2524b9e67d30 SHA512 b99486bb383151d57910b427d4344804337c2cbdc76d5702a7c157d0b20d4ff7e88a6e2f25496d8ca0f370977d301e78e3e4ae408ff7fec774812b915447cdf6
-EBUILD xca-2.4.0_p20230526.ebuild 1504 BLAKE2B 62a323d18cb3791197789f13f29eb2c82bddf75162b9dcfa17d70d6c2e8e77d26b30ca5bf901da7f3bc3e1a9abc37985a0906cd7cb2dfbcc4e65815225c8c4d4 SHA512 f0fb1ad511818d8fe6cc03f7a394eacdd1c6e18fe3f77f2808fd0f7ecc1ca69a394779d0d9b916110d29e2874c16f713edf28d4017bcd4272fc63cb1c210b789
+EBUILD xca-2.4.0_p20230526.ebuild 1585 BLAKE2B 87f26f1edee7a55fb4d2fd3c787c965da396b98dd3b81e213a2fcf0c9457f82b9349d9ebaf0c51376c80b329f3791688f541b501b75fee9143b81afe681a7fdc SHA512 836315aa907758a99ec9b2ee4fd8ff760df2ef197f4a920508888a0efbe23a18b1ea07f9e4ee0e0d780c476ea3e35ad074eb1ceed044e46a859fce62d91ce7a0
MISC metadata.xml 304 BLAKE2B f99e5a2ed991066c1c605ca7bba6669b362e90a96e5a26258caf8d6491f8c5351cc897826bd06dda28ac67cc3813b0fa640b8fe304aeea7ea10b75fa3074d340 SHA512 b8d54115ab45ecc869066e083938a28d075f4436fef33607685e633976843023b3fe4fb65456ba04532f38c4f35b7dc109f68c59c11ad4e73f2332786fee6cf5
diff --git a/app-crypt/xca/xca-2.4.0_p20230526.ebuild b/app-crypt/xca/xca-2.4.0_p20230526.ebuild
index 3945599273e0..281147c04226 100644
--- a/app-crypt/xca/xca-2.4.0_p20230526.ebuild
+++ b/app-crypt/xca/xca-2.4.0_p20230526.ebuild
@@ -50,9 +50,12 @@ src_install() {
insinto /etc/xca
doins misc/*.txt
- ewarn "Make a backup copy of your database!"
- ewarn "Version 2 completely changes the database format to SQL(ite)"
- ewarn "Don't try to open it with older versions of XCA (< 1.4.0). They will corrupt the database."
+ dosym xca /usr/bin/xca-console
+
+ ewarn "This is an unofficial snapshot that is compatible with openssl 3."
+ ewarn "One known flaw is that starting xca without a database will no longer open"
+ ewarn "the GUI. Provide either a new or existing database as an argument on the"
+ ewarn "command line."
}
pkg_postinst() {