Bug 210259 - security/openvpn-devel: Update to 201623 Snapshot
Summary: security/openvpn-devel: Update to 201623 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: Kurt Jaeger
URL:
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-06-13 18:13 UTC by Eric F Crist
Modified: 2016-06-28 16:21 UTC (History)
2 users (show)

See Also:


Attachments
Diff File (2.16 KB, patch)
2016-06-13 18:13 UTC, Eric F Crist
vlad-fbsd: maintainer-approval? (ecrist)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric F Crist 2016-06-13 18:13:32 UTC
Created attachment 171396 [details]
Diff File

Update to the latest 201623 development snapshot.  This includes changes both to the port options, as well as OpenVPN:

Port Changes:
    1) No more password-save option.  This is always on now.
    2) LibreSSL has been renamed mbed TLS

Notable OpenVPN Changes:
    1) Implement --push-remove option to remove options pushed by server.
    2) Use mbedTLS 2.x now, instead of PolarSSL 1.x
Comment 1 VK freebsd_triage 2016-06-14 10:57:23 UTC
Thanks for the patch.

So this is a -devel package, but do you think this might require an UPDATING entry as it will break any existing saved options that rely on "POLARSSL" option name?

Also, committers heads up if you include the PR description in commit log, "LibreSSL" is typo (Port Changes, #2), should be "PolarSSL".
Comment 2 VK freebsd_triage 2016-06-14 10:59:18 UTC
Comment on attachment 171396 [details]
Diff File

Please also flag the patch as maintainer-approval+ as that will make the PR appear in the "Maintainer Approved" saved search. Also please note that you can automatically flag your patches for the ports you're maintainer of, as maintainer-approval+ to speed up issue resolution. ;)
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2016-06-28 05:37:52 UTC
testbuilds@work
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-06-28 16:21:14 UTC
A commit references this bug:

Author: pi
Date: Tue Jun 28 16:20:11 UTC 2016
New revision: 417735
URL: https://svnweb.freebsd.org/changeset/ports/417735

Log:
  security/openvpn-devel: 201607 -> 201623

  Port Changes:
  - password-save option is always on now, no longer optional
  - LibreSSL has been renamed mbed TLS

  Upstream Changes:
  - Implement --push-remove option to remove options pushed by server
  - Use mbedTLS 2.x now, instead of PolarSSL 1.x

  PR:		210259
  Submitted by:	ecrist@secure-computing.net (maintainer)

Changes:
  head/security/openvpn-devel/Makefile
  head/security/openvpn-devel/distinfo
Comment 5 Kurt Jaeger freebsd_committer freebsd_triage 2016-06-28 16:21:42 UTC
Committed, thanks!