aboutsummaryrefslogtreecommitdiff
path: root/utils/cni
diff options
context:
space:
mode:
authorOskari Rauta <oskari.rauta@gmail.com>2021-06-08 03:39:31 +0300
committerPaul Spooren <mail@aparcar.org>2021-06-10 17:13:33 -1000
commitceaccc1c7a5aaca1c5fc4597bd724753b6bef358 (patch)
tree1b6740d20f7027b0d704838007512744a53e318b /utils/cni
parent364f8d3ac8d2dc7b832d258b7b4956009082fdac (diff)
cni: update to 0.8.1
This is a security release that fixes a single bug: - tighten up plugin-finding logic (#811) Users of libcni are strongly encouraged to update. Added me to list of maintainers as requested by @dangowrt. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Diffstat (limited to 'utils/cni')
-rw-r--r--utils/cni/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/cni/Makefile b/utils/cni/Makefile
index 589d82793..a136229ea 100644
--- a/utils/cni/Makefile
+++ b/utils/cni/Makefile
@@ -1,16 +1,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cni
-PKG_VERSION:=0.8.0
-PKG_RELEASE:=3
+PKG_VERSION:=0.8.1
+PKG_RELEASE:=$(AUTORELEASE)
PKG_LICENSE:=Apache-2.0
PKG_LICENSE_FILES:=LICENSE
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/containernetworking/$(PKG_NAME)/archive/v$(PKG_VERSION)
-PKG_HASH:=df8afe3eeae3296ba33ca267041c42f13135c3a067bf2d932761bb02998247a6
+PKG_HASH:=6242e7905b5f8f7561a21f595209b569998727927380a8cdf5ab58e7fd5ac2d5
-PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>, Paul Spooren <mail@aparcar.org>
+PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>, Paul Spooren <mail@aparcar.org>, Oskari Rauta <oskari.rauta@gmail.com>
PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1