17337 Commits

Author SHA1 Message Date
Natanael Copa
5fab839db4 testing/wireguard-hardened: rebuild against kernel 4.9.72-r0 2017-12-27 11:33:50 +00:00
Natanael Copa
2ca29abb06 testing/virtualbox-additions-hardened: rebuild against kernel 4.9.72-r0 2017-12-27 11:33:07 +00:00
Natanael Copa
bc9451632b testing/sch-cake-hardened: rebuild against kernel 4.9.72-r0 2017-12-27 11:32:11 +00:00
Natanael Copa
c14f2cde11 testing/ipt-netflow-hardened: rebuild against kernel 4.9.72-r0 2017-12-27 11:31:29 +00:00
Natanael Copa
40e3cc15ec testing/wireguard-vanilla: rebuild against kernel 4.9.72-r0 2017-12-27 10:33:16 +00:00
Jakub Jirutka
6876ddb980 testing/noice: improve abuild 2017-12-27 02:15:10 +01:00
Jakub Jirutka
95e0bf6772 testing/nnn: disable on armhf
gcc -O2 -Os -fomit-frame-pointer -pipe -Wall -Wextra -Wno-unused-parameter  -o nnn nnn.c -Wl,--as-needed -lreadline -lncursesw
    nnn.c: In function 'show_stats':
    nnn.c:1557:20: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb->st_dev, sb->st_dev);
                        ^
    nnn.c:1557:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb->st_dev, sb->st_dev);
                             ^
    gcc -O2 -Os -fomit-frame-pointer -pipe -Wall -Wextra -Wno-unused-parameter  -o nnn nnn.c -Wl,--as-needed -lreadline -lncursesw
    nnn.c: In function 'show_stats':
    nnn.c:1557:20: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb->st_dev, sb->st_dev);
                        ^
    nnn.c:1557:25: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'dev_t {aka long long unsigned int}' [-Wformat=]
      sprintf(g_buf, "%lxh/%lud", sb->st_dev, sb->st_dev);
                             ^
    /usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../../armv6-alpine-linux-musleabihf/bin/ld: cannot open output file nnn: No such file or directory
    collect2: error: ld returned 1 exit status
2017-12-27 01:15:40 +01:00
Jakub Jirutka
9bdc86efaf testing/nnn: remove check, nnn -v does not work on builders
stdin or stdout is not a tty
2017-12-27 01:13:07 +01:00
Jakub Jirutka
76eefc1ddc testing/nnn: new aport
https://github.com/jarun/nnn
The missing terminal file browser for X
2017-12-27 01:11:30 +01:00
Mike Crute
f71e40bae9 testing/tiny-ec2-bootstrap: new aport 2017-12-26 21:39:46 +01:00
Francesco Colista
01e086ca12 testing/copyq: new aport 2017-12-26 19:40:30 +00:00
Jakub Jirutka
60aa3d265e testing/ruby-escape_utils: fix tests on Ruby 2.5 2017-12-26 20:15:00 +01:00
Jakub Jirutka
6eb2f4b72e testing/ruby-ox: add missing dependency on ruby-bigdecimal 2017-12-26 19:32:19 +01:00
Jakub Jirutka
e309e699fd testing/py-tqdm: fix conflicting files, add version suffix 2017-12-26 19:15:56 +01:00
Jakub Jirutka
37f3ac9ad4 testing/py-tqdm: disable perf tests on aarch64 2017-12-26 19:15:56 +01:00
Jakub Jirutka
d402cf57dc testing/py-tqdm: fix code-style, pkgdesc etc. 2017-12-26 19:15:56 +01:00
Jakub Jirutka
5489caece4 testing/[various]: rebuild against ruby 2.5.0 2017-12-26 18:41:52 +01:00
Natanael Copa
c460687f37 testing/micropython: fix build with python3 2017-12-26 14:48:43 +00:00
Jean-Louis Fuchs
dac2153555 unmaintained/py3-hypothesis: move from testing
They release about twice a week, we can't keep up with this.
2017-12-26 11:45:53 +00:00
Marian Buschsieweke
9ad60c6dba testing/micropython: Update to version 1.9.3 2017-12-26 11:40:44 +00:00
Jakub Jirutka
f1d10c796c community/ruby-i18n: move from testing 2017-12-26 01:49:18 +01:00
Jakub Jirutka
cb6b327147 community/ruby-rake-compiler: move from testing 2017-12-26 01:30:05 +01:00
Jakub Jirutka
f45c2cffc7 community/ruby-timecomp: move from testing 2017-12-26 01:28:42 +01:00
Jakub Jirutka
06cd4887b4 community/ruby-concurrent-ruby: move from testing 2017-12-26 01:27:32 +01:00
Jakub Jirutka
e92798a679 testing/ruby-i18n: new aport
https://github.com/svenfuchs/i18n
New wave Internationalization support for Ruby
2017-12-26 01:23:56 +01:00
Jakub Jirutka
59878ff9d8 testing/ruby-concurrent-ruby: fix typo 2017-12-26 01:15:59 +01:00
Jakub Jirutka
c2ca91c853 testing/ruby-concurrent-ruby: new aport
http://www.concurrent-ruby.com
Modern concurrency tools for Ruby
2017-12-26 01:15:02 +01:00
Jakub Jirutka
e4590163a4 testing/ruby-timecop: new aport
https://github.com/travisjeffery/timecop
A gem providing 'time travel' and 'time freezing' capabilities
2017-12-26 01:15:02 +01:00
Jakub Jirutka
3297d634f4 community/ruby-rspec*: move from testing 2017-12-25 23:50:25 +01:00
Jakub Jirutka
94f91d2590 community/ruby-diff-lcs: move from testing 2017-12-25 23:50:05 +01:00
Jakub Jirutka
142f971e4c testing/ruby-rake-compiler: run rspec tests 2017-12-25 23:43:51 +01:00
Jakub Jirutka
1276c7d06b testing/ruby-rspec: new aport
http://rspec.info/
Behaviour Driven Development for Ruby
2017-12-25 23:35:41 +01:00
Jakub Jirutka
70a011c406 testing/ruby-rspec-mocks: new aport
https://relishapp.com/rspec/rspec-mocks/
RSpec's 'test double' framework, with support for stubbing and mocking
2017-12-25 23:35:41 +01:00
Jakub Jirutka
ebc86245d1 testing/ruby-rspec-expectations: new aport
https://relishapp.com/rspec/rspec-expectations/
Provides a readable API to express expected outcomes of a code example in RSpec
2017-12-25 23:35:41 +01:00
Jakub Jirutka
979d7b4575 testing/ruby-rspec-core: new aport
https://relishapp.com/rspec/rspec-core/
RSpec runner and formatters
2017-12-25 23:35:41 +01:00
Jakub Jirutka
c4252932a4 testing/ruby-rspec-support: new aport
https://relishapp.com/rspec/rspec-support/
Support utilities for RSpec gems
2017-12-25 23:35:41 +01:00
Jakub Jirutka
f77ed856b9 testing/ruby-diff-lcs: new aport
http://halostatue.github.io/diff-lcs/
Generate difference sets between Ruby sequences
2017-12-25 23:35:41 +01:00
Roberto Oliveira
b056f6923f testing/lshell: modernize APKBUILD 2017-12-25 19:50:53 +00:00
Roberto Oliveira
e239bd4b57 testing/libbson: upgrade to 1.9.0 2017-12-25 19:36:30 +00:00
Roberto Oliveira
6e7741bfb2 testing/lemonbar: upgrade to 1.3 2017-12-25 19:29:45 +00:00
Roberto Oliveira
8bbc3d55b4 testing/lbzip2: add check 2017-12-25 19:15:51 +00:00
Roberto Oliveira
93f3b5dfe2 testing/jabber-roster: modernize APKBUILD 2017-12-25 19:05:19 +00:00
Roberto Oliveira
96c37bb8f6 testing/irclog2html: upgrade to 2.16.0 2017-12-25 18:56:05 +00:00
Francesco Colista
e73d2d811d testing/consul: upgrade to 1.0.2 2017-12-25 18:55:23 +00:00
Roberto Oliveira
cf9140a5fc testing/icmake: upgrade to 9.02.03 2017-12-25 18:44:09 +00:00
Roberto Oliveira
3b54271228 testing/gst-rtsp-server: upgrade to 1.12.4 2017-12-25 18:26:32 +00:00
Roberto Oliveira
4cb5eb1117 testing/grilo: upgrade to 0.3.4 2017-12-25 18:20:06 +00:00
Taner Tas
88341e2492 testing/vdr: revise plugin versions. 2017-12-25 13:44:32 +00:00
Drew DeVault
1e6472edd1 testing/py-tqdm: new aport
https://pypi.python.org/pypi/tqdm
Fast, Extensible Progress Meter
2017-12-25 13:16:47 +00:00
Marian Buschsieweke
7da7732eaf testing/esptool: Update v2.1 --> v2.2
Updated description to match current upstream description.
2017-12-25 12:22:23 +00:00