aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-11-28 14:23:26 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-11-28 14:23:41 +0000
commitf4c84a04891095dc4a9c45a7f717bbcefdc43716 (patch)
tree510ecb03919e4028b7296f080616a80b602e5b37
parentd2f43204c9cf9c327d2e6b31e97aa6911e96d5db (diff)
downloadaports-f4c84a04891095dc4a9c45a7f717bbcefdc43716.tar.bz2
aports-f4c84a04891095dc4a9c45a7f717bbcefdc43716.tar.xz
community/zabbix: upgrade to 4.0.2
-rw-r--r--community/zabbix/APKBUILD8
-rw-r--r--community/zabbix/autoreconf-fix.patch30
2 files changed, 3 insertions, 35 deletions
diff --git a/community/zabbix/APKBUILD b/community/zabbix/APKBUILD
index 44084bf92d..ecb54bd49e 100644
--- a/community/zabbix/APKBUILD
+++ b/community/zabbix/APKBUILD
@@ -3,7 +3,7 @@
# Contributor: Leonardo Arena <rnalrd@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=zabbix
-pkgver=4.0.1
+pkgver=4.0.2
pkgrel=0
pkgdesc="Enterprise-class open source distributed monitoring"
url="http://www.zabbix.com"
@@ -35,7 +35,6 @@ source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
automake.patch
musl-fix-includes.patch
zabbix_server.conf.patch
- autoreconf-fix.patch
"
builddir="$srcdir"/$pkgname-$pkgver
@@ -201,7 +200,7 @@ agent_openrc() {
"$subpkgdir"/etc/init.d/zabbix-agentd
}
-sha512sums="431cb75c62c64e0907cccad6633fe07a66fbaaf8595ca33add6de98a3f79832dd87c23ddaffada796a67055cbdef6d2e5d9c6427498518080205d5ddcd5fbdca zabbix-4.0.1.tar.gz
+sha512sums="40b8dd0a4ca9fd7214c7afab57517437097eaf49c943f8827fa637bffb7cc45e77568f002e18cf3fa61a50d5d24fe26520109ad1c6f0424b51325453c9fd0c76 zabbix-4.0.2.tar.gz
9998ee172a28002d98bacc3f76038ff52b8cf2b206e101418d76b4ca3de94afaf92cb4f7a6235ecf177f74beb9dd3ea1f3983c4f164b4f60bb601acba65aa175 zabbix-server.initd
9c06527bf653c40585fa7eeb3f7a0b2fc454031d24cd0d1633aed87b78a681c5227a193c5b9fcfcea0839135874e27ba7dd9b198573f905f680a2856f79e9512 zabbix-server.confd
523013cab3ba79cbc00db92f09d4c5d514fd6aa9cbebf8f29227dc91fbc19d2f8375af74c21d2037e4f3380a818f808194dbc94e69709ef2cf90f66e715895c4 zabbix-agentd.initd
@@ -209,5 +208,4 @@ a26e7ac422ff60a4b8eed3603022c3a1bde640870bb9286ab061c3cb5c2fd7e91ddb317cb3d1cf61
9fc413b11a01c8202c7ee1c7950d6ca3de2d2d6cd01bea994cd4bc412533b53c4e4b1f58fc3c8df16ea70902053e278e2c5dcc936ce3e0a686a6eac62310ef53 zabbix-getloadavg.patch
7f70dfd602aa164ec8cc65ebb7e8274c685975f6aea9051933928051b8d9b6e368e5a673a07e7084a2105468c5085d72fa7b9f934460f10648d594f28f031a91 automake.patch
72709df7624d99b2eaab8d91d95167580e80da10b3ac65b7f27f12d858f0d051d4f9143bcabceae2bfd51aeb7c4ca93e2b74670637ec0925b026e3c52475d52b musl-fix-includes.patch
-183e2d99800d8eebb932cb31c5a3e8742ce6a15e87aec50dc49d9c20b35840eb7ede9920aa62d2c7a5e3f584f5c3df398aa08e93f98fa537a3ba6db63b472a1f zabbix_server.conf.patch
-014e152c3573df1484e71aad336f254b518e001d7fb8b7e12f3567157005bacea68f7177a846f80921e8a9aad7ed4842b8b1fe397c330246f811d8e5663cffc9 autoreconf-fix.patch"
+183e2d99800d8eebb932cb31c5a3e8742ce6a15e87aec50dc49d9c20b35840eb7ede9920aa62d2c7a5e3f584f5c3df398aa08e93f98fa537a3ba6db63b472a1f zabbix_server.conf.patch"
diff --git a/community/zabbix/autoreconf-fix.patch b/community/zabbix/autoreconf-fix.patch
deleted file mode 100644
index 9f04f82c38..0000000000
--- a/community/zabbix/autoreconf-fix.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index bed0adb..12f504c 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1707,25 +1707,6 @@ dnl * Output configuration results *
- dnl * *
- dnl *****************************************************************
-
--if test -d tests; then
-- AC_CONFIG_FILES(
-- tests/Makefile
-- tests/libs/Makefile
-- tests/libs/zbxcommon/Makefile
-- tests/libs/zbxconf/Makefile
-- tests/libs/zbxdbcache/Makefile
-- tests/libs/zbxdbhigh/Makefile
-- tests/libs/zbxhistory/Makefile
-- tests/libs/zbxjson/Makefile
-- tests/libs/zbxsysinfo/Makefile
-- tests/libs/zbxsysinfo/linux/Makefile
-- tests/libs/zbxsysinfo/common/Makefile
-- tests/libs/zbxcommshigh/Makefile
-- tests/libs/zbxalgo/Makefile
-- )
-- AC_DEFINE([HAVE_TESTS], [1], ["Define to 1 if tests directory is present"])
--fi
--
- AC_OUTPUT([
- Makefile
- database/Makefile