Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/mosquitto/
Date: Fri, 18 Jun 2021 05:10:45
Message-Id: 1623993030.fd37f11ed00dda3990fa10e2a73cef773f97b1c4.mattst88@gentoo
1 commit: fd37f11ed00dda3990fa10e2a73cef773f97b1c4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 03:46:29 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 05:10:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd37f11e
7
8 app-misc/mosquitto: Version bump to 2.0.11
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-misc/mosquitto/Manifest | 1 +
13 app-misc/mosquitto/mosquitto-2.0.11.ebuild | 123 +++++++++++++++++++++++++++++
14 2 files changed, 124 insertions(+)
15
16 diff --git a/app-misc/mosquitto/Manifest b/app-misc/mosquitto/Manifest
17 index c00299cfbf6..93f377981e0 100644
18 --- a/app-misc/mosquitto/Manifest
19 +++ b/app-misc/mosquitto/Manifest
20 @@ -3,3 +3,4 @@ DIST mosquitto-1.6.12.tar.gz 618718 BLAKE2B 4e7744d212f0fda980e485d102702547e76b
21 DIST mosquitto-1.6.8.tar.gz 589873 BLAKE2B aa2e13397f7d4b6305af3180cd042cd143054e154cf8e6d93b05bc5a10d48419174711a1893fe60c1303a2f83cfbc5341cf03ec595e3640f503a2407e869491b SHA512 c15897df4e0979ee29a1e67cc671f56db600a078e9eb0bea376248b3f53b13ceed36616ad3678e2c9e07d6834a6d75e4efca2c40086069c1546e0223be04c071
22 DIST mosquitto-1.6.9.tar.gz 610934 BLAKE2B 59d126a2b26be895f078be0c0dcf3513e56fc135dc956d9361ee191bd7ad6972b4692cd1824ad7a4e86a982df70c1e198e937f9ab23bf778069690098f87c815 SHA512 f78228a1e8305e4d89b34250981ed2c5fe5317636003636dc90f6fa2b1e3ca3c8fadb705ee7301f5252456cb093a6547bd46a255ca3d9fb5cdced697738d6eb7
23 DIST mosquitto-2.0.10.tar.gz 759106 BLAKE2B 9cf94d29ee52a9086d8be176f5bba12b8b958a758fc03765c95298a5e7752c63510f6e12915a67d92a4e49b3ecfaa897b615b825375540728681bc9d628a992c SHA512 c356bfe5dc9317e1943cf14c20ae52af544aefc0138349abd3be5001032ce63579aa059dd62901a0802f08d059a9dc29b6fbcba852e3c4cd702189433ceac174
24 +DIST mosquitto-2.0.11.tar.gz 760325 BLAKE2B adde701bb87ec8071eaaf74fca37f81c4eae97bf98de0fe471f1dfbfb64ccda15b34611b0ffc3d2099a37994151363ad5c717bfa7695fabc1a4927ebd14ae66e SHA512 d0c7c52cb76c4711e54f841217529326d682c4decfc7a1bc96d872904e68df444ca3918fab7ba041b62f7b5420c89c631227b69a8eec51fd2e2dd480d8244710
25
26 diff --git a/app-misc/mosquitto/mosquitto-2.0.11.ebuild b/app-misc/mosquitto/mosquitto-2.0.11.ebuild
27 new file mode 100644
28 index 00000000000..7e129f60e2c
29 --- /dev/null
30 +++ b/app-misc/mosquitto/mosquitto-2.0.11.ebuild
31 @@ -0,0 +1,123 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +PYTHON_COMPAT=( python3_{8..10} )
37 +
38 +inherit python-any-r1 systemd toolchain-funcs
39 +
40 +DESCRIPTION="An Open Source MQTT v3 Broker"
41 +HOMEPAGE="https://mosquitto.org/ https://github.com/eclipse/mosquitto"
42 +SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz"
43 +
44 +LICENSE="EPL-1.0"
45 +SLOT="0"
46 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
47 +IUSE="bridge examples +persistence +srv ssl tcpd test websockets"
48 +RESTRICT="!test? ( test )"
49 +
50 +REQUIRED_USE="test? ( bridge )"
51 +
52 +RDEPEND="
53 + acct-user/mosquitto
54 + acct-group/mosquitto
55 + dev-libs/cJSON:=
56 + srv? ( net-dns/c-ares:= )
57 + ssl? (
58 + dev-libs/openssl:0=
59 + )
60 + tcpd? ( sys-apps/tcp-wrappers )"
61 +
62 +DEPEND="${PYTHON_DEPS}
63 + ${RDEPEND}
64 + test? ( dev-util/cunit )
65 + websockets? ( net-libs/libwebsockets[lejp] )"
66 +
67 +_emake() {
68 + local LIBDIR=$(get_libdir)
69 + emake \
70 + CC="$(tc-getCC)" \
71 + CLIENT_LDFLAGS="${LDFLAGS}" \
72 + LIB_SUFFIX="${LIBDIR:3}" \
73 + WITH_BRIDGE="$(usex bridge)" \
74 + WITH_PERSISTENCE="$(usex persistence)" \
75 + WITH_SRV="$(usex srv)" \
76 + WITH_TLS="$(usex ssl)" \
77 + WITH_WEBSOCKETS="$(usex websockets)" \
78 + WITH_WRAP="$(usex tcpd)" \
79 + "$@"
80 +}
81 +
82 +src_prepare() {
83 + default
84 + if use persistence; then
85 + sed -i -e "/^#autosave_interval/s|^#||" \
86 + -e "s|^#persistence false$|persistence true|" \
87 + -e "/^#persistence_file/s|^#||" \
88 + -e "s|#persistence_location|persistence_location /var/lib/mosquitto/|" \
89 + mosquitto.conf || die
90 + fi
91 +
92 + # Remove prestripping
93 + sed -i -e 's/-s --strip-program=${CROSS_COMPILE}${STRIP}//'\
94 + client/Makefile lib/cpp/Makefile src/Makefile lib/Makefile || die
95 +
96 + # Remove failing tests
97 + sed -i -e '/02-subpub-qos1-bad-pubcomp.py/d' \
98 + -e '/02-subpub-qos1-bad-pubrec.py/d' \
99 + -e '/02-subpub-qos2-bad-puback-1.py/d' \
100 + -e '/02-subpub-qos2-bad-puback-2.py/d' \
101 + -e '/02-subpub-qos2-bad-pubcomp.py/d' \
102 + test/broker/Makefile || die
103 + sed -i -e '/02-subscribe-qos1-async2.test/d' \
104 + test/lib/Makefile || die
105 +
106 + # Extend test timeout to prevent spurious failures
107 + sed -i -e 's/SUB_TIMEOUT=1/SUB_TIMEOUT=3/' \
108 + test/client/test.sh || die
109 +
110 + python_setup
111 + python_fix_shebang test
112 +}
113 +
114 +src_compile() {
115 + _emake
116 +}
117 +
118 +src_test() {
119 + _emake test
120 +}
121 +
122 +src_install() {
123 + _emake DESTDIR="${D}" prefix=/usr install
124 + keepdir /var/lib/mosquitto
125 + fowners mosquitto:mosquitto /var/lib/mosquitto
126 + dodoc README.md CONTRIBUTING.md ChangeLog.txt
127 + doinitd "${FILESDIR}"/mosquitto
128 + insinto /etc/mosquitto
129 + doins mosquitto.conf
130 + insinto /usr/share/mosquitto
131 + doins misc/letsencrypt/mosquitto-copy.sh
132 + systemd_dounit "${FILESDIR}/mosquitto.service"
133 +
134 + if use examples; then
135 + docompress -x "/usr/share/doc/${PF}/examples"
136 + dodoc -r examples
137 + fi
138 +}
139 +
140 +pkg_postinst() {
141 + for v in ${REPLACING_VERSIONS}; do
142 + if [[ $(ver_cut 1 "$v") -lt 2 ]]; then
143 + elog
144 + elog "Please read the migration guide at:"
145 + elog "https://mosquitto.org/documentation/migrating-to-2-0/"
146 + elog
147 + elog "If you use Lets Encrypt TLS certificates, take note of"
148 + elog "the changes required to run the daemon as the unprivileged"
149 + elog "mosquitto user. The mosquitto-copy.sh script has been"
150 + elog "installed to /usr/share/mosquitto/ for your convenience."
151 + elog
152 + fi
153 + done
154 +}