- 30 Dec, 2017 3 commits
-
-
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/
-
Jakub Jirutka authored
It doesn't look like it has been ever licensed under GPL... http://hcpnet.free.fr/milter-greylist/#license
-
Jakub Jirutka authored
PostgreSQL is OSI-approved license: * https://opensource.org/licenses/PostgreSQL * https://spdx.org/licenses/PostgreSQL.html
-
- 29 Dec, 2017 9 commits
-
-
Leonardo Arena authored
-
Natanael Copa authored
-
Natanael Copa authored
-
Roberto Oliveira authored
-
Francesco Colista authored
-
Francesco Colista authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Leonardo Arena authored
Fixes #8297
-
- 28 Dec, 2017 12 commits
-
-
Francesco Colista authored
-
Francesco Colista authored
- subpackage bareos-bat has been removed, according with the README.md: "BAT has been removed. Please use bareos-webui instead."
-
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Leonardo Arena authored
Fixes #8326
-
Jakub Jirutka authored
-
Leonardo Arena authored
-
Leonardo Arena authored
CVE-2017-17784, CVE-2017-17785, CVE-2017-17786, CVE-2017-17787, CVE-2017-17789 Fixes #8350 CVE-2017-17788 applies only to >= v2.9.6
-
-
- 27 Dec, 2017 16 commits
-
-
Francesco Colista authored
-
-
-
-
PHP lacks some functionality when zlib extension is built as dynamic. See: https://bugs.alpinelinux.org/issues/8299
-
-
Jakub Jirutka authored
`setup.py test` downloads some Python modules needed for running tests. They now fail even on the previous version, so it's probably caused by some change in one of the module downloaded on-demand. It must be fixed to not download some arbitrary modules, so the build is reproducible. pyopencl.compyte.ndarray.test_gpu_ndarray (unittest.loader.ModuleImportFailure) ... ERROR pyopencl.compyte.ndarray.test_gpu_elemwise (unittest.loader.ModuleImportFailure) ... ERROR ====================================================================== ERROR: pyopencl.compyte.ndarray.test_gpu_ndarray (unittest.loader.ModuleImportFailure) ---------------------------------------------------------------------- ImportError: Failed to import test module: pyopencl.compyte.ndarray.test_gpu_ndarray Traceback (most recent call last): File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests module = self._get_module_from_name(name) File "/usr/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name __import__(name) File "/home/buildozer/aports/community/py-opencl/src/pyopencl-2017.2.2/pyopencl/compyte/ndarray/test_gpu_ndarray.py", line 7, in <module> import pygpu_ndarray as gpu_ndarray ImportError: No module named pygpu_ndarray ====================================================================== ERROR: pyopencl.compyte.ndarray.test_gpu_elemwise (unittest.loader.ModuleImportFailure) ---------------------------------------------------------------------- ImportError: Failed to import test module: pyopencl.compyte.ndarray.test_gpu_elemwise Traceback (most recent call last): File "/usr/lib/python2.7/unittest/loader.py", line 254, in _find_tests module = self._get_module_from_name(name) File "/usr/lib/python2.7/unittest/loader.py", line 232, in _get_module_from_name __import__(name) File "/home/buildozer/aports/community/py-opencl/src/pyopencl-2017.2.2/pyopencl/compyte/ndarray/test_gpu_elemwise.py", line 4, in <module> import theano ImportError: No module named theano ---------------------------------------------------------------------- Ran 2 tests in 0.000s
-
-
-
-
-
Sören Tempel authored
-
Sören Tempel authored
Fixes #8346
-
Sören Tempel authored
-
Natanael Copa authored
-
Leonardo Arena authored
-