31 Commits

Author SHA1 Message Date
Przemyslaw Pawelczyk
0f920d3abe main/[various]: bump pkgrel for pre-install fixes 2016-04-25 07:11:16 +00:00
Przemyslaw Pawelczyk
da4e96aace Reorder arguments passed to addgroup/adduser in scripts.
Now all invocations have following order of arguments (if present):

    addgroup -S -g ... GROUP
    adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER
2016-04-25 06:56:47 +00:00
Przemyslaw Pawelczyk
a60b9f07de Improve consistency of scripts using adduser/addgroup.
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.
2016-04-25 06:55:43 +00:00
Przemyslaw Pawelczyk
a593d306c9 Add -g option (GECOS/comment) to adduser in scripts.
This way we can avoid ugly default:

    Linux user,,,
2016-04-25 06:54:18 +00:00
Przemyslaw Pawelczyk
ccc056dbf9 Add lacking -S option (system) to adduser/addgroup in scripts.
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
2016-04-25 06:53:54 +00:00
Natanael Copa
51f36e38de main/haproxy: upgrade to 1.6.4 2016-04-18 09:01:25 +00:00
Natanael Copa
4288966953 main/haproxy: add subpackage for haproxy-systemd-wrapper 2016-02-12 10:08:44 +00:00
Christian Kampka
b1ec3e65d2 main/haproxy: new upstream version 1.6.3 2016-01-04 18:56:09 +00:00
Christian Kampka
bda0ea24e7 main/haproxy: new upstream version 1.6.2, enable zlib and lua support 2015-11-04 13:20:41 +00:00
Leonardo Arena
137b54a65b main/haproxy: security upgrade to 1.5.14 (CVE-2015-3281) 2015-07-06 13:57:33 +00:00
Natanael Copa
ff59f3e095 main/haproxy: upgrade to 1.5.12 2015-05-07 08:55:24 +00:00
Natanael Copa
6bf81f56e8 main/*: replace all sbin/runscript with sbin/openrc-run 2015-04-28 14:34:51 +00:00
Nathan Angelacos
4efa724e9e main/haproxy: version bump to 1.5.11
Note: haproxy now requires openssl as it supports SNI
2015-02-12 21:23:48 +01:00
Timo Teräs
0d7a3b0d09 main/haproxy: upgrade to 1.4.25 2014-06-02 16:01:11 +03:00
Fabian Affolter
9cac748633 main/haproxy: specify license 2014-03-03 13:03:40 +00:00
Natanael Copa
71c9b353c3 main/haproxy: use /sbin/nologin as shell 2013-09-04 11:38:23 +00:00
Natanael Copa
5f805288a4 main/haproxy: use /sbin/nologin as shell 2013-09-03 08:03:44 +00:00
Natanael Copa
d2207b3c47 main/haproxy: security upgrade to 1.4.24 (CVE-2013-2175)
fixes #2114
2013-06-21 11:37:42 +00:00
Timo Teräs
8133c38f56 main/haproxy: security upgrade to 1.4.23 (CVE-2013-1912)
Various other bug fixes too.
2013-05-03 14:46:09 +03:00
Timo Teräs
22f952fbfc main/haproxy: enable splice, and other nice features
Use the built in make target linux2628 meaning linux-2.6.28 or
higher kernel can be assumed.
2012-09-11 11:00:17 +03:00
Natanael Copa
3eb6f59243 main/haproxy: better example config
also move the homedir for haproxy user to /var/lib/haproxy
2012-08-24 09:49:29 +00:00
Natanael Copa
ef4d70929c main/haproxy: move default config location
- 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
2012-08-16 12:50:06 +00:00
Natanael Copa
4bbb93d659 main/haproxy: upgrade to 1.4.22 2012-08-16 12:50:06 +00:00
Natanael Copa
46a35a60f5 main/haproxy: allow user override config file location
Use HAPROXY_CONF=/etc/mylocation.cfg in /etc/conf.d/haproxy

ref #1339
2012-08-16 12:50:06 +00:00
Natanael Copa
2836e77376 main/haproxy: fix init.d script
fixes #1120
(cherry picked from commit 73ff75dc2cad984f4bb65267e6637ccb0aa3ae02)
2012-05-04 06:34:25 +00:00
Natanael Copa
5bf8942e62 main/haproxy: rebuild against pcre-8.30 2012-03-12 20:48:59 +00:00
Natanael Copa
f7e41e3ec0 main/haproxy: update init.d script
use a new copy of gentoo init.d script

ref #943
2012-01-19 09:48:14 +00:00
Natanael Copa
7d3f2530fa main/haproxy: upgrade to 1.4.18 2011-09-30 12:15:24 +00:00
Natanael Copa
70f6c0c7d9 main/haproxy: upgrade to 1.4.15 2011-07-13 11:19:43 +00:00
Jeff Bilyk
88c7702582 main/haproxy: bump to 1.4.11
bump to 1.4.11
2011-03-01 21:58:20 -06:00
Jeff Bilyk
7d4cb2c3ae main/haproxy: moved from testing
move haproxy from testing to main
2011-03-01 17:32:35 -06:00