Date: Tue, 18 Jun 2019 15:26:00 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504487 - in head/security: . openfortivpn Message-ID: <201906181526.x5IFQ0No012234@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Tue Jun 18 15:26:00 2019 New Revision: 504487 URL: https://svnweb.freebsd.org/changeset/ports/504487 Log: new port: security/openfortivpn This is a client for PPP+SSL VPN tunnel services. It works with Fortinet VPN. Added: head/security/openfortivpn/ head/security/openfortivpn/Makefile (contents, props changed) head/security/openfortivpn/distinfo (contents, props changed) head/security/openfortivpn/pkg-descr (contents, props changed) head/security/openfortivpn/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jun 18 14:34:06 2019 (r504486) +++ head/security/Makefile Tue Jun 18 15:26:00 2019 (r504487) @@ -409,6 +409,7 @@ SUBDIR += openconnect-gui SUBDIR += opencryptoki SUBDIR += openct + SUBDIR += openfortivpn SUBDIR += openiked SUBDIR += opensaml SUBDIR += opensc Added: head/security/openfortivpn/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openfortivpn/Makefile Tue Jun 18 15:26:00 2019 (r504487) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= openfortivpn +PORTVERSION= 1.10.0 +DISTVERSIONPREFIX=v +CATEGORIES= security + +MAINTAINER= lifanov@FreeBSD.org +COMMENT= Client for PPP+SSL VPN tunnel services + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= autoreconf pkgconfig ssl +USE_GITHUB= yes +GH_ACCOUNT= adrienverge + +GNU_CONFIGURE= yes +CONFIGURE_ENV= OPENSSL_LIBS="-lssl -lcrypto" OPENSSL_CFLAGS=${OPENSSLINC} + +.include <bsd.port.mk> Added: head/security/openfortivpn/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openfortivpn/distinfo Tue Jun 18 15:26:00 2019 (r504487) @@ -0,0 +1,3 @@ +TIMESTAMP = 1560867376 +SHA256 (adrienverge-openfortivpn-v1.10.0_GH0.tar.gz) = d6ea0c84c0cf811530073fa19865334bb42ab10a780157fe95c4efb3476ad58d +SIZE (adrienverge-openfortivpn-v1.10.0_GH0.tar.gz) = 74872 Added: head/security/openfortivpn/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openfortivpn/pkg-descr Tue Jun 18 15:26:00 2019 (r504487) @@ -0,0 +1,5 @@ +Openfortivpn is a client for PPP+SSL VPN tunnel services. +It spawns a pppd process and operates the communication between +the gateway and the process. It is compatible with Fortinet VPNs. + +WWW: https://github.com/adrienverge/openfortivpn Added: head/security/openfortivpn/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/openfortivpn/pkg-plist Tue Jun 18 15:26:00 2019 (r504487) @@ -0,0 +1,4 @@ +bin/openfortivpn +man/man1/openfortivpn.1.gz +@dir %%ETCDIR%% +@sample %%DATADIR%%/config.template %%ETCDIR%%/config
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906181526.x5IFQ0No012234>