aboutsummaryrefslogtreecommitdiffstats
path: root/main/dovecot
Commit message (Collapse)AuthorAgeFilesLines
* Revert "main/dovecot: upgrade to 2.3.2.1"Natanael Copa2018-09-031-1/+1
| | | | | | | | | The issue it was supposed to fix was only affecting 3.8-stable. git master was already updated. ref #9363 This reverts commit b992b2800067278ab9588885c69e91217a84c328.
* main/dovecot: upgrade to 2.3.2.1Natanael Copa2018-08-301-1/+1
| | | | ref #9363
* main/dovecot: set default ssl_prefer_server_ciphers = yesJakub Jirutka2018-07-232-1/+10
|
* main/dovecot: revert change of ssl_cipher_listJakub Jirutka2018-07-232-10/+2
| | | | It seems that PROFILE=SYSTEM is not available in LibreSSL.
* main/dovecot: fix init script to not print irrelevant errorJakub Jirutka2018-07-222-2/+2
| | | | doveconf: Error: t_readlink(/run/dovecot/dovecot.conf) failed: readlink() failed: No such file or directory
* main/dovecot: fix default configJakub Jirutka2018-07-222-1/+14
|
* main/dovecot: split pop3, lmtp and submission protocols to subpkgsJakub Jirutka2018-07-223-1/+83
| | | | | | I left imap in the base package, because most users expect Dovecot to provide IMAP, so moving it into a subpackage would probably confuse too many users.
* main/dovecot: remove *.la filesJakub Jirutka2018-07-221-0/+3
|
* main/dovecot: depend on exact version of origin pkgJakub Jirutka2018-07-221-10/+10
|
* main/dovecot: improve abuildJakub Jirutka2018-07-221-63/+111
| | | | | - makedepends are reformatted and sorted - subpackages are reformatted
* main/dovecot: more secure default configJakub Jirutka2018-07-223-2/+36
|
* main/dovecot: upgrade to 2.3.2.1Andy Postnikov2018-07-222-287/+5
|
* main/dovecot: fix murmur hash on big endian (s390x)Natanael Copa2018-06-252-1/+283
|
* main/dovecot: upgrade to 2.3.1TBK2018-06-253-51/+17
|
* main/dovecot: revert libexec moveKaarle Ritvanen2018-04-241-2/+1
| | | | | /usr/lib/dovecot/dovecot is an incorrect location /usr/libexec is allowed by FHS 3.0
* main/dovecot: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* main/dovecot: rebuild against mariadb-connector-cNatanael Copa2018-03-261-2/+2
|
* main/dovecot: Fix typo (pkdesc → pkgdesc)Sören Tempel2018-03-181-1/+1
|
* main/dovecot: security upgrade to 2.2.34Andy Postnikov2018-03-051-3/+8
| | | | https://www.dovecot.org/list/dovecot-news/2018-February/000370.html
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/dovecot: enable testsNatanael Copa2017-11-302-1/+22
|
* main/dovecot: Add subpackages for solr and luceneSimon Frankenberger2017-11-301-1/+15
|
* main/dovecot: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* Revert "main/dovecot: enable pam support"Natanael Copa2017-11-031-4/+3
| | | | | | | | | dovecot can use /etc/passwd and /etc/shadow dirctly, so there are not really any need for PAM. https://github.com/alpinelinux/aports/commit/10b458891b729fee807ff3860398019a1b18c5af#commitcomment-25379432 This reverts commit 10b458891b729fee807ff3860398019a1b18c5af.
* main/dovecot: enable pam supportNatanael Copa2017-11-031-3/+4
| | | | fixes #8099
* main/dovecot: refactor configureNatanael Copa2017-11-031-19/+14
| | | | | move configure to a function so we avoid specify the common options multiple times
* main/dovecot: upgrade to 2.2.33.2TBK2017-11-011-4/+4
|
* main/dovecot: upgrade to 2.2.32, fixesValery Kartel2017-08-302-15/+25
| | | | | | | | | | | | | | - cosmetic fixes in init-script - move /usr/libexec/dovecot to /usr/lib/dovecot - add pidgeonhole (sieve) ldap storage plugin as subpackage - move all sieve-related stuff to pidgeonhole-plugin subpackage, so now dovecot package have no sieve-dependent libs and binaries. - move all ldap-related libs to dovecot-ldap subpackage, so now dovecot package doesn't depends on libldap.
* main/dovecot: upgrade to 2.2.29.1 and pigeonhole plugin to 0.4.18Ash Berlin2017-07-252-54/+25
| | | | | Remove fixed-upstream LibreSSL patch for dovecot as it was fixed upstream in commit dovecot/core#b91659702c83b8f144e369ad5fa82724242c210c
* main/dovecot: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/dovecot: rebuild against heimdal-7.1.0Leonardo Arena2017-01-171-1/+1
|
* main/dovecot: upgrade to 2.2.27Valery Kartel2016-12-074-44/+44
| | | | | | -- add config for sieve-extdata-plugin some fixes in APKBUILD
* main/dovecot: build pigeonhole extdata pluginPierre Jaury2016-12-051-2/+36
| | | | | | it was discussed that building these external plugins as part of the Dovecot APKBUILD would prevent ABI version mismatches and other bugs that arise when Dovecot is updated
* main/dovecot: upgrade to 2.2.26, remove hardcoded version numbersPierre Jaury2016-11-041-13/+13
| | | | | | | | Dovecot 2.2.26 was actually released as 2.2.26.0 after some critical issues were fixed in the initial release. After some discussion about how the numbering scheme should be handled, a temporary fix was introduced and remaining hardcoded version numbers removed.
* main/dovecot: use openssl binary from libresslNatanael Copa2016-10-111-7/+7
|
* main/dovecot: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/dovecot: upgrade to 2.2.25Natanael Copa2016-07-211-5/+5
|
* main/[various]: Bump pkgrel for .pre-install scripts fixes.Przemyslaw Pawelczyk2016-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * main/dovecot: Properly set primary group in .pre-install. main/dovecot/dovecot.pre-install * main/{npre,postgrey}: Properly set primary group in .pre-install. main/nrpe/nrpe.pre-install main/postgrey/postgrey.pre-install * main/ympd: Reorder arguments in .pre-install as in da4e96aacef5. main/ympd/ympd.pre-install * main/znc: Reorder arguments in .pre-install as in da4e96aacef5. main/znc/znc.pre-install * main/aports-build: Reorder arguments in .pre-install as in da4e96aacef5. main/aports-build/aports-build.pre-install * main/atheme-iris: Fix overlooked consistency issue as in a60b9f07dee0. main/atheme-iris/atheme-iris.pre-install * main/[various]: Add group and use it as primary in .pre-* scripts. main/apache2/apache2.pre-install main/aports-build/aports-build.pre-install main/atheme-iris/atheme-iris.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/dhcp/dhcp.pre-install main/djbdns/dnscache.pre-install main/djbdns/tinydns.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/memcached/memcached.pre-install main/ngircd/ngircd.pre-install main/openntpd/openntpd.pre-install main/snort/snort.pre-install main/squid/squid.pre-install main/squid/squid.pre-upgrade main/transmission/transmission-daemon.pre-install main/znc/znc.pre-install
* main/dovecot: Properly set primary group in .pre-install.Przemyslaw Pawelczyk2016-06-071-2/+2
| | | | | | | | | | | Commit fb87e4fd6222 tried to fix problem I unintentionally brought in commit ccc056dbf9d3 - system user creation doesn't add same named group and uses nogroup as primary group unless explicitly specified via -G. Commit a593d306c92f has nothing to do with it, as it only sets GECOS. I cannot blame anyone (beside myself, obviously, for all this mess) as -g and -G can be easily misread without conuslting --help output.
* main/dovecot: remove merge failure filesKaarle Ritvanen2016-05-222-168/+0
|
* main/dovecot: upgrade to 2.2.24Natanael Copa2016-05-161-11/+11
| | | | rename plugin subpackage
* main/dovecot: Integrate pigeonhole plugin 0.4.13 as a subpackageOlivier Mauras2016-05-161-2/+40
| | | | | | Sieve support in dovecot requires the pigeonhole plugin. The plugin requires to be rebuilded each time dovecot minor version changes, so having it as a subpackage will make it easier.
* main/dovecot: upgrade to 2.2.23, update init and logrotate scriptsValery Kartel2016-05-165-50/+201
|
* main/dovecot: create dovecot system usersPierre Jaury2016-05-161-0/+2
| | | | | | Since a593d306c92f8bc15a1797c0a2ccfa784edbc4a0, the main group for system users is specified explicitely but the system groups were not created in the first place.
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-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-251-0/+1
| | | | | | | | | | | | 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-251-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-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/dovecot: upgrade to 2.2.22Natanael Copa2016-03-291-4/+4
|