112 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
52b8efc514 main/dovecot: upgrade to 2.2.22 2016-03-29 16:33:33 +00:00
Valery Kartel
6cd91c3803 main/dovecot: upgrade to 2.2.21 2016-02-23 06:17:01 +00:00
Valery Kartel
2058670f94 main/dovecot: fixups in APKBUILD and default configs
- sample-configs (conf.d) moved to main package because those are used by dovecot.conf
- dovecot-sample-config subpackage and corresponding dovecot-sample-config.post-install are removed
- configs related to ldap auth moved to dovecot-ldap subpackage
- new subpackage dovecot-sql with sql-related configs
- all sql drivers now depend on dovecot-sql
- init-script: default basedir set to /run/dovecot. added creation of basedir
2015-12-09 14:18:30 +00:00
Natanael Copa
b14fc47021 main/dovecot: upgrade to 2.2.20 2015-12-09 12:16:37 +00:00
Kaarle Ritvanen
759e835edc main/dovecot: set libtool option
allows dovecot-pigeonhole-plugin to build properly
2015-12-03 20:25:38 +02:00
Daniele Coli
ea3df0548c main/dovecot: Increased pkgrel
Increased pkgrel after having added description to init.d script in
previous commit.
2015-11-12 08:51:59 +00:00
Daniele Coli
962c62558f main/dovecot: Added description to init.d script
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
2015-11-04 10:31:16 +00:00
Natanael Copa
4ef580f1c1 main/dovecot: upgrade to 2.2.19 2015-10-03 13:13:27 +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
Valery Kartel
62e496a855 main/dovecot: Some cleanups in init & logrotate scripts 2015-07-29 06:30:16 +00:00
Bartłomiej Piotrowski
3e82752270 main/dovecot: upgrade to 2.2.18 2015-05-15 20:52:20 +02:00
Natanael Copa
6bf81f56e8 main/*: replace all sbin/runscript with sbin/openrc-run 2015-04-28 14:34:51 +00:00
Natanael Copa
a15e0df427 main/dovecot: upgrade to 2.2.16 2015-03-13 10:50:14 +00:00
Łukasz Jendrysik
3ff1de524c main/dovecot: rebuild against mariadb 2015-01-26 14:21:30 +00:00
Natanael Copa
70af5149e0 main/dovecot: rebuild against krb5-1.13 2014-11-10 14:56:59 +00:00
Natanael Copa
95b7314e09 main/dovecot: upgrade to 2.2.15 2014-10-29 09:37:57 +00:00
Natanael Copa
ccd8138fcd main/dovecot: upgrade to 2.2.14 2014-10-15 11:42:48 +00:00
Natanael Copa
0c2b92b8da main/dovecot: upgrade to 2.2.13 2014-05-12 09:52:12 +00:00
Natanael Copa
59b66e0de4 main/dovecot: upgrade to 2.2.12 2014-02-17 16:00:08 +00:00
Natanael Copa
054a5512f0 main/dovecot: upgrade to 2.2.11 2014-02-12 08:36:48 +00:00
Natanael Copa
653f441628 main/dovecot: upgrade to 2.2.10 2013-12-20 10:08:07 +00:00
Natanael Copa
c10b60ec40 main/dovecot: upgrade to 2.2.9 2013-11-25 13:22:49 +00:00
Natanael Copa
7f6b180f7a main/dovecot: upgrade to 2.2.8 2013-11-20 07:23:16 +00:00
Natanael Copa
73389fab31 main/dovecot: upgrade to 2.2.7 2013-11-04 08:52:58 +00:00
Timo Teräs
f6723fe78a main/[various]: update config.sub 2013-09-29 16:03:35 +00:00
Natanael Copa
7ced03ba3d main/dovecot: upgrade to 2.2.6 2013-09-26 08:02:01 +00:00
Fabian Affolter
1de66c64a7 main/dovecot: specify license 2013-09-08 14:35:08 +02:00
Natanael Copa
42ca5e8dfe main/dovecot: use /sbin/nologin as shell 2013-09-04 11:56:45 +00:00
Natanael Copa
2c528c322e main/dovecot: use /sbin/nologin as shell 2013-09-03 07:52:05 +00:00
Natanael Copa
92310065b3 main/dovecot: upgrade to 2.2.5 2013-08-06 08:36:53 +00:00
Timo Teräs
5c90471732 [all autotools packages]: normalize ./configure 2013-07-30 08:54:53 +00:00
Natanael Copa
f77bc3a72b main/dovecot: upgrade to 2.2.4 2013-06-25 11:58:10 +00:00
Natanael Copa
b07219e842 main/dovecot: upgrade to 2.2.3 2013-06-17 07:03:49 +00:00
Natanael Copa
4808497ef7 main/dovecot: do not depend on logrotate
use of logrotate should be optional

fixes #2065
2013-06-12 11:19:22 +00:00
Natanael Copa
26ff6a57c8 main/dovecot: upgrade to 2.2.2 2013-05-22 07:18:34 +00:00
Natanael Copa
1f8325a480 main/dovecot: upgrade to 2.2.1 2013-05-15 14:15:19 +00:00
Natanael Copa
af493ad569 main/dovecot: upgrade to 2.1.16 2013-04-09 13:20:59 +00:00
Leonardo Arena
e6213ae623 main/dovecot: upgrade to 2.1.15 2013-02-08 15:19:51 +00:00
Natanael Copa
11af354cd5 main/dovecot: upgrade to 2.1.14 2013-01-31 08:23:00 +00:00
Bartłomiej Piotrowski
f42436627e main/dovecot: upgrade to 2.1.13 2013-01-07 21:15:58 +01:00
Natanael Copa
a289c274ba main/dovecot: upgrade to 2.1.12 2012-11-30 19:52:43 +00:00
Natanael Copa
2e17521140 main/dovecot: hide dl errors
like they do for openbsd.

ref #1274
2012-10-10 12:30:16 +00:00
Natanael Copa
1667d0595e main/dovecot: upgrade to 2.1.10 2012-09-27 20:35:39 +00:00
Natanael Copa
5f7bde9ab3 main/dovecot: rebuild against postgresql-9.2 2012-09-13 06:36:31 +00:00
Natanael Copa
35cd2e384f main/dovecot: upgrade to 2.1.9 2012-08-02 07:01:42 +00:00