Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libxcrypt-devel-4.5.2-2.4 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: libxcrypt-devel Distribution: openSUSE Tumbleweed
Version: 4.5.2 Vendor: openSUSE
Release: 2.4 Build date: Thu Feb 19 15:12:56 2026
Group: Development/Languages/C and C++ Build host: reproducible
Size: 32843 Source RPM: libxcrypt-4.5.2-2.4.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/besser82/libxcrypt
Summary: Development files for libxcrypt
The libxcrypt-devel package contains libraries and header files for
developing applications that use libxcrypt.

Provides

Requires

License

BSD-2-Clause AND LGPL-2.1-or-later AND BSD-3-Clause AND SUSE-Public-Domain

Changelog

* Thu Feb 19 2026 Angel Yankov <angel.yankov@suse.com>
  - Fix building with glibc 2.43, Fixes: bsc#1258487
    * Add libxcrypt-fix-const-qualifiers.patch
* Tue Nov 11 2025 Lucas Mulling <lucas.mulling@suse.com>
  - Update to 4.5.2:
    * Use a more portable implementation for our fallback implementation of
      explicit_bzero(); also get rid of the need for VLA in the new implementation
      (issue #212).
    * Fix compilation of alg-sha1 with optimization level 3 for GCC v11 and newer
      (issue #179).
  - Includes ch