mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
elfutils: Update to 0.185
- Update from 0.184 to 0.185
- Update rootfile
- Changelog
Version 0.185
debuginfod-client: Simplify curl handle reuse so downloads which
return an error are retried.
elfcompress: Always exit with code 0 when the operation succeeds (even
when nothing was done). On error the exit code is now always 1.
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
9270497a6d
commit
5adf0ed40c
@@ -27,15 +27,15 @@ usr/bin/eu-unstrip
|
||||
#usr/include/gelf.h
|
||||
#usr/include/libelf.h
|
||||
#usr/include/nlist.h
|
||||
usr/lib/libasm-0.184.so
|
||||
usr/lib/libasm-0.185.so
|
||||
#usr/lib/libasm.a
|
||||
#usr/lib/libasm.so
|
||||
usr/lib/libasm.so.1
|
||||
usr/lib/libdw-0.184.so
|
||||
usr/lib/libdw-0.185.so
|
||||
#usr/lib/libdw.a
|
||||
#usr/lib/libdw.so
|
||||
usr/lib/libdw.so.1
|
||||
usr/lib/libelf-0.184.so
|
||||
usr/lib/libelf-0.185.so
|
||||
#usr/lib/libelf.a
|
||||
#usr/lib/libelf.so
|
||||
usr/lib/libelf.so.1
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 0.184
|
||||
VER = 0.185
|
||||
|
||||
THISAPP = elfutils-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = elfutils
|
||||
PAK_VER = 5
|
||||
PAK_VER = 6
|
||||
|
||||
DEPS =
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 9e5af45255ff7dc413de073da2ceff04
|
||||
$(DL_FILE)_MD5 = 2b6e94c2eebc1f2194173e31bca9396e
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user