- Jun 25, 2018
-
-
Natanael Copa authored
-
-
- Apr 24, 2018
-
-
Kaarle Ritvanen authored
/usr/lib/dovecot/dovecot is an incorrect location /usr/libexec is allowed by FHS 3.0
-
- Apr 06, 2018
-
-
Natanael Copa authored
-
- Mar 26, 2018
-
-
Natanael Copa authored
-
- Mar 18, 2018
-
-
Sören Tempel authored
-
- Mar 05, 2018
- Dec 30, 2017
-
-
Jakub Jirutka authored
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/
-
- Nov 30, 2017
-
-
Natanael Copa authored
-
-
- Nov 09, 2017
-
-
Natanael Copa authored
-
- Nov 03, 2017
-
-
Natanael Copa authored
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 10b45889.
-
Natanael Copa authored
fixes #8099
-
Natanael Copa authored
move configure to a function so we avoid specify the common options multiple times
-
- Nov 01, 2017
-
-
TBK authored
-
- Aug 30, 2017
-
-
- 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.
-
- Jul 25, 2017
-
-
Remove fixed-upstream LibreSSL patch for dovecot as it was fixed upstream in commit dovecot/core#b91659702c83b8f144e369ad5fa82724242c210c
-
- Apr 18, 2017
-
-
Natanael Copa authored
-
- Jan 17, 2017
-
-
Leonardo Arena authored
-
- Dec 07, 2016
-
-
-- add config for sieve-extdata-plugin some fixes in APKBUILD
-
- Dec 05, 2016
-
-
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
-
- Nov 04, 2016
-
-
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.
-
- Oct 11, 2016
-
-
Natanael Copa authored
-
- Oct 10, 2016
-
-
Natanael Copa authored
-
- Jul 21, 2016
-
-
Natanael Copa authored
-
- Jun 07, 2016
-
-
* 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 da4e96aa. main/ympd/ympd.pre-install * main/znc: Reorder arguments in .pre-install as in da4e96aa. main/znc/znc.pre-install * main/aports-build: Reorder arguments in .pre-install as in da4e96aa. main/aports-build/aports-build.pre-install * main/atheme-iris: Fix overlooked consistency issue as in a60b9f07. 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
-
- May 16, 2016
-
-
Natanael Copa authored
rename plugin subpackage
-
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.
-
-
- Apr 25, 2016
-
-
- Mar 29, 2016
-
-
Natanael Copa authored
-
- Feb 23, 2016
-
-
- Dec 09, 2015
-
-
- 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
-
Natanael Copa authored
-
- Dec 03, 2015
-
-
Kaarle Ritvanen authored
allows dovecot-pigeonhole-plugin to build properly
-
- Nov 12, 2015
-
-
Increased pkgrel after having added description to init.d script in previous commit.
-
- Nov 04, 2015
-
-
Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog.
-
- Oct 03, 2015
-
-
Natanael Copa authored
-
- Sep 10, 2015
-
-
Bartłomiej Piotrowski authored
Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
-
- Jul 29, 2015
-
-