Skip to content
Snippets Groups Projects
  1. Jun 25, 2018
  2. Apr 24, 2018
  3. Apr 06, 2018
  4. Mar 26, 2018
  5. Mar 18, 2018
  6. Mar 05, 2018
  7. Dec 30, 2017
    • Jakub Jirutka's avatar
      [various]: unify names of licenses according to SPDX · 63f5e7d2
      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/
      63f5e7d2
  8. Nov 30, 2017
  9. Nov 09, 2017
  10. Nov 03, 2017
  11. Nov 01, 2017
  12. Aug 30, 2017
    • Valery Kartel's avatar
      main/dovecot: upgrade to 2.2.32, fixes · cfa6b3a3
      Valery Kartel authored and Timo Teräs's avatar Timo Teräs committed
      - 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.
      cfa6b3a3
  13. Jul 25, 2017
  14. Apr 18, 2017
  15. Jan 17, 2017
  16. Dec 07, 2016
  17. Dec 05, 2016
  18. Nov 04, 2016
  19. Oct 11, 2016
  20. Oct 10, 2016
  21. Jul 21, 2016
  22. Jun 07, 2016
    • Przemysław Pawełczyk's avatar
      main/[various]: Bump pkgrel for .pre-install scripts fixes. · 511bd7a7
      Przemysław Pawełczyk authored and Natanael Copa's avatar Natanael Copa committed
      * 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
      511bd7a7
  23. May 16, 2016
  24. Apr 25, 2016
  25. Mar 29, 2016
  26. Feb 23, 2016
  27. Dec 09, 2015
    • Valery Kartel's avatar
      main/dovecot: fixups in APKBUILD and default configs · 2058670f
      Valery Kartel authored and Natanael Copa's avatar Natanael Copa committed
      - 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
      2058670f
    • Natanael Copa's avatar
      main/dovecot: upgrade to 2.2.20 · b14fc470
      Natanael Copa authored
      b14fc470
  28. Dec 03, 2015
  29. Nov 12, 2015
  30. Nov 04, 2015
  31. Oct 03, 2015
  32. Sep 10, 2015
  33. Jul 29, 2015
Loading