[oe-commits] [meta-openembedded] 01/03: zabbix: upgrade 4.2.8 -> 4.4.1

git at git.openembedded.org git at git.openembedded.org
Wed Nov 13 20:02:08 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 923d937a996b8fa5332df3cf3793d0fe366cae1a
Author: Trevor Gamblin <trevor.gamblin at windriver.com>
AuthorDate: Wed Nov 13 13:44:44 2019 -0500

    zabbix: upgrade 4.2.8 -> 4.4.1
    
    Note that zabbix as of 4.4.0alpha3 no longer supports Jabber
    (see https://support.zabbix.com/browse/ZBXNEXT-5416). That
    config option has been removed from the recipe (builds output
    a warning about unrecognized config options otherwise).
    
    Signed-off-by: Trevor Gamblin <trevor.gamblin at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../recipes-connectivity/zabbix/{zabbix_4.2.8.bb => zabbix_4.4.1.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-connectivity/zabbix/zabbix_4.2.8.bb b/meta-oe/recipes-connectivity/zabbix/zabbix_4.4.1.bb
similarity index 94%
rename from meta-oe/recipes-connectivity/zabbix/zabbix_4.2.8.bb
rename to meta-oe/recipes-connectivity/zabbix/zabbix_4.4.1.bb
index 489ab0b..656ff0d 100644
--- a/meta-oe/recipes-connectivity/zabbix/zabbix_4.2.8.bb
+++ b/meta-oe/recipes-connectivity/zabbix/zabbix_4.4.1.bb
@@ -28,8 +28,8 @@ SRC_URI = "http://jaist.dl.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stab
     file://zabbix-agent.service \
 "
 
-SRC_URI[md5sum] = "9a816afd4f7984a841bed64a25ba523c"
-SRC_URI[sha256sum] = "57dbc2a95a09581b5196d2abc86ee1aaf65f3c909d6b4bc53d260dc4dd69b9c6"
+SRC_URI[md5sum] = "e9df94149790f86732f18d042b70155d"
+SRC_URI[sha256sum] = "0bf74e597dd41a558305fe17a2b1ed6fe2d77044b87696a92e4227fbf315564a"
 
 inherit autotools-brokensep linux-kernel-base pkgconfig systemd useradd
 
@@ -51,7 +51,6 @@ EXTRA_OECONF = " \
     --enable-ipv6 \
     --with-net-snmp \
     --with-ldap=${STAGING_EXECPREFIXDIR} \
-    --with-jabber \
     --with-unixodbc \
     --with-ssh2 \
     --with-sqlite3 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list