Skip to content
Menu
Open World News Open World News
  • Privacy Policy
Open World News Open World News

libtool @ Savannah: libtool-2.5.0 released [alpha]

Posted on May 14, 2024 by Michael G

Author:
Source

Libtoolers!

The Libtool Team is pleased to announce the release of libtool 2.5.0, a alpha 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 91 commits by 29 people in the 113 weeks since 2.4.7.

See the NEWS below for a brief summary.

Thanks to everyone who has contributed!

The following people contributed changes to this release:

  Albert Chu (1)

  Alex Ameen (3)

  Antonin Décimo (3)

  Brad Smith (2)

  Bruno Haible (2)

  Dmitry Antipov (1)

  Florian Weimer (1)

  Gilles Gouaillardet (1)

  Ileana Dumitrescu (24)

  Jakub Wilk (1)

  Jonathan Wakely (2)

  Manoj Gupta (1)

  Mike Frysinger (23)

  Mingli Yu (2)

  Oliver Kiddle (1)

  Olly Betts (1)

  Ozkan Sezer (2)

  Paul Eggert (2)

  Paul Green (1)

  Raul E Rangel (1)

  Richard Purdie (5)

  Sam James (4)

  Samuel Thibault (1)

  Stephen Webb (1)

  Tijl Coosemans (1)

  Tim Rice (1)

  Uwe Kleine-König (1)

  Vadim Zeitlin (1)

  Xiang.Lin (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.0

or run this command from a git-cloned libtool directory:

  git shortlog v2.4.7..v2.5.0

Here are the compressed sources:

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.gz   (1.9MB)

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.xz   (1008KB)

Here are the GPG detached signatures:

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.gz.sig

  https://alpha.gnu.org/gnu/libtool/libtool-2.5.0.tar.xz.sig

Use a mirror for higher download bandwidth:

  https://www.gnu.org/order/ftp.html

Here are the SHA1 and SHA256 checksums:

  fb3ab5907115b16bf12a0d3d424c79cb0003d02e  libtool-2.5.0.tar.gz

  1DjDF0VdhVVM4vmYvkiGb9QM/L+DTWCzAm9PwO1YPSM=  libtool-2.5.0.tar.gz

  70e2dd113a9460c279df01b2eee319adb99ee998  libtool-2.5.0.tar.xz

  fhDMhjgj1AjsX/6kHUPDckqgiBZldXljydsL77LIecw=  libtool-2.5.0.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.0.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 <ileanadumi95@protonmail.com>

  uid   Ileana Dumitrescu <ileanadumitrescu95@gmail.com>

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 ileanadumi95@protonmail.com

  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.0.tar.gz.sig

This release was bootstrapped with the following tools:

  Autoconf 2.72e

  Automake 1.16.5

  Gnulib v0.1-6995-g29d705ead1

NEWS

  • Noteworthy changes in release 2.5.0 (2024-05-13) [alpha]


** New features:

  – Pass ‘-fdiagnostics-color’, ‘-frecord-gcc-switches’,

    ‘-fno-sanitize*’, ‘-Werror’, and ‘prefix-map’ flags.

  – Pass the ‘-no-canonical-prefixes’ linker flag.

  – Pass ‘-fopenmp=*’ for Clang to allow choosing between libgomp and

    libomp.

  – Pass ‘-shared-libsan’, ‘-static-libsan’, ‘rtlib=*’, and

    ‘unwindlib=*’ for Clang.

  – Expanded process.h inclusion on Windows for more than the

    proprietary MSVC compiler. Other alternative Windows compilers

    also require process.h.

  – Pass ‘elf32_x86_64’ and ‘elf64_x86_64’ to the linker on hurd-amd64.

  – Recognize –-windows* config triplets.

** Important incompatible changes:

  – Removed test_compile from command line options.

  – By default executables are created with the RUNPATH property for

    the Android linker. RUNPATH works for libraries which are not

    installed in system locations.

  – Removed AC_PROG_SED fallback, as the macro has been supported

    in Autoconf since the 90’s.

** Bug fixes:

  – Check for space after -l, -L, and -R linker flags.

  – Updated documentation for tests, the demo directory, and

    elsewhere.

  – Fixed Solaris 11 builds.

  – Clean trailing “/” from sysroot path.

  – Fixed shared library builds for System V.

  – Added mingw to the list of systems not requiring libm.

  – Fixed support for nios2 systems.

  – Fixed linker check for ‘–whole-archive’ support for linkers other

    than ld.

  – Use -Fe instead of -o with MSVC to avoid deprecation warnings.

  – Improved reproducibility of libtool scripts.

  – Avoided MinGW warning by adding CRTIMP.

  – Improved grep portability.

  – Fixed cross-building warnings when checking for file.

** Changes in supported systems or compilers:

  – Removed support for bitrig (–-bitrig*).

  – Added support for flang (Fortran LLVM-based) compilers.

Enjoy!

Read more

Related Posts:

  • libtool @ Savannah: libtool-2.5.2 released [beta]
    libtool @ Savannah: libtool-2.5.2 released [beta]
  • Envato Tuts+: Top 20 Most Usable Content Management Systems
    Envato Tuts+: Top 20 Most Usable Content Management Systems
  • Palantir: DrupalCon Pittsburgh Preview
    Palantir: DrupalCon Pittsburgh Preview
  • Droptica: How to Speed Up a Website on Drupal? Lazy-load Module and its Possibilities
    Droptica: How to Speed Up a Website on Drupal?…
  • gnuboot @ Savannah: GNU Boot November 2024 News
    gnuboot @ Savannah: GNU Boot November 2024 News
  • Pixelite: Drupal and the Open Web in the Australian Government - 2024 edition
    Pixelite: Drupal and the Open Web in the Australian…

Recent Posts

  • [TUT] LoRa & LoRaWAN – MikroTik wAP LR8 kit mit The Things Network verbinden [4K | DE]
  • Mercado aguarda Powell e olha Trump, dados e Haddad | MINUTO TOURO DE OURO – 11/02/25
  • Dan Levy Gets Candid About Learning How To Act Differently After Schitt’s Creek: ‘It’s Physically…
  • Building a Rock Shelter & Overnight Stay in Heavy Snow 🏕️⛰️
  • Les milliardaires Elon Musk et Xavier Niel s’insultent copieusement

Categories

  • Android
  • Linux
  • News
  • Open Source
©2025 Open World News | Powered by Superb Themes
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent.
Cookie SettingsAccept All
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT