Your message dated Sun, 01 Dec 2024 18:52:38 +0000
with message-id <[email protected]>
and subject line Bug#1077058: fixed in libtool 2.5.4-1
has caused the Debian Bug report #1077058,
regarding libtool-2.5.1 released [beta]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1077058: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077058
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libtool
Severity: wishlist

Hi!  It would be nice to package newly released libtool 2.5.1 beta (see
below) for experimental, to allow more wide testing of it to help pave
the way for a sid upload.

/Simon

Ileana Dumitrescu <[email protected]> writes:

> Libtoolers!
>
> The Libtool Team is pleased to announce the release of libtool 2.5.1,
> a beta release.
>
> 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.
>
> There have been 33 commits by 8 people in the 10 weeks since 2.5.0.
>
> See the NEWS below for a brief summary.
>
> Thanks to everyone who has contributed!
> The following people contributed changes to this release:
>
>   Bruno Haible (3)
>   Ileana Dumitrescu (24)
>   Julien ÉLIE (1)
>   Khem Raj (1)
>   Peter Kokot (1)
>   Richard Purdie (1)
>   Vincent Lefevre (1)
>   trcrsired (1)
>
> Ileana
>  [on behalf of the libtool maintainers]
> ==================================================================
>
> Here is the GNU libtool home page:
>     https://gnu.org/s/libtool/
>
> For a summary of changes and contributors, see:
>   https://git.sv.gnu.org/gitweb/?p=libtool.git;a=shortlog;h=v2.5.1
> or run this command from a git-cloned libtool directory:
>   git shortlog v2.5.0..v2.5.1
>
> Here are the compressed sources:
>   https://alpha.gnu.org/gnu/libtool/libtool-2.5.1.tar.gz   (1.9MB)
>   https://alpha.gnu.org/gnu/libtool/libtool-2.5.1.tar.xz   (1020KB)
>
> Here are the GPG detached signatures:
>   https://alpha.gnu.org/gnu/libtool/libtool-2.5.1.tar.gz.sig
>   https://alpha.gnu.org/gnu/libtool/libtool-2.5.1.tar.xz.sig
>
> Use a mirror for higher download bandwidth:
>   https://www.gnu.org/order/ftp.html
>
> Here are the SHA1 and SHA256 checksums:
>
>   5e2f00be5b616b0a6120b2947e562b8448e139b2  libtool-2.5.1.tar.gz
>   aoPtr9QtTi69wJV5+ZzoKNX5MvFzjeAklcyMKITkMM4=  libtool-2.5.1.tar.gz
>   9f72b896f593c4f81cdd6c20c9d99463663e48a9  libtool-2.5.1.tar.xz
>   0oDmTIzb8UXXb7kbOyGe2rAb20PLmUAuSsuX0BAGNv0=  libtool-2.5.1.tar.xz
>
> Verify the base64 SHA256 checksum with cksum -a sha256 --check
> from coreutils-9.2 or OpenBSD's cksum since 2007.
>
> 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.5.1.tar.gz.sig
>
> The signature should match the fingerprint of the following key:
>
>   pub   rsa4096 2021-09-23 [SC]
>         FA26 CA78 4BE1 8892 7F22  B99F 6570 EA01 146F 7354
>   uid   Ileana Dumitrescu <[email protected]>
>   uid   Ileana Dumitrescu <[email protected]>
>
> If that command fails because you don't have the required public key,
> or that public key has expired, try the following commands to retrieve
> or refresh it, and then rerun the 'gpg --verify' command.
>
>   gpg --locate-external-key [email protected]
>
>   gpg --recv-keys 6570EA01146F7354
>
>   wget -q -O-
>   
> 'https://savannah.gnu.org/project/release-gpgkeys.php?group=libtool&download=1'
>  
> | gpg --import -
>
> As a last resort to find the key, you can try the official GNU
> keyring:
>
>   wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg
>   gpg --keyring gnu-keyring.gpg --verify libtool-2.5.1.tar.gz.sig
>
> This release was bootstrapped with the following tools:
>   Autoconf 2.72e
>   Automake 1.17
>   Gnulib v1.0-563-gd3efdd55f3
>
> NEWS
>
> * Noteworthy changes in release 2.5.1 (2024-07-25) [beta]
>
> ** New features:
>
>   - Support C++17 compilers in the C++ tests.
>
>   - Add sysroot to library path for cross builds.
>
> ** Important incompatible changes:
>
>   - Autoconf 2.64 is required for libtool.m4 to use AS_VAR_APPEND.
>
> ** Bug fixes:
>
>   - Fix for uninitialized variable in libtoolize.
>
>   - Skip Fortran/C demo tests when using Clang with fsanitize to
>     avoid an incompatible ASan runtime.
>
>   - Updated documentation for testing.
>
>   - Fix failing test to account for program-prefix usage.
>
>   - Replaced a deprecated macro to remove warning messages in the
>     testsuite logs.
>
>   - Fix number of arguments for AC_CHECK_PROG call.
>
>   - Fix test failures with no-canonical-prefixes flag by checking
>     if the flag is supported first.
>
>   - Fix test failures with no-undefined flag by checking host OS
>     before appending the flag.
>
>   - Skip test when passing CXX flags through libtool to avoid test
>     failure on NetBSD.
>
>   - Remove texinfo warning for period in node name of pxref.
>
>   - Alter syntax in sed command to fix numerous test failures
>     on 64-bit windows/cygwin/mingw.
>
>   - Fix 'Wstrict-prototypes' warnings.
>
>   - Correct DLL Installation Path for mingw multilib builds.
>
>   - Fix '--preserve-dup-deps' stripping duplicates.
>
>   - Disable chained fixups for macOS, since it is not compatible with
>     '-undefined dynamic_lookup'.
>
> ** Changes in supported systems or compilers:
>
>   - Support additional flang-based compilers, 'flang-new' and 'ftn'.
>
>
> Enjoy!

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: libtool
Source-Version: 2.5.4-1
Done: Alastair McKinstry <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libtool, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alastair McKinstry <[email protected]> (supplier of updated libtool package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 01 Dec 2024 18:13:26 +0000
Source: libtool
Binary: libltdl-dev libltdl7 libltdl7-dbgsym libtool libtool-bin libtool-doc
Architecture: source arm64 all
Version: 2.5.4-1
Distribution: experimental
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Description:
 libltdl-dev - System independent dlopen wrapper for GNU libtool (headers)
 libltdl7   - System independent dlopen wrapper for GNU libtool
 libtool    - Generic library support script
 libtool-bin - Generic library support script (libtool binary)
 libtool-doc - Generic library support script (documentation)
Closes: 1077058
Changes:
 libtool (2.5.4-1) experimental; urgency=medium
 .
   * New upstream release. Closes: #1077058
   * Drop merged/obsolete patches:
     - 0050-documentation.patch
     - 0055-pass-flags-unchanged.patch
     - 0080-struct-names.patch
     - 0085-tcc-path.patch
     - grep-spaces.patch
     - libtool-eval-nm.patch
     - man-add-whatis-info.diff
     - no_hostname.patch
     - version_string.patch
   * Fix broken vcs url
   * Standards-Version now 4.7.0
Checksums-Sha1:
 0772f2dba65d396d59138ac4cd18626676af2f08 2255 libtool_2.5.4-1.dsc
 655cf056bd161ca022523abdfc0111d6100477f1 1069572 libtool_2.5.4.orig.tar.xz
 82c1fe2215cf8bbc6c5eeaef67f7c150bc1b1c94 37308 libtool_2.5.4-1.debian.tar.xz
 5c0f74ac0136ddb9ac8e9f47c7a2cc994bcfee0d 165840 libltdl-dev_2.5.4-1_arm64.deb
 1c76769215602a3a1985740395cab4bad72b6801 45180 
libltdl7-dbgsym_2.5.4-1_arm64.deb
 50bf364e062aabb447f9bfcf017cef3570359da2 414732 libltdl7_2.5.4-1_arm64.deb
 775b2e0ba97bd89cec7638b70f602f2f768aeaeb 457308 libtool-bin_2.5.4-1_arm64.deb
 b7a4ac2a4bacb4f52d3986a4b45cb83c86f513f4 621000 libtool-doc_2.5.4-1_all.deb
 eb8034c1a7ac4ac6e79c82f5417dd5f0fc1f988a 539072 libtool_2.5.4-1_all.deb
 0c2c00d0d4d040cd8b96718800b413f04bfd9011 9086 libtool_2.5.4-1_arm64.buildinfo
Checksums-Sha256:
 a51af1efe3d7ccce4f2260e8cf0463d4e6da84df4d45af6d1f0434c9f339771e 2255 
libtool_2.5.4-1.dsc
 d9189031edeaa6aa74695b2aeb80a8c26df50b29d8b72c991667e01adecea42c 1069572 
libtool_2.5.4.orig.tar.xz
 0054a1f6968511f75646a530a0f38baf73118102baacd3404f436e09d6ceab2f 37308 
libtool_2.5.4-1.debian.tar.xz
 882ef9437a588796d498cb3b04e286c7490696d9ef62425f68609edaf923d420 165840 
libltdl-dev_2.5.4-1_arm64.deb
 1ca923558bcab02f0ece497d09342d8fe170cbf33368bbd28ff899bc60b17666 45180 
libltdl7-dbgsym_2.5.4-1_arm64.deb
 1954ddfbda75b4ca660ef0a2359cbe808de95124b2c11064f08655706c12a618 414732 
libltdl7_2.5.4-1_arm64.deb
 fa1e82213e58e1574b2fa4cb02644a43a3bcb2fc23b8b05033c285b8ecaf282b 457308 
libtool-bin_2.5.4-1_arm64.deb
 b1d908d2ba640fdb89e3376c5d8f3efc5be9e1b20297672b29c3ec0cf53276e1 621000 
libtool-doc_2.5.4-1_all.deb
 707b5621fc2a06bfa162d49ff89f8906e9a50b07398e803619285a3df98b431a 539072 
libtool_2.5.4-1_all.deb
 d0936589aaa3d59cdf32ec243675411b261955f1fc4c859e33e80871656d1525 9086 
libtool_2.5.4-1_arm64.buildinfo
Files:
 d72afb31a587b5692bc0d6bc403b085d 2255 devel optional libtool_2.5.4-1.dsc
 16c94892ca5cf6eec33264f626260224 1069572 devel optional 
libtool_2.5.4.orig.tar.xz
 e866aa964edf80d5a0627f4adb947312 37308 devel optional 
libtool_2.5.4-1.debian.tar.xz
 4c418cff9366c4c747618e5974168f9d 165840 libdevel optional 
libltdl-dev_2.5.4-1_arm64.deb
 e25df946bedcf18f7194212942178534 45180 debug optional 
libltdl7-dbgsym_2.5.4-1_arm64.deb
 bf0851c6cac0500ee2ece0de263c499b 414732 libs optional 
libltdl7_2.5.4-1_arm64.deb
 937631104ea83b0fe53639bc331c5084 457308 devel optional 
libtool-bin_2.5.4-1_arm64.deb
 2443f8ac0f80c5d93c5f1799092d1459 621000 doc optional 
libtool-doc_2.5.4-1_all.deb
 429b297dbef62a7d56b1fa75007e9f98 539072 devel optional libtool_2.5.4-1_all.deb
 d3fd7c0bd306bc22d146080222cbea3e 9086 devel optional 
libtool_2.5.4-1_arm64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmdMq4wACgkQy+a7Tl2a
06UKig/+NBeVz0NmYBxlLbFk81TJrFBAmuhTXm99zD9KuS0M7RHigdmN02JkX294
A+6s9oP7KlrrBhEJTRoYrahM4xVtUOUwW8Mxb6/9fH30sRL8pyU7zTMME+Pwbkdx
k6tZGzt9D5uzVrMMb/995lbzfaQhb3cr/dLROidgiQDTW/azWHw82IXyB3Q3F/ze
r3BD4cJTS+4b8t0JIRDRI6Pv26usPpN/qMw0JklEJSoMSjrwGU17LPLypACr5C+9
aHE3KqARPEhpNDGB+HZiaL+kyLfHx/LphRT/k+5vla++QcOhNGJSyeRmjk4lorbH
UJKdJSI7DlbsqszXDPwQwv9GT+W8pkIIokRThlp9/b0JGvv2D4L9nSgA8BiUG0hd
VBawCv/zVCzISw1E32ZxJYrL+zYyODGHehfFLPzZ5tzsAVYB94ux2901rWY8xzUV
2FjX0ieOaeAEU62/a5UweZ3TvcpgqBOwgORAWri6BNCqsuNvrISR7CR9v5b2XAO+
5n75W628G7dFxtmUOXxyAswo7ddNIU63c1h8zo6040VpGvXQgsZ5vPi6q5YzCYWJ
ay71ZFWmS6m8jM/O6bdaODtQ/U9BSnFULwLe0CR7oCtm8GYBzwYaRu47UkZ/b4DM
HTJCsBLnKaODcb2xSybVQ+iIEG1BvnDhHP43ZZxUmyRcEDxUAX0=
=X8Fu
-----END PGP SIGNATURE-----

Attachment: pgpMK4tD_X5cx.pgp
Description: PGP signature


--- End Message ---

Reply via email to