diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-27 09:15:21 +0100 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2021-05-27 12:45:17 +0300 |
commit | cd49db32c2ce99b6326819023a0358d7b184dbb5 (patch) | |
tree | 2f32c6b0ba308cd5ba8d732782c534f437943d9f /net-libs/libyang | |
parent | profiles: Add TextMate and Microsoft-vscode to license groups (diff) | |
download | gentoo-cd49db32c2ce99b6326819023a0358d7b184dbb5.tar.gz gentoo-cd49db32c2ce99b6326819023a0358d7b184dbb5.tar.bz2 gentoo-cd49db32c2ce99b6326819023a0358d7b184dbb5.zip |
net-libs/libyang: Security cleanup
Closes: https://github.com/gentoo/gentoo/pull/21005
Bug: https://bugs.gentoo.org/791373
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Diffstat (limited to 'net-libs/libyang')
-rw-r--r-- | net-libs/libyang/Manifest | 2 | ||||
-rw-r--r-- | net-libs/libyang/libyang-1.0.215.ebuild | 46 | ||||
-rw-r--r-- | net-libs/libyang/libyang-1.0.225.ebuild | 44 |
3 files changed, 0 insertions, 92 deletions
diff --git a/net-libs/libyang/Manifest b/net-libs/libyang/Manifest index 77f5413251a8..e0c2350ffeb7 100644 --- a/net-libs/libyang/Manifest +++ b/net-libs/libyang/Manifest @@ -1,4 +1,2 @@ -DIST libyang-1.0.215.tar.gz 1666478 BLAKE2B 66fc53458caf43e8473905ce9294efb9a49f0c73206a4c5ef96f7b79e72fff9429aa4245fdb29a7d2b4a23460d771d30a9397ca4d2ce76379675dc4a9f6427fd SHA512 042e7be3a658340eebb5aaf819169a516af5489c366c026b599d673b623811b01a5cc7b2fce0fe39c5deb5cce5b1e0e6dfc4eb85a331fb3203d415011e6d2dad -DIST libyang-1.0.225.tar.gz 1667054 BLAKE2B eb1bfd555d72aceba7da7ade1a55985caad9d3cc904c5504978c298ef9e08a6848c810d1b62b1fa7076a9f30638b6080a3546c07892d3e8980eb1db337dc4deb SHA512 3366df8c2869454b6da456010ca62b538876cba16fa84e1ed9053acca6d7756c15329c0fb8a62477a1887d6c00cce8449f29954b2d2b0e556d81baa11dc9776d DIST libyang-1.0.236.tar.gz 1669013 BLAKE2B c977c4abd2466e88519e91483d876bf0b9397b32bcca017eaa948d638a70d3275cdec36070bad8925c87e3a6756df924ed043a14ecb6d23de8b63992f8607e58 SHA512 7e8be96bc87ea5c906d90e09f4fbae0ed96718894d3fbc784172cdc68e9e2c034fc8a114bc1389fb74ef32dfb65e447acff24b82967af1530ffba94cd204e6e9 DIST libyang-2.0.0.tar.gz 1016366 BLAKE2B 5a69083937d5b6102e48bbb742d1ba5562a78d434d0646758160f70c5fe3b42fb651c3e4421758a41f21bde6f00ba112f5b2cd49561e36afb5160641edf2ff0f SHA512 6226ae2b51eae07d866097248c1583006acc2f3b8f120ab7302a9bd2854ece6a067eff54553102ebafd759e1f2984076e2e6553fa01fc830d69496504353be5d diff --git a/net-libs/libyang/libyang-1.0.215.ebuild b/net-libs/libyang/libyang-1.0.215.ebuild deleted file mode 100644 index 4d3674d9b3ad..000000000000 --- a/net-libs/libyang/libyang-1.0.215.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CMAKE_ECLASS=cmake -inherit cmake-multilib - -DESCRIPTION="YANG data modeling language library" -HOMEPAGE="https://github.com/CESNET/libyang" -SRC_URI="https://github.com/CESNET/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="doc test" - -RDEPEND="dev-libs/libpcre[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/bison - sys-devel/flex - doc? ( app-doc/doxygen[dot] ) -" - -RESTRICT="!test? ( test )" - -multilib_src_configure() { - local mycmakeargs=( - -DENABLE_BUILD_TESTS=$(usex test) - -DENABLE_LYD_PRIV=yes - -DGEN_LANGUAGE_BINDINGS=no - ) - cmake_src_configure -} - -multilib_src_compile() { - cmake_src_compile - - multilib_is_native_abi && use doc && cmake_src_compile doc -} - -multilib_src_install_all() { - use doc && dodoc -r "${S}"/doc/* -} diff --git a/net-libs/libyang/libyang-1.0.225.ebuild b/net-libs/libyang/libyang-1.0.225.ebuild deleted file mode 100644 index 463140a483d6..000000000000 --- a/net-libs/libyang/libyang-1.0.225.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -CMAKE_ECLASS=cmake -inherit cmake-multilib - -DESCRIPTION="YANG data modeling language library" -HOMEPAGE="https://github.com/CESNET/libyang" -SRC_URI="https://github.com/CESNET/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="doc test" - -RDEPEND="dev-libs/libpcre[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/bison - sys-devel/flex - doc? ( app-doc/doxygen[dot] )" - -RESTRICT="!test? ( test )" - -multilib_src_configure() { - local mycmakeargs=( - -DENABLE_BUILD_TESTS=$(usex test) - -DENABLE_LYD_PRIV=yes - -DGEN_LANGUAGE_BINDINGS=no - ) - cmake_src_configure -} - -multilib_src_compile() { - cmake_src_compile - - multilib_is_native_abi && use doc && cmake_src_compile doc -} - -multilib_src_install_all() { - use doc && dodoc -r doc/. -} |