Skip to content
Snippets Groups Projects
  1. Feb 27, 2024
  2. Dec 29, 2023
  3. May 15, 2023
  4. Apr 11, 2023
  5. Oct 01, 2022
  6. May 10, 2022
    • Sören Tempel's avatar
      main/libmaxminddb: split -libs to don't force cronjob installation · 97860d1b
      Sören Tempel authored and Leo's avatar Leo committed
      Without this commit, the cronjob is unconditionally installed. Even
      for software which only uses libmaxminddb as a library. On my system,
      wireshark pulls in libmaxminddb and libmaxminddb cronjob outputs:
      
      	No MaxMind license key found; exiting. Please enter your license key into /etc/libmaxminddb.cron.conf.
      
      weekly even though I don't use MaxMind directly on my system. By
      splitting the -libs subpackage we can ensure that package which
      depend on libmaxminddb don't pull in the cronjob by default.
      97860d1b
  7. Sep 04, 2021
  8. Mar 05, 2021
  9. Feb 28, 2021
  10. Jan 08, 2021
  11. Nov 13, 2020
  12. Aug 08, 2020
  13. Jul 11, 2020
  14. May 15, 2020
  15. Nov 14, 2019
  16. Nov 05, 2019
  17. Jan 18, 2018
  18. 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
  19. Nov 28, 2017
  20. May 29, 2017
  21. May 24, 2016
  22. Nov 09, 2015
  23. Sep 10, 2015
  24. Nov 04, 2014
  25. May 22, 2014
  26. Nov 14, 2013
Loading