notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
openiked IKEv2 daemon
2.2_1 security on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.2Version of this port present on the latest quarterly branch.
Maintainer: marcel@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-11-10 16:14:13
Last Update: 2024-03-27 08:19:40
Commit Hash: 7079add
People watching this port, also watch:: json-c, sysinfo, python, miller
Also Listed In: net
License: ISCL
WWW:
https://github.com/xcllnt/openiked
Description:
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. 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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (21 items)
Collapse this list.
  1. /usr/local/share/licenses/openiked-2.2_1/catalog.mk
  2. /usr/local/share/licenses/openiked-2.2_1/LICENSE
  3. /usr/local/share/licenses/openiked-2.2_1/ISCL
  4. @sample etc/ikeca.cnf.sample
  5. @sample etc/iked.conf.sample
  6. sbin/ikectl
  7. sbin/iked
  8. share/man/man5/iked.conf.5.gz
  9. share/man/man8/ikectl.8.gz
  10. share/man/man8/iked.8.gz
  11. @dir etc/iked/ca
  12. @dir etc/iked/certs
  13. @dir etc/iked/crls
  14. @dir(,,700) etc/iked/private
  15. @dir etc/iked/pubkeys/fqdn
  16. @dir etc/iked/pubkeys/ipv4
  17. @dir etc/iked/pubkeys/ipv6
  18. @dir etc/iked/pubkeys/ufqdn
  19. @owner
  20. @group
  21. @mode
Collapse this list.
Dependency lines:
  • openiked>0:security/openiked
Conflicts:
CONFLICTS_INSTALL:
  • openiked-portable[0-9]*
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/security/openiked/ && make install clean
To add the package, run one of these commands:
  • pkg install security/openiked
  • pkg install openiked
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: openiked
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1598375734 SHA256 (xcllnt-openiked-2.2_GH0.tar.gz) = 5e161f12cdba3853dca576348409fa512d58c19840eac9eb4d1ce68e8dd5f0bf SIZE (xcllnt-openiked-2.2_GH0.tar.gz) = 230804

Packages (timestamps in pop-ups are UTC):
openiked
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.22.22.22.22.2-2.2-
FreeBSD:13:quarterly2.22.22.22.22.22.22.22.2
FreeBSD:14:latest--2.2--2.2-2.2
FreeBSD:14:quarterly--------
FreeBSD:15:latest2.22.2n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. autoconf>=2.72 : devel/autoconf
  2. automake>=1.16.5 : devel/automake
  3. libtoolize : devel/libtool
Library dependencies:
  1. libevent.so : devel/libevent
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_openiked
USES:
autoreconf libtool ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/xcllnt/openiked/tar.gz/2.2?dummy=/
Collapse this list.

Number of commits found: 28

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.2_1
27 Mar 2024 08:19:40
commit hash: 7079add8dda047cdc2c43209e3448abb7e7fcddccommit hash: 7079add8dda047cdc2c43209e3448abb7e7fcddccommit hash: 7079add8dda047cdc2c43209e3448abb7e7fcddccommit hash: 7079add8dda047cdc2c43209e3448abb7e7fcddc files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
security/openiked: Move manpages to share/man

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.2
27 May 2021 10:44:57
commit hash: 2e5a5b07e2bb28a3f0321c1550da6025317bd2bdcommit hash: 2e5a5b07e2bb28a3f0321c1550da6025317bd2bdcommit hash: 2e5a5b07e2bb28a3f0321c1550da6025317bd2bdcommit hash: 2e5a5b07e2bb28a3f0321c1550da6025317bd2bd files touched by this commit
Olivier Cochard (olivier) search for other commits by this committer
security/openiked-portable: New port for OpenBSD portable version of OpenIKED

PR:		256009
Reported by:	David Marec <david@lapinbilly.eu>
2.2
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.2
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
2.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.2
04 Sep 2020 14:33:16
Revision:547543Original commit files touched by this commit
swills search for other commits by this committer
security/openiked: update to 2.2

PR:		248920
Submitted by:	marcel (maintainer)
2.1_1
09 Oct 2019 12:20:31
Revision:514144Original commit files touched by this commit
bapt search for other commits by this committer
Drop the ipv6 virtual category for s* category as it is not relevant anymore
2.1_1
02 Aug 2019 13:30:40
Revision:507877Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: update to 2.1.11

Changes:	https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI:		https://abi-laboratory.pro/tracker/timeline/libevent/
PR:		239599
Reported by:	GitHub (watch releases)
Approved by:	zeising (maintainer)
MFH:		2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision:	https://reviews.freebsd.org/D21133
2.1
26 Jan 2019 23:48:08
Revision:491318Original commit files touched by this commit
marcel search for other commits by this committer
Upgrade to openiked-2.1

Changes since 1.10:
o Fix bug FreeBSD/229654: properly generate man pages on FreeBSD.
o Fix Issue #14: properly create iked.conf.5
o Support OpenSSL 1.1 and newer.
o Support for OpenSSL 1.0 has been retained with compatibility defines.

PR:		229654
Reviewed by:	mat@
Differential Revision:	https://reviews.freebsd.org/D18907
1.10
27 Nov 2017 19:55:06
Revision:454989Original commit files touched by this commit
marcel search for other commits by this committer
Upgrade to openiked-1.10

Changes since 1.9:
 o  Fix OpenIKED on FreeBSD 12-current
 o  Fix pubkey authentication

Differential Revision:	https://reviews.freebsd.org/D13159
1.9
02 Nov 2017 21:41:47
Revision:453381Original commit files touched by this commit
olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.

This round is @FreeBSD.org residents except teams.
1.9
22 Sep 2017 15:22:56
Revision:450383Original commit files touched by this commit
marcel search for other commits by this committer
Upgrade to openiked-1.9

Changes since 1.8:
 o  Better support intermediate CAs

Reviewed by:	mat
Sponsored by:	Bracket Computing, Inc.
Differential Revision:	https://reviews.freebsd.org/D12443
1.8
05 Sep 2017 20:13:44
Revision:449313Original commit files touched by this commit
marcel search for other commits by this committer
Update to openiked-1.8

Summary:
Changes since 1.7:
 o  Add DH groups 19, 20 & 21 to the default IKE proposal
 o  Add SHA2-384 & SHA2-512 to the default IKE & IPsec SA proposal
 o  Fix sending invalid proposals when not all transforms are supported by the
kernel

Reviewed By: mat
Differential Revision: https://reviews.freebsd.org/D12190
1.7
28 May 2017 21:18:04
Revision:441925Original commit files touched by this commit
antoine search for other commits by this committer
Register dependency on groff

PR:		213725
1.7
18 Apr 2017 19:51:06
Revision:438813Original commit files touched by this commit
marcel search for other commits by this committer
Update to openiked-1.7

Reviewed by:	mat@
Differential Revision:	https://reviews.freebsd.org/D10406
1.5.1
03 Mar 2017 22:39:02
Revision:435371Original commit files touched by this commit
marcel search for other commits by this committer
Upgrade to 1.5.1. Version 1.5 is broken.
1.5
03 Mar 2017 21:38:10
Revision:435369Original commit files touched by this commit
marcel search for other commits by this committer
Update to openiked-1.5
1.4
25 Feb 2017 23:39:18
Revision:434844Original commit files touched by this commit
marcel search for other commits by this committer
Update to openiked-1.4
1.3_2
20 Feb 2017 02:57:04
Revision:434427Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: drop historical suffix after r362796

PR:		216777
Approved by:	mm (maintainer)
1.3_1
04 Feb 2017 07:56:59
Revision:433286Original commit files touched by this commit
jbeich search for other commits by this committer
devel/libevent2: update to 2.1.8 and cleanup

- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
1.3
27 Jan 2017 19:26:05
Revision:432564Original commit files touched by this commit
jbeich search for other commits by this committer
security/openiked: unbreak with libevent >= 2.1

checking libevent header version... not found
configure: error: libevent version header not found. -I/usr/local/include
===>  Script "configure" failed unexpectedly.

PR:		216527
1.3
13 Jan 2017 04:32:11
Revision:431342Original commit files touched by this commit
marcel search for other commits by this committer
Update to openiked-1.3
1.2
01 Jan 2017 03:45:13
Revision:430235Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
1.2
17 Nov 2016 21:33:58
Revision:426299Original commit files touched by this commit
marcel search for other commits by this committer
Update to openiked-1.2
1.1
15 Nov 2016 23:31:31
Revision:426190Original commit files touched by this commit
marcel search for other commits by this committer
Update to openiked-1.1 and mark broken on FreeBSD 9
1.0
10 Nov 2016 16:14:03
Revision:425847Original commit files touched by this commit
marcel search for other commits by this committer
Add OpenIKED, version 1.0

This is OpenBSD's OpenIKED with fixes and improvements and additional
features.

Original author:	Reyk Floeter <reyk@openbsd.org>
Author:			Marcel Moolenaar <marcel@brkt.com>
Reviewed by:		mat@
Approved by:		mat@
Obtained from:		https://github.com/xcllnt/openiked
Sponsored by:		Bracket Computing, Inc.
Differential Revision:	https://reviews.freebsd.org/D8417

Number of commits found: 28