diff options
author | Sam James <sam@gentoo.org> | 2021-06-17 05:23:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-17 06:03:17 +0100 |
commit | 4e2b8599caede5cdcb747d7505ffae04144d7efe (patch) | |
tree | 9424f31bbee45dec741414b513a3102efde0b876 /sys-libs | |
parent | app-misc/jp: Bump to version 0.1.3.4 (diff) | |
download | gentoo-4e2b8599caede5cdcb747d7505ffae04144d7efe.tar.gz gentoo-4e2b8599caede5cdcb747d7505ffae04144d7efe.tar.bz2 gentoo-4e2b8599caede5cdcb747d7505ffae04144d7efe.zip |
sys-libs/libxcrypt: assign to toolchain@
Switch to toolchain@ as maintainer given this is soon(?) going
to replace a core part of glibc (libcrypt).
hardened@ is a quiet, less-well-defined project which makes it
less suitable for an important package.
Bug: https://bugs.gentoo.org/699422
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libxcrypt/metadata.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/sys-libs/libxcrypt/metadata.xml b/sys-libs/libxcrypt/metadata.xml index d84b73d6af1e..21bf25d8b116 100644 --- a/sys-libs/libxcrypt/metadata.xml +++ b/sys-libs/libxcrypt/metadata.xml @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>hardened@gentoo.org</email> - <name>Gentoo Hardened</name> - </maintainer> - <longdescription> - 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. - </longdescription> - <use> - <flag name="compat">Build with compatibility interfaces for other crypt implementations</flag> - <flag name="system">Install as system libcrypt.so rather than to an alternate directory (will collide with sys-libs/glibc's version)</flag> - </use> - <upstream> - <remote-id type="github">besser82/libxcrypt</remote-id> - </upstream> + <maintainer type="project"> + <email>toolchain@gentoo.org</email> + <name>Gentoo Toolchain Project</name> + </maintainer> + <longdescription> + 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. + </longdescription> + <use> + <flag name="compat">Build with compatibility interfaces for other crypt implementations</flag> + <flag name="system">Install as system libcrypt.so rather than to an alternate directory (will collide with sys-libs/glibc's version)</flag> + </use> + <upstream> + <remote-id type="github">besser82/libxcrypt</remote-id> + </upstream> </pkgmetadata> |