Summary
Crypt library for DES, MD5, and blowfish. Libxcrypt is a replacement for libcrypt, which comes with the GNU C Library. It supports DES crypt, MD5, and passwords with blowfish encryption.
Versions
v4.4.36-r3 :: 0/1 :: gentoo
- Modified
- License
- LGPL-2.1+ public-domain BSD BSD-2
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~loong ~m68k ~mips ~riscv ~s390
- USE flags
- compat headers-only static-libs system test
v4.4.36-r2 :: 0/1 :: gentoo
- Modified
- License
- LGPL-2.1+ public-domain BSD BSD-2
- Keywords
- ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
- USE flags
- compat headers-only split-usr static-libs system test
v4.4.36 :: 0/1 :: gentoo
- Modified
- License
- LGPL-2.1+ public-domain BSD BSD-2
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~loong ~m68k ~mips ~riscv ~s390
- USE flags
- compat headers-only split-usr static-libs system test
USE flags
General
- compat
- Build with compatibility interfaces for other crypt implementations
- headers-only
- Build and install only the headers.
- split-usr
- Enable behavior to support maintaining /bin, /lib*, /sbin and /usr/sbin separately from /usr/bin and /usr/lib*
- static-libs
- Build static versions of dynamic libraries as well
- system
- Install as system libcrypt.so rather than to an alternate directory (will collide with sys-libs/glibc's version)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
abi_mips
- n32
- 64-bit (32-bit pointer) libraries
- n64
- 64-bit libraries
- o32
- 32-bit libraries
abi_s390
- 32
- 32-bit (s390) libraries
- 64
- 64-bit (s390x) libraries
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
- x32
- x32 ABI libraries
Dependencies
sys-libs / glibc : GNU libc C library
sys-libs / glibc : GNU libc C library
sys-libs / musl : Light, fast and, simple C library focused on standards-conformance and safety
sys-libs / musl : Light, fast and, simple C library focused on standards-conformance and safety
Runtime Dependencies
sys-libs / glibc : GNU libc C library
sys-libs / glibc : GNU libc C library
sys-libs / musl : Light, fast and, simple C library focused on standards-conformance and safety
sys-libs / musl : Light, fast and, simple C library focused on standards-conformance and safety
Depending packages
app-admin / puppet-agent : general puppet client utils along with hiera and facter
app-backup / tsm : IBM Spectrum Protect (former Tivoli Storage Manager) Backup/Archive Client, API
app-emulation / crossover-bin : Commercial version of app-emulation/wine with paid support
app-emulation / guestfs-tools : Tools for accessing, inspecting, and modifying virtual machine (VM) disk images
games-rpg / to-the-moon : Two doctors traversing the memories of a dying man to fulfill his last wish
games-strategy / knights-demo : Anglo-Saxon medieval army battles and resource management
net-analyzer / gvm-libs : Greenbone Vulnerability Management (GVM) libraries
net-misc / nxplayer : Client for NoMachine remote servers
net-misc / whois : Improved Whois Client
sys-auth / pambase : PAM base configuration files
sys-libs / musl : Light, fast and, simple C library focused on standards-conformance and safety
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36-r3 hppa, #929925
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36-r3 sparc, #929925
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36-r3 amd64, #929925
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36-r3 x86, #929925
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36-r3 ppc, #929925
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36-r3 arm, #929925
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36-r3 ppc64, #929925
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36-r3 arm64, #929925
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-libs/libxcrypt: inherit multibuild
Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Mike Gilbert · gentoo
sys-libs/libxcrypt: enable py3.12
Closes: https://bugs.gentoo.org/929859 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-libs/libxcrypt: general clean up
Drop support for split-usr. Simplify logic to determine install paths. Use crossdev.eclass for cross-* support. Avoid storing "/usr/${CTARGET}" in pkgconfig files for cross builds. Move python_setup to src_configure. Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: drop 4.4.28-r2, 4.4.33
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sys-libs/libxcrypt: fix glibc dependency
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: pass -Wl,--undefined-version for other linkers if supported
Revbump as it's a library. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: drop 4.4.34, 4.4.35
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36 ppc, #913517
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-libs/libxcrypt: stable 4.4.36 for sparc, bug #913517
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36 hppa, #913517
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36 x86, #913517
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36 arm, #913517
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.36 ppc64, #913517
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: stabilize 4.4.36 for arm64
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: stabilize 4.4.36 for amd64
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.36
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sys-libs/libxcrypt: Fix build with Perl 5.38
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.35
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.34
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.33 ppc, #886217
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.33 ppc64, #886217
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.33 arm, #886217
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.33 arm64, #886217
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.33 x86, #886217
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.33 amd64, #886217
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.33 sparc, #886217
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.33 hppa, #886217
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - WANG Xuerui · gentoo
sys-libs/libxcrypt: fix build with lld-16
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: drop 4.4.28-r1
Bug: https://bugs.gentoo.org/886215 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r2 ppc64, #886215
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r2 hppa, #886215
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r2 amd64, #886215
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r2 ppc, #886215
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r2 sparc, #886215
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r2 arm, #886215
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r2 arm64, #886215
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r2 x86, #886215
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-libs/libxcrypt: rework broken symlink detection
Use the GNU-specific find -xtype option; PMS says GNU find is required. Ensure arguments are properlty quoted. Consolidate output to one line per broken link. Closes: https://bugs.gentoo.org/882801 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: drop 4.4.32
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.33
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: drop 4.4.31
Another short-lived release, although 4.4.32 isn't fixing a mistake in .31. Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.32
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: drop 4.4.29, 4.4.30
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.31
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add (R)DEPEND on sys-libs/musl too
Ordering for a fresh crossdev root w/ 'armv7a-unknown-linux-musleabihf-emerge -v1 musl' now works correctly instead of pulling in libxcrypt first. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: set +system for older too
See: 194c44cd74b3426485c21ef3555f0bfcbfd3f4c9 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: set +system again in IUSE
For musl, as it's not mandatory, but still the default. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: drop REQUIRED_USE for split-usr->system
This makes things awkward on profiles where USE=system isn't forced, like musl. We already do the right thing when USE=split-usr and USE=system anyway. Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.30
Closes: https://bugs.gentoo.org/838172 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.29
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Adrian Ratiu · gentoo
sys-libs/libxcrypt: add headers-only install
While bootstrapping a pure LLVM based toolchain, compiler-rt-sanitizers depends on crypt.h, but libxcrypt cannot be built yet because it requires a working compiler runtime, so the solution is: 1. Install libxcrypt headers-only 2. Build compiler-rt-sanitizers & the rest of llvm/clang 3. Build full libxcrypt Thus we add the ability to install libxcrypt headers-only, similar to how glibc does it. Closes: https://bugs.gentoo.org/877567 Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/27840 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Adrian Ratiu · gentoo
sys-libs/libxcrypt: fix binary cross compilation
Even though all files are installed in the proper places when cross compiling, further testing revealed the libxcrypt binary itself is not correctly cross-complied for the target architecture, instead it is compiled for the host. Set up the proper variables to ensure the binary is built for the correct architecture. Before: libcrypt.so.2.0.0: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[xxHash]=0d041ee2539129be, stripped After: libcrypt.so.2.0.0: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[xxHash]=ba09206297aebce3, stripped Closes: https://bugs.gentoo.org/877093 Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/27780 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-libs/libxcrypt: add musl workaround
Closes: https://bugs.gentoo.org/838172 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Mike Gilbert · gentoo
sys-libs/libxcrypt: drop 4.4.20
Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: drop 4.4.27, 4.4.28
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: wire up musl USE=system support
This brings musl in line with the changes we made for glibc a while ago. The situation with glibc is a bit different because the migration is mandatory there, while we're just strongly recommending it for musl because sys-libs/libxcrypt[-system] causes headaches (see linked PAM bug for an example, but I've also hit a similar issue with Python yesterday). Bug: https://bugs.gentoo.org/867991 Bug: https://bugs.gentoo.org/699422 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: use python_has_version
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r1 hppa, #858593
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-libs/libxcrypt: sparc stable wrt bug #858593
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r1 ppc, #858593
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r1 ppc64, #858593
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r1 arm, #858593
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r1 arm64, #858593
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r1 amd64, #858593
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.28-r1 x86, #858593
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: use new filter-lto
Bug: https://bugs.gentoo.org/852917 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: disable LTO
Closes: https://bugs.gentoo.org/852917 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: fix prefix install
Bug: https://bugs.gentoo.org/802222 Closes: https://bugs.gentoo.org/843209 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Adrian Ratiu · gentoo
sys-libs/libxcrypt: fix cross + system dependencies
Starting with the v4.4.28 ebuild, libxcrypt supports cross-* builds so we need to ensure the dependencies are properly specified, for eg: aarch64-cros-linux-gnu/libxcrypt needs to depend on the aarch64-cros-linux-gnu/glibc instead of plain sys-libs/glibc. Closes: https://bugs.gentoo.org/842906 Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/25348 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-libs/libxcrypt: keyword 4.4.28 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Adrian Ratiu · gentoo
sys-libs/libxcrypt: add cross-* build support
This logic is required for cross LLVM toolchains built against glibc with its libcrypt disabled because compiler-rt requires a crypt.h header for its sanitizers, leading to a circular build dependency situation: libxcrypt -> compiler-rt -> libxcrypt To break this circular dep other cross-compilation build systems like Yocto have disabled compiler-rt sanitizers entirely [1] or a crypt.h header might be copied into the compiler-rt sources. A better solution than the above two is to directly be able to build libxcrypt before compiler-rt in the cross toolchain setup steps which is what this addition enables. [1] https://github.com/kraj/meta-clang/pull/426 Bug: https://bugs.gentoo.org/699422 Co-authored-by: Sam James <sam@gentoo.org> Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com> Closes: https://github.com/gentoo/gentoo/pull/20601 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: drop 4.4.25-r1, 4.4.26-r1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.28
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-libs/libxcrypt: stable 4.4.27 for hppa, bug #833661
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-libs/libxcrypt: amd64 stable wrt bug #833661
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.27 sparc, #833661
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.27 arm64, #833661
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.27 arm, #833661
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-libs/libxcrypt: Stabilize 4.4.27 ppc64, #833661
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.27 ppc, #833661
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.27 x86, #833661
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-libs/libxcrypt: remove superfluous sys-apps/findutils dep
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.25-r1 sparc, #809410
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.27
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: only show < GCC 10 warning with distcc
The issues should only occur if configure is confused which should only happen with a mismatch between the compiler used for configure and compilation (e.g. distcc). Bug: https://bugs.gentoo.org/823179 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add warning re distcc and older GCCs (<10)
Bug: https://bugs.gentoo.org/823179 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: disable gold
Disable gold as a precaution given report of odd behaviour (possible illegal instructions being emitted) with gold. It's not quite clear how this could happen but gold is already on its way out and I'd rather play it safe here pending more information. Bug: https://bugs.gentoo.org/821496 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.25 hppa, #809410
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.25 ppc64, #809410
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.25 ppc, #809410
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.25 x86, #809410
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.25 amd64, #809410
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.25 arm64, #809410
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.25 arm, #809410
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: backport prefix fixes to 4.4.20
Needed for the relatively-new stable Prefix. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mike Gilbert · gentoo
sys-libs/libxcrypt: disable static-libs by default
Bug: https://bugs.gentoo.org/750920 Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.26
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: [QA] fix IndirectInherits
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
sys-libs/libxcrypt: Keyword 4.4.25 for ~m68k
One scrypt-related test fails. There was a similar failure in scrypt's own test suite, and I'm going to look into it. Closes: https://bugs.gentoo.org/749933 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: drop 4.4.23, 4.4.23-r2, 4.4.24
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.25
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: add 4.4.24
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: fix whitespace in comment
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sys-libs/libxcrypt: remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Andreas K. Hüttel · gentoo
sys-libs/libxcrypt: rekeyword
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: block sys-libs/glibc[crypt(+)]
Bug: https://bugs.gentoo.org/802207 Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21680 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: fix installation on prefix in 4.4.23-r1
Closes: https://bugs.gentoo.org/802222 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sys-libs/libxcrypt: Revision bump without changes
Bug: https://bugs.gentoo.org/699422 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: switch to pre-generated autotools tarballs
There are actually *two* circular dependencies involving Perl: 1) Use self-generated (for now) `make dist` tarballs to avoid a circular dependency with libxcrypt->automake->perl->libxcrypt. (Thanks juippis and floppym! We noticed this because juippis hit an interesting edge case when using binpkgs.) 2) We initially tried to pre-generate the results of a Perl tool called during `./configure` in order to avoid unconditionally needing Perl. (I thought we could do this because the input is constant for all of the Gentoo build variants - for now. I later realised there's other Perl usage which we're stuck with for now without pre-generating a *lot*.) (Thanks mattst88! We noticed this while digging into suggestions for upstream.) So, for now, we're just fixing 1), and adding a BDEPEND on Perl for 2) to make it explicit. (Both best explained within the comments of the ebuild.) Bug: https://bugs.gentoo.org/699422 Closes: https://github.com/gentoo/gentoo/pull/21493 Reported-by: Joonas Niilola <juippis@gentoo.org> Reported-by: Mike Gilbert <floppym@gentoo.org> Reported-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-libs/libxcrypt: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.20 arm, #796722
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
sys-libs/libxcrypt: stable 4.4.20 for hppa, bug #796722
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.20 arm64, #796722
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-libs/libxcrypt: bump up to 4.4.23
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-libs/libxcrypt: sparc stable wrt bug #796722
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-libs/libxcrypt: ppc64 stable wrt bug #796722
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-libs/libxcrypt: ppc stable wrt bug #796722
Package-Manager: Portage-3.0.20, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.20 x86, #796722
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: Stabilize 4.4.20 amd64, #796722
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-libs/libxcrypt: allow python-3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-libs/libxcrypt: bump up to 4.4.22
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-libs/libxcrypt: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-libs/libxcrypt: x86 stable wrt bug #793365
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-libs/libxcrypt: amd64 stable wrt bug #793365
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt-4.4.20: Version bump
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt-4.4.19: Version bump
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Mair-Keimberger · gentoo
sys-libs/libxcrypt: remove whitespace
Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/19782 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joshua Kinard · gentoo
sys-libs/libxcrypt: Added ~mips to KEYWORDS.
Bug: https://bugs.gentoo.org/749933 Signed-off-by: Joshua Kinard <kumba@gentoo.org> Package-Manager: Portage-3.0.14, Repoman-3.0.2 - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
sys-libs/libxcrypt: keyword ~riscv, bug 749933
tests pass Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: Keyword 4.4.17 s390, #749933
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
sys-libs/libxcrypt: Keyword 4.4.17 alpha, #749933
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-libs/libxcrypt: keyworded 4.4.17 for hppa
keyworded wrt bug #749933 Package-Manager: Portage-3.0.10, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
sys-libs/libxcrypt: keyworded 4.4.17 for ppc64
keyworded wrt bug #749933 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-libs/libxcrypt: keyworded 4.4.17 for ppc
keyworded wrt bug #749933 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-libs/libxcrypt: keyworded 4.4.17 for sparc
keyworded wrt bug #749933 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
sys-libs/libxcrypt: keyworded 4.4.17 for ia64
keyworded wrt bug #749933 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-libs/libxcrypt: arm64 keyworded (bug #749933)
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-libs/libxcrypt: arm keyworded (bug #749933)
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt: Remove old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Patrick McLean · gentoo
sys-libs/libxcrypt-4.4.17: Bump
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-libs/libxcrypt: x86 stable wrt bug #734634
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-libs/libxcrypt: amd64 stable wrt bug #734634
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt-4.4.16: Fix Werror (bug #729132)
Closes: https://bugs.gentoo.org/729132 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.102, Repoman-2.3.23 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt-4.4.16: version bump
Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-libs/libxcrypt: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Arfrever Frehtes Taifersar Arahesis · gentoo
sys-libs/libxcrypt: Fix installation with USE="split-usr system".
Do not install 3 unnecessary copies of full library (regular file) for each non-native ABI: /usr/$(get_libdir)/libcrypt.so /usr/$(get_libdir)/libowcrypt.so /usr/$(get_libdir)/libxcrypt.so Do not install unnecessary symlinks for each ABI: /usr/$(get_libdir)/libcrypt.so.2 /usr/$(get_libdir)/libowcrypt.so.2 /usr/$(get_libdir)/libxcrypt.so.2 Do not use gen_usr_ldscript(). No changes for other combinations of USE flags. Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Patrick McLean · gentoo
sys-libs/libxcrypt-4.4.12-r2: Revbump, fix python deps (bug #708594)
Closes: https://bugs.gentoo.org/708594 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt-4.4.12-r1: revbump, fix USE=system
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Patrick McLean · gentoo
profiles/base: fix libxcrypt USE mask date, add split-usr to mask
Signed-off-by: Patrick McLean <chutzpah@gentoo.org> Signed-off-by: Patrick McLean <patrick.mclean@sony.com> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt-4.4.12: enable static-libs by default
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt-4.4.12: Version bump, fix USE=system
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt-4.4.11: Version bump, add py38
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt: Fix tests in 4.4.10-r1
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Patrick McLean · gentoo
sys-libs/libxcrypt: Revbump to 4.4.10-r1 add multilib and compat USE
- multilib support - a "compat" USE flag that installs a library with binary compatibility with glibc - a "system" USE flag that installs as the system libcrypto.so, this collides with the default config of glibc, so it is package.use.mask-ed Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt: update 4.4.10 to fix Gentoo CI warning
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-libs/libxcrypt: Version bump to 4.4.10 (bug #686478)
This installs to an alternate `xcrypt` subdirectory as suggested by Michał Górny at https://bugs.gentoo.org/686478#c9 to avoid the issues mentioned at https://bugs.gentoo.org/686478#c1 Since this installs a pkgconfig, any reverse dependency using pkgconfig should pick up the path change automatically. Otherwise they will have to be updated. Closes: https://bugs.gentoo.org/686478 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
sys-libs/libxcrypt: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Michał Górny · gentoo
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed