summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2024-03-05 03:20:07 -0800
committerHauke Mehrtens <hauke@hauke-m.de>2024-04-14 17:38:09 +0200
commite609b7486fbd22c3e48194c9182f948f21b8a204 (patch)
treecc0ea13fe408dba17034a6cbd5421ee197fc4ae7 /package
parenta205a5734eda4604a19b6cb0f65909ef69730699 (diff)
downloadopenwrt-e609b7486fbd22c3e48194c9182f948f21b8a204.tar.gz
openwrt-e609b7486fbd22c3e48194c9182f948f21b8a204.tar.bz2
openwrt-e609b7486fbd22c3e48194c9182f948f21b8a204.zip
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@yahoo.com>
Diffstat (limited to 'package')
-rw-r--r--package/libs/elfutils/Makefile4
-rw-r--r--package/libs/elfutils/patches/005-build_only_libs.patch2
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@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