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
Port details
containernetworking-plugins Networking plugins for container networking support
0.5_10 net on this many watch lists=3 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 0.5_9Version of this port present on the latest quarterly branch.
Maintainer: dfr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-11-16 12:48:18
Last Update: 2024-12-05 13:13:24
Commit Hash: 2aa1228
People watching this port, also watch:: indexinfo, openjpeg, yarn-node20, autoconf, py39-pyjwt
License: APACHE20
WWW:
https://www.cni.dev/
Description:
CNI plugins for container networking support. This is used by container engines such as Podman and Buildah to setup and teardown network access for containers.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/containernetworking-plugins-0.5_10/catalog.mk
  2. /usr/local/share/licenses/containernetworking-plugins-0.5_10/LICENSE
  3. /usr/local/share/licenses/containernetworking-plugins-0.5_10/APACHE20
  4. etc/containers/pf.conf.sample
  5. libexec/cni/bridge
  6. libexec/cni/firewall
  7. libexec/cni/host-local
  8. libexec/cni/loopback
  9. libexec/cni/portmap
  10. libexec/cni/static
  11. libexec/cni/tuning
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • containernetworking-plugins>0:net/containernetworking-plugins
To install the port:
cd /usr/ports/net/containernetworking-plugins/ && make install clean
To add the package, run one of these commands:
  • pkg install net/containernetworking-plugins
  • pkg install containernetworking-plugins
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: containernetworking-plugins
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1697295741 SHA256 (dfr-plugins-freebsd-v0.5_GH0.tar.gz) = ae97b270a350a291e96a57a964df84cf7a3d82311e3a8b0476f1e0e95b9bbb7f SIZE (dfr-plugins-freebsd-v0.5_GH0.tar.gz) = 4198686

Expand this list (2 items)

Collapse this list.

SHA256 (golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54 SIZE (golang-sys-v0.6.0_GH0.tar.gz) = 1434234

Collapse this list.


Packages (timestamps in pop-ups are UTC):
containernetworking-plugins
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.5_100.5_10-0.5_90.5_10---
FreeBSD:13:quarterly0.5_100.5_10-0.5_90.5_10---
FreeBSD:14:latest0.5_100.5_10-0.5_100.5_10---
FreeBSD:14:quarterly0.5_100.5_10-0.5_90.5_10---
FreeBSD:15:latest0.5_100.5_10n/a0.5_10n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. bash : shells/bash
  2. go121 : lang/go121
This port is required by:
for Run
  1. sysutils/buildah
  2. sysutils/podman

Configuration Options:
No options to configure
Options name:
net_containernetworking-plugins
USES:
go:no_targets
pkg-message:
Container networking relies on NAT to allow container network packets out to the host's network. This requires a PF firewall to perform the translation. A simple example is included - to use it: # cp /usr/local/etc/containers/pf.conf.sample /etc/pf.conf ... Edit /etc/pf.conf and set v4egress_if, v6egress_if to your network interface(s) ... # sysrc pf_enable=YES # service pf start The sample PF configuration includes support for port redirections. These are implemented as redirect rules in anchors nested under cni-rdr. Support for redirecting connections from the container host to services running inside a container is included for FreeBSD 13.3 and later. To enable this, first load the pf kernel module, by adding pf_load="YES" to /boot/loader.conf and enable PF support for these redirections using sysctl: # kldload pf # sysctl net.pf.filter_local=1 # service pf restart Redirect rules will work if the destination address is localhost (e.g. 127.0.0.1 or ::1) - to enable this, the following line must be included in your /etc/pf.conf: nat-anchor "cni-rdr/*" if upgrading from an older version, this needs to be added to /etc/pf.conf. For example if host port 1234 is redirected to an http service running in a container, you could connect to it using: # fetch -o- http://$(hostname):1234 or # fetch -o- http://localhost:1234

Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dfr/plugins/tar.gz/freebsd-v0.5?dummy=/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.5_10
05 Dec 2024 13:13:24
commit hash: 2aa122875de65c0fb3de0ba12f3d62842cdd0b6ecommit hash: 2aa122875de65c0fb3de0ba12f3d62842cdd0b6ecommit hash: 2aa122875de65c0fb3de0ba12f3d62842cdd0b6ecommit hash: 2aa122875de65c0fb3de0ba12f3d62842cdd0b6e files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: update licences for podman-related infra

Most of of the products, except ocijail, are under Apache 2.0.

Add licence files.
Bump PORTREVISIONs.

Approved by:		dfr (maintainer)
Differential Revision:	https://reviews.freebsd.org/D47924
0.5_9
09 Aug 2024 06:24:08
commit hash: aa8c0111bfd641853f435ed69310589fccda2200commit hash: aa8c0111bfd641853f435ed69310589fccda2200commit hash: aa8c0111bfd641853f435ed69310589fccda2200commit hash: aa8c0111bfd641853f435ed69310589fccda2200 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update
0.5_8
03 Jul 2024 08:29:54
commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1commit hash: c4b51c2028302d40de3907a04d99a92001bb83b1 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update
0.5_7
15 Jun 2024 09:52:17
commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1commit hash: 746fa696a12ef1ca798e36baf087f579375b8cd1 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
0.5_6
13 May 2024 17:56:04
commit hash: fce0cc32720e61042bc675152b116f9e61532e92commit hash: fce0cc32720e61042bc675152b116f9e61532e92commit hash: fce0cc32720e61042bc675152b116f9e61532e92commit hash: fce0cc32720e61042bc675152b116f9e61532e92 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
0.5_5
15 Apr 2024 08:20:04
commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
0.5_4
24 Mar 2024 14:29:00
commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/go: Change DEFAULT to 1.21

PR:		277776
Approved by:	portmgr (exp-run)
0.5_3
02 Mar 2024 14:01:25
commit hash: 0654062eabb01deba8aef824e839f29b0fba3ceccommit hash: 0654062eabb01deba8aef824e839f29b0fba3ceccommit hash: 0654062eabb01deba8aef824e839f29b0fba3ceccommit hash: 0654062eabb01deba8aef824e839f29b0fba3cec files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
cleanup: (ir)regular GH_TAGNAME cleanup
0.5_3
11 Feb 2024 10:39:17
commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		276530
0.5_2
11 Jan 2024 15:14:53
commit hash: 5d167de5ceac7e1b358dccae80592994d8dd30d6commit hash: 5d167de5ceac7e1b358dccae80592994d8dd30d6commit hash: 5d167de5ceac7e1b358dccae80592994d8dd30d6commit hash: 5d167de5ceac7e1b358dccae80592994d8dd30d6 files touched by this commit
Doug Rabson (dfr) search for other commits by this committer
net/containernetworking-plugins: changes to pkg-{descr,message}

Fix a grammar nit in pkg-message. Also capitalise Podman and Buildah,
following upstream policy.
0.5_1
07 Dec 2023 02:22:10
commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
0.5
09 Nov 2023 13:12:01
commit hash: a6e55286a659b62bf3e8d610c0c84fdff307603bcommit hash: a6e55286a659b62bf3e8d610c0c84fdff307603bcommit hash: a6e55286a659b62bf3e8d610c0c84fdff307603bcommit hash: a6e55286a659b62bf3e8d610c0c84fdff307603b files touched by this commit
Doug Rabson (dfr) search for other commits by this committer
net/containernetworking-plugins: update to 0.5
0.4_1
08 Sep 2023 14:34:56
commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3commit hash: 8e4bc57934f0611f59a2bfca1ddbab781572ead3 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update
0.4
24 Aug 2023 15:23:30
commit hash: 1e8393f74b6cc6f1f75e5be1bfbd4aca1d8db0f9commit hash: 1e8393f74b6cc6f1f75e5be1bfbd4aca1d8db0f9commit hash: 1e8393f74b6cc6f1f75e5be1bfbd4aca1d8db0f9commit hash: 1e8393f74b6cc6f1f75e5be1bfbd4aca1d8db0f9 files touched by this commit
Doug Rabson (dfr) search for other commits by this committer
sysutils/podman-suite: update to 20230817

Approved by:	imp
Differential Revision: https://reviews.freebsd.org/D41490
0.4
24 Aug 2023 15:23:05
commit hash: be587fc5e9f44937a1ed133f8761b9c8d64d3cfecommit hash: be587fc5e9f44937a1ed133f8761b9c8d64d3cfecommit hash: be587fc5e9f44937a1ed133f8761b9c8d64d3cfecommit hash: be587fc5e9f44937a1ed133f8761b9c8d64d3cfe files touched by this commit
Doug Rabson (dfr) search for other commits by this committer
net/containernetworking-plugins: update to 0.4
0.3_1
04 Aug 2023 14:24:50
commit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fccommit hash: 09b993031a3b38ba8c33639ca40c1e3d69de67fc files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.3
12 Jun 2023 09:20:44
commit hash: 5a8c881d83cd8eac743c5ffce8533d94909c88eccommit hash: 5a8c881d83cd8eac743c5ffce8533d94909c88eccommit hash: 5a8c881d83cd8eac743c5ffce8533d94909c88eccommit hash: 5a8c881d83cd8eac743c5ffce8533d94909c88ec files touched by this commit
Doug Rabson (dfr) search for other commits by this committer
net/containernetworking-plugins: update to 0.3
0.2.1_7
08 Apr 2023 15:13:25
commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912commit hash: ff40d94c1d2c808f3b54fad0e0a0a18dd9c62912 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.2.1_6
24 Mar 2023 20:54:52
commit hash: abff20fb8c3f7e52a7afc239896a952ef5e2bd95commit hash: abff20fb8c3f7e52a7afc239896a952ef5e2bd95commit hash: abff20fb8c3f7e52a7afc239896a952ef5e2bd95commit hash: abff20fb8c3f7e52a7afc239896a952ef5e2bd95 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
net/containernetworking-plugins: fix build on riscv64

Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd.

Sponsored by:	Berliner Linux User Group e.V.
Approved by:	portmgr (build fix blanket)
0.2.1_5
09 Mar 2023 19:18:07
commit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93dcommit hash: 09079730e9ca1d59129935a6046cbb7ee5e4a93d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after Go ports update
0.2.1_4
15 Feb 2023 19:06:01
commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286commit hash: 56b5ec772f679a600dabe41622c1350594628286 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{119,120} update
0.2.1_3
09 Feb 2023 21:55:23
commit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0dcommit hash: 2297efc51b0f75d25389b742048fb7e9b2d96f0d files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after GO_DEFAULT update.
0.2.1_2
14 Jan 2023 11:31:17
commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6commit hash: 3b383d833aadb5e3e89d8ee3db1fef37ac239af6 files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTVERSION after lang/go{118,119} update
0.2.1_1
11 Dec 2022 11:17:27
commit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2acommit hash: d9ad1002d517a618a299e45ae70075f2cfc66d2a files touched by this commit
Dmitri Goutnik (dmgk) search for other commits by this committer
all: Bump PORTREVISION after lang/go{118,119} update
0.2.1
04 Dec 2022 10:56:53
commit hash: 26861cc612d83c067858fe1889f752708be0edd5commit hash: 26861cc612d83c067858fe1889f752708be0edd5commit hash: 26861cc612d83c067858fe1889f752708be0edd5commit hash: 26861cc612d83c067858fe1889f752708be0edd5 files touched by this commit
Doug Rabson (dfr) search for other commits by this committer
net/containernetworking-plugins: update to 0.2

Approved by:    dch
0.1
16 Nov 2022 12:46:30
commit hash: f23ec277674d443fdafb42abb19b4679daa27553commit hash: f23ec277674d443fdafb42abb19b4679daa27553commit hash: f23ec277674d443fdafb42abb19b4679daa27553commit hash: f23ec277674d443fdafb42abb19b4679daa27553 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
Author: Doug Rabson
net/containernetworking-plugins: new port

CNI plugins for container networking support

PR:		267184
Reviewed by:	arrowd
Reviewed by:	dch
Sponsored by:	SkunkWerks, GmbH
Differential Revision:	https://reviews.freebsd.org/D37324

Number of commits found: 26