Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/graylog/
Date: Fri, 28 May 2021 19:24:00
Message-Id: 1622229832.26037c24e379ea2f34bb98ecb70ed5d3d09e6bf4.whissi@gentoo
1 commit: 26037c24e379ea2f34bb98ecb70ed5d3d09e6bf4
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri May 14 15:08:24 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 19:23:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26037c24
7
8 app-admin/graylog: bump to 3.3.13
9
10 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-admin/graylog/Manifest | 1 +
14 app-admin/graylog/graylog-3.3.13.ebuild | 83 +++++++++++++++++++++++++++++++++
15 2 files changed, 84 insertions(+)
16
17 diff --git a/app-admin/graylog/Manifest b/app-admin/graylog/Manifest
18 index 48bf4a46428..e306e3972a0 100644
19 --- a/app-admin/graylog/Manifest
20 +++ b/app-admin/graylog/Manifest
21 @@ -1,4 +1,5 @@
22 DIST graylog-3.3.10.tgz 129330433 BLAKE2B 6633a0c4ba9efa6bdece55cc9c3036a45bb78e10e6e80f29656fd5924176ee881b7f1dfb761ea7af9cac0c1cdace87335747c9fcb23bb49b51ebb400139118cf SHA512 0280f3e4f38542487e2c9a10b0aa0ea2db711a249f9e0ad241d136ee1df5aada13a4da543ac40ceb7c715273903d83a6d62ceddde5feb9ede99c95cc8325f5f2
23 DIST graylog-3.3.11.tgz 129320028 BLAKE2B c90641ba1f5abaaeeba452dc623e6b6dd65ff5b3e53f111e72ebbbde1a96a9b7e82d6874d055c0fcec2e48842368fcd45510d4d4ebcfdd70a7bbcb967b5b1501 SHA512 2bcb84060254b3cd11aafd54f90debe9148cccdaec50cda53a50d302e7a152fb2622e9dd555420d25fa3ed6a8b8da5105ef322a152c3fcdabc9dec9c47338c6d
24 +DIST graylog-3.3.13.tgz 129316329 BLAKE2B ea90edfbffaeba5a022a012ddd87b83d9d5cbd9a2d348c78dd44c22cd95fe5f2f5d5eccc067066b2fd52e0ea944827c02f89233396ee70ef4a440c52e2a8da0c SHA512 7360408db9abbba472f44a01898edb55d9a07306b03dc9ee1b1ac84df2835dd5afccc5c29fbc07137da3cce2f1c59dd26974ad6f6a2ee6e69e1679916227e115
25 DIST graylog-4.0.2.tgz 163286730 BLAKE2B 102b410b89e776c43ce97442407e0e7a418b0e9c9ac82747e4e049b83e8c88a865861e365ecc57fcd45dd4dc7bd763ba9f8657038526523c3f341be73daf647a SHA512 535451f84bc28e9716d34138637b732a4ebe879970051f720997d93828846a2ac707a58a14f14e10fa0aa4e3aeed5694ac0339275ef2623d5ac01712067158ca
26 DIST graylog-4.0.5.tgz 163294449 BLAKE2B 3b3c7e74bdfbc37bb4a416733b70d153b399b66cf97215a476aa3304dead0143a60253514c804e6cbeb5b4e2935e79a9e8ff16b88d2067c8820dcc5aaf7331aa SHA512 d9df101560fa0dcf63043c1dd41342caea58d77d24e81da0912270b6b627c1ec1c30900902a8456bcd3dd1281d4d57b499defc4e0da0a58bbc61ad53f1843448
27
28 diff --git a/app-admin/graylog/graylog-3.3.13.ebuild b/app-admin/graylog/graylog-3.3.13.ebuild
29 new file mode 100644
30 index 00000000000..bf3420b1de9
31 --- /dev/null
32 +++ b/app-admin/graylog/graylog-3.3.13.ebuild
33 @@ -0,0 +1,83 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +DESCRIPTION="Free and open source log management"
40 +HOMEPAGE="https://www.graylog.org"
41 +SRC_URI="https://downloads.graylog.org/releases/graylog/${P}.tgz"
42 +
43 +LICENSE="GPL-3"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~ppc64 ~x86"
46 +RESTRICT="strip"
47 +
48 +RDEPEND="!app-admin/graylog2
49 + acct-group/graylog
50 + acct-user/graylog
51 + >=virtual/jdk-1.8:*"
52 +
53 +DOCS=(
54 + COPYING README.markdown UPGRADING.rst
55 +)
56 +
57 +GRAYLOG_DATA_DIR="/var/lib/graylog"
58 +GRAYLOG_INSTALL_DIR="/usr/share/graylog"
59 +QA_PREBUILT="${GRAYLOG_INSTALL_DIR}/lib/sigar/libsigar*"
60 +
61 +src_prepare() {
62 + default
63 +
64 + # Stick to architecture of build host
65 + if ! use amd64; then
66 + rm -r lib/sigar/libsigar-amd64-*.so || die "Failed in removing AMD64 support libraries"
67 + fi
68 + if ! use ppc64; then
69 + rm -r lib/sigar/libsigar-ppc64-*.so || die "Failed in removing PPC64 support libraries"
70 + fi
71 + if ! use x86; then
72 + rm -r lib/sigar/libsigar-x86-*.so || die "Failed in removing X86 support libraries"
73 + fi
74 + # Currently unsupported platforms
75 + # QA warning galore but testing/patches welcome
76 + rm lib/sigar/libsigar-*freebsd*so \
77 + lib/sigar/libsigar-*solaris*so \
78 + lib/sigar/libsigar-*hpux*.sl \
79 + lib/sigar/libsigar-*macosx*.dylib \
80 + lib/sigar/libsigar-ia64-*.so \
81 + lib/sigar/libsigar-ppc-*.so \
82 + lib/sigar/libsigar-s390x*.so \
83 + lib/sigar/*winnt* || die "Failed in removing unsupported platform libraries"
84 +
85 + # gentoo specific paths
86 + sed -i "s@\(node_id_file = \).*@\1${GRAYLOG_DATA_DIR}/node-id@g; \
87 + s@\(message_journal_dir = \).*@\1${GRAYLOG_DATA_DIR}/data/journal@g;" \
88 + graylog.conf.example || die
89 +}
90 +
91 +src_install() {
92 + default
93 +
94 + insinto /etc/graylog
95 + doins graylog.conf.example
96 +
97 + insinto "${GRAYLOG_INSTALL_DIR}"
98 + doins graylog.jar
99 + doins -r lib plugin
100 +
101 + keepdir "${GRAYLOG_DATA_DIR}"
102 +
103 + newconfd "${FILESDIR}/graylog.confd" graylog
104 + newinitd "${FILESDIR}/graylog.initd" graylog
105 +}
106 +
107 +pkg_postinst() {
108 + ewarn "Graylog does not depend on need.net any more (#439092)."
109 + ewarn
110 + ewarn "Please configure rc_need according to your binding address in:"
111 + ewarn "/etc/conf.d/graylog"
112 + ewarn
113 + ewarn "Graylog requires Java >= 8"
114 + ewarn "Elasticsearch 5.x or 6.x (does NOT work with 7.x)"
115 + ewarn "and MongoDB 3.6, 4.0 or 4.2"
116 +}