From 4c01e615d7c28ba1b83e3d74e68a8f1b3fef6758 Mon Sep 17 00:00:00 2001 From: David Marec Date: Thu, 20 May 2021 19:42:30 +0200 Subject: [PATCH] Uses OpenBSD FTP master sites Review pkg-desc Avoid conflicts --- Makefile | 8 ++++---- distinfo | 6 +++--- pkg-descr | 13 +++++++------ 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 1d5dcd3..fc1669c 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,18 @@ PORTNAME= openiked-portable -DISTVERSIONPREFIX= v PORTVERSION= 6.9.0 CATEGORIES= security net +MASTER_SITES= OPENBSD/OpenIKED +DISTNAME= openiked-${PORTVERSION} -MAINTAINER= portmgr@FreeBSD.org +MAINTAINER= david@lapinbilly.eu COMMENT= IKEv2 daemon LICENSE= ISCL LIB_DEPENDS= libevent.so:devel/libevent +CONFLICTS_INSTALL= openiked-[0-9]* USES= cmake ssl -USE_GITHUB= yes -GH_ACCOUNT= openiked USE_RC_SUBR= iked USERS= _iked diff --git a/distinfo b/distinfo index 985274d..3cbaa5e 100644 --- a/distinfo +++ b/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620241950 -SHA256 (openiked-openiked-portable-v6.9.0_GH0.tar.gz) = 091fb7bb3a1f708b8d620cb11dd5509091c0326293fb38f020a7b6c8909d19af -SIZE (openiked-openiked-portable-v6.9.0_GH0.tar.gz) = 296532 +TIMESTAMP = 1621459617 +SHA256 (openiked-6.9.0.tar.gz) = f8a9a376c27a53b9d22a948a8245aa296f0c24fe5a40933d77b752b5e98ffa5d +SIZE (openiked-6.9.0.tar.gz) = 289696 diff --git a/pkg-descr b/pkg-descr index 5860471..a641c88 100644 --- a/pkg-descr +++ b/pkg-descr @@ -1,9 +1,10 @@ -OpenIKED is a lean Internet Key Exchange (IKEv2) daemon which performs -mutual authentication and which establishes and maintains IPsec VPN -flows and security associations (SAs) between the two peers. +OpenIKED is a free, permissively licensed Internet Key Exchange +(IKEv2) implementation, developed as part of the OpenBSD project. +It is intended to be a lean, secure and interoperable daemon that +allows for easy setup and management of IPsec VPNs. -This version of OpenIKED is derived from OpenIKED's iked, but changed -to support transport mode IPSec and lazy creation of associations, -among many other improvements. +The portable versions take +the OpenBSD based source code and add compatibility functions and +build infrastructure for other operating systems. WWW: https://github.com/openiked/openiked-portable -- 2.44.0