mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
mail/datovka: Update 4.27.0 => 4.28.0
Release Notes: https://www.datovka.cz/cs/2026-01-20-datovka-4.28.0.html PR: 292691
This commit is contained in:
committed by
Vladimir Druzenko
parent
70b7f6b665
commit
514ee999c9
@@ -1,5 +1,5 @@
|
||||
PORTNAME= datovka
|
||||
DISTVERSION= 4.27.0
|
||||
DISTVERSION= 4.28.0
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://secure.nic.cz/files/datove_schranky/${DISTVERSION}/
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1758788409
|
||||
SHA256 (datovka-4.27.0.tar.xz) = 9e353316cd266fba50de1c7cd6c43b9f7b65667160d3e6e4f8a661389de08bf3
|
||||
SIZE (datovka-4.27.0.tar.xz) = 5177396
|
||||
TIMESTAMP = 1769250094
|
||||
SHA256 (datovka-4.28.0.tar.xz) = 05dc0c541fc4d67da4bf41cda16d7b8307f25a15ed003c1a09b7d467283f6300
|
||||
SIZE (datovka-4.28.0.tar.xz) = 5202864
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
--- src/crypto/crypto.c.orig 2023-08-07 16:26:04 UTC
|
||||
+++ src/crypto/crypto.c
|
||||
@@ -312,7 +312,9 @@ int crypto_init(void)
|
||||
OpenSSL_add_all_algorithms();
|
||||
|
||||
ERR_load_crypto_strings();
|
||||
+#if OPENSSL_VERSION_NUMBER < 0x30000000L
|
||||
ERR_load_CMS_strings();
|
||||
+#endif
|
||||
//ERR_free_strings();
|
||||
|
||||
if (NULL != ca_certs) {
|
||||
Reference in New Issue
Block a user