diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2018-10-06 20:05:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-12 22:53:33 +0000 |
commit | a968f968f4da6f945f27c9c711771c722d918970 (patch) | |
tree | 3c7662f0f1774580d10ab3470bb49329237b296e | |
parent | 60b012d46da1b5dbcd66f250eed3a3b09a89ba0e (diff) | |
download | aports-a968f968f4da6f945f27c9c711771c722d918970.tar.bz2 aports-a968f968f4da6f945f27c9c711771c722d918970.tar.xz |
community/zabbix: update to 4.0.0
-rw-r--r-- | community/zabbix/APKBUILD | 8 | ||||
-rw-r--r-- | community/zabbix/autoreconf-fix.patch | 30 |
2 files changed, 35 insertions, 3 deletions
diff --git a/community/zabbix/APKBUILD b/community/zabbix/APKBUILD index b6374e5b3c..1df16fbb96 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=3.4.13 +pkgver=4.0.0 pkgrel=0 pkgdesc="Enterprise-class open source distributed monitoring" url="http://www.zabbix.com" @@ -35,6 +35,7 @@ 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 @@ -200,7 +201,7 @@ agent_openrc() { "$subpkgdir"/etc/init.d/zabbix-agentd } -sha512sums="4edcf6d9df0f100c639efa6bc18e67ed59819e719a2226593fd81212d4c2e46a19cb50501cca005246b4c01c4082a18e21c9049a99ac9df263180a3c24fa52f0 zabbix-3.4.13.tar.gz +sha512sums="f9938be2ca1b422c548c34e9eae096e72f331d281c03d541809f05f7fa208e7cf892f95afadb5f9ff07b2a0c9ed5c33ba2a4d1a97a155765ba054a0a6e386eac zabbix-4.0.0.tar.gz 9998ee172a28002d98bacc3f76038ff52b8cf2b206e101418d76b4ca3de94afaf92cb4f7a6235ecf177f74beb9dd3ea1f3983c4f164b4f60bb601acba65aa175 zabbix-server.initd 9c06527bf653c40585fa7eeb3f7a0b2fc454031d24cd0d1633aed87b78a681c5227a193c5b9fcfcea0839135874e27ba7dd9b198573f905f680a2856f79e9512 zabbix-server.confd 523013cab3ba79cbc00db92f09d4c5d514fd6aa9cbebf8f29227dc91fbc19d2f8375af74c21d2037e4f3380a818f808194dbc94e69709ef2cf90f66e715895c4 zabbix-agentd.initd @@ -208,4 +209,5 @@ a26e7ac422ff60a4b8eed3603022c3a1bde640870bb9286ab061c3cb5c2fd7e91ddb317cb3d1cf61 9fc413b11a01c8202c7ee1c7950d6ca3de2d2d6cd01bea994cd4bc412533b53c4e4b1f58fc3c8df16ea70902053e278e2c5dcc936ce3e0a686a6eac62310ef53 zabbix-getloadavg.patch 7f70dfd602aa164ec8cc65ebb7e8274c685975f6aea9051933928051b8d9b6e368e5a673a07e7084a2105468c5085d72fa7b9f934460f10648d594f28f031a91 automake.patch 72709df7624d99b2eaab8d91d95167580e80da10b3ac65b7f27f12d858f0d051d4f9143bcabceae2bfd51aeb7c4ca93e2b74670637ec0925b026e3c52475d52b musl-fix-includes.patch -183e2d99800d8eebb932cb31c5a3e8742ce6a15e87aec50dc49d9c20b35840eb7ede9920aa62d2c7a5e3f584f5c3df398aa08e93f98fa537a3ba6db63b472a1f zabbix_server.conf.patch" +183e2d99800d8eebb932cb31c5a3e8742ce6a15e87aec50dc49d9c20b35840eb7ede9920aa62d2c7a5e3f584f5c3df398aa08e93f98fa537a3ba6db63b472a1f zabbix_server.conf.patch +014e152c3573df1484e71aad336f254b518e001d7fb8b7e12f3567157005bacea68f7177a846f80921e8a9aad7ed4842b8b1fe397c330246f811d8e5663cffc9 autoreconf-fix.patch" diff --git a/community/zabbix/autoreconf-fix.patch b/community/zabbix/autoreconf-fix.patch new file mode 100644 index 0000000000..9f04f82c38 --- /dev/null +++ b/community/zabbix/autoreconf-fix.patch @@ -0,0 +1,30 @@ +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 |