| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
It fails on ppc64le and I have no clue why...
|
|
|
|
| |
The patch is from https://github.com/bats-core/bats-core
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
https://www.imagemagick.org/script/index.php:
> It is distributed under the Apache 2.0 license.
The LICENSE file contains a preface, but that just explains the
following text of Apache-2.0 license in simple terms.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
| |
It doesn't look like it has been ever licensed under GPL...
http://hcpnet.free.fr/milter-greylist/#license
|
|
|
|
|
|
|
| |
PostgreSQL is OSI-approved license:
* https://opensource.org/licenses/PostgreSQL
* https://spdx.org/licenses/PostgreSQL.html
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #8297
|
| |
|
|
|
|
|
| |
- subpackage bareos-bat has been removed, according with the README.md:
"BAT has been removed. Please use bareos-webui instead."
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #8326
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
PHP lacks some functionality when zlib extension is built as dynamic.
See: https://bugs.alpinelinux.org/issues/8299
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`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
|
| |
|