summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdares2016-03-02 16:02:26 +0100
committerIdares2016-03-02 16:02:26 +0100
commit286d0d57614b4af869fc7eb3d44a33e7cefabfb9 (patch)
tree8212aebe68db8d3d30292e58e623e9197ae02032
parentfb5c587f39e67cf9869fbda096ffc094fa4663a5 (diff)
downloadaur-286d0d57614b4af869fc7eb3d44a33e7cefabfb9.tar.gz
Update to 3.0.1-1.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48de0e932c33..9e2ce2ea5b26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 15:43:41 UTC 2016
+# Wed Mar 2 15:02:16 UTC 2016
pkgbase = zabbix-agent
pkgdesc = Software designed for monitoring availability and performance of IT infrastructure components
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = http://www.zabbix.com
install = zabbix-agent.install
@@ -11,15 +11,15 @@ pkgbase = zabbix-agent
license = GPL
backup = etc/zabbix/zabbix_agent.conf
backup = etc/zabbix/zabbix_agentd.conf
- source = http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/3.0.0/zabbix-3.0.0.tar.gz
+ source = http://downloads.sourceforge.net/project/zabbix/ZABBIX%20Latest%20Stable/3.0.1/zabbix-3.0.1.tar.gz
source = zabbix-agent.install
source = zabbix-agentd.service
source = zabbix-agentd.tmpfiles
- md5sums = fd4032444711ebb45e92b4cd54a354c6
+ md5sums = 890d9eec69304ad552959fabe0a5d122
md5sums = 519372592b66392255bfbf24e9469748
md5sums = d7ef5c8a7a6352dabecb9105da63fc84
md5sums = 9ce692356b4ac0a71595ce55fe3b44c1
- sha1sums = 196bf600d0e19ddaa180382f2b8bc94b84100126
+ sha1sums = 2e4e870bc3359f594d2d661f7e1fe9e8163ef79e
sha1sums = dcd2331be84f7b795087c8427f5c92837f2cf4ff
sha1sums = acfe6a783cad8f28e7f23a65189af9a7d22bb540
sha1sums = 8926befcb944732fd59a34c89b569d3fbef1ca9d
diff --git a/PKGBUILD b/PKGBUILD
index 6ec16933d103..afcc8cdf8052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: karol_007 <karol.blazewicz@gmail.com>
pkgname=zabbix-agent
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="Software designed for monitoring availability and performance of IT infrastructure components"
arch=('i686' 'x86_64')
@@ -29,6 +29,7 @@ build() {
--sysconfdir=/etc/zabbix \
--enable-ipv6 \
--with-libcurl \
+ --with-openssl \
--enable-agent
make
}
@@ -50,11 +51,12 @@ package() {
install -D -m 0644 $srcdir/zabbix-agentd.tmpfiles $pkgdir/usr/lib/tmpfiles.d/zabbix-agentd.conf
}
-md5sums=('fd4032444711ebb45e92b4cd54a354c6'
+md5sums=('890d9eec69304ad552959fabe0a5d122'
'519372592b66392255bfbf24e9469748'
'd7ef5c8a7a6352dabecb9105da63fc84'
'9ce692356b4ac0a71595ce55fe3b44c1')
-sha1sums=('196bf600d0e19ddaa180382f2b8bc94b84100126'
+sha1sums=('2e4e870bc3359f594d2d661f7e1fe9e8163ef79e'
'dcd2331be84f7b795087c8427f5c92837f2cf4ff'
'acfe6a783cad8f28e7f23a65189af9a7d22bb540'
'8926befcb944732fd59a34c89b569d3fbef1ca9d')
+