30 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
Muh Muhten
1301e6ae13 update all source= lines to use :: instead of saveas- syntax 2016-03-10 10:03:19 +00:00
Timo Teräs
d0b0f5c305 main/gdnsd: upgrade to 1.11.5 2016-02-22 22:40:17 +02:00
Sören Tempel
53679caf4f don't prefix GPL version number with a dash
This conforms to wiki documentation regarding package creation:
http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
2015-10-03 13:19:51 +02:00
Bartłomiej Piotrowski
b4a13e7314 Do not delete *.la files manually
Since abuild v2.22.0, these are removed automatically unless 'libtool'
option has been specified.
2015-09-10 13:59:03 +02:00
Natanael Copa
6bf81f56e8 main/*: replace all sbin/runscript with sbin/openrc-run 2015-04-28 14:34:51 +00:00
Timo Teräs
5e94e0490d main/gdnsd: upgrade to 1.11.4 2014-08-01 08:59:28 +03:00
Timo Teräs
82db5343f3 main/gdnsd: fix bug parsing corrupted djbdns files
Fields are assigned to zero length read-only string literals if
they are not present in the zone data. Avoid writing to read-only
memory in those cases.
2014-08-01 08:57:30 +03:00
Timo Teräs
22b4d9f5e4 main/gdnsd: upgrade to 1.11.3 2014-07-11 14:54:56 +03:00
Timo Teräs
d1f643c0db main/gdnsd: upgrade to 1.11.0 2013-12-11 15:09:25 +02:00
Natanael Copa
cc2f56da01 main/gdnsd: use /sbin/nologin as shell 2013-09-04 12:15:07 +00:00
Natanael Copa
c31dac75dc main/gdnsd: use /sbin/nologin as shell 2013-09-03 08:03:38 +00:00
Timo Teräs
e0fbb3fb41 main/userspace-rcu, gdnsd: update ./configure parameters 2013-08-02 13:33:16 +03:00
Timo Teräs
766ffa0f26 main/gdnsd: upgrade to 1.9.0 (from testing) 2013-08-02 13:27:42 +03:00
Timo Teräs
5c90471732 [all autotools packages]: normalize ./configure 2013-07-30 08:54:53 +00:00
Carlo Landmeter
aa04d0ad4e main/gdnsd: upgrade to 1.6.9 2013-01-04 22:44:22 +01:00
Natanael Copa
75e96f21d5 main/gdnsd: build fix for automake-1.13 2012-12-31 16:02:15 +00:00
Timo Teräs
db3867df20 main/gdnsd: refresh autodc patch 2012-08-21 17:06:45 +03:00
Timo Teräs
5932040249 main/gdnsd: upgrade to 1.6.8
* remove upstreamed patch
 * take over maintainership
 * update url (moved to github)
2012-08-21 08:29:04 +03:00
Timo Teräs
6705665f65 main/gdnsd: add a fix for startup race
https://github.com/blblack/gdnsd/issues/4
Preliminary patch from upstream.
2012-08-10 08:30:25 +03:00
Timo Teräs
1c5eeb6a33 main/gdnsd: build fix (regenerate autotools)
... since our patch touches the Makefile.am
2012-06-01 08:34:11 +03:00
Timo Teräs
b7a63d57d6 main/gdnsd: add preliminary support for djbdns config files 2012-06-01 08:28:07 +03:00
Timo Teräs
0425feadb3 main/gdnsd: cherry pick some improvements from bug tracker
* faster startup time with cities geodb
 * more flexible autodc support
2012-05-28 10:20:10 +03:00
Timo Teräs
939241b58e main/gdnsd: upgrade to 1.6.7 2012-05-28 09:54:07 +03:00
Timo Teräs
1952e27109 main/gdnsd: upgrade to 1.6.5 and update init.d 2012-05-09 16:07:06 +03:00
Natanael Copa
5f2f70b8b9 main/gdnsd: moved from testing 2012-05-02 14:05:44 +00:00