svn commit: r528550 - head/security/openvpn

Matthias Andree mandree at FreeBSD.org
Mon Mar 16 22:58:29 UTC 2020


Author: mandree
Date: Mon Mar 16 22:58:26 2020
New Revision: 528550
URL: https://svnweb.freebsd.org/changeset/ports/528550

Log:
  security/openvpn: Add a FIXME marker to clean up a local workaround that was upstreamed for 2.4.9. [info: Lev Stipakov]
  PR: 244286

Modified:
  head/security/openvpn/Makefile

Modified: head/security/openvpn/Makefile
==============================================================================
--- head/security/openvpn/Makefile	Mon Mar 16 22:45:13 2020	(r528549)
+++ head/security/openvpn/Makefile	Mon Mar 16 22:58:26 2020	(r528550)
@@ -3,6 +3,8 @@
 
 PORTNAME=		openvpn
 DISTVERSION=		2.4.8
+# FIXME XXX check if 2.4.9 still needs ASYNC_PUSH_LIBS, see
+# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244286#c6 and #c7
 PORTREVISION?=		2
 CATEGORIES=		security net net-vpn
 MASTER_SITES=		https://swupdate.openvpn.org/community/releases/ \


More information about the svn-ports-all mailing list