diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index 9882967b85fd..e0db3525fb10 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= radsecproxy -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 CATEGORIES= net MASTER_SITES= GH diff --git a/net/radsecproxy/distinfo b/net/radsecproxy/distinfo index 9f333b90005d..afd7a92a1ff3 100644 --- a/net/radsecproxy/distinfo +++ b/net/radsecproxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1567862289 -SHA256 (radsecproxy-radsecproxy-1.8.0_GH0.tar.gz) = 6b0316055b76001743c8f2c94e878979c76aea4c9327199f26ba74abba354d37 -SIZE (radsecproxy-radsecproxy-1.8.0_GH0.tar.gz) = 109914 +TIMESTAMP = 1570117206 +SHA256 (radsecproxy-radsecproxy-1.8.1_GH0.tar.gz) = c2bb5cf674770162551394cb2913c0984c72c5e41fd26d79761be6c7a877a01a +SIZE (radsecproxy-radsecproxy-1.8.1_GH0.tar.gz) = 110264 diff --git a/net/radsecproxy/files/patch-dtls.c b/net/radsecproxy/files/patch-dtls.c deleted file mode 100644 index 764ccf0c5db2..000000000000 --- a/net/radsecproxy/files/patch-dtls.c +++ /dev/null @@ -1,11 +0,0 @@ ---- dtls.c.orig 2019-07-04 06:42:58 UTC -+++ dtls.c -@@ -491,7 +491,7 @@ void *dtlslistener(void *arg) { - BIO_set_fd(SSL_get_rbio(conf->tlsconf->dtlssslprep), s, BIO_NOCLOSE); - } - --#if OPENSSL_VERSION_NUMBER < 0x10100000 -+#if (OPENSSL_VERSION_NUMBER < 0x10100000) || defined(LIBRESSL_VERSION_NUMBER) - if(DTLSv1_listen(conf->tlsconf->dtlssslprep, &from) > 0) { - #else - if(DTLSv1_listen(conf->tlsconf->dtlssslprep, (BIO_ADDR *)&from) > 0) { diff --git a/net/radsecproxy/files/patch-radsecproxy.conf-example b/net/radsecproxy/files/patch-radsecproxy.conf-example index 206c9d44668d..2e6445835d36 100644 --- a/net/radsecproxy/files/patch-radsecproxy.conf-example +++ b/net/radsecproxy/files/patch-radsecproxy.conf-example @@ -1,12 +1,6 @@ ---- radsecproxy.conf-example.orig 2019-07-04 06:42:58 UTC +--- radsecproxy.conf-example.orig 2019-09-30 14:32:08 UTC +++ radsecproxy.conf-example -@@ -1,4 +1,4 @@ --# Master config file, must be in /usr/local/etc/radsecproxy or specified with -c option -+# Master config file, /usr/local/etc/radsecproxy.conf or specified with -c option - # All possible config options are listed below - - # First you may define any global options, these are: -@@ -91,12 +91,12 @@ +@@ -90,12 +90,12 @@ tls default { # You must specify at least one of CACertificateFile or CACertificatePath # for TLS to work. We always verify peer certificate (client and server) diff --git a/net/radsecproxy/files/patch-rewrite.c b/net/radsecproxy/files/patch-rewrite.c deleted file mode 100644 index 476179d87482..000000000000 --- a/net/radsecproxy/files/patch-rewrite.c +++ /dev/null @@ -1,10 +0,0 @@ ---- rewrite.c.orig 2019-07-04 06:42:58 UTC -+++ rewrite.c -@@ -5,6 +5,7 @@ - #include - #include - #include -+#include - #include "debug.h" - #include "gconfig.h" - #include "hash.h"