Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/
Date: Sun, 27 Sep 2020 17:43:07
Message-Id: 1601228549.894302b582bf9d6225ab7464005c6d2c14beef5b.ultrabug@gentoo
1 commit: 894302b582bf9d6225ab7464005c6d2c14beef5b
2 Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 27 17:41:42 2020 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 27 17:42:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894302b5
7
8 dev-db/mongodb: drop CVE-2020-7923 vulnerable versio #738760
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
12
13 dev-db/mongodb/Manifest | 1 -
14 dev-db/mongodb/mongodb-4.2.6.ebuild | 174 ------------------------------------
15 2 files changed, 175 deletions(-)
16
17 diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
18 index 6c786db69ba..bc0e8f2ad3b 100644
19 --- a/dev-db/mongodb/Manifest
20 +++ b/dev-db/mongodb/Manifest
21 @@ -4,5 +4,4 @@ DIST mongodb-src-r4.0.12.tar.gz 49937644 BLAKE2B 81044a6d68be6420d30fb2d7386ff29
22 DIST mongodb-src-r4.0.16.tar.gz 50091501 BLAKE2B a383f9fef8e5b2ceda9646dfc4f4f46bc3bee66be45e94a846b1a7ce859826273812d4ce11aa96d1766071bf5fb422771bf2176350145deae99e64e59c164e38 SHA512 90458dea29a4c9a3078e1f13ffd2163911bf5a5f42884553ad9b3c2a2fafea2f73e506640c78f55f27bc16551582ad22244437356b89786fef383ce4b24bb617
23 DIST mongodb-src-r4.0.19.tar.gz 50126414 BLAKE2B 2691e2a9c8833ff9a086b28fd137bc8e8f10d58570117657c7cc01edbf61568ae62f58440d72e8711de98b9fc6868c1095b4ee88eb7b0eb63ea45ce19e842edd SHA512 57032a009ea7e79de4cac496a2d1266b83b99cc45eb9f1169be2fcdca1ed2003a659ceedf9eafbd4aa7fc5b3b0513066a5d712af7666cee5a897b2a2d7dd30cb
24 DIST mongodb-src-r4.2.3.tar.gz 61565615 BLAKE2B 695310a497e57f1c735f175f5b321c93cda376ec734bb08d4cabbd562a865b327f529560220be9c22f571cc70af333a77f0116f04c7f7e3a40f275ab53ab1bf9 SHA512 60e9091cfab4a189a937dfa7ce232eb6ead2ca192c916579f4fb5da2040aa340ae9de0ea8c7a4ccb0edcfdbdf6e666144657f171c3f23c0a62bccf27cd351c69
25 -DIST mongodb-src-r4.2.6.tar.gz 61671088 BLAKE2B 7f2b6240b05639d2bbe37ea148cbb225b30813879f71a5fc3c135ef7debd58edf75abe925d00f9ff96dc6a75a525b4504e25254b0046326069c05bb1dfd60827 SHA512 117c910807a8363aab6b899b436a4b06564b6e53abfa7f0fe6e01c1e242401ab5a3634d9edc5e0a5e2d548a480c90b70ac492eb199b3f2476d9045a78e376af8
26 DIST mongodb-src-r4.2.8.tar.gz 61730247 BLAKE2B f1d98b8ac8f62c0c7aff100ef663bb20345de0e77e0ff420817db0843fe735b58af8075578a7f8d83cc9dc4e597c95ae09f89ce7a21cf8146ff15bcb11eba924 SHA512 163fce480762bd377d6c78b661bfe51fc883223a5309a68f9556e1bafb99e26e476d81dbe6de825d90469e835442be097be630ca9678e54b9d09091e0b5d67c4
27
28 diff --git a/dev-db/mongodb/mongodb-4.2.6.ebuild b/dev-db/mongodb/mongodb-4.2.6.ebuild
29 deleted file mode 100644
30 index b88bcf9c846..00000000000
31 --- a/dev-db/mongodb/mongodb-4.2.6.ebuild
32 +++ /dev/null
33 @@ -1,174 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{6,7} )
40 -
41 -SCONS_MIN_VERSION="2.5.0"
42 -CHECKREQS_DISK_BUILD="2400M"
43 -CHECKREQS_DISK_USR="512M"
44 -CHECKREQS_MEMORY="1024M"
45 -
46 -inherit check-reqs flag-o-matic multiprocessing pax-utils python-any-r1 scons-utils systemd toolchain-funcs
47 -
48 -MY_P=${PN}-src-r${PV/_rc/-rc}
49 -
50 -DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
51 -HOMEPAGE="https://www.mongodb.com"
52 -SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz"
53 -
54 -LICENSE="Apache-2.0 SSPL-1"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~arm64"
57 -IUSE="debug kerberos libressl lto ssl test +tools"
58 -RESTRICT="!test? ( test )"
59 -
60 -RDEPEND="acct-group/mongodb
61 - acct-user/mongodb
62 - >=app-arch/snappy-1.1.3
63 - >=dev-cpp/yaml-cpp-0.6.2:=
64 - >=dev-libs/boost-1.70:=[threads(+)]
65 - >=dev-libs/libpcre-8.42[cxx]
66 - app-arch/zstd
67 - dev-libs/snowball-stemmer
68 - net-libs/libpcap
69 - >=sys-libs/zlib-1.2.11:=
70 - kerberos? ( dev-libs/cyrus-sasl[kerberos] )
71 - ssl? (
72 - !libressl? ( >=dev-libs/openssl-1.0.1g:0= )
73 - libressl? ( dev-libs/libressl:0= )
74 - )"
75 -DEPEND="${RDEPEND}
76 - ${PYTHON_DEPS}
77 - $(python_gen_any_dep '
78 - test? ( dev-python/pymongo[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] )
79 - >=dev-util/scons-2.5.0[${PYTHON_USEDEP}]
80 - dev-python/cheetah3[${PYTHON_USEDEP}]
81 - dev-python/psutil[${PYTHON_USEDEP}]
82 - dev-python/pyyaml[${PYTHON_USEDEP}]
83 - ')
84 - sys-libs/ncurses:0=
85 - sys-libs/readline:0=
86 - debug? ( dev-util/valgrind )"
87 -PDEPEND="tools? ( >=app-admin/mongo-tools-${PV} )"
88 -
89 -PATCHES=(
90 - "${FILESDIR}/${PN}-4.2.0-fix-scons.patch"
91 - "${FILESDIR}/${PN}-4.0.0-no-compass.patch"
92 -)
93 -
94 -S="${WORKDIR}/${MY_P}"
95 -
96 -python_check_deps() {
97 - if use test; then
98 - has_version "dev-python/pymongo[${PYTHON_USEDEP}]" || return 1
99 - has_version "dev-python/requests[${PYTHON_USEDEP}]" || return 1
100 - fi
101 -
102 - has_version ">=dev-util/scons-2.5.0[${PYTHON_USEDEP}]" &&
103 - has_version "dev-python/cheetah3[${PYTHON_USEDEP}]" &&
104 - has_version "dev-python/psutil[${PYTHON_USEDEP}]" &&
105 - has_version "dev-python/pyyaml[${PYTHON_USEDEP}]"
106 -}
107 -
108 -pkg_pretend() {
109 - if [[ -n ${REPLACING_VERSIONS} ]]; then
110 - if ver_test "$REPLACING_VERSIONS" -lt 4.0; then
111 - ewarn "To upgrade from a version earlier than the 4.0-series, you must"
112 - ewarn "successively upgrade major releases until you have upgraded"
113 - ewarn "to 4.0-series. Then upgrade to 4.2 series."
114 - else
115 - ewarn "Be sure to set featureCompatibilityVersion to 4.0 before upgrading."
116 - fi
117 - fi
118 -}
119 -
120 -src_prepare() {
121 - default
122 -
123 - # remove bundled libs
124 - rm -r src/third_party/{boost-*,pcre-*,scons-*,snappy-*,yaml-cpp-*,zlib-*,zstandard-*} || die
125 -
126 - # remove compass
127 - rm -r src/mongo/installer/compass || die
128 -}
129 -
130 -src_configure() {
131 - # https://github.com/mongodb/mongo/wiki/Build-Mongodb-From-Source
132 - # --use-system-icu fails tests
133 - # --use-system-tcmalloc is strongly NOT recommended:
134 - scons_opts=(
135 - CC="$(tc-getCC)"
136 - CXX="$(tc-getCXX)"
137 -
138 - --disable-warnings-as-errors
139 - --use-system-boost
140 - --use-system-pcre
141 - --use-system-snappy
142 - --use-system-stemmer
143 - --use-system-yaml
144 - --use-system-zlib
145 - --use-system-zstd
146 - )
147 -
148 - use arm64 && scons_opts+=( --use-hardware-crc32=off ) # Bug 701300
149 - use debug && scons_opts+=( --dbg=on )
150 - use kerberos && scons_opts+=( --use-sasl-client )
151 - use lto && scons_opts+=( --lto=on )
152 - use ssl && scons_opts+=( --ssl )
153 -
154 - # respect mongoDB upstream's basic recommendations
155 - # see bug #536688 and #526114
156 - if ! use debug; then
157 - filter-flags '-m*'
158 - filter-flags '-O?'
159 - fi
160 -
161 - default
162 -}
163 -
164 -src_compile() {
165 - escons "${scons_opts[@]}" core tools
166 -}
167 -
168 -# FEATURES="test -usersandbox" emerge dev-db/mongodb
169 -src_test() {
170 - "${EPYTHON}" ./buildscripts/resmoke.py --dbpathPrefix=test --suites core --jobs=$(makeopts_jobs) || die "Tests failed"
171 -}
172 -
173 -src_install() {
174 - escons "${scons_opts[@]}" --nostrip install --prefix="${ED}"/usr
175 -
176 - doman debian/mongo*.1
177 - dodoc README docs/building.md
178 -
179 - newinitd "${FILESDIR}/${PN}.initd-r3" ${PN}
180 - newconfd "${FILESDIR}/${PN}.confd-r3" ${PN}
181 - newinitd "${FILESDIR}/mongos.initd-r3" mongos
182 - newconfd "${FILESDIR}/mongos.confd-r3" mongos
183 -
184 - insinto /etc
185 - newins "${FILESDIR}/${PN}.conf-r3" ${PN}.conf
186 - newins "${FILESDIR}/mongos.conf-r2" mongos.conf
187 -
188 - systemd_dounit "${FILESDIR}/${PN}.service"
189 -
190 - insinto /etc/logrotate.d/
191 - newins "${FILESDIR}/${PN}.logrotate" ${PN}
192 -
193 - # see bug #526114
194 - pax-mark emr "${ED}"/usr/bin/{mongo,mongod,mongos}
195 -
196 - local x
197 - for x in /var/{lib,log}/${PN}; do
198 - diropts -m0750 -o mongodb -g mongodb
199 - keepdir "${x}"
200 - done
201 -}
202 -
203 -pkg_postinst() {
204 - ewarn "Make sure to read the release notes and follow the upgrade process:"
205 - ewarn " https://docs.mongodb.com/manual/release-notes/$(ver_cut 1-2)/"
206 - ewarn " https://docs.mongodb.com/manual/release-notes/$(ver_cut 1-2)/#upgrade-procedures"
207 -}