Bug 248147 - security/openvpn-devel: Update to 2020-W30 snapshot
Summary: security/openvpn-devel: Update to 2020-W30 snapshot
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthias Andree
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-21 18:29 UTC by Eric F Crist
Modified: 2020-07-21 19:04 UTC (History)
1 user (show)

See Also:
ecrist: maintainer-feedback+


Attachments
diff file for changes for port update (842 bytes, patch)
2020-07-21 18:29 UTC, Eric F Crist
ecrist: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric F Crist 2020-07-21 18:29:31 UTC
Created attachment 216635 [details]
diff file for changes for port update

Port Update diff attached

Change Log:

08469ca1 Remove --client-cert-not-required
2d5facaa Remove --ifconfig-pool-linear
94edc7c5 Require AEAD support in the crypto library
ec7d0e8e Drop support for OpenSSL 1.0.1
df85950a travis: Fix make distcheck failure
aad16b6c client-connect: Implement deferred connect support for plugin API v2
3658e577 Separate handling of non-deferred return values for client-connect-scripts.
3d2af156 client-connect: Add deferred support to the client-connect v1 plugin handler
290bb269 client-connect: Use inotify for the deferred client-connect status file
529b1ab2 client-connect: Add deferred support to the client-connect script handler
82241468 Remove CAS_PARTIAL state
4cabd28a doc/man: Do not install man *.rst files
4b4b34da Remove --no-iv
19fab1f6 options: don't leak inline'd key material in logfile
83d6da50 Merge Makefile.am's AUTOMAKE_OPTIONS into configure.ac's AM_INIT_AUTOMAKE.
dfb40edc client-connect: Add CC_RET_DEFERRED and cope with deferred client-connect
ee6830c3 doc/man: Add misssing renegotiation.rst to Makefile.am
8d0b1def doc/man: Documentation for --bind-dev / VRFs on Linux
5c5544d4 doc/man: Update --txqueuelen default setting (Now OS default)
ed593e65 doc/man: Adopt compression documentation
850fd5fa doc/man: Mark compression options as deprecated
f500c49c doc/man: convert openvpn.8 to split-up .rst files
c83b197a Add deferred authentication support to plugin-auth-pam
90ed0fd2 reformat multi_client_generate_tls_keys according to uncrustify
708d1694 client-connect: Move adding inotify watch into its own function
4d500451 client-connect: Change cas_context from int to enum
07a69fd2 client-connect: Refactor client-connect handling to calling a bunch of hooks in a loop
4f29b73b client-connect: Refactor to use return values instead of modifying a passed-in flag
380a142a client-connect: Move multi_client_connect_setenv into early_setup
62a840e2 client-connect: Refactor multi_client_connect_source_ccd
78359a04 Added support for DHCP option 119 (dns search suffix list) for Windows.
0c8c50ca client-connect: Split multi_connection_established into separate functions
b15fcceb Handle connecting clients without NCP or OCC without crashing.
Comment 1 Matthias Andree freebsd_committer freebsd_triage 2020-07-21 19:03:38 UTC
r542781
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-07-21 19:04:30 UTC
A commit references this bug:

Author: mandree
Date: Tue Jul 21 19:03:28 UTC 2020
New revision: 542781
URL: https://svnweb.freebsd.org/changeset/ports/542781

Log:
  security/openvpn-devel: update to 2020-W30 snapshot

  This is from the PR, with the addition of
  BUILD_DEPENDS+=rst2man:textproc/py-docutils
  such that the manpage gets built (it doesn't ship with
  snapshots - which are from Git - any longer).

  changes:

  08469ca1 Remove --client-cert-not-required
  2d5facaa Remove --ifconfig-pool-linear
  94edc7c5 Require AEAD support in the crypto library
  ec7d0e8e Drop support for OpenSSL 1.0.1
  df85950a travis: Fix make distcheck failure
  aad16b6c client-connect: Implement deferred connect support for plugin API v2
  3658e577 Separate handling of non-deferred return values for client-connect-scripts.
  3d2af156 client-connect: Add deferred support to the client-connect v1 plugin handler
  290bb269 client-connect: Use inotify for the deferred client-connect status file
  529b1ab2 client-connect: Add deferred support to the client-connect script handler
  82241468 Remove CAS_PARTIAL state
  4cabd28a doc/man: Do not install man *.rst files
  4b4b34da Remove --no-iv
  19fab1f6 options: don't leak inline'd key material in logfile
  83d6da50 Merge Makefile.am's AUTOMAKE_OPTIONS into configure.ac's AM_INIT_AUTOMAKE.
  dfb40edc client-connect: Add CC_RET_DEFERRED and cope with deferred client-connect
  ee6830c3 doc/man: Add misssing renegotiation.rst to Makefile.am
  8d0b1def doc/man: Documentation for --bind-dev / VRFs on Linux
  5c5544d4 doc/man: Update --txqueuelen default setting (Now OS default)
  ed593e65 doc/man: Adopt compression documentation
  850fd5fa doc/man: Mark compression options as deprecated
  f500c49c doc/man: convert openvpn.8 to split-up .rst files
  c83b197a Add deferred authentication support to plugin-auth-pam
  90ed0fd2 reformat multi_client_generate_tls_keys according to uncrustify
  708d1694 client-connect: Move adding inotify watch into its own function
  4d500451 client-connect: Change cas_context from int to enum
  07a69fd2 client-connect: Refactor client-connect handling to calling a bunch of hooks in a loop
  4f29b73b client-connect: Refactor to use return values instead of modifying a passed-in flag
  380a142a client-connect: Move multi_client_connect_setenv into early_setup
  62a840e2 client-connect: Refactor multi_client_connect_source_ccd
  78359a04 Added support for DHCP option 119 (dns search suffix list) for Windows.
  0c8c50ca client-connect: Split multi_connection_established into separate functions
  b15fcceb Handle connecting clients without NCP or OCC without crashing.

  PR:		248147
  Submitted by:	Eric F. Crist (maintainer)

Changes:
  head/security/openvpn-devel/Makefile
  head/security/openvpn-devel/distinfo