Skip to content

Commit

Permalink
sysutils/rsyslog8: update to 8.2402.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infracaninophile committed Feb 28, 2024
1 parent 7c6358e commit dc1b81e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions sysutils/rsyslog8/Makefile
@@ -1,6 +1,5 @@
PORTNAME= rsyslog
PORTVERSION= 8.2312.0
PORTREVISION= 1
PORTVERSION= 8.2402.0
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/

Expand Down
6 changes: 3 additions & 3 deletions sysutils/rsyslog8/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1702509396
SHA256 (rsyslog-8.2312.0.tar.gz) = 774032006128a896437f5913e132aa27dbfb937cd8847e449522d5a12d63d03e
SIZE (rsyslog-8.2312.0.tar.gz) = 3358109
TIMESTAMP = 1709154239
SHA256 (rsyslog-8.2402.0.tar.gz) = acbdd8579489df36b4a383dc6909a61b7623807f0aff54c062115f2de7ea85ba
SIZE (rsyslog-8.2402.0.tar.gz) = 3404026
14 changes: 7 additions & 7 deletions sysutils/rsyslog8/files/patch-runtime_nsd__ossl.c
@@ -1,11 +1,11 @@
--- runtime/nsd_ossl.c.orig 2021-04-08 06:34:23 UTC
--- runtime/nsd_ossl.c.orig 2024-02-26 08:24:02 UTC
+++ runtime/nsd_ossl.c
@@ -1381,7 +1381,7 @@ osslPostHandshakeCheck(nsd_ossl_t *pNsd)
if (SSL_get_shared_ciphers(pNsd->ssl,szDbg, sizeof szDbg) != NULL)
@@ -798,7 +798,7 @@ osslPostHandshakeCheck(nsd_ossl_t *pNsd)
if (SSL_get_shared_ciphers(pNsd->pNetOssl->ssl,szDbg, sizeof szDbg) != NULL)
dbgprintf("osslPostHandshakeCheck: Debug Shared ciphers = %s\n", szDbg);

- #if OPENSSL_VERSION_NUMBER >= 0x10002000L
+ #if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)
if(SSL_get_shared_curve(pNsd->ssl, -1) == 0) {
LogError(0, RS_RET_NO_ERRCODE, "nsd_ossl:"
"No shared curve between syslog client and server.");
+#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)
if(SSL_get_shared_curve(pNsd->pNetOssl->ssl, -1) == 0) {
// This is not a failure
LogMsg(0, RS_RET_NO_ERRCODE, LOG_INFO, "nsd_ossl: "

0 comments on commit dc1b81e

Please sign in to comment.