aboutsummaryrefslogtreecommitdiffstats
path: root/main/haproxy
Commit message (Collapse)AuthorAgeFilesLines
* main/haproxy: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/haproxy: upgrade to 1.7.9TBK2017-10-271-2/+2
|
* main/haproxy: upgrade to 1.7.8 and modernize abuildAndré Klitzing2017-08-021-14/+8
|
* main/haproxy: upgrade to 1.7.7André Klitzing2017-06-271-3/+3
|
* main/haproxy: rebuild against libressl 2.5Natanael Copa2017-04-182-1/+49
|
* main/haproxy: upgrade to 1.7.5André Klitzing2017-04-041-2/+2
|
* main/haproxy: upgrade to 1.7.4André Klitzing2017-03-281-2/+2
|
* main/haproxy: upgrade to 1.7.3André Klitzing2017-03-041-8/+2
|
* main/haproxy: upgrade to 1.7.2Łukasz Jendrysik2017-01-141-4/+4
|
* main/haproxy: upgrade to 1.7.1André Klitzing2016-12-281-5/+5
|
* main/haproxy: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/haproxy: upgrade to 1.6.9Natanael Copa2016-09-121-4/+4
|
* main/haproxy: new upstream version 1.6.7Christian Kampka2016-07-161-5/+5
|
* main/haproxy: Bump pkgrel.Przemyslaw Pawelczyk2016-06-291-1/+1
|
* main/haproxy: Modernize APKBUILD.Przemyslaw Pawelczyk2016-06-291-20/+33
| | | | | | * APKBUILD: - Use builddir (no _). - Reformat build(), package() and wrapper() to make them more readable.
* main/haproxy: Fix default haproxy.cfg not working since upgrade to 1.6.Przemyslaw Pawelczyk2016-06-292-4/+5
| | | | | | | | | | You could read following messages when starting haproxy: 'frontend' cannot handle unexpected argument '*:5000'. please use the 'bind' keyword for listening addresses. * haproxy.cfg: Use bind for listening addresses. * APKBUILD: Update checksums.
* main/{haproxy,squid}: Replace .pre-upgrade with link to .pre-install.Przemyslaw Pawelczyk2016-06-291-13/+1
| | | | | .pre-upgrade content was the same as .pre-install, so no change in .apk, thus no pkgrel bump.
* main/haproxy: security upgrade to 1.6.6 (CVE-2016-5360)Natanael Copa2016-06-271-4/+4
| | | | fixes #5811
* main/haproxy: upgrade to 1.6.5Natanael Copa2016-05-161-5/+5
|
* 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-0/+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-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/haproxy: upgrade to 1.6.4Natanael Copa2016-04-181-6/+6
|
* main/haproxy: add subpackage for haproxy-systemd-wrapperNatanael Copa2016-02-121-13/+25
|
* main/haproxy: new upstream version 1.6.3Christian Kampka2016-01-041-4/+4
|
* main/haproxy: new upstream version 1.6.2, enable zlib and lua supportChristian Kampka2015-11-041-8/+16
|
* main/haproxy: security upgrade to 1.5.14 (CVE-2015-3281)Leonardo Arena2015-07-061-4/+4
|
* main/haproxy: upgrade to 1.5.12Natanael Copa2015-05-071-5/+5
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/haproxy: version bump to 1.5.11Nathan Angelacos2015-02-124-17/+27
| | | | Note: haproxy now requires openssl as it supports SNI
* main/haproxy: upgrade to 1.4.25Timo Teräs2014-06-021-5/+5
|
* main/haproxy: specify licenseFabian Affolter2014-03-031-5/+6
|
* main/haproxy: use /sbin/nologin as shellNatanael Copa2013-09-042-2/+2
|
* main/haproxy: use /sbin/nologin as shellNatanael Copa2013-09-031-1/+1
|
* main/haproxy: security upgrade to 1.4.24 (CVE-2013-2175)Natanael Copa2013-06-211-4/+4
| | | | fixes #2114
* main/haproxy: security upgrade to 1.4.23 (CVE-2013-1912)Timo Teräs2013-05-031-3/+9
| | | | Various other bug fixes too.
* main/haproxy: enable splice, and other nice featuresTimo Teräs2012-09-111-2/+2
| | | | | Use the built in make target linux2628 meaning linux-2.6.28 or higher kernel can be assumed.
* main/haproxy: better example configNatanael Copa2012-08-243-12/+85
| | | | also move the homedir for haproxy user to /var/lib/haproxy
* main/haproxy: move default config locationNatanael Copa2012-08-165-6/+36
| | | | | | | | - move default config location to /etc/haproxy/ - provide install/upgrade script that moves existing config to new location - provide dummy config - create haproxy user and group
* main/haproxy: upgrade to 1.4.22Natanael Copa2012-08-161-3/+3
|
* main/haproxy: allow user override config file locationNatanael Copa2012-08-162-3/+3
| | | | | | Use HAPROXY_CONF=/etc/mylocation.cfg in /etc/conf.d/haproxy ref #1339
* main/haproxy: fix init.d scriptNatanael Copa2012-05-042-5/+7
| | | | | fixes #1120 (cherry picked from commit 73ff75dc2cad984f4bb65267e6637ccb0aa3ae02)
* main/haproxy: rebuild against pcre-8.30Natanael Copa2012-03-121-1/+1
|
* main/haproxy: update init.d scriptNatanael Copa2012-01-192-21/+28
| | | | | | use a new copy of gentoo init.d script ref #943
* main/haproxy: upgrade to 1.4.18Natanael Copa2011-09-301-2/+2
|
* main/haproxy: upgrade to 1.4.15Natanael Copa2011-07-131-7/+8
|
* main/haproxy: bump to 1.4.11Jeff Bilyk2011-03-011-3/+3
| | | | bump to 1.4.11
* main/haproxy: moved from testingJeff Bilyk2011-03-012-0/+74
move haproxy from testing to main