Skip to content
Snippets Groups Projects
  1. Apr 19, 2020
  2. Apr 04, 2020
  3. Jan 15, 2020
  4. Dec 31, 2019
    • Leonardo Arena's avatar
      main/xen: security fixes · 168f974f
      Leonardo Arena authored
      - CVE-2019-18425 XSA-298
      - CVE-2019-18421 XSA-299
      - CVE-2019-18423 XSA-301
      - CVE-2019-18424 XSA-302
      - CVE-2019-18422 XSA-303
      - CVE-2018-12207 XSA-304
      - CVE-2019-11135 XSA-305
      
      ref #10968
      168f974f
  5. Nov 13, 2019
  6. Aug 13, 2019
  7. May 27, 2019
    • Henrik Riomar's avatar
      main/xen: XSA-297 · 4cafe4f7
      Henrik Riomar authored
      CVE-2018-12126
      CVE-2018-12127
      CVE-2018-12130
      CVE-2019-11091
      
      Also includes needed patches from the xen stable-4.12 branch
      4cafe4f7
  8. May 11, 2019
  9. Apr 03, 2019
  10. Mar 26, 2019
  11. Jan 09, 2019
  12. Dec 17, 2018
  13. Dec 14, 2018
  14. Nov 13, 2018
  15. Oct 06, 2018
  16. Sep 24, 2018
  17. Jul 23, 2018
  18. Jun 11, 2018
  19. May 05, 2018
  20. Mar 19, 2018
  21. Feb 27, 2018
  22. Jan 25, 2018
  23. Jan 24, 2018
  24. Jan 19, 2018
  25. Nov 29, 2017
  26. Nov 27, 2017
  27. Nov 21, 2017
  28. Nov 13, 2017
  29. Oct 23, 2017
  30. Oct 20, 2017
  31. Oct 19, 2017
    • Andy Chu's avatar
      main/xen,community/rng-tools: remove unicode whitespace from APKBUILDs · 795c3113
      Andy Chu authored and Ariadne Conill's avatar Ariadne Conill committed
      Fix bugs in 2 packages by removing Unicode whitespace.
      
      I found these problems by parsing all APKBUILD scripts with my shell
      (http://www.oilshell.org/).
      
      The problem only occurs if 'make' fails.  Here is an excerpt:
      
      $ od -c unicode-space.sh
      0000000   m   a   k   e       |   | 302 240   r   e   t   u   r   n
      0000020   1  \n
      0000022
      
      \302 \204 is a utf-8 whitespace.  No shells accept this -- it's parsed
      as part of the 'return' word, which makes it an invalid command.
      
      $ busybox ash unicode-space.sh
      make: *** No targets specified and no makefile found.  Stop.
      unicode-space.sh: line 1:  return: not found
      
      $ bash unicode-space.sh
      make: *** No targets specified and no makefile found.  Stop.
      unicode-space.sh: line 1:  return: command not found
      
      $ dash unicode-space.sh
      make: *** No targets specified and no makefile found.  Stop.
      unicode-space.sh: 1: unicode-space.sh:  return: not found
      
      Remove '|| return 1' from lines that contained unicode whitespace.
      
      abuild now runs with 'set -e'.
      795c3113
  32. Sep 13, 2017
  33. Sep 06, 2017
  34. Aug 24, 2017
Loading