mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
cni: update to 1.3.0
Major version jump from 1.1.2 covering the 1.2.x series and 1.3.0: - libcni: support DEL --force option (CNI 1.2) - GC: support --valid-attachments option (CNI 1.2) - cnitool: bug fixes and minor improvements - Drop support for old plugin API versions (<0.4.0) - Various Go module updates and CVE fixes - Minimum Go version: 1.21 Link: https://github.com/containernetworking/cni/releases/tag/v1.3.0 Link: https://github.com/containernetworking/cni/releases/tag/v1.2.0 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
+2
-2
@@ -1,14 +1,14 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=cni
|
PKG_NAME:=cni
|
||||||
PKG_VERSION:=1.1.2
|
PKG_VERSION:=1.3.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=Apache-2.0
|
PKG_LICENSE:=Apache-2.0
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/containernetworking/$(PKG_NAME)/archive/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/containernetworking/$(PKG_NAME)/archive/v$(PKG_VERSION)
|
||||||
PKG_HASH:=7d4bcaf83acdd54b3dc216f7aa5b5e1b32cb797d9c6af601a2c26b97470ed743
|
PKG_HASH:=aca115624f471218656e9b0cb04b768e1ac6af05b84e79264bad5ee9230798cf
|
||||||
|
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>, Paul Spooren <mail@aparcar.org>, Oskari Rauta <oskari.rauta@gmail.com>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>, Paul Spooren <mail@aparcar.org>, Oskari Rauta <oskari.rauta@gmail.com>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user