[arch-commits] Commit in zabbix/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Tue Oct 2 09:25:42 UTC 2018


    Date: Tuesday, October 2, 2018 @ 09:25:41
  Author: bluewind
Revision: 335643

upgpkg: zabbix 4.0.0-1

upstream update

Modified:
  zabbix/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-02 04:49:47 UTC (rev 335642)
+++ PKGBUILD	2018-10-02 09:25:41 UTC (rev 335643)
@@ -3,20 +3,18 @@
 
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
-pkgver=3.4.14
-pkgrel=3
+pkgver=4.0.0
+pkgrel=1
 arch=(x86_64)
 url='https://www.zabbix.com/'
 license=(GPL)
 makedepends=(postgresql-libs libxml2 unixodbc net-snmp libmariadbclient libldap libevent)
 source=(https://downloads.sourceforge.net/sourceforge/zabbix/zabbix-${pkgver}.tar.gz
-	patch_set_max_version_tls12_for_30.patch
         zabbix-agent.{service,sysusers,tmpfiles}
 	zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
 	zabbix-proxy{-sqlite,-mysql,-pgsql}.service zabbix-proxy.{sysusers,tmpfiles})
 
-sha256sums=('7443873cc970672d3c884230d3aeb082f2d8afcc2b757506c2d684ffdd12d77e'
-            '8e419efc3848b88bf9f05f957c8096af6f5ceb98e06253b1ca9c6993434b9b38'
+sha256sums=('5673e106156102aff8c6781a890da6cedfc975cf13d96d8749b4c7126f426bc7'
             '484fa9969eab61eaf20043ae08e2615c0569982dff869c985f2e2065da698c6a'
             'ef23133aae2340945e621c9725094a3458d9089d3de15f641afcdabdf7c5a39c'
             'c38a871d237b00dd6310dfb02e5a8e1b930e445204e73dde8305bed8baf380ec'
@@ -36,11 +34,6 @@
     -e '/^LogFile=.*/d' \
     -e 's/# LogType=file/LogType=system/' \
     conf/zabbix_{agentd,proxy,server}.conf
-
-  # Temporary fix for compatibility with openssl 1.1.1 https://support.zabbix.com/browse/ZBX-14856
-  patch -p0 -i "$srcdir/patch_set_max_version_tls12_for_30.patch"
-
-  autoreconf -fi
 }
 
 build() {



More information about the arch-commits mailing list