[openwrt/openwrt] elfutils: update to 1.91

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 14 08:39:39 PDT 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/e609b7486fbd22c3e48194c9182f948f21b8a204

commit e609b7486fbd22c3e48194c9182f948f21b8a204
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Tue Mar 5 03:20:07 2024 -0800

    elfutils: update to 1.91
    
    Release Notes:
    https://sourceware.org/pipermail/elfutils-devel/2024q1/006876.html
    
    Refresh patch:
    - 005-build_only_libs.patch
    
    Signed-off-by: Tony Ambardar <itugrok at yahoo.com>
---
 package/libs/elfutils/Makefile                          | 4 ++--
 package/libs/elfutils/patches/005-build_only_libs.patch | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/elfutils/Makefile b/package/libs/elfutils/Makefile
index f7364c36be..ac5841c604 100644
--- a/package/libs/elfutils/Makefile
+++ b/package/libs/elfutils/Makefile
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=elfutils
-PKG_VERSION:=0.189
+PKG_VERSION:=0.191
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION)
-PKG_HASH:=39bd8f1a338e2b7cd4abc3ff11a0eddc6e690f69578a57478d8179b4148708c8
+PKG_HASH:=df76db71366d1d708365fc7a6c60ca48398f14367eb2b8954efc8897147ad871
 
 PKG_MAINTAINER:=Luiz Angelo Daros de Luca <luizluca at gmail.com>
 PKG_LICENSE:=GPL-3.0-or-later
diff --git a/package/libs/elfutils/patches/005-build_only_libs.patch b/package/libs/elfutils/patches/005-build_only_libs.patch
index 304b85c47a..598b734874 100644
--- a/package/libs/elfutils/patches/005-build_only_libs.patch
+++ b/package/libs/elfutils/patches/005-build_only_libs.patch
@@ -7,5 +7,5 @@
 -	  libasm debuginfod src po doc tests
 +	  libasm
  
- EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING \
+ EXTRA_DIST = elfutils.spec GPG-KEY NOTES CONTRIBUTING SECURITY \
  	     COPYING COPYING-GPLV2 COPYING-LGPLV3




More information about the lede-commits mailing list