Bug 204805 - [MAINTAINER] security/openvpn-devel: update to 2015-48 snapshot
Summary: [MAINTAINER] security/openvpn-devel: update to 2015-48 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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-25 12:50 UTC by Eric F Crist
Modified: 2015-12-01 01:45 UTC (History)
1 user (show)

See Also:


Attachments
SVN Diff (1.99 KB, patch)
2015-11-25 12:50 UTC, Eric F Crist
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric F Crist 2015-11-25 12:50:22 UTC
Created attachment 163519 [details]
SVN Diff

Updates port to week 48 snapshot which contains a few FreeBSD specific bug fixes:

commit cef57449b98c38deb35e885bd8958fe09f6a2b02
Author: Gert Doering <gert@greenie.muc.de>
Date:   Tue Nov 24 14:09:10 2015 +0100

    remove unused gc_arena in FreeBSD close_tun()

    not used, and a small mem leak on every tunnel close...


commit b33e1355765bbf83f4c8b744c442c7d98df808fa
Author: Gert Doering <gert@greenie.muc.de>
Date:   Tue Nov 10 22:17:03 2015 +0100

    Fix FreeBSD-specific mishandling of gc arena pointer in create_arbitrary_remote()
    
    ... and while at it, fix warning about losing "const" qualifier on
    return.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2015-11-26 16:16:17 UTC
Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-11-30 11:09:57 UTC
A commit references this bug:

Author: miwi
Date: Mon Nov 30 11:08:57 UTC 2015
New revision: 402661
URL: https://svnweb.freebsd.org/changeset/ports/402661

Log:
  - Update to 2015-48

  PR:		        204805
  Submitted by:	ecrist@secure-computing.net (maintainer)
  Approved by:	mat (mentor)

Changes:
  head/security/openvpn-devel/Makefile
  head/security/openvpn-devel/distinfo
Comment 3 Jason Unovitch freebsd_committer freebsd_triage 2015-12-01 01:45:16 UTC
@ecrist, it would be helpful on future updates to explain things such as why the SNAPPY option was removed. Is it supported upstream anymore?