| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Version 5.12.1 used code that is no longer accepted in GCC 8.3. Upstream
fixed that issue in 5.12.2.
See [this commit][0] for more information.
[0]: https://code.qt.io/cgit/qt/qtscript.git/commit/?id=97ec1d1882a83c23c91f0f7daea48e05858d8c32
|
|
|
|
| |
ppc64le and bump pkgrel to 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream recreted the archive, changing it's hash.
Diff:
```diff
diff -rU0 1135075/scapy/__init__.py scapy-2.4.2/scapy/__init__.py
--- 1135075/scapy/__init__.py 2019-01-10 19:33:08.000000000 +0100
+++ scapy-2.4.2/scapy/__init__.py 2019-01-10 19:33:08.000000000 +0100
@@ -82 +82 @@
- git_archive_id = 'bad14cb1a (HEAD -> master, tag: v2.4.2)'
+ git_archive_id = 'bad14cb1a (tag: v2.4.2)'
```
|
|
|
|
|
|
|
|
| |
The test verified that a http -> http redirect works. The service they
used (goo.gl), started to redirect to https first, so the result is
(http -> https -> http), which the library does not allow.
Skip this test for now.
|
|
|
|
| |
Closes GH-7912
|
|
|
|
|
|
|
|
| |
nbd calls freeaddrinfo on a variable that might not have been
initialized. This causes segfaults for inetd and unix mode. This was
caught by the test suite.
Closes GH-7913
|
| |
|
| |
|
|
|
|
|
|
| |
src/clustering/administration/auth/permissions.cc: In member function 'ql::datum_t auth::permissions_t::to_datum() const':
src/clustering/administration/auth/permissions.cc:155:52: error: no matching function for call to 'ql::datum_t::boolean(boost::logic::tribool)'
read, ql::datum_t::boolean(get_read()));
|
| |
|
| |
|
|
|
|
|
|
| |
cython binary was moved to the py3 subpackage, the py2 subpackage only
provides a cython2 binary. Specify the name of this binary to fix the
build with py2-cython.
|
|
|
|
|
|
| |
Fixes parallel builds.
See: https://github.com/radare/radare2/issues/13765
|
| |
|
| |
|
| |
|
|
|
|
| |
test fail on s390x
|
|
|
|
| |
distro
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following plugins are not being built because the rely on GTK+2.0,
while geany depends on GTK+3.0:
- geanypy
- multiterm
- scope
Disable the subpackages for now.
Closes GH-7883
|
| |
|
| |
|
|
|
|
| |
ruby-enum has been fixed.
|
| |
|
| |
|
|
|
|
|
|
|
| |
libelf has been replaced by elfutils. Update the dependency.
See:
f132727c38 (main/libelf: purge. replaced by elfutils, 2019-05-08)
|
|
|
|
| |
ruby-json is missing as checkdepend, causing the tests to fail.
|
|
|
|
| |
remove fix patches, they are applied upstream
|
| |
|
|
|
|
|
|
|
|
| |
* Bump version to latest and update checksum.
* Updated license to match SPDX standard.
* No other functional changes for now.
|
| |
|
| |
|
|
|
|
| |
Dependency ruby-enum has build issues. Disable it for now, until it's fixed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Various tests are failing:
> rspec ./spec/ruby-enum/enum_spec.rb:23 # Ruby::Enum raises
> UninitializedConstantError on an invalid constant rspec
> ./spec/ruby-enum/enum_spec.rb:122 # Ruby::Enum on duplicate keys raises
> DuplicateKeyError rspec ./spec/ruby-enum/enum_spec.rb:132 # Ruby::Enum on
> duplicate values raises a DuplicateValueError rspec
> ./spec/ruby-enum/enum_spec.rb:145 # Ruby::Enum Given a class that has not
> defined any enums should raise Ruby::En um::Errors::UninitializedConstantError
> rspec ./spec/ruby-enum/enum_spec.rb:167 # Ruby::Enum Subclass behavior parent
> class should not have enums defined in ch ild classes
An [issue][0] has been reported upstream.
[0]: https://github.com/dblock/ruby-enum/issues/21
|
| |
|
| |
|
|
|
|
|
|
|
| |
8e5bd3703b (community/makepasswd: disable, 2019-05-13) disabled this
package because the certificate was invalid, causing the build to fail.
The certificate has been renewed since then, so it can be enabled again.
|
|
|
|
| |
bump pkgrel
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
FFdecsa uses x86-specific flags. We use libdvbcsa for other arches.
See vdr-plugin-dvbapi/INSTALL.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Build fails with:
> Package 'libffi', required by 'virtual:world', not found
> c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory
> #include <ffi.h>
> ^~~~~~~
> compilation terminated.
Add libffi-dev to makedepends to fix this issue.
|
|
|
|
|
|
| |
The (ftp.)defora.org cert has expired, preventing the source to be donwloaded.
Disable the package until that has been fixed.
|
|
|
|
|
|
|
| |
There is no upstream support of dwarfgen on s390x yet.
Explicitly include zlib-dev for build time dependencies.
https://sourceforge.net/p/libdwarf/bugs/7/
|
|
|
|
| |
Root cause is missing luajit support on s390x
|
| |
|