Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667618 - =net-analyzer/zabbix-4.0.0 version bump
Summary: =net-analyzer/zabbix-4.0.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-03 05:18 UTC by Opportunist
Modified: 2018-11-05 01:55 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Opportunist 2018-10-03 05:18:26 UTC
Zabbix Team is pleased to announce the availability of Zabbix 4.0.0.

https://www.zabbix.com/rn/rn4.0.0
Comment 1 Matthew Marlowe (RETIRED) gentoo-dev 2018-10-23 10:40:57 UTC
If no one has any objections, I'll see if I can get a soft masked version of a zabbix 4.0 ebuild in the tree this week for testing. We need to identify what upstream changed.  If remember, we had to go through a number of revisions when zabbix 2 or 3 came out.
Comment 2 Opportunist 2018-10-23 13:25:07 UTC
(In reply to Matthew Marlowe from comment #1)
> If no one has any objections, I'll see if I can get a soft masked version of
> a zabbix 4.0 ebuild in the tree this week for testing. We need to identify
> what upstream changed.  If remember, we had to go through a number of
> revisions when zabbix 2 or 3 came out.

Thanks a lot!
Comment 3 Opportunist 2018-10-31 07:06:45 UTC
Zabbix 4.0.1 is here, a lot of bugfixes.
https://www.zabbix.com/rn/rn4.0.1
Comment 4 Matthew Marlowe (RETIRED) gentoo-dev 2018-10-31 07:19:47 UTC
Excellent, I got sidetracked last week but will try to have a 4.0.1 temp masked zabbix ebuild out in 2 days.
Comment 5 Matthew Marlowe (RETIRED) gentoo-dev 2018-11-04 16:27:38 UTC
It appears that not much has changed in either the upstream source tarball structure, configure options, or other general aspects with the release of zabbix 4.0.1.

The only real changes were to dependencies and those were mild.

I've identified the following modifications to the prior ebuild:

matt@atlas ~/dev/gentoo/net-analyzer/zabbix $ diff -u zabbix-3.4.14.ebuild zabbix-4.0.1.ebuild
--- zabbix-3.4.14.ebuild        2018-10-17 20:16:11.513924880 -0700
+++ zabbix-4.0.1.ebuild 2018-11-04 08:18:35.465680907 -0800
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 WEBAPP_MANUAL_SLOT="yes"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle +postgres proxy server ssh ssl snmp sqlite odbc static"
 REQUIRED_USE="|| ( agent frontend proxy server )
        proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) )
@@ -30,7 +30,7 @@
        )
        mysql? ( >=virtual/mysql-5.0.3 )
        sqlite? ( >=dev-db/sqlite-3.3.5 )
-       postgres? ( dev-db/postgresql:* )
+       postgres? ( >=dev-db/postgresql-8.1:* )
        oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 )
        xmpp? ( dev-libs/iksemel )
        libxml2? ( dev-libs/libxml2 )
@@ -39,19 +39,22 @@
        ssh? ( net-libs/libssh2 )
        java? ( virtual/jdk:* )
        odbc? ( dev-db/unixODBC )
+       server? ( sys-libs/zlib )
+       proxy?  ( sys-libs/zlib )
        ssl? ( dev-libs/openssl:=[-bindist] )"

 RDEPEND="${COMMON_DEPEND}
        proxy? ( net-analyzer/fping[suid] )
        server? ( net-analyzer/fping[suid]
                app-admin/webapp-config
+               dev-libs/libpcre
                dev-libs/libevent )
        java?   (
                >=virtual/jre-1.4
                dev-java/slf4j-api
        )
        frontend? (
-               >=dev-lang/php-5.3.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode]
+               >=dev-lang/php-5.4.0[bcmath,ctype,sockets,gd,truetype,xml,session,xmlreader,xmlwriter,nls,sysvipc,unicode]
                || ( dev-lang/php[apache2] dev-lang/php[cgi] dev-lang/php[fpm] )
                mysql? ( dev-lang/php[mysqli] )
                odbc? ( dev-lang/php[odbc] )
@@ -69,7 +72,7 @@
                )
        mysql? ( >=virtual/mysql-5.0.3[static-libs] )
        sqlite? ( >=dev-db/sqlite-3.3.5[static-libs] )
-       postgres? ( dev-db/postgresql:*[static-libs] )
+       postgres? ( >=dev-db/postgresql-8.1:*[static-libs] )
        libxml2? ( dev-libs/libxml2[static-libs] )
        curl? ( net-misc/curl[static-libs] )
        ssh? ( net-libs/libssh2[static-libs] )

I'm testing the ebuild now.   I still need to confirm that the same zabbix agent/server config files are good for /etc.
Comment 6 Matthew Marlowe (RETIRED) gentoo-dev 2018-11-05 01:55:32 UTC
4.0.1 in portage, confirmed that it builds and runs as normal for server and agent - at least with postgresql 11 as DB.

Noticed some other issues with Ebuild, but leaving those for separate bugs/commits and they are not specific to version.