diff options
| author | Tony Ambardar | 2024-12-08 04:00:43 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-01-01 20:19:24 +0000 |
| commit | 32981677bd0ce5aed9df1d7e9f49d6f2b5578298 (patch) | |
| tree | 45640bd0ee63eb9212476520b57be4f9513461dd | |
| parent | 7a0b76cf0f37fa46488d5f996c0635d3ab818b2c (diff) | |
| download | openwrt-32981677bd0ce5aed9df1d7e9f49d6f2b5578298.tar.gz | |
tools/dwarves: update to v1.28
Update to the latest upstream version and refresh local patches.
Release Notes: https://lore.kernel.org/bpf/Z1RcnB8WD8wZphcr@x1/
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/17404
(cherry picked from commit 45187cbad04a3cd3336a489b6c2b08ae5b446e5d)
Link: https://github.com/openwrt/openwrt/pull/17418
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | tools/dwarves/Makefile | 4 | ||||
| -rw-r--r-- | tools/dwarves/patches/100-reproducible-builds.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/dwarves/Makefile b/tools/dwarves/Makefile index bcb16dd3da..5346126776 100644 --- a/tools/dwarves/Makefile +++ b/tools/dwarves/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dwarves -PKG_VERSION:=1.27 +PKG_VERSION:=1.28 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://fedorapeople.org/~acme/dwarves/ -PKG_HASH:=ef7f21f1c6016896d03a01f05cab225151f9068e19cc8cddc6e754b2b5cbe279 +PKG_HASH:=826efc0fc9237d3c1e9c01553ea387a8cb46e8dc119ff863889043f4ed54b2ae PKG_MAINTAINER:=Tony Ambardar <itugrok@yahoo.com> PKG_LICENSE:=GPL-2.0-only diff --git a/tools/dwarves/patches/100-reproducible-builds.patch b/tools/dwarves/patches/100-reproducible-builds.patch index 15bddd5645..d8cbd114c6 100644 --- a/tools/dwarves/patches/100-reproducible-builds.patch +++ b/tools/dwarves/patches/100-reproducible-builds.patch @@ -1,6 +1,6 @@ --- a/pahole.c +++ b/pahole.c -@@ -3723,6 +3723,9 @@ int main(int argc, char *argv[]) +@@ -3681,6 +3681,9 @@ int main(int argc, char *argv[]) goto out; } |