Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libyang/
Date: Thu, 27 May 2021 09:46:38
Message-Id: 1622108717.cd49db32c2ce99b6326819023a0358d7b184dbb5.pinkbyte@gentoo
1 commit: cd49db32c2ce99b6326819023a0358d7b184dbb5
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Thu May 27 08:15:21 2021 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 09:45:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd49db32
7
8 net-libs/libyang: Security cleanup
9
10 Closes: https://github.com/gentoo/gentoo/pull/21005
11 Bug: https://bugs.gentoo.org/791373
12 Signed-off-by: Sergey Popov <pinkbyte <AT> gentoo.org>
13 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
14
15 net-libs/libyang/Manifest | 2 --
16 net-libs/libyang/libyang-1.0.215.ebuild | 46 ---------------------------------
17 net-libs/libyang/libyang-1.0.225.ebuild | 44 -------------------------------
18 3 files changed, 92 deletions(-)
19
20 diff --git a/net-libs/libyang/Manifest b/net-libs/libyang/Manifest
21 index 77f5413251a..e0c2350ffeb 100644
22 --- a/net-libs/libyang/Manifest
23 +++ b/net-libs/libyang/Manifest
24 @@ -1,4 +1,2 @@
25 -DIST libyang-1.0.215.tar.gz 1666478 BLAKE2B 66fc53458caf43e8473905ce9294efb9a49f0c73206a4c5ef96f7b79e72fff9429aa4245fdb29a7d2b4a23460d771d30a9397ca4d2ce76379675dc4a9f6427fd SHA512 042e7be3a658340eebb5aaf819169a516af5489c366c026b599d673b623811b01a5cc7b2fce0fe39c5deb5cce5b1e0e6dfc4eb85a331fb3203d415011e6d2dad
26 -DIST libyang-1.0.225.tar.gz 1667054 BLAKE2B eb1bfd555d72aceba7da7ade1a55985caad9d3cc904c5504978c298ef9e08a6848c810d1b62b1fa7076a9f30638b6080a3546c07892d3e8980eb1db337dc4deb SHA512 3366df8c2869454b6da456010ca62b538876cba16fa84e1ed9053acca6d7756c15329c0fb8a62477a1887d6c00cce8449f29954b2d2b0e556d81baa11dc9776d
27 DIST libyang-1.0.236.tar.gz 1669013 BLAKE2B c977c4abd2466e88519e91483d876bf0b9397b32bcca017eaa948d638a70d3275cdec36070bad8925c87e3a6756df924ed043a14ecb6d23de8b63992f8607e58 SHA512 7e8be96bc87ea5c906d90e09f4fbae0ed96718894d3fbc784172cdc68e9e2c034fc8a114bc1389fb74ef32dfb65e447acff24b82967af1530ffba94cd204e6e9
28 DIST libyang-2.0.0.tar.gz 1016366 BLAKE2B 5a69083937d5b6102e48bbb742d1ba5562a78d434d0646758160f70c5fe3b42fb651c3e4421758a41f21bde6f00ba112f5b2cd49561e36afb5160641edf2ff0f SHA512 6226ae2b51eae07d866097248c1583006acc2f3b8f120ab7302a9bd2854ece6a067eff54553102ebafd759e1f2984076e2e6553fa01fc830d69496504353be5d
29
30 diff --git a/net-libs/libyang/libyang-1.0.215.ebuild b/net-libs/libyang/libyang-1.0.215.ebuild
31 deleted file mode 100644
32 index 4d3674d9b3a..00000000000
33 --- a/net-libs/libyang/libyang-1.0.215.ebuild
34 +++ /dev/null
35 @@ -1,46 +0,0 @@
36 -# Copyright 2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -CMAKE_ECLASS=cmake
42 -inherit cmake-multilib
43 -
44 -DESCRIPTION="YANG data modeling language library"
45 -HOMEPAGE="https://github.com/CESNET/libyang"
46 -SRC_URI="https://github.com/CESNET/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -
52 -IUSE="doc test"
53 -
54 -RDEPEND="dev-libs/libpcre[${MULTILIB_USEDEP}]"
55 -DEPEND="${RDEPEND}"
56 -BDEPEND="
57 - sys-devel/bison
58 - sys-devel/flex
59 - doc? ( app-doc/doxygen[dot] )
60 -"
61 -
62 -RESTRICT="!test? ( test )"
63 -
64 -multilib_src_configure() {
65 - local mycmakeargs=(
66 - -DENABLE_BUILD_TESTS=$(usex test)
67 - -DENABLE_LYD_PRIV=yes
68 - -DGEN_LANGUAGE_BINDINGS=no
69 - )
70 - cmake_src_configure
71 -}
72 -
73 -multilib_src_compile() {
74 - cmake_src_compile
75 -
76 - multilib_is_native_abi && use doc && cmake_src_compile doc
77 -}
78 -
79 -multilib_src_install_all() {
80 - use doc && dodoc -r "${S}"/doc/*
81 -}
82
83 diff --git a/net-libs/libyang/libyang-1.0.225.ebuild b/net-libs/libyang/libyang-1.0.225.ebuild
84 deleted file mode 100644
85 index 463140a483d..00000000000
86 --- a/net-libs/libyang/libyang-1.0.225.ebuild
87 +++ /dev/null
88 @@ -1,44 +0,0 @@
89 -# Copyright 2021 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -CMAKE_ECLASS=cmake
95 -inherit cmake-multilib
96 -
97 -DESCRIPTION="YANG data modeling language library"
98 -HOMEPAGE="https://github.com/CESNET/libyang"
99 -SRC_URI="https://github.com/CESNET/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
100 -
101 -LICENSE="BSD"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~arm64 ~x86"
104 -IUSE="doc test"
105 -
106 -RDEPEND="dev-libs/libpcre[${MULTILIB_USEDEP}]"
107 -DEPEND="${RDEPEND}"
108 -BDEPEND="
109 - sys-devel/bison
110 - sys-devel/flex
111 - doc? ( app-doc/doxygen[dot] )"
112 -
113 -RESTRICT="!test? ( test )"
114 -
115 -multilib_src_configure() {
116 - local mycmakeargs=(
117 - -DENABLE_BUILD_TESTS=$(usex test)
118 - -DENABLE_LYD_PRIV=yes
119 - -DGEN_LANGUAGE_BINDINGS=no
120 - )
121 - cmake_src_configure
122 -}
123 -
124 -multilib_src_compile() {
125 - cmake_src_compile
126 -
127 - multilib_is_native_abi && use doc && cmake_src_compile doc
128 -}
129 -
130 -multilib_src_install_all() {
131 - use doc && dodoc -r doc/.
132 -}