Skip to content
Snippets Groups Projects
  1. Oct 24, 2021
  2. Oct 17, 2021
  3. Sep 11, 2021
  4. Sep 03, 2021
  5. Aug 10, 2021
  6. Jun 20, 2021
  7. Jun 10, 2021
  8. Jun 08, 2021
  9. Apr 26, 2021
  10. Apr 02, 2021
    • Natanael Copa's avatar
      main/asterisk: remove /tmp · 55888c04
      Natanael Copa authored
      remove /tmp which is owned by alpine-baselayout so we don't get wrong
      permissions on /tmp when asterisk is installed.
      55888c04
  11. Feb 24, 2021
    • Leo's avatar
      main/asterisk: security upgrade to 18.2.1 · 9d426cf7
      Leo authored
      fixes:
      
      - CVE-2021-26717
      - CVE-2021-26713
      - CVE-2021-26712
      - CVE-2021-26906
      
      adds missing secfixes for:
      
      - CVE-2020-35776
      - CVE-2020-35652
      - CVE-2020-28327
      
      See: #12469
      9d426cf7
  12. Dec 25, 2020
  13. Dec 15, 2020
  14. Dec 10, 2020
  15. Oct 25, 2020
  16. Oct 21, 2020
  17. Oct 03, 2020
  18. Sep 30, 2020
  19. Jul 18, 2020
  20. Jun 15, 2020
    • Duncan Bellamy's avatar
      main/asterisk: upgrade to 16.11.0 · 25ffac29
      Duncan Bellamy authored and Timo Teräs's avatar Timo Teräs committed
      * compile with CFLAGS='-DENABLE_SRTP_AES_256', from #11609
      * update APKBUILD to use amove
      * update license from SPDX
      * add missing descriptions to patches, and openrc sub package
      * remove empty doc sub package function
      * make single line sub package format the same
      * add support for unbound
      25ffac29
  21. Jan 19, 2020
  22. Dec 02, 2019
  23. Sep 16, 2019
  24. Jul 17, 2019
  25. Apr 20, 2019
  26. Dec 31, 2018
  27. Nov 07, 2018
  28. Oct 06, 2018
  29. Sep 24, 2018
  30. Sep 11, 2018
  31. Aug 14, 2018
  32. Jul 17, 2018
  33. Apr 06, 2018
  34. Mar 26, 2018
  35. Mar 16, 2018
  36. Feb 22, 2018
    • Timo Teräs's avatar
      main/asterisk: security upgrade to 15.2.2 · f0ae460f
      Timo Teräs authored
      AST-2018-001 (CVE-2018-7285): Crash when receiving unnegotiated dynamic payload
      AST-2018-002: Crash when given an invalid SDP media format description
      AST-2018-003: Crash with an invalid SDP fmtp attribute
      AST-2018-004 (CVE-2018-7284): Crash when receiving SUBSCRIBE request
      AST-2018-005 (CVE-2018-7286): Crash when large numbers of TCP connections are closed suddenly
      AST-2018-006 (CVE-2018-7287): WebSocket frames with 0 sized payload causes DoS
      f0ae460f
  37. Jan 15, 2018
  38. Jan 04, 2018
  39. 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
Loading