head 1.3; access; symbols pkgsrc-2017Q1:1.2.0.34 pkgsrc-2017Q1-base:1.2 pkgsrc-2016Q4:1.2.0.32 pkgsrc-2016Q4-base:1.2 pkgsrc-2016Q3:1.2.0.30 pkgsrc-2016Q3-base:1.2 pkgsrc-2016Q2:1.2.0.28 pkgsrc-2016Q2-base:1.2 pkgsrc-2016Q1:1.2.0.26 pkgsrc-2016Q1-base:1.2 pkgsrc-2015Q4:1.2.0.24 pkgsrc-2015Q4-base:1.2 pkgsrc-2015Q3:1.2.0.22 pkgsrc-2015Q3-base:1.2 pkgsrc-2015Q2:1.2.0.20 pkgsrc-2015Q2-base:1.2 pkgsrc-2015Q1:1.2.0.18 pkgsrc-2015Q1-base:1.2 pkgsrc-2014Q4:1.2.0.16 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.14 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.12 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.10 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.8 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.6 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.2 pkgsrc-2013Q1-base:1.2; locks; strict; comment @# @; 1.3 date 2017.05.24.20.35.12; author adam; state dead; branches; next 1.2; commitid Gfltr6pV0iCvqGSz; 1.2 date 2013.03.26.23.32.50; author joerg; state Exp; branches; next 1.1; 1.1 date 2013.02.10.05.57.42; author manu; state Exp; branches; next ; desc @@ 1.3 log @OpenVPN 2.4.2 Compared to OpenVPN 2.3 this is a major update with a large number of new features, improvements and fixes. Some of the major features are AEAD (GCM) cipher and Elliptic Curve DH key exchange support, improved IPv4/IPv6 dual stack support and more seamless connection migration when client's IP address changes (Peer-ID). Also, the new --tls-crypt feature can be used to increase users' connection privacy. Compared to OpenVPN 2.4.1 there are several bugfixes and small enhancements. A summary of the changes is available in Changes.rst. @ text @$NetBSD: patch-aa,v 1.2 2013/03/26 23:32:50 joerg Exp $ --- Makefile.orig 2013-02-09 05:44:43.000000000 +0000 +++ Makefile @@@@ -1,8 +1,8 @@@@ -prefix=/usr/pkg -PLUGINDIR=$(prefix)/lib/openvpn -bindir=/usr/local/bin +#prefix=/usr/pkg +PLUGINDIR=${DESTDIR}${OPENVPN_PLUGINSDIR} +bindir=${DESTDIR}${PREFIX}/bin -OPENVPN_SRC=../openvpn-2.3.0 +OPENVPN_SRC=../${OPENVPN_DISTNAME} CFLAGS= -Wall -Werror -ansi -g -I$(OPENVPN_SRC)/include -DBINDIR=\"$(bindir)\" OPENVPN_GROUP=nobody @@@@ -20,8 +20,8 @@@@ openvpn-nagios.la: openvpn-nagios.lo -rpath $(PLUGINDIR) -module -o $@@ $? -lc -lutil install: openvpn-nagios.la + $(INSTALL) -d -m 0755 $(PLUGINDIR) $(LIBTOOL) --mode=install cp openvpn-nagios.la $(PLUGINDIR)/ - $(LIBTOOL) --mode=finish clean: rm -rf *.o *.so *.la *.lo .libs @ 1.2 log @Don't call libtool --mode=finish without argument. Fix a sign cast to avoid a clang warning made fatal by -Werror. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1 2013/02/10 05:57:42 manu Exp $ @ 1.1 log @Add openvpn-nagios, an OpenVPN certificate monitoring plugin to be used in nagios @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- Makefile.orig 2013-02-09 06:44:43.000000000 +0100 +++ Makefile 2013-02-09 18:41:18.000000000 +0100 @@@@ -1,9 +1,9 @@@@ d18 1 a18 3 LIBTOOL=libtool @@@@ -19,8 +19,9 @@@@ $(LIBTOOL) --mode=link --tag CC $(CC) -version-info 0:0:0 \ d24 1 a24 1 $(LIBTOOL) --mode=finish d27 1 @