| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- update to 0.93
- remove "makedepends" which are already "depends".
|
|
|
|
| |
They are not needed for keeping ABI compat
|
| |
|
|
|
|
| |
fixes #5213
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mariadb does async functions using fibers. for x86 and x86_64 it
has asm implementation, but for other architectures it uses
{make,swap,get}context. musl does not support that, but ships the
ucontext.h which makes mariadb think it exists and the build fails
with:
../mysys/libmysys.a(my_context.c.o): In function `my_context_spawn_internal':
/home/buildozer/aports/main/mariadb/src/mariadb-10.1.12/mysys/my_context.c:63: undefined reference to `setcontext'
../mysys/libmysys.a(my_context.c.o): In function `my_context_continue':
/home/buildozer/aports/main/mariadb/src/mariadb-10.1.12/mysys/my_context.c:77: undefined reference to `swapcontext'
...
For now disable on armhf.
|
|
|
|
|
|
|
| |
This reverts most of commit 2fc663d5. Debian target armv7+ in
their armhf. We target armv6+ which does not support vfpv3.
ref #5211
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
>From the error log, it seems this is a problem due to wiredtiger.
The problem does not occure if using internal engine.
Ensure mongodb is using internal provided wiredtiger engine instead of
system one. An additional patch to avoid strtouq is needed.
|
|
|
|
|
| |
http://search.cpan.org/dist/Couchbase/
Couchbase Client Library
|
|
|
|
|
| |
http://search.cpan.org/dist/Test-Class/
Easily create test classes in an xUnit/JUnit style
|
|
|
|
|
| |
http://search.cpan.org/dist/Log-Fu/
Simplified and developer-friendly screen logging
|
|
|
|
|
| |
http://search.cpan.org/dist/Dir-Self/
a __DIR__ constant for the directory your source file is in
|
|
|
|
|
| |
http://search.cpan.org/dist/Constant-Generate/
Common tasks for symbolic constants
|
| |
|
| |
|
|
|
|
| |
ref #4938
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
CVE-2016-0800 [High severity]
CVE-2016-0705 [Low severity]
CVE-2016-0798 [Low severity]
CVE-2016-0797 [Low severity]
CVE-2016-0799 [Low severity]
CVE-2016-0702 [Low severity]
CVE-2016-0703 [High severity]
CVE-2016-0704 [Moderate severity]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes with nginx 1.9.12 24 Feb 2016
*) Feature: Huffman encoding of response headers in HTTP/2.
Thanks to Vlad Krasnov.
*) Feature: the "worker_cpu_affinity" directive now supports more than
64 CPUs.
*) Bugfix: compatibility with 3rd party C++ modules; the bug had
appeared in 1.9.11.
Thanks to Piotr Sikora.
*) Bugfix: nginx could not be built statically with OpenSSL on Linux;
the bug had appeared in 1.9.11.
*) Bugfix: the "add_header ... always" directive with an empty value did
not delete "Last-Modified" and "ETag" header lines from error
responses.
*) Workaround: "called a function you should not call" and "shutdown
while in init" messages might appear in logs when using OpenSSL
1.0.2f.
*) Bugfix: invalid headers might be logged incorrectly.
*) Bugfix: socket leak when using HTTP/2.
*) Bugfix: in the ngx_http_v2_module.
|
|
|
|
| |
Init script for at-daemon failed to start /usr/sbin/atd until the srcipt has not been renamed because $SVCNAME returns basename of the script. The fact skipped my mind... Please commit this patch to fix the annoying bug.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
https://pecl.php.net/package/couchbase
PHP extension for connecting to a couchbase server.
|
|
|
|
|
| |
http://developer.couchbase.com/community
C client library for Couchbase NoSQL database
|
|
|
|
|
|
|
|
| |
luarocks aborts incomprehensibly if it can't find curl in the PATH when
trying to download anything.
License text is the MIT license text verbatim, and the README documents
"LuaRocks is free software and uses the same license as Lua 5.x."
|
|
|
|
|
|
|
| |
The documentation on licensing in radare2 says there's a lot of GPL
plugins which we are distributing, the rest is LGPL and given the
virulent nature of the GPL they become GPL when it comes to distributing
them. So the safest thing to do is just leaving it as GPLv3.
|
| |
|
| |
|
| |
|