Created attachment 233770 [details] Patch for security/openvpn-devel/Makefile and distinfo The "devel" port has become a bit stale. Bring up to the latest GIT master version, with lots of detail improvements in TLS handling, frame size handling, MTU/MSS handling, etc. Patch for Makefile and distinfo attached. Tested as part of the OpenVPN upstream test suite on FreeBSD 11.4, 12.3, 13.0 thanks ;-)
For the next revision, please review my 2nd commit, and please address: --- openvpn.8 --- man-sections/tls-options.rst:492: (ERROR/3) Unexpected indentation. --- openvpn.8.html --- man-sections/tls-options.rst:492: (ERROR/3) Unexpected indentation.
Thanks for your port submission!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=be05900d7d732c33b2cc48aac68d818c041728bd commit be05900d7d732c33b2cc48aac68d818c041728bd Author: Gert Doering <gert@greenie.muc.de> AuthorDate: 2022-05-05 12:10:04 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-05-06 17:15:49 +0000 security/openvpn-devel: Upgrade to current git revision commits up to 413877f522e bring a number new developments, especially hardening the server against TLS state exhaustion and being abused for reflection/amplification attacks, a full MTU/MSS handling rehaul, and proper OpenSSL 3.0.x support. PR: 263818 security/openvpn-devel/Makefile | 6 +++--- security/openvpn-devel/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c6b784e198019d45dce050bb8b79a7bce1a771b commit 7c6b784e198019d45dce050bb8b79a7bce1a771b Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2022-05-06 17:13:50 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-05-06 17:20:36 +0000 security/openvpn-devel: integration improvements fixing quirks - PORTREVISION cannot be empty - complete pkg-plist - remove dead REINPLACE_CMD Approved by: portmgr@ (blanket, fix broken port) Related to: PR: 263818 security/openvpn-devel/Makefile | 2 +- security/openvpn-devel/pkg-plist | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)