commit:     b8523b6a86cb32972ea1f06e2bab05a89e9e4157
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 00:55:44 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 00:56:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8523b6a

dev-libs/libgcrypt: drop vulnerable

Bug: https://bugs.gentoo.org/693108
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 dev-libs/libgcrypt/Manifest                  |  2 -
 dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild | 75 ----------------------------
 dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild    | 74 ---------------------------
 dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild    | 75 ----------------------------
 4 files changed, 226 deletions(-)

diff --git a/dev-libs/libgcrypt/Manifest b/dev-libs/libgcrypt/Manifest
index c2bcae372d6..6d39956aa2b 100644
--- a/dev-libs/libgcrypt/Manifest
+++ b/dev-libs/libgcrypt/Manifest
@@ -1,3 +1 @@
-DIST libgcrypt-1.8.3.tar.bz2 2989166 BLAKE2B 
3443883c3e8d005be6cbdc91589b8b287226f26eb59536e1a32512004af739a64a3817ac38fa1132fdfc3424c21ca49c81db93535a23d590a5dc4f4518f3cce1
 SHA512 
8c873204303f173dd3f49817a81035c1d504b2fc885965c9bc074a6e3fb108ceb6dca366d85e840a40712a6890fc325018ea9b8c1b7b8804c51c44b296cb96a0
-DIST libgcrypt-1.8.4.tar.bz2 2990108 BLAKE2B 
97a1f9382adf23cd4ac491a392882f2e712fddd4f0d95a4fafb9cc70aa41ffa7b7b6a371b8368e9c99e3e1849b9d38078abc55703d4d8b25289f3c662e6ba8a1
 SHA512 
b831fc337eb14806897e224b0d1e78d1f8e9db91dffa818a015a4aa104144e2d971e5a855904907ee2bb9990a9d526de32d6787e1cae98e28a65c3258b2b1ea1
 DIST libgcrypt-1.8.5.tar.bz2 2991291 BLAKE2B 
93276b4536f71c07bb103e10607592e02add413f633d96cc95513daa6e6b0e098fe803bb6a0e405a241fddc5ce0cfad61658d57c27bd724eecd32fd862af4c99
 SHA512 
b55e16e838d1b1208e7673366971ae7c0f9c1c79e042f41c03d14ed74c5e387fa69ea81d5414ffda3d2b4f82ea5467fe13b00115727e257db22808cf351bde89

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild
deleted file mode 100644
index 6960c8192bc..00000000000
--- a/dev-libs/libgcrypt/libgcrypt-1.8.3-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic multilib-minimal
-
-DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
-HOMEPAGE="http://www.gnupg.org/";
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1 MIT"
-SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc o-flag-munging static-libs"
-
-RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( virtual/texi2dvi )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.6.1-uscore.patch
-       "${FILESDIR}"/${PN}-multilib-syspath.patch
-)
-
-MULTILIB_CHOST_TOOLS=(
-       /usr/bin/libgcrypt-config
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-multilib_src_configure() {
-       if [[ ${CHOST} == *86*-solaris* ]] ; then
-               # ASM code uses GNU ELF syntax, divide in particular, we need to
-               # allow this via ASFLAGS, since we don't have a flag-o-matic
-               # function for that, we'll have to abuse cflags for this
-               append-cflags -Wa,--divide
-       fi
-       local myeconfargs=(
-               --enable-noexecstack
-               $(use_enable o-flag-munging O-flag-munging)
-               $(use_enable static-libs static)
-
-               # disabled due to various applications requiring privileges
-               # after libgcrypt drops them (bug #468616)
-               --without-capabilities
-
-               # http://trac.videolan.org/vlc/ticket/620
-               # causes bus-errors on sparc64-solaris
-               $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
-               $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
-
-               GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config"
-       )
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" \
-               $("${S}/configure" --help | grep -- '--without-.*-prefix' | sed 
-e 's/^ *\([^ ]*\) .*/\1/g')
-}
-
-multilib_src_compile() {
-       default
-       multilib_is_native_abi && use doc && VARTEXFONTS="${T}/fonts" emake -C 
doc gcrypt.pdf
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-       multilib_is_native_abi && use doc && dodoc doc/gcrypt.pdf
-}
-
-multilib_src_install_all() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild
deleted file mode 100644
index 3e97c8663b2..00000000000
--- a/dev-libs/libgcrypt/libgcrypt-1.8.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools flag-o-matic ltprune multilib-minimal
-
-DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
-HOMEPAGE="http://www.gnupg.org/";
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1 MIT"
-SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc o-flag-munging static-libs"
-
-RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}
-       doc? ( virtual/texi2dvi )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.6.1-uscore.patch
-       "${FILESDIR}"/${PN}-multilib-syspath.patch
-)
-
-MULTILIB_CHOST_TOOLS=(
-       /usr/bin/libgcrypt-config
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-multilib_src_configure() {
-       if [[ ${CHOST} == *86*-solaris* ]] ; then
-               # ASM code uses GNU ELF syntax, divide in particular, we need to
-               # allow this via ASFLAGS, since we don't have a flag-o-matic
-               # function for that, we'll have to abuse cflags for this
-               append-cflags -Wa,--divide
-       fi
-       local myeconfargs=(
-               --enable-noexecstack
-               $(use_enable o-flag-munging O-flag-munging)
-               $(use_enable static-libs static)
-
-               # disabled due to various applications requiring privileges
-               # after libgcrypt drops them (bug #468616)
-               --without-capabilities
-
-               # http://trac.videolan.org/vlc/ticket/620
-               # causes bus-errors on sparc64-solaris
-               $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
-               $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
-
-               GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config"
-       )
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-multilib_src_compile() {
-       default
-       multilib_is_native_abi && use doc && VARTEXFONTS="${T}/fonts" emake -C 
doc gcrypt.pdf
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-       multilib_is_native_abi && use doc && dodoc doc/gcrypt.pdf
-}
-
-multilib_src_install_all() {
-       default
-       prune_libtool_files
-}

diff --git a/dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild 
b/dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild
deleted file mode 100644
index 9344031d1c8..00000000000
--- a/dev-libs/libgcrypt/libgcrypt-1.8.4.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic multilib-minimal
-
-DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
-HOMEPAGE="http://www.gnupg.org/";
-SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1 MIT"
-SLOT="0/20" # subslot = soname major version
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="doc o-flag-munging static-libs"
-
-RDEPEND=">=dev-libs/libgpg-error-1.25[${MULTILIB_USEDEP}]"
-DEPEND="${RDEPEND}"
-BDEPEND="doc? ( virtual/texi2dvi )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.6.1-uscore.patch
-       "${FILESDIR}"/${PN}-multilib-syspath.patch
-)
-
-MULTILIB_CHOST_TOOLS=(
-       /usr/bin/libgcrypt-config
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-multilib_src_configure() {
-       if [[ ${CHOST} == *86*-solaris* ]] ; then
-               # ASM code uses GNU ELF syntax, divide in particular, we need to
-               # allow this via ASFLAGS, since we don't have a flag-o-matic
-               # function for that, we'll have to abuse cflags for this
-               append-cflags -Wa,--divide
-       fi
-       local myeconfargs=(
-               --enable-noexecstack
-               $(use_enable o-flag-munging O-flag-munging)
-               $(use_enable static-libs static)
-
-               # disabled due to various applications requiring privileges
-               # after libgcrypt drops them (bug #468616)
-               --without-capabilities
-
-               # http://trac.videolan.org/vlc/ticket/620
-               # causes bus-errors on sparc64-solaris
-               $([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
-               $([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
-
-               GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config"
-       )
-       ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" \
-               $("${S}/configure" --help | grep -- '--without-.*-prefix' | sed 
-e 's/^ *\([^ ]*\) .*/\1/g')
-}
-
-multilib_src_compile() {
-       default
-       multilib_is_native_abi && use doc && VARTEXFONTS="${T}/fonts" emake -C 
doc gcrypt.pdf
-}
-
-multilib_src_install() {
-       emake DESTDIR="${D}" install
-       multilib_is_native_abi && use doc && dodoc doc/gcrypt.pdf
-}
-
-multilib_src_install_all() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to