aboutsummaryrefslogtreecommitdiffstats
path: root/main/zabbix
Commit message (Collapse)AuthorAgeFilesLines
* main/zabbix: upgrade to 3.2.1 and use gnutlsNatanael Copa2016-10-101-6/+6
|
* main/zabbix: upgrade to 3.2.0Leonardo Arena2016-09-141-4/+4
|
* main/zabbix: track sec fixesLeonardo Arena2016-08-151-0/+4
|
* main/zabbix: upgrade to 3.0.4Leonardo Arena2016-07-251-4/+4
|
* main/zabbix: upgrade to 3.0.3Kaarle Ritvanen2016-06-201-5/+5
|
* main/zabbix: php renamed to php5Natanael Copa2016-05-051-4/+7
| | | | | also make sure that php gets built before zabbix due to the dependency in subpackage.
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-252-2/+2
| | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-252-1/+2
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-252-2/+2
| | | | | | This way we can avoid ugly default: Linux user,,,
* Add lacking -S option (system) to adduser/addgroup in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Groups and users created by packages shouldn't use high ids by default (unless explicitly requested), to distinguish them from groups and users created by administrators for humans. Following 41 files lacked -S next to addgroup: - community/sword/sword.pre-install - main/amavisd-new/amavisd-new.pre-install - main/chrony/chrony.pre-install - main/cvechecker/cvechecker.pre-install - main/dnsmasq/dnsmasq.pre-install - main/freeradius/freeradius.pre-install - main/gdnsd/gdnsd.pre-install - main/haproxy/haproxy.pre-install - main/haproxy/haproxy.pre-upgrade - main/kamailio/kamailio.pre-install - main/logcheck/logcheck.pre-install - main/mlmmj/mlmmj.pre-install - main/nrpe/nrpe.pre-install - main/open-vm-tools/open-vm-tools.pre-install - main/postgrey/postgrey.pre-install - main/privoxy/privoxy.pre-install - main/redis/redis.pre-install - main/samba/winbind.pre-install - main/sircbot/sircbot.pre-install - main/smokeping/smokeping.pre-install - main/squark/squark.post-install - main/squid/squid.pre-install - main/squid/squid.pre-upgrade - main/subversion/subversion.pre-install - main/trac/trac.pre-install - main/vsftpd/vsftpd.pre-install - main/zabbix/zabbix-agent.pre-install - testing/3proxy/3proxy.pre-install - testing/cluster-glue/cluster-glue.pre-install - testing/elasticsearch/elasticsearch.pre-install - testing/emby/emby.pre-install - testing/gdnsd/gdnsd.pre-install - testing/icinga2/icinga2.pre-install - testing/lusca/lusca.pre-install - testing/lusca/lusca.pre-upgrade - testing/mongodb/mongodb.pre-install - testing/openxcap/openxcap.pre-install - testing/prosody/prosody.pre-install - testing/rancid/rancid.pre-install - testing/rutorrent/rutorrent.pre-install - testing/zabbix/zabbix-agent.pre-install Following 60 files lacked -S next to adduser: - community/caddy/caddy.pre-install - community/domoticz/domoticz.pre-install - community/minetest/minetest-server.pre-install - community/oscam/oscam.pre-install - community/seafile/seafile-server.pre-install - community/syncthing/syncthing.pre-install - main/apache2/apache2.pre-install - main/aports-build/aports-build.pre-install - main/atheme-iris/atheme-iris.pre-install - main/bind/bind.pre-install - main/clamav/clamav-db.pre-install - main/clamsmtp/clamsmtp.pre-install - main/clamsmtp/clamsmtp.pre-upgrade - main/coova-chilli/coova-chilli.pre-install - main/cvechecker/cvechecker.pre-install - main/dhcp/dhcp.pre-install - main/distcc/distcc.pre-install - main/djbdns/dnscache.pre-install - main/djbdns/tinydns.pre-install - main/dovecot/dovecot.pre-install - main/ez-ipupdate/ez-ipupdate.pre-install - main/fetchmail/fetchmail.pre-install - main/freeswitch/freeswitch.pre-install - main/gitolite/gitolite.pre-install - main/gnats/gnats.pre-install - main/gross/gross.pre-install - main/icecast/icecast.pre-install - main/kamailio/kamailio.pre-install - main/lighttpd/lighttpd.pre-install - main/mariadb/mariadb.pre-install - main/memcached/memcached.pre-install - main/ngircd/ngircd.pre-install - main/nrpe/nrpe.pre-install - main/openntpd/openntpd.pre-install - main/postgrey/postgrey.pre-install - main/snort/snort.pre-install - main/squid/squid.pre-install - main/squid/squid.pre-upgrade - main/subversion/subversion.pre-install - main/trac/trac.pre-install - main/transmission/transmission-daemon.pre-install - main/ympd/ympd.pre-install - main/znc/znc.pre-install - testing/at/at.pre-install - testing/buildbot-slave/buildbot-slave.pre-install - testing/buildbot/buildbot.pre-install - testing/clapf/clapf.pre-install - testing/cluster-glue/cluster-glue.pre-install - testing/dbmail/dbmail.pre-install - testing/dspam/dspam.pre-install - testing/ejabberd/ejabberd.pre-install - testing/emby/emby.pre-install - testing/mongodb/mongodb.pre-install - testing/opensips/opensips.pre-install - testing/pdns/pdns.pre-install - testing/prosody/prosody.pre-install - testing/qpage/qpage.pre-install - testing/rrdbot/rrdbot.pre-install - testing/wt/wt.pre-install - unmaintained/ejabberd-git/ejabberd-git.pre-install
* main/zabbix: upgrade to 3.0.2Leonardo Arena2016-04-201-4/+4
|
* main/zabbix: upgrade to 3.0.1Leonardo Arena2016-02-261-5/+5
|
* main/zabbix: enable encryptionLeonardo Arena2016-02-181-4/+4
|
* main/zabbix: upgrade to 3.0.0Leonardo Arena2016-02-161-6/+6
|
* main/zabbix: drop uclibc patches. Enabled pidfile by default so initd works ↵Leonardo Arena2016-02-053-46/+16
| | | | out-of-the-box.
* main/zabbix: upgrade to 2.4.7Leonardo Arena2015-11-131-5/+5
|
* main/zabbix: enable SSH supportLeonardo Arena2015-10-151-2/+3
|
* main/zabbix: upgrade to 2.4.6Leonardo Arena2015-08-101-5/+5
|
* main/zabbix: Add libxml2 flag for vmware supportKevin Daudt2015-05-061-2/+3
| | | | | | | | | This flag is required for vmware monitoring, together with libcurl, which was already present. Adds a dependency to libxml2-dev. Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* main/zabbix: don't ship configuration filesLeonardo Arena2015-05-065-1416/+12
|
* main/zabbix: Use the actual zabbix_proxy.confKevin Daudt2015-05-062-167/+553
| | | | | | | zabbix_proxy.conf contained the contents of zabbix_server.conf, which contains some settings which are invalid. Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* main/zabbix: Update zabbix_server.confKevin Daudt2015-05-061-141/+548
| | | | | | | | Use the one provided with the official 2.4.3 source: See https://raw.githubusercontent.com/zabbix/zabbix/2.4.3/conf/zabbix_server.conf Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org>
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-284-13/+13
|
* main/zabbix: upgrade to 2.4.5Leonardo Arena2015-04-221-4/+4
|
* main/*: remove libiconv-dev from makedependsNatanael Copa2015-04-091-1/+1
|
* main/zabbix: upgrade to 2.4.4Leonardo Arena2015-02-231-6/+6
|
* main/zabbix: rebuild against mariadbŁukasz Jendrysik2015-01-261-2/+3
|
* main/zabbix: update checksumLeonardo Arena2014-12-161-4/+4
|
* main/zabbix: upgrade to 2.4.3Leonardo Arena2014-12-161-5/+6
|
* main/zabbix: respect agentd pid file in initd scriptJohannes Matheis2014-12-152-5/+6
| | | | | start-stop-daemon without an (empty) pid file refuses to start zabbix agentd if there is already one running inside a lxc container
* main/zabbix: use pid file in zabbix agentd init scriptJohannes Matheis2014-12-082-6/+16
|
* main/zabbix: upgrade to 2.4.2Leonardo Arena2014-11-061-4/+4
|
* main/zabbix: upgrade to 2.4.1Leonardo Arena2014-10-081-4/+4
|
* main/zabbix: upgrade to 2.4.0Leonardo Arena2014-09-111-5/+5
|
* main/zabbix: improve libc detection for selective patchingLeonardo Arena2014-08-281-5/+3
|
* main/zabbix: upgrade to 2.2.6. Don't install uclibc related patchesLeonardo Arena2014-08-281-8/+10
|
* main/zabbix: add missing unixodbc dep for fixing buildNatanael Copa2014-08-061-1/+1
|
* main/zabbix: enable odbc supportNatanael Copa2014-08-061-2/+3
| | | | | | | Note that this is for monitoring sql servers, not for using ODBC for as backend. ref #3278
* main/zabbix: enable IPMI supportNatanael Copa2014-08-041-4/+5
| | | | ref #3276
* main/zabbix: upgrade to 2.2.5Leonardo Arena2014-07-181-4/+4
|
* main/zabbix: upgrade to 2.2.4Leonardo Arena2014-06-241-5/+5
|
* main/zabbix: mark the different database variants as conflictingNatanael Copa2014-05-281-5/+5
| | | | fixes #2967
* main/zabbix: ship zabbix_proxy.confNatanael Copa2014-04-221-1/+3
|
* main/zabbix: upgrade to 2.2.3Leonardo Arena2014-04-071-4/+4
|
* main/zabbix: security upgrade to 2.2.2 (CVE-2014-1685, CVE-2014-1682, ↵Leonardo Arena2014-03-033-50/+56
| | | | CVE-2013-5572)
* main/zabbix: update init.dLeonardo Arena2014-01-073-17/+16
|
* main/zabbix: fix musl buildTimo Teräs2013-12-182-1/+18
|
* main/zabbix: security upgrade to 2.2.1 (CVE-2013-6824)Leonardo Arena2013-12-091-4/+4
|
* main/zabbix: upgrade to 2.2.0Leonardo Arena2013-11-143-2041/+16
|