[openwrt/openwrt] opkg: update to 2022-02-24

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 26 15:57:59 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e21fea92891fbdfb4eb14e9fe836530b6225cb1f

commit e21fea92891fbdfb4eb14e9fe836530b6225cb1f
Author: Josef Schlehofer <pepe.schlehofer at gmail.com>
AuthorDate: Wed Jun 15 16:31:12 2022 +0200

    opkg: update to 2022-02-24
    
    Changes:
    9c44557 opkg_remove: avoid remove pkg repeatly with option --force-removal-of-dependent-packages
    2edcfad libopkg: set 'const' attribute for argv
    
    This should fix the CI error in the packages repository, which happens with perl.
    
    Signed-off-by: Josef Schlehofer <pepe.schlehofer at gmail.com>
---
 package/system/opkg/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile
index 8ac822f17e..83c9dab1b0 100644
--- a/package/system/opkg/Makefile
+++ b/package/system/opkg/Makefile
@@ -12,9 +12,9 @@ PKG_FLAGS:=essential
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/opkg-lede.git
-PKG_SOURCE_DATE:=2022-01-09
-PKG_SOURCE_VERSION:=2edcfad1bb9a32f31199d5842aa087b4d30ec6f5
-PKG_MIRROR_HASH:=b21e51ffe5bae3ca01865415630cc1f4b471f69e0d7947264a579165c7d44294
+PKG_SOURCE_DATE:=2022-02-24
+PKG_SOURCE_VERSION:=d038e5b6d155784575f62a66a8bb7e874173e92e
+PKG_MIRROR_HASH:=e5ec4ae93f6529f7f0b9acc22a9a63c1b2f27d3b30b4a82041fcd58b9bc7cdf3
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING




More information about the lede-commits mailing list