| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
check()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
One test fails:
ok 91 - mp_read_double(mp_encode_float(6.565e6)) check result
ok 92 - mp_read_double(mp_encode_double(-5.555)) check success
ok 93 - mp_read_double(mp_encode_double(-5.555)) check pos advanced
not ok 94 - mp_read_double(mp_encode_double(-5.555)) check result
# Looks like you failed 1 test of 96 run.
# Failed test 'subtests'
# in /home/buildozer/aports/testing/msgpuck/src/msgpuck-2.0/test/test.c at line 85
# Looks like you failed 1 test of 20 run.
ok 95 - mp_read_double(mp_encode_strl(100)) check fail
ok 96 - mp_read_double(mp_encode_strl(100)) check pos unchanged
# *** test_numbers: done ***
not ok 19 - subtests
Reported to upstream: https://github.com/rtsisyk/msgpuck/issues/17
|
| |
|
|
|
|
|
|
| |
Fixes #7538
Modernize APKBUILD, add check() not enabled yet though
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
https://github.com/rtsisyk/msgpuck
A simple and efficient MsgPack binary serialization library
|
|
|
|
| |
I'm quite rushed today. :/
|
| |
|
|
|
|
|
| |
http://www.purposeful.co.uk/software/gopt/
C library for parsing POSIX and GNU style command line arguments
|
|
|
|
|
| |
http://software.schmorp.de/pkg/libcoro.html
Coroutines (cooperative multitasking) in a portable fashion implemented in C
|
| |
|
|
|
|
|
|
|
|
| |
Upstream doesn't seem to do minor releases and instead simply pushes
security and reliability fixes to the git branch associated with the
latest releases. Therefore it might make sense to build evince directly
from the git repository in the future, however, for now it should be
sufficient to include the patches as git-format(1) patches.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Eivind Uggedal is not active for a long time.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some test fails on these arches. IMHO it's some problem with these
builders.
268 successes / 11 failures / 3 errors / 8 pending
Failure -> spec/compat_prosody_spec.lua @ 32
http.compat.prosody module can perform a GET request
spec/compat_prosody_spec.lua:59: Expected objects to be the same.
Passed in:
(number) 0
Expected:
(number) 200
Failure -> spec/compat_prosody_spec.lua @ 66
http.compat.prosody module can perform a POST request
spec/compat_prosody_spec.lua:104: Expected objects to be the same.
Passed in:
(number) 0
Expected:
(number) 201
Failure -> spec/server_spec.lua @ 129
http.server module works with plain http 1.1 using IP
spec/server_spec.lua:86: Address not available
Failure -> spec/server_spec.lua @ 132
http.server module works with https 1.1 using IP
spec/server_spec.lua:86: Address not available
Failure -> spec/server_spec.lua @ 135
http.server module works with plain http 2.0 using IP
spec/server_spec.lua:86: Address not available
Failure -> spec/server_spec.lua @ 138
http.server module works with https 2.0 using IP
spec/server_spec.lua:86: Address not available
Failure -> spec/server_spec.lua @ 156
http.server module pin server version works when set to http 1.0 without TLS
spec/server_spec.lua:86: Address not available
Failure -> spec/server_spec.lua @ 159
http.server module pin server version works when set to http 1.1 without TLS
spec/server_spec.lua:86: Address not available
Failure -> spec/server_spec.lua @ 162
http.server module pin server version works when set to http 1.0 with TLS
spec/server_spec.lua:86: Address not available
Failure -> spec/server_spec.lua @ 165
http.server module pin server version works when set to http 1.1 with TLS
spec/server_spec.lua:86: Address not available
Failure -> spec/server_spec.lua @ 173
http.server module works to set server version when alpn proto is not a normal http one
spec/server_spec.lua:86: Address not available
Error -> spec/compat_socket_spec.lua @ 15
http.compat.socket module works against builtin server with GET request
spec/compat_socket_spec.lua:46: spec/compat_socket_spec.lua:39: ./http/server.lua:186: onstream: spec/compat_socket_spec.lua:26: Expected objects to be the same.
Passed in:
(string) '[0:0:0:0:0:0:0:1]:33215'
Expected:
(string) '[::1]:33215'
stack traceback:
[C]: in function 'error'
./http/server.lua:388: in function <./http/server.lua:383>
./http/server.lua:186: in function <./http/server.lua:182>
stack traceback:
[C]: in function 'error'
spec/helper.lua:9: in function 'assert_loop'
spec/compat_socket_spec.lua:39: in function <spec/compat_socket_spec.lua:38>
Error -> spec/compat_socket_spec.lua @ 49
http.compat.socket module works against builtin server with POST request
spec/compat_socket_spec.lua:82: spec/compat_socket_spec.lua:75: ./http/server.lua:186: onstream: spec/compat_socket_spec.lua:60: Expected objects to be the same.
Passed in:
(string) '[0:0:0:0:0:0:0:1]:37927'
Expected:
(string) '[::1]:37927'
stack traceback:
[C]: in function 'error'
./http/server.lua:388: in function <./http/server.lua:383>
./http/server.lua:186: in function <./http/server.lua:182>
stack traceback:
[C]: in function 'error'
spec/helper.lua:9: in function 'assert_loop'
spec/compat_socket_spec.lua:75: in function <spec/compat_socket_spec.lua:74>
Error -> spec/request_spec.lua @ 757
http.request module :go method can make request via SOCKS proxy
/usr/share/lua/5.1/cqueues/socket.lua:202: socket:listen: Address not available
|
|
|
|
|
| |
https://github.com/daurnimator/lua-http
HTTP Library for Lua that supports HTTP(S) 1.0, 1.1 and 2.0
|
|
|
|
|
| |
https://github.com/keplerproject/lua-compat-5.2
Lua 5.2 bit manipulation library
|
|
|
|
|
| |
https://github.com/daurnimator/lpeg_patterns
A collection of LPEG patterns
|
|
|
|
|
| |
https://github.com/daurnimator/fifo.lua
FIFO library for Lua
|
|
|
|
|
| |
https://github.com/aiq/basexx/
A Lua library for base2, base16, base32, base64, base85 decoding and encoding of data strings
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is to update Hugo to the current version and official repo.
It's also a first pass at adding tests. Alas, the Hugo tests aren't
designed to be run outside of a git repo. Because of this, some of
the tests are removed from the build directory, and the hard coded
version of a failing test is set to the correct one version.
Ideally, the tests should run wihtout being modified. However, this
is adding some testing where none existed, so it should help a bit.
|
|
|
|
| |
https://github.com/jedisct1/libsodium/blob/master/ChangeLog
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Remove merged patch
* Modernize abuild
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
depend on the kernel headers required for this feature
|