SECURITY: update to version 2.0.1;
fixes serveral vulnerabilities; http://www.vuxml.org/openbsd/a7ce7b3c-136a-11da-bb92-00065bd5b0b6.html ok pvalchev@
This commit is contained in:
parent
8eb9ed6e1b
commit
b2b5a3021d
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2005/05/01 21:28:49 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2005/08/23 00:32:39 robert Exp $
|
||||
# Original from: Jorge A. Cortes Montiel <jcortes@bsdcoders.org>
|
||||
|
||||
COMMENT= "easy-to-use, robust, and highly configurable VPN"
|
||||
|
||||
VERSION= 2.0
|
||||
VERSION= 2.0.1
|
||||
DISTNAME= openvpn-${VERSION}
|
||||
CATEGORIES= net security
|
||||
|
||||
@ -39,12 +39,12 @@ post-install:
|
||||
${INSTALL_DATA_DIR} ${SAMPLES_DIR}/sample-config-files
|
||||
${INSTALL_DATA_DIR} ${SAMPLES_DIR}/sample-keys
|
||||
${INSTALL_DATA_DIR} ${SAMPLES_DIR}/sample-scripts
|
||||
@perl -pi -e 's,#!/bin/bash,#!/bin/sh,g' ${WRKSRC}/easy-rsa/*
|
||||
${INSTALL_DATA_DIR} ${SAMPLES_DIR}/easy-rsa
|
||||
@rm -rf ${WRKSRC}/easy-rsa/Windows
|
||||
${INSTALL_DATA} ${WRKSRC}/sample-config-files/* ${SAMPLES_DIR}/sample-config-files/
|
||||
${INSTALL_DATA} ${WRKSRC}/sample-keys/* ${SAMPLES_DIR}/sample-keys/
|
||||
${INSTALL_DATA} ${WRKSRC}/sample-scripts/* ${SAMPLES_DIR}/sample-scripts/
|
||||
${INSTALL_DATA} ${WRKSRC}/easy-rsa/* ${SAMPLES_DIR}/easy-rsa/
|
||||
@find ${WRKSRC}/easy-rsa -type f -exec perl -pi -e 's,#!/bin/bash,#!/bin/sh,g' {} \;
|
||||
@cp -pR ${WRKSRC}/easy-rsa/* ${SAMPLES_DIR}/easy-rsa/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (openvpn-2.0.tar.gz) = 7401faebc6baee9add32608709c54eec
|
||||
RMD160 (openvpn-2.0.tar.gz) = 52f9137b3ef3b7d7db3f4bdf7d29e2655dfcb5a9
|
||||
SHA1 (openvpn-2.0.tar.gz) = 76f3c37681e9626cc67ab37f57dea60dd9221308
|
||||
SIZE (openvpn-2.0.tar.gz) = 639201
|
||||
MD5 (openvpn-2.0.1.tar.gz) = fad7a08c0d68371c2c0e6428bcb98fa5
|
||||
RMD160 (openvpn-2.0.1.tar.gz) = ced7028e996f119ce1b0e21305aaa744d2181fd9
|
||||
SHA1 (openvpn-2.0.1.tar.gz) = d0ce0f41c8832e96511761ba4db1d209267c2caa
|
||||
SIZE (openvpn-2.0.1.tar.gz) = 662428
|
||||
|
@ -1,8 +1,28 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2005/05/01 21:28:50 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/08/23 00:32:40 robert Exp $
|
||||
@man man/man8/openvpn.8
|
||||
sbin/openvpn
|
||||
share/examples/openvpn/
|
||||
share/examples/openvpn/easy-rsa/
|
||||
share/examples/openvpn/easy-rsa/2.0/
|
||||
share/examples/openvpn/easy-rsa/2.0/README
|
||||
share/examples/openvpn/easy-rsa/2.0/build-ca
|
||||
share/examples/openvpn/easy-rsa/2.0/build-dh
|
||||
share/examples/openvpn/easy-rsa/2.0/build-inter
|
||||
share/examples/openvpn/easy-rsa/2.0/build-key
|
||||
share/examples/openvpn/easy-rsa/2.0/build-key-pass
|
||||
share/examples/openvpn/easy-rsa/2.0/build-key-pkcs12
|
||||
share/examples/openvpn/easy-rsa/2.0/build-key-server
|
||||
share/examples/openvpn/easy-rsa/2.0/build-req
|
||||
share/examples/openvpn/easy-rsa/2.0/build-req-pass
|
||||
share/examples/openvpn/easy-rsa/2.0/clean-all
|
||||
share/examples/openvpn/easy-rsa/2.0/inherit-inter
|
||||
share/examples/openvpn/easy-rsa/2.0/list-crl
|
||||
share/examples/openvpn/easy-rsa/2.0/openssl.cnf
|
||||
share/examples/openvpn/easy-rsa/2.0/pkitool
|
||||
share/examples/openvpn/easy-rsa/2.0/revoke-full
|
||||
share/examples/openvpn/easy-rsa/2.0/scripts
|
||||
share/examples/openvpn/easy-rsa/2.0/sign-req
|
||||
share/examples/openvpn/easy-rsa/2.0/vars
|
||||
share/examples/openvpn/easy-rsa/README
|
||||
share/examples/openvpn/easy-rsa/build-ca
|
||||
share/examples/openvpn/easy-rsa/build-dh
|
||||
@ -45,6 +65,7 @@ share/examples/openvpn/sample-keys/client.key
|
||||
share/examples/openvpn/sample-keys/dh1024.pem
|
||||
share/examples/openvpn/sample-keys/pass.crt
|
||||
share/examples/openvpn/sample-keys/pass.key
|
||||
share/examples/openvpn/sample-keys/pkcs12.p12
|
||||
share/examples/openvpn/sample-keys/server.crt
|
||||
share/examples/openvpn/sample-keys/server.key
|
||||
share/examples/openvpn/sample-keys/tmp-ca.crt
|
||||
|
Loading…
Reference in New Issue
Block a user