Commit Graph

208 Commits

Author SHA1 Message Date
pvk
f403c57a78 Update zabbix 6.2.5 -> 6.2.6
Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog
Release notes: https://www.zabbix.com/rn/rn6.2.6
ok robert@
2022-12-08 19:18:36 +00:00
pvk
29667c4bf2 Update zabbix 6.2.4 -> 6.2.5
Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog
Release notes: https://www.zabbix.com/rn/rn6.2.5
ok robert@
2022-12-03 21:34:05 +00:00
pvk
533318b299 Update zabbix 6.2.3 -> 6.2.4
Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog
Release notes: https://www.zabbix.com/rn/rn6.2.4
Looks fine to me robert@
2022-11-23 13:53:41 +00:00
robert
c98a414579 zabbix-web works fine with php8, so use that instead of 7.4 2022-10-12 10:36:18 +00:00
robert
b52cd4fd4d update to 6.2.3 and backport a crash fix for ZBX-21373
from Mark Patruck; ok naddy@, sthen@
2022-09-27 11:31:33 +00:00
tb
762bc48e3f net/zabbix: Cope with OPENSSL_cleanup() addition 2022-09-11 17:58:00 +00:00
kn
85788209c6 Bump potential struct ifnet consumers
sys/net/if_var.h r1.116 "Remove struct ifnet's unused if_switchport member"
should be of no concern in ports land, but some actively do

- define _KERNEL and/or
  https://codesearch.debian.net/search?q=%23%5Cs*define%5Cs%2B_KERNEL%5Cb+filetype%3Ac&literal=0
  curl -s https://codesearch.debian.net/results/a710598a524e63cb/packages.txt
- include <net/if_var.h>
  https://codesearch.debian.net/search?q=%3Cnet%2Fif_var.h%3E+filetype%3Ac&literal=1
  curl -s https://codesearch.debian.net/results/3264f4d6c8ec573a/packages.txt

Running the packages.txt files through 'sort -u' and 'comm -12', filtering
for ports we actually have and further limiting it down to individual
packages rather than the whole port (thanks sthen) leaves us with

	$ infrastructure/bin/portbump -r \
	    devel/libgtop2 \
	    games/warzone2100 \
	    mail/mozilla-thunderbird \
	    multimedia/gstreamer1/plugins-bad \
	    net/miniupnp/miniupnpd \
	    net/net-snmp,-main \
	    net/usrsctp \
	    net/zabbix,-main \
	    security/aircrack-ng \
	    www/firefox-esr \
	    www/mozilla-firefox

Bump them all to pick up the new header/struct.

Feedback OK sthen
2022-09-02 06:17:28 +00:00
robert
25d71048b3 update to 6.2.2; from Mark Patruck 2022-08-30 15:27:29 +00:00
robert
0960fb3b4b update to 6.2.1; from Mark Patruck 2022-08-12 17:51:32 +00:00
pvk
a18f849c21 Update zabbix 6.0.5 -> 6.2.0
Changelog: https://raw.githubusercontent.com/zabbix/zabbix/master/ChangeLog
Release notes: https://www.zabbix.com/release_notes

Port changes:
* remove unsupported --with-jabber from CONFIGURE_ARGS
* add bin/zabbix_js to PLIST-server
* regen patches
* sort PLISTs

ok robert@
2022-07-11 17:22:41 +00:00
robert
64dddc23f3 update to 6.0.5; from Mark Patruck 2022-06-10 12:37:53 +00:00
robert
59afcf0135 update to 6.0.4; from Mark Patruck 2022-05-06 13:01:49 +00:00
robert
1d424ebc9a update to 6.0.3; from Mark Patruck
ok sthen@, naddy@
2022-04-04 14:28:15 +00:00
robert
aa689c1bf8 apply fix for ZBX-20754 to release semaphores on exit
from Mark Patruck
2022-04-02 10:13:46 +00:00
pvk
bc8ae9454d Add missing textproc/libxml dependency to zabbix-agent;
Add missing share/zabbix-server/schema/mysql/ dir to PLISTs.
ok robert@
2022-04-01 16:51:06 +00:00
robert
682c81edae update to 6.0.2; from Laurent Salle 2022-03-25 12:25:52 +00:00
sthen
9d623ec305 explicitly set MODPHP_VERSION=7.4 for PHP ports unless they're known
or strongly suspected to support at least 8.0. (7.4 is currently on security
support only, and that finishes in November, so I intend to switch the "ports
default" version to 8.0).

some of these ports _may_ work with 8.0 already, some have pull requests or
support in newer upstream code (not always in a release), others definitely
need 7.4.
2022-03-22 18:20:52 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
kn
1f17e1a9eb Fix bundled duktape's intptr detection on sparc and sparc64 to fix builds
The "sqlite3" flavour failed:

> In file included from duktape.h:196,
>                  from duktape.c:189:
> duk_config.h:1981:2: error: #error cannot determine intptr type

Defines are already there for these architectures but not used in this
piece of code.

OK robert
2022-02-20 13:50:33 +00:00
robert
9e482ab584 remove _zabbix from the daemon login class and do not suggest creating
a login class because zabbix should be fine with the default
2022-02-18 06:42:35 +00:00
robert
9de9d6f579 update to 5.0.20; from Mark Patruck 2022-02-07 20:28:25 +00:00
robert
f73482d3fa update to 5.0.18; from Mark Patruck 2021-12-04 18:54:43 +00:00
robert
f9bb22c166 update to 5.0.13; from Mark Patruck 2021-09-13 08:51:22 +00:00
robert
c4c58f8767 update to 5.0.13; from Mark Patruck 2021-07-02 10:53:06 +00:00
sthen
350cf40556 remove ports libexecinfo, we now have a libunwind-based libexecinfo in base 2021-06-09 19:50:06 +00:00
tb
2f658b5368 net/zabbix: do not take pre-1.1.1 code path with LibreSSL
All these symbosl are available from LibreSSL itself. This fixes
a build breakage after the latest libcrypto/libssl bump.
2021-05-10 17:34:19 +00:00
robert
ad1459c4ab update to 5.0.10; from Mark Patruck 2021-04-01 07:15:38 +00:00
sthen
06e20cb110 switch default MODPHP_VERSION to 7.4 and bump ports which have changed
version. (as of 6 Dec 2020, 7.3 went into "security fixes only" mode).
2021-02-24 16:48:59 +00:00
robert
05425e1fd0 update to 5.0.7; from Mark Patruck 2020-12-30 13:19:05 +00:00
robert
45892e7aad update to 5.0.5; from Mark Patruck 2020-10-31 10:07:35 +00:00
jasper
ba06f6517d bugfix update to zabbix-5.0.3
https://www.zabbix.com/rn/rn5.0.3

ok robert@ (MAINTAINER)
2020-09-12 12:47:01 +00:00
jasper
167dab5e49 update to zabbix-5.0.2 which is the latest release in the 5.0LTS series.
see https://www.zabbix.com/rn/rn5.0.2 (and 5.0.0) for a complete list of changes

based on an earlier diff by robert@
2020-07-27 14:32:03 +00:00
jasper
05a3c609f6 fix fullpkgpath for flavored proxy packages to allow for upgrades without
asking which package to upgrade to

ok robert@ (MAINTAINER)
2020-07-27 07:39:09 +00:00
tb
86646fd26f bump HW_SENSORS users after kernel ABI change
(kettenis added powerpc64 energy sensors)

x11/i3status was done a few hours ago.
2020-07-17 08:36:04 +00:00
robert
b813a5dc5b have a copy of the database schemas in both the server and proxy
packages because both need them to be able to initialize the zabbix
database and update the server README to reflect the change
2020-04-15 05:58:12 +00:00
robert
83271da329 update to 4.0.19; from Mark Patruck 2020-04-14 14:47:24 +00:00
robert
3d4d711aa6 update to 4.0.18; from Mark Patruck 2020-02-26 11:27:01 +00:00
robert
bd004c8ff1 update to 4.0.17; from Mark Patruck 2020-02-03 19:13:41 +00:00
robert
32b52657a4 update to 4.0.13;
from Mark Patruck
2019-10-14 14:11:36 +00:00
rsadowski
cd2c794a49 zap empty file 2019-10-04 08:03:25 +00:00
sthen
a1085b9f12 REVISION bumps for php default version switch to 7.3 2019-09-26 21:59:30 +00:00
robert
18ea5f0452 update to 4.0.11
from Mark Patruck; thanks
2019-08-19 13:36:29 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
sthen
6ff3e55398 bump REVISION in a bunch of ports known or likely to use struct kinfo_proc,
there may be some missing as my unpacked ports source is a little out of date
but this should catch the main things people might run into

the struct was reordered a second time in sysctl.h r1.192 to improve
compatibility but amd64 snapshot packages made it out before that happened
so the bumps are still needed
2019-06-25 20:25:20 +00:00
sthen
90710cfcdd bump HW_SENSORS users, kernel ABI change from adding a new sensor type
breakage in zabbix reported by Mark Patruck
2018-12-12 13:34:31 +00:00
robert
d5b5dd781f remove old files, missed from previous commit 2018-10-26 07:00:22 +00:00
robert
9cd0dc1130 update to zabbix 4.0.0 2018-10-26 06:57:21 +00:00
sthen
44f8a14fd9 switch default php version from 7.0 to 7.1 (not 7.2 yet as some things are still
using mcrypt).
2018-10-17 14:15:55 +00:00
espie
117c10c7d2 missed that one 2018-09-05 09:24:31 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00