| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Closes GH-7896
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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()));
|
|
|
|
|
|
|
|
|
|
| |
In favor of community/cython.
Alternative solution would be removing community/cython instead.
However, community/cython ships a more recent version and more aports
depend on it. Would also have been possible to make cython provide
py-cython, however, since no more packages depend on py-cython this was
not deemed necessary for now.
|
| |
|
| |
|
|
|
|
| |
Dependency clisp is on unmaintained.
|
|
|
|
| |
Also fix license while at it.
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
A client for MinIO usage and administration.
Closes GH-7888
|
|
|
|
|
|
| |
- Has no consumers
- Depends on Qt4
- Has Qt5 equivalent as py3-qt5
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
py-paramiko is required as dependency.
Closes GH-7115
|
| |
|
|
|
|
| |
ruby-enum has been fixed.
|
| |
|
| |
|
|
|
|
|
| |
Built in non-SUID mode where udev rules sets up the correct permissions
for the video group.
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Closes GH-7863
|