dockerd: Update to 27.1.2
authorMilinda Brantini <[email protected]>
Fri, 16 Aug 2024 15:21:20 +0000 (23:21 +0800)
committerTianling Shen <[email protected]>
Thu, 10 Oct 2024 14:15:06 +0000 (22:15 +0800)
Signed-off-by: Milinda Brantini <[email protected]>
(cherry picked from commit a58474e8381d405357247b20e944f3a3318ea173)

utils/dockerd/Makefile

index 6d755531d65393dabe01034bdecc6b378ca31543..a79212212de5162ef115a812503d15c8a22a69e5 100644 (file)
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dockerd
-PKG_VERSION:=27.1.1
+PKG_VERSION:=27.1.2
 PKG_RELEASE:=1
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=LICENSE
@@ -10,8 +10,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_GIT_URL:=github.com/moby/moby
 PKG_GIT_REF:=v$(PKG_VERSION)
 PKG_SOURCE_URL:=https://codeload.$(PKG_GIT_URL)/tar.gz/$(PKG_GIT_REF)?
-PKG_HASH:=d8afaa4513d324db5841ced641daeee9090802c765b78f1c583bc171e9b0a6fd
-PKG_GIT_SHORT_COMMIT:=cc13f95 # SHA1 used within the docker executables
+PKG_HASH:=8c9b5fa44f0272726484c925d4d05f0aa189053ed8be9b27447bc116df1e99c9
+PKG_GIT_SHORT_COMMIT:=f9522e5 # SHA1 used within the docker executables
 
 PKG_MAINTAINER:=Gerard Ryan <[email protected]>