* [PATCH] elfutils: Update to 0.183
@ 2021-03-10 12:06 Adolf Belka (ipfire)
2021-03-10 14:11 ` Michael Tremer
0 siblings, 1 reply; 3+ messages in thread
From: Adolf Belka (ipfire) @ 2021-03-10 12:06 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3482 bytes --]
- Update elfutils from 0.182 to 0.183
- Updated rootfiles
- Changelog
2021-02-05 Mark Wielaard <mark(a)klomp.org>
* configure.ac (AC_INIT): Set version to 0.183.
(AC_COPYRIGHT): Update Copyright year.
* NEWS: Add 0.183 section.
2021-02-01 Érico Nogueira <ericonr(a)disroot.org>
* configure.ac: Check for GNU strerror_r.
2021-01-12 Dmitry V. Levin <ldv(a)altlinux.org>
* configure.ac [--enable-gcov]: Check for gcov, lcov, and genhtml.
* Makefile.am [GCOV] (coverage, coverage-clean): New targets.
* .gitignore: Update.
2020-12-20 Dmitry V. Levin <ldv(a)altlinux.org>
* .gitignore: Move subdirectory patterns to separate .gitignore files.
* .gitignore: Update.
2020-12-15 Dmitry V. Levin <ldv(a)altlinux.org>
* configure.ac (USE_NLS, AM_PO_SUBDIRS): Remove.
(AM_GNU_GETTEXT, AM_GNU_GETTEXT_VERSION,
AM_GNU_GETTEXT_REQUIRE_VERSION): Use these macros to setup the gettext
infrastructure.
* .gitignore: Update.
* Makefile.am (SUBDIRS): Remove m4.
* configure.ac (AC_CONFIG_FILES): Remove m4/Makefile.
* configure.ac (AC_CONFIG_MACRO_DIR): Remove.
2020-12-12 Dmitry V. Levin <ldv(a)altlinux.org>
* configure.ac: Fix spelling typos in comments.
* NEWS: Fix spelling typos.
* NOTES: Likewise.
* TODO: Likewise.
2020-12-11 Dmitry V. Levin <ldv(a)altlinux.org>
* configure.ac (AM_CONDITIONAL): Remove HAVE_LIBASM and STANDALONE.
* configure.ac: Rewrite argp check.
* configure.ac (AC_MSG_FAILURE): Fix typo.
2020-11-30 Dmitry V. Levin <ldv(a)altlinux.org>
* configure.ac (LIBDEBUGINFOD_SONAME): New AC_SUBST variable.
(AC_CONFIG_FILES): Add debuginfod/debuginfod.h.
2020-11-01 Érico N. Rolim <erico.erc(a)gmail.com>
* configure.ac: Check for fts and obstack from outside libc.
Signed-off-by: Adolf Belka (ipfire) <adolf.belka(a)ipfire.org>
---
config/rootfiles/packages/elfutils | 12 ++++++------
lfs/elfutils | 6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/config/rootfiles/packages/elfutils b/config/rootfiles/packages/elfutils
index f7826ec11..adf4808ab 100644
--- a/config/rootfiles/packages/elfutils
+++ b/config/rootfiles/packages/elfutils
@@ -27,17 +27,17 @@ usr/bin/eu-unstrip
#usr/include/gelf.h
#usr/include/libelf.h
#usr/include/nlist.h
-usr/lib/libasm-0.182.so
+usr/lib/libasm-0.183.so
#usr/lib/libasm.a
-usr/lib/libasm.so
+#usr/lib/libasm.so
usr/lib/libasm.so.1
-usr/lib/libdw-0.182.so
+usr/lib/libdw-0.183.so
#usr/lib/libdw.a
-usr/lib/libdw.so
+#usr/lib/libdw.so
usr/lib/libdw.so.1
-usr/lib/libelf-0.182.so
+usr/lib/libelf-0.183.so
#usr/lib/libelf.a
-usr/lib/libelf.so
+#usr/lib/libelf.so
usr/lib/libelf.so.1
#usr/lib/pkgconfig/libdw.pc
#usr/lib/pkgconfig/libelf.pc
diff --git a/lfs/elfutils b/lfs/elfutils
index 19311d7aa..c2d9a3331 100644
--- a/lfs/elfutils
+++ b/lfs/elfutils
@@ -24,7 +24,7 @@
include Config
-VER = 0.182
+VER = 0.183
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 = 3
+PAK_VER = 4
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ebd95e1858280095fd60d0f765d50fef
+$(DL_FILE)_MD5 = 6f58aa1b9af1a5681b1cbf63e0da2d67
install : $(TARGET)
--
2.30.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] elfutils: Update to 0.183
2021-03-10 12:06 [PATCH] elfutils: Update to 0.183 Adolf Belka (ipfire)
@ 2021-03-10 14:11 ` Michael Tremer
2021-03-10 14:41 ` Adolf Belka
0 siblings, 1 reply; 3+ messages in thread
From: Michael Tremer @ 2021-03-10 14:11 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 4000 bytes --]
Hello Adolf,
On all patches, your name appears as “Adolf Belka (ipfire)”.
Could you remove the “(ipfire)” bit please?
I suppose you wanted to add that to the account name in your MUA, but not to the actual From: header?!
-Michael
> On 10 Mar 2021, at 12:06, Adolf Belka (ipfire) <adolf.belka(a)ipfire.org> wrote:
>
> - Update elfutils from 0.182 to 0.183
> - Updated rootfiles
> - Changelog
> 2021-02-05 Mark Wielaard <mark(a)klomp.org>
> * configure.ac (AC_INIT): Set version to 0.183.
> (AC_COPYRIGHT): Update Copyright year.
> * NEWS: Add 0.183 section.
> 2021-02-01 Érico Nogueira <ericonr(a)disroot.org>
> * configure.ac: Check for GNU strerror_r.
> 2021-01-12 Dmitry V. Levin <ldv(a)altlinux.org>
> * configure.ac [--enable-gcov]: Check for gcov, lcov, and genhtml.
> * Makefile.am [GCOV] (coverage, coverage-clean): New targets.
> * .gitignore: Update.
> 2020-12-20 Dmitry V. Levin <ldv(a)altlinux.org>
> * .gitignore: Move subdirectory patterns to separate .gitignore files.
> * .gitignore: Update.
> 2020-12-15 Dmitry V. Levin <ldv(a)altlinux.org>
> * configure.ac (USE_NLS, AM_PO_SUBDIRS): Remove.
> (AM_GNU_GETTEXT, AM_GNU_GETTEXT_VERSION,
> AM_GNU_GETTEXT_REQUIRE_VERSION): Use these macros to setup the gettext
> infrastructure.
> * .gitignore: Update.
> * Makefile.am (SUBDIRS): Remove m4.
> * configure.ac (AC_CONFIG_FILES): Remove m4/Makefile.
> * configure.ac (AC_CONFIG_MACRO_DIR): Remove.
> 2020-12-12 Dmitry V. Levin <ldv(a)altlinux.org>
> * configure.ac: Fix spelling typos in comments.
> * NEWS: Fix spelling typos.
> * NOTES: Likewise.
> * TODO: Likewise.
> 2020-12-11 Dmitry V. Levin <ldv(a)altlinux.org>
> * configure.ac (AM_CONDITIONAL): Remove HAVE_LIBASM and STANDALONE.
> * configure.ac: Rewrite argp check.
> * configure.ac (AC_MSG_FAILURE): Fix typo.
> 2020-11-30 Dmitry V. Levin <ldv(a)altlinux.org>
> * configure.ac (LIBDEBUGINFOD_SONAME): New AC_SUBST variable.
> (AC_CONFIG_FILES): Add debuginfod/debuginfod.h.
> 2020-11-01 Érico N. Rolim <erico.erc(a)gmail.com>
> * configure.ac: Check for fts and obstack from outside libc.
>
> Signed-off-by: Adolf Belka (ipfire) <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/packages/elfutils | 12 ++++++------
> lfs/elfutils | 6 +++---
> 2 files changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/config/rootfiles/packages/elfutils b/config/rootfiles/packages/elfutils
> index f7826ec11..adf4808ab 100644
> --- a/config/rootfiles/packages/elfutils
> +++ b/config/rootfiles/packages/elfutils
> @@ -27,17 +27,17 @@ usr/bin/eu-unstrip
> #usr/include/gelf.h
> #usr/include/libelf.h
> #usr/include/nlist.h
> -usr/lib/libasm-0.182.so
> +usr/lib/libasm-0.183.so
> #usr/lib/libasm.a
> -usr/lib/libasm.so
> +#usr/lib/libasm.so
> usr/lib/libasm.so.1
> -usr/lib/libdw-0.182.so
> +usr/lib/libdw-0.183.so
> #usr/lib/libdw.a
> -usr/lib/libdw.so
> +#usr/lib/libdw.so
> usr/lib/libdw.so.1
> -usr/lib/libelf-0.182.so
> +usr/lib/libelf-0.183.so
> #usr/lib/libelf.a
> -usr/lib/libelf.so
> +#usr/lib/libelf.so
> usr/lib/libelf.so.1
> #usr/lib/pkgconfig/libdw.pc
> #usr/lib/pkgconfig/libelf.pc
> diff --git a/lfs/elfutils b/lfs/elfutils
> index 19311d7aa..c2d9a3331 100644
> --- a/lfs/elfutils
> +++ b/lfs/elfutils
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 0.182
> +VER = 0.183
>
> 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 = 3
> +PAK_VER = 4
>
> DEPS =
>
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = ebd95e1858280095fd60d0f765d50fef
> +$(DL_FILE)_MD5 = 6f58aa1b9af1a5681b1cbf63e0da2d67
>
> install : $(TARGET)
>
> --
> 2.30.2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] elfutils: Update to 0.183
2021-03-10 14:11 ` Michael Tremer
@ 2021-03-10 14:41 ` Adolf Belka
0 siblings, 0 replies; 3+ messages in thread
From: Adolf Belka @ 2021-03-10 14:41 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 4355 bytes --]
Hi Michael,
Sorry. Yes it was so I can easily see which of my email addresses something has come from in Thunderbird. Changed it so will no longer happen.
Regards,
Adolf.
On 10/03/2021 15:11, Michael Tremer wrote:
> Hello Adolf,
>
> On all patches, your name appears as “Adolf Belka (ipfire)”.
>
> Could you remove the “(ipfire)” bit please?
>
> I suppose you wanted to add that to the account name in your MUA, but not to the actual From: header?!
>
> -Michael
>
>> On 10 Mar 2021, at 12:06, Adolf Belka (ipfire) <adolf.belka(a)ipfire.org> wrote:
>>
>> - Update elfutils from 0.182 to 0.183
>> - Updated rootfiles
>> - Changelog
>> 2021-02-05 Mark Wielaard <mark(a)klomp.org>
>> * configure.ac (AC_INIT): Set version to 0.183.
>> (AC_COPYRIGHT): Update Copyright year.
>> * NEWS: Add 0.183 section.
>> 2021-02-01 Érico Nogueira <ericonr(a)disroot.org>
>> * configure.ac: Check for GNU strerror_r.
>> 2021-01-12 Dmitry V. Levin <ldv(a)altlinux.org>
>> * configure.ac [--enable-gcov]: Check for gcov, lcov, and genhtml.
>> * Makefile.am [GCOV] (coverage, coverage-clean): New targets.
>> * .gitignore: Update.
>> 2020-12-20 Dmitry V. Levin <ldv(a)altlinux.org>
>> * .gitignore: Move subdirectory patterns to separate .gitignore files.
>> * .gitignore: Update.
>> 2020-12-15 Dmitry V. Levin <ldv(a)altlinux.org>
>> * configure.ac (USE_NLS, AM_PO_SUBDIRS): Remove.
>> (AM_GNU_GETTEXT, AM_GNU_GETTEXT_VERSION,
>> AM_GNU_GETTEXT_REQUIRE_VERSION): Use these macros to setup the gettext
>> infrastructure.
>> * .gitignore: Update.
>> * Makefile.am (SUBDIRS): Remove m4.
>> * configure.ac (AC_CONFIG_FILES): Remove m4/Makefile.
>> * configure.ac (AC_CONFIG_MACRO_DIR): Remove.
>> 2020-12-12 Dmitry V. Levin <ldv(a)altlinux.org>
>> * configure.ac: Fix spelling typos in comments.
>> * NEWS: Fix spelling typos.
>> * NOTES: Likewise.
>> * TODO: Likewise.
>> 2020-12-11 Dmitry V. Levin <ldv(a)altlinux.org>
>> * configure.ac (AM_CONDITIONAL): Remove HAVE_LIBASM and STANDALONE.
>> * configure.ac: Rewrite argp check.
>> * configure.ac (AC_MSG_FAILURE): Fix typo.
>> 2020-11-30 Dmitry V. Levin <ldv(a)altlinux.org>
>> * configure.ac (LIBDEBUGINFOD_SONAME): New AC_SUBST variable.
>> (AC_CONFIG_FILES): Add debuginfod/debuginfod.h.
>> 2020-11-01 Érico N. Rolim <erico.erc(a)gmail.com>
>> * configure.ac: Check for fts and obstack from outside libc.
>>
>> Signed-off-by: Adolf Belka (ipfire) <adolf.belka(a)ipfire.org>
>> ---
>> config/rootfiles/packages/elfutils | 12 ++++++------
>> lfs/elfutils | 6 +++---
>> 2 files changed, 9 insertions(+), 9 deletions(-)
>>
>> diff --git a/config/rootfiles/packages/elfutils b/config/rootfiles/packages/elfutils
>> index f7826ec11..adf4808ab 100644
>> --- a/config/rootfiles/packages/elfutils
>> +++ b/config/rootfiles/packages/elfutils
>> @@ -27,17 +27,17 @@ usr/bin/eu-unstrip
>> #usr/include/gelf.h
>> #usr/include/libelf.h
>> #usr/include/nlist.h
>> -usr/lib/libasm-0.182.so
>> +usr/lib/libasm-0.183.so
>> #usr/lib/libasm.a
>> -usr/lib/libasm.so
>> +#usr/lib/libasm.so
>> usr/lib/libasm.so.1
>> -usr/lib/libdw-0.182.so
>> +usr/lib/libdw-0.183.so
>> #usr/lib/libdw.a
>> -usr/lib/libdw.so
>> +#usr/lib/libdw.so
>> usr/lib/libdw.so.1
>> -usr/lib/libelf-0.182.so
>> +usr/lib/libelf-0.183.so
>> #usr/lib/libelf.a
>> -usr/lib/libelf.so
>> +#usr/lib/libelf.so
>> usr/lib/libelf.so.1
>> #usr/lib/pkgconfig/libdw.pc
>> #usr/lib/pkgconfig/libelf.pc
>> diff --git a/lfs/elfutils b/lfs/elfutils
>> index 19311d7aa..c2d9a3331 100644
>> --- a/lfs/elfutils
>> +++ b/lfs/elfutils
>> @@ -24,7 +24,7 @@
>>
>> include Config
>>
>> -VER = 0.182
>> +VER = 0.183
>>
>> 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 = 3
>> +PAK_VER = 4
>>
>> DEPS =
>>
>> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>>
>> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>>
>> -$(DL_FILE)_MD5 = ebd95e1858280095fd60d0f765d50fef
>> +$(DL_FILE)_MD5 = 6f58aa1b9af1a5681b1cbf63e0da2d67
>>
>> install : $(TARGET)
>>
>> --
>> 2.30.2
>>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-10 14:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 12:06 [PATCH] elfutils: Update to 0.183 Adolf Belka (ipfire)
2021-03-10 14:11 ` Michael Tremer
2021-03-10 14:41 ` Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox