[net-analyzer/zabbix] untested bump

This commit is contained in:
Robert Förster 2019-10-12 10:48:30 +02:00
parent 18865687b2
commit 565ea4d6d6
2 changed files with 6 additions and 7 deletions

View File

@ -1 +1 @@
DIST zabbix-4.2.6.tar.gz 18278708 BLAKE2B 644bb9fd3afaa26c572f97018039d564a7ce156d0bf8d2449a1d3d04fdfaca05087d71e6a5ddcf3ed13a5719256865780f180dd3488bab470816dac7af70ff09 SHA512 c57729456150bf1538398e4bd95bd5cfb9da986327476fa1a7b51ac0c4ffd06cb2bbb9a6a279bea966eadc368fe1fce693500751d38db914845f73050eebc81e DIST zabbix-4.4.0.tar.gz 20689807 BLAKE2B 7be62a7b124a016a9f3ab5022b349452b1a99c9ef8cff8ba4b8278f7c48a7632d7f3e6677764fd778c44c05fdb86bbe2b066eb6a51f076274fffcbbd94202db4 SHA512 021e7454decb885065417f6f6a0ecc8a9d4f184f68da6ab4efea68280b3a0c0641eab05620ce14016b6e57ce32c44075e53b45f03e764e8726c00bfdd6039406

View File

@ -16,7 +16,7 @@ LICENSE="GPL-2"
SLOT="0" SLOT="0"
WEBAPP_MANUAL_SLOT="yes" WEBAPP_MANUAL_SLOT="yes"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static" IUSE="+agent agent2 java curl frontend ipv6 ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static"
REQUIRED_USE="|| ( agent frontend proxy server ) REQUIRED_USE="|| ( agent frontend proxy server )
proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) ) proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )
server? ( ^^ ( mysql oracle postgres odbc ) ) server? ( ^^ ( mysql oracle postgres odbc ) )
@ -32,7 +32,6 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
sqlite? ( >=dev-db/sqlite-3.3.5 ) sqlite? ( >=dev-db/sqlite-3.3.5 )
postgres? ( >=dev-db/postgresql-8.1:* ) postgres? ( >=dev-db/postgresql-8.1:* )
oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 ) oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 )
xmpp? ( dev-libs/iksemel )
libxml2? ( dev-libs/libxml2 ) libxml2? ( dev-libs/libxml2 )
curl? ( net-misc/curl ) curl? ( net-misc/curl )
openipmi? ( sys-libs/openipmi ) openipmi? ( sys-libs/openipmi )
@ -41,7 +40,8 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
odbc? ( dev-db/unixODBC ) odbc? ( dev-db/unixODBC )
server? ( sys-libs/zlib ) server? ( sys-libs/zlib )
proxy? ( sys-libs/zlib ) proxy? ( sys-libs/zlib )
ssl? ( dev-libs/openssl:=[-bindist] )" ssl? ( dev-libs/openssl:=[-bindist] )
agent2? ( dev-lang/go )"
RDEPEND="${COMMON_DEPEND} RDEPEND="${COMMON_DEPEND}
proxy? ( net-analyzer/fping[suid] ) proxy? ( net-analyzer/fping[suid] )
@ -130,13 +130,13 @@ src_configure() {
$(use_enable ipv6) \ $(use_enable ipv6) \
$(use_enable static) \ $(use_enable static) \
$(use_enable java) \ $(use_enable java) \
$(use_enable agent2) \
$(use_with ldap) \ $(use_with ldap) \
$(use_with snmp net-snmp) \ $(use_with snmp net-snmp) \
$(use_with mysql) \ $(use_with mysql) \
$(use_with postgres postgresql) \ $(use_with postgres postgresql) \
$(use_with oracle) \ $(use_with oracle) \
$(use_with sqlite sqlite3) \ $(use_with sqlite sqlite3) \
$(use_with xmpp jabber) \
$(use_with curl libcurl) \ $(use_with curl libcurl) \
$(use_with openipmi openipmi) \ $(use_with openipmi openipmi) \
$(use_with ssh ssh2) \ $(use_with ssh ssh2) \
@ -280,8 +280,7 @@ pkg_postinst() {
ewarn "custom alert scripts." ewarn "custom alert scripts."
ewarn ewarn
ewarn "A real homedir might be needed for configfiles" ewarn "A real homedir might be needed for configfiles"
ewarn "for custom alert scripts (e.g. ~/.sendxmpprc when" ewarn "for custom alert scripts"
ewarn "using sendxmpp for Jabber alerts)."
ewarn ewarn
ewarn "To change the homedir use:" ewarn "To change the homedir use:"
ewarn " usermod -d /var/lib/zabbix/home zabbix" ewarn " usermod -d /var/lib/zabbix/home zabbix"