git: 514ee999c902 - main - mail/datovka: Update 4.27.0 => 4.28.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Jan 2026 18:36:50 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=514ee999c902fa5a71df216c739c29340583b4c5
commit 514ee999c902fa5a71df216c739c29340583b4c5
Author: Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2026-01-24 18:35:05 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-01-24 18:35:05 +0000
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
---
mail/datovka/Makefile | 2 +-
mail/datovka/distinfo | 6 +++---
mail/datovka/files/patch-src_crypto_crypto.c | 12 ------------
3 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/mail/datovka/Makefile b/mail/datovka/Makefile
index 01a76dee2775..9ea83e3c9fb6 100644
--- a/mail/datovka/Makefile
+++ b/mail/datovka/Makefile
@@ -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}/
diff --git a/mail/datovka/distinfo b/mail/datovka/distinfo
index 8fda21c243d3..c2b1f9944f95 100644
--- a/mail/datovka/distinfo
+++ b/mail/datovka/distinfo
@@ -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
diff --git a/mail/datovka/files/patch-src_crypto_crypto.c b/mail/datovka/files/patch-src_crypto_crypto.c
deleted file mode 100644
index 098dd144f94c..000000000000
--- a/mail/datovka/files/patch-src_crypto_crypto.c
+++ /dev/null
@@ -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) {