Bug 263818 - security/openvpn-devel: update to git revision 413877f522e (master as of today)
Summary: security/openvpn-devel: update to git revision 413877f522e (master as of today)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-06 15:07 UTC by Gert Doering
Modified: 2022-05-06 17:22 UTC (History)
2 users (show)

See Also:
gert: maintainer-feedback+


Attachments
Patch for security/openvpn-devel/Makefile and distinfo (2.15 KB, patch)
2022-05-06 15:07 UTC, Gert Doering
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gert Doering 2022-05-06 15:07:16 UTC
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 ;-)
Comment 1 Matthias Andree freebsd_committer freebsd_triage 2022-05-06 17:21:44 UTC
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.
Comment 2 Matthias Andree freebsd_committer freebsd_triage 2022-05-06 17:22:07 UTC
Thanks for your port submission!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-05-06 17:22:19 UTC
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(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-05-06 17:22:19 UTC
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(-)