GNU bug report logs - #54559
libtool-2.4.7 released [stable]

Previous Next

Package: libtool;

Reported by: Alex Ameen <alex.ameen.tx <at> gmail.com>

Date: Fri, 25 Mar 2022 08:11:02 UTC

Severity: normal

Done: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54559 in the body.
You can then email your comments to 54559 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-libtool <at> gnu.org:
bug#54559; Package libtool. (Fri, 25 Mar 2022 08:11:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Ameen <alex.ameen.tx <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-libtool <at> gnu.org. (Fri, 25 Mar 2022 08:11:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Ameen <alex.ameen.tx <at> gmail.com>
To: info-gnu <at> gnu.org
Cc: autotools-announce <at> gnu.org, bug-libtool <at> gnu.org
Subject: libtool-2.4.7 released [stable]
Date: Thu, 24 Mar 2022 23:51:33 -0500
[Message part 1 (text/plain, inline)]
Howdy, Libtoolers!

After a long hiatus, the Libtool Team is pleased to announce the release of
libtool 2.4.7.


GNU Libtool hides the complexity of using shared libraries behind a
consistent, portable interface. GNU Libtool ships with GNU libltdl, which
hides the complexity of loading dynamic runtime libraries (modules)
behind a consistent, portable interface.

Here are the compressed sources:
  https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz   (1.9MB)
  https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.xz   (996KB)

Here are the GPG detached signatures[*]:
  https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz.sig
  https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.xz.sig

Use a mirror for higher download bandwidth:
  https://www.gnu.org/order/ftp.html

Here are the SHA1 and SHA256 checksums:

d3f2d5399f4bf5cbd974b812ebaca28d6492ca65  libtool-2.4.7.tar.gz
BOlsJATqcMWQxUbrpCAqThJyLGQAFsErmy8c49SB6ag  libtool-2.4.7.tar.gz
0c90f1b046ea9cd7b32a4b5a6a9df4b46ddb637a  libtool-2.4.7.tar.xz
T38hfwV85lX/IlWa0iGg/Y74StH8X8tpkM7MMzqhY10  libtool-2.4.7.tar.xz

The SHA256 checksum is base64 encoded, instead of the
hexadecimal encoding that most checksum tools default to.

[*] Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

  gpg --verify libtool-2.4.7.tar.gz.sig

If that command fails because you don't have the required public key,
then run this command to import it:

  gpg --keyserver keys.gnupg.net --recv-keys 6EAC957F8EEB55C0

and rerun the 'gpg --verify' command.

This release was bootstrapped with the following tools:
  Autoconf 2.69
  Automake 1.16.3
  Gnulib a5218207e5

NEWS

* Noteworthy changes in release 2.4.7 (2022-03-16) [stable]

** New features:

  - Libtool script now supports (configure-time and runtime) ARFLAGS
    variable, which obsoletes AR_FLAGS.  This is due to naming conventions
    among other *FLAGS and to be consistent with Automake's ARFLAGS.

  - Gnulib testsuite is enabled and run during 'make check'.

  - Support the Windows version of the Intel C Compiler (icl) in
    libtool script.

  - Pass '-fsanitize=*' flags for GCC and LLVM, and '-specs=*' for GCC
    to linker.

  - Pass '-Xassembler=*' and '-Wa,*' flag to compilers and linkers.

  - The variable 'FILECMD' with default value of '/usr/bin/file' was 
used to
    replace existing hard coded references to '/usr/bin/file'.

  - Add MidnightBSD support.

** Important incompatible changes:

  - Libtool changed ARFLAGS/AR_FLAGS default from 'cru' to 'cr'.

  - Do not pass '-pthread' to Solaris linker.

  - 'libtool' and 'libtoolize' scripts now use '#! /usr/bin/env sh' 
shebang.
    Previously '#! /bin/sh' was used, which presents challenges for
    containerized environments.

** Bug fixes:

  - Fix significant slowdown of libtoolize for certain projects (regression
    introduced in 2.4.3 release) caused by infinite m4 macro recursion.

  - Mitigate the slowdown of libtool script (introduced in v2.4.3) 
caused by
    increased number of calls to '$SED $sed_quote_subst' (bug#20006).

  - Properly parse and export TLS symbols on AIX.

  - Various bug fixes surrounding use of 'sed'.

  - Darwin systems set proper "allow undefined" flag on OSX 11, and
    PowerPC 10.5.

  - Removed some deprecated tests related to 'Makefile.inc' files.


Enjoy!

[OpenPGP_0x6EAC957F8EEB55C0.asc (application/pgp-keys, attachment)]
[OpenPGP_signature (application/pgp-signature, attachment)]

Information forwarded to bug-libtool <at> gnu.org:
bug#54559; Package libtool. (Fri, 25 Mar 2022 16:23:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Ameen <alex.ameen.tx <at> gmail.com>
To: Evgeny Grin <k2k <at> yandex.ru>
Cc: bug-libtool <at> gnu.org
Subject: Re: libtool-2.4.7 released [stable]
Date: Fri, 25 Mar 2022 11:07:52 -0500
[Message part 1 (text/plain, inline)]
Thank you! Feels good to make it through the release process for the first
time and get things updated a bit after so many years.

On Fri, Mar 25, 2022, 10:37 AM Evgeny Grin <k2k <at> yandex.ru> wrote:

> Hi Alex,
>
> Congratulation on the new release!
>
> --
> Evgeny
>
> -------- Original Message --------
> From: Alex Ameen <alex.ameen.tx <at> gmail.com>
> Sent: Friday, March 25, 2022, 07:51 UTC+3
> Subject: libtool-2.4.7 released [stable]
>
> > Howdy, Libtoolers!
> >
> > After a long hiatus, the Libtool Team is pleased to announce the release
> of
> > libtool 2.4.7.
> >
> >
> > GNU Libtool hides the complexity of using shared libraries behind a
> > consistent, portable interface. GNU Libtool ships with GNU libltdl, which
> > hides the complexity of loading dynamic runtime libraries (modules)
> > behind a consistent, portable interface.
> >
> > Here are the compressed sources:
> >    https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz   (1.9MB)
> >    https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.xz   (996KB)
> >
> > Here are the GPG detached signatures[*]:
> >    https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz.sig
> >    https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.xz.sig
> >
> > Use a mirror for higher download bandwidth:
> >    https://www.gnu.org/order/ftp.html
> >
> > Here are the SHA1 and SHA256 checksums:
> >
> > d3f2d5399f4bf5cbd974b812ebaca28d6492ca65  libtool-2.4.7.tar.gz
> > BOlsJATqcMWQxUbrpCAqThJyLGQAFsErmy8c49SB6ag  libtool-2.4.7.tar.gz
> > 0c90f1b046ea9cd7b32a4b5a6a9df4b46ddb637a  libtool-2.4.7.tar.xz
> > T38hfwV85lX/IlWa0iGg/Y74StH8X8tpkM7MMzqhY10  libtool-2.4.7.tar.xz
> >
> > The SHA256 checksum is base64 encoded, instead of the
> > hexadecimal encoding that most checksum tools default to.
> >
> > [*] Use a .sig file to verify that the corresponding file (without the
> > .sig suffix) is intact.  First, be sure to download both the .sig file
> > and the corresponding tarball.  Then, run a command like this:
> >
> >    gpg --verify libtool-2.4.7.tar.gz.sig
> >
> > If that command fails because you don't have the required public key,
> > then run this command to import it:
> >
> >    gpg --keyserver keys.gnupg.net --recv-keys 6EAC957F8EEB55C0
> >
> > and rerun the 'gpg --verify' command.
> >
> > This release was bootstrapped with the following tools:
> >    Autoconf 2.69
> >    Automake 1.16.3
> >    Gnulib a5218207e5
> >
> > NEWS
> >
> > * Noteworthy changes in release 2.4.7 (2022-03-16) [stable]
> >
> > ** New features:
> >
> >    - Libtool script now supports (configure-time and runtime) ARFLAGS
> >      variable, which obsoletes AR_FLAGS.  This is due to naming
> conventions
> >      among other *FLAGS and to be consistent with Automake's ARFLAGS.
> >
> >    - Gnulib testsuite is enabled and run during 'make check'.
> >
> >    - Support the Windows version of the Intel C Compiler (icl) in
> >      libtool script.
> >
> >    - Pass '-fsanitize=*' flags for GCC and LLVM, and '-specs=*' for GCC
> >      to linker.
> >
> >    - Pass '-Xassembler=*' and '-Wa,*' flag to compilers and linkers.
> >
> >    - The variable 'FILECMD' with default value of '/usr/bin/file' was
> > used to
> >      replace existing hard coded references to '/usr/bin/file'.
> >
> >    - Add MidnightBSD support.
> >
> > ** Important incompatible changes:
> >
> >    - Libtool changed ARFLAGS/AR_FLAGS default from 'cru' to 'cr'.
> >
> >    - Do not pass '-pthread' to Solaris linker.
> >
> >    - 'libtool' and 'libtoolize' scripts now use '#! /usr/bin/env sh'
> > shebang.
> >      Previously '#! /bin/sh' was used, which presents challenges for
> >      containerized environments.
> >
> > ** Bug fixes:
> >
> >    - Fix significant slowdown of libtoolize for certain projects
> > (regression
> >      introduced in 2.4.3 release) caused by infinite m4 macro recursion.
> >
> >    - Mitigate the slowdown of libtool script (introduced in v2.4.3)
> > caused by
> >      increased number of calls to '$SED $sed_quote_subst' (bug#20006).
> >
> >    - Properly parse and export TLS symbols on AIX.
> >
> >    - Various bug fixes surrounding use of 'sed'.
> >
> >    - Darwin systems set proper "allow undefined" flag on OSX 11, and
> >      PowerPC 10.5.
> >
> >    - Removed some deprecated tests related to 'Makefile.inc' files.
> >
> >
> > Enjoy!
> >
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-libtool <at> gnu.org:
bug#54559; Package libtool. (Fri, 25 Mar 2022 16:23:02 GMT) Full text and rfc822 format available.

Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Evgeny Grin <k2k <at> yandex.ru>
To: Alex Ameen <alex.ameen.tx <at> gmail.com>
Cc: bug-libtool <at> gnu.org
Subject: Re: libtool-2.4.7 released [stable]
Date: Fri, 25 Mar 2022 18:36:14 +0300
[Message part 1 (text/plain, inline)]
Hi Alex,

Congratulation on the new release!

-- 
Evgeny

-------- Original Message --------
From: Alex Ameen <alex.ameen.tx <at> gmail.com>
Sent: Friday, March 25, 2022, 07:51 UTC+3
Subject: libtool-2.4.7 released [stable]

> Howdy, Libtoolers!
> 
> After a long hiatus, the Libtool Team is pleased to announce the release of
> libtool 2.4.7.
> 
> 
> GNU Libtool hides the complexity of using shared libraries behind a
> consistent, portable interface. GNU Libtool ships with GNU libltdl, which
> hides the complexity of loading dynamic runtime libraries (modules)
> behind a consistent, portable interface.
> 
> Here are the compressed sources:
>    https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz   (1.9MB)
>    https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.xz   (996KB)
> 
> Here are the GPG detached signatures[*]:
>    https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.gz.sig
>    https://ftpmirror.gnu.org/libtool/libtool-2.4.7.tar.xz.sig
> 
> Use a mirror for higher download bandwidth:
>    https://www.gnu.org/order/ftp.html
> 
> Here are the SHA1 and SHA256 checksums:
> 
> d3f2d5399f4bf5cbd974b812ebaca28d6492ca65  libtool-2.4.7.tar.gz
> BOlsJATqcMWQxUbrpCAqThJyLGQAFsErmy8c49SB6ag  libtool-2.4.7.tar.gz
> 0c90f1b046ea9cd7b32a4b5a6a9df4b46ddb637a  libtool-2.4.7.tar.xz
> T38hfwV85lX/IlWa0iGg/Y74StH8X8tpkM7MMzqhY10  libtool-2.4.7.tar.xz
> 
> The SHA256 checksum is base64 encoded, instead of the
> hexadecimal encoding that most checksum tools default to.
> 
> [*] Use a .sig file to verify that the corresponding file (without the
> .sig suffix) is intact.  First, be sure to download both the .sig file
> and the corresponding tarball.  Then, run a command like this:
> 
>    gpg --verify libtool-2.4.7.tar.gz.sig
> 
> If that command fails because you don't have the required public key,
> then run this command to import it:
> 
>    gpg --keyserver keys.gnupg.net --recv-keys 6EAC957F8EEB55C0
> 
> and rerun the 'gpg --verify' command.
> 
> This release was bootstrapped with the following tools:
>    Autoconf 2.69
>    Automake 1.16.3
>    Gnulib a5218207e5
> 
> NEWS
> 
> * Noteworthy changes in release 2.4.7 (2022-03-16) [stable]
> 
> ** New features:
> 
>    - Libtool script now supports (configure-time and runtime) ARFLAGS
>      variable, which obsoletes AR_FLAGS.  This is due to naming conventions
>      among other *FLAGS and to be consistent with Automake's ARFLAGS.
> 
>    - Gnulib testsuite is enabled and run during 'make check'.
> 
>    - Support the Windows version of the Intel C Compiler (icl) in
>      libtool script.
> 
>    - Pass '-fsanitize=*' flags for GCC and LLVM, and '-specs=*' for GCC
>      to linker.
> 
>    - Pass '-Xassembler=*' and '-Wa,*' flag to compilers and linkers.
> 
>    - The variable 'FILECMD' with default value of '/usr/bin/file' was 
> used to
>      replace existing hard coded references to '/usr/bin/file'.
> 
>    - Add MidnightBSD support.
> 
> ** Important incompatible changes:
> 
>    - Libtool changed ARFLAGS/AR_FLAGS default from 'cru' to 'cr'.
> 
>    - Do not pass '-pthread' to Solaris linker.
> 
>    - 'libtool' and 'libtoolize' scripts now use '#! /usr/bin/env sh' 
> shebang.
>      Previously '#! /bin/sh' was used, which presents challenges for
>      containerized environments.
> 
> ** Bug fixes:
> 
>    - Fix significant slowdown of libtoolize for certain projects 
> (regression
>      introduced in 2.4.3 release) caused by infinite m4 macro recursion.
> 
>    - Mitigate the slowdown of libtool script (introduced in v2.4.3) 
> caused by
>      increased number of calls to '$SED $sed_quote_subst' (bug#20006).
> 
>    - Properly parse and export TLS symbols on AIX.
> 
>    - Various bug fixes surrounding use of 'sed'.
> 
>    - Darwin systems set proper "allow undefined" flag on OSX 11, and
>      PowerPC 10.5.
> 
>    - Removed some deprecated tests related to 'Makefile.inc' files.
> 
> 
> Enjoy!
> 
[OpenPGP_signature (application/pgp-signature, attachment)]

Information forwarded to bug-libtool <at> gnu.org:
bug#54559; Package libtool. (Sat, 26 Mar 2022 02:02:02 GMT) Full text and rfc822 format available.

Message #14 received at 54559 <at> debbugs.gnu.org (full text, mbox):

From: Nick Bowler <nbowler <at> draconx.ca>
To: Alex Ameen <alex.ameen.tx <at> gmail.com>
Cc: info-gnu <at> gnu.org, autotools-announce <at> gnu.org, 54559 <at> debbugs.gnu.org
Subject: Re: bug#54559: libtool-2.4.7 released [stable]
Date: Fri, 25 Mar 2022 22:01:00 -0400
On 2022-03-25, Alex Ameen <alex.ameen.tx <at> gmail.com> wrote:
> Howdy, Libtoolers!
>
> After a long hiatus, the Libtool Team is pleased to announce the release of
> libtool 2.4.7.

Congratulations on the release!

> [*] Use a .sig file to verify that the corresponding file (without the
> .sig suffix) is intact.  First, be sure to download both the .sig file
> and the corresponding tarball.  Then, run a command like this:
>
>    gpg --verify libtool-2.4.7.tar.gz.sig
>
> If that command fails because you don't have the required public key,
> then run this command to import it:
>
>    gpg --keyserver keys.gnupg.net --recv-keys 6EAC957F8EEB55C0
>
> and rerun the 'gpg --verify' command.

I believe these instructions need to be updated.  It does not seem to be
possible to retrieve the public key by this method.  My understanding is
that the keys.gunupg.net service has been totally dead for the better
part of a year now.

  % gpg --keyserver keys.gnupg.net --recv-keys 6EAC957F8EEB55C0
  gpg: keyserver receive failed: No data

Cheers,
  Nick




Reply sent to Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>:
You have taken responsibility. (Sat, 17 Feb 2024 16:03:02 GMT) Full text and rfc822 format available.

Notification sent to Alex Ameen <alex.ameen.tx <at> gmail.com>:
bug acknowledged by developer. (Sat, 17 Feb 2024 16:03:02 GMT) Full text and rfc822 format available.

Message #19 received at 54559-done <at> debbugs.gnu.org (full text, mbox):

From: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
To: 54559-done <at> debbugs.gnu.org
Subject: Re: libtool-2.4.7 released [stable]
Date: Sat, 17 Feb 2024 18:01:05 +0200
[Message part 1 (text/plain, inline)]
Closed, since it's a release and bug-libtool was just CCed for
informational purposes.

-- 
Ileana Dumitrescu

GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354
[OpenPGP_0x6570EA01146F7354.asc (application/pgp-keys, attachment)]
[OpenPGP_signature.asc (application/pgp-signature, attachment)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 17 Mar 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 37 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.