Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 2020 22:58:27 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528550 - head/security/openvpn
Message-ID:  <202003162258.02GMwROV040859@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003162258.02GMwROV040859>