|
@@ -7,17 +7,20 @@
|
|
include $(TOPDIR)/rules.mk
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=ca-certificates
|
|
PKG_NAME:=ca-certificates
|
|
-PKG_VERSION:=20211016
|
|
|
|
|
|
+PKG_VERSION:=20230311
|
|
PKG_RELEASE:=1
|
|
PKG_RELEASE:=1
|
|
PKG_MAINTAINER:=
|
|
PKG_MAINTAINER:=
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz
|
|
PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz
|
|
PKG_SOURCE_URL:=@DEBIAN/pool/main/c/ca-certificates
|
|
PKG_SOURCE_URL:=@DEBIAN/pool/main/c/ca-certificates
|
|
-PKG_HASH:=2ae9b6dc5f40c25d6d7fe55e07b54f12a8967d1955d3b7b2f42ee46266eeef88
|
|
|
|
|
|
+PKG_HASH:=83de934afa186e279d1ed08ea0d73f5cf43a6fbfb5f00874b6db3711c64576f3
|
|
PKG_INSTALL:=1
|
|
PKG_INSTALL:=1
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
|
|
+TAR_OPTIONS+= --strip-components 1
|
|
|
|
+TAR_CMD=$(HOST_TAR) -C $(1) $(TAR_OPTIONS)
|
|
|
|
+
|
|
define Package/ca-certificates
|
|
define Package/ca-certificates
|
|
SECTION:=base
|
|
SECTION:=base
|
|
CATEGORY:=Base system
|
|
CATEGORY:=Base system
|
|
@@ -34,13 +37,6 @@ define Package/ca-bundle
|
|
PROVIDES:=ca-certs
|
|
PROVIDES:=ca-certs
|
|
endef
|
|
endef
|
|
|
|
|
|
-define Build/Prepare
|
|
|
|
- $(DECOMPRESS_CMD) $(HOST_TAR) -C $(PKG_BUILD_DIR) $(TAR_OPTIONS)
|
|
|
|
- $(Build/Patch)
|
|
|
|
-endef
|
|
|
|
-
|
|
|
|
-MAKE_PATH := work
|
|
|
|
-
|
|
|
|
define Build/Install
|
|
define Build/Install
|
|
mkdir -p \
|
|
mkdir -p \
|
|
$(PKG_INSTALL_DIR)/usr/sbin \
|
|
$(PKG_INSTALL_DIR)/usr/sbin \
|