aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/sch-cake-hardened: rebuild against kernel 4.9.72-r0Natanael Copa2017-12-271-1/+1
|
* testing/ipt-netflow-hardened: rebuild against kernel 4.9.72-r0Natanael Copa2017-12-271-1/+1
|
* testing/wireguard-vanilla: rebuild against kernel 4.9.72-r0Natanael Copa2017-12-271-2/+2
|
* testing/noice: improve abuildJakub Jirutka2017-12-271-6/+5
|
* testing/nnn: disable on armhfJakub Jirutka2017-12-271-1/+1
| | | | | | | | | | | | | | | | | | | | | 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
* testing/nnn: remove check, `nnn -v` does not work on buildersJakub Jirutka2017-12-271-5/+1
| | | | stdin or stdout is not a tty
* testing/nnn: new aportJakub Jirutka2017-12-271-0/+32
| | | | | https://github.com/jarun/nnn The missing terminal file browser for X
* testing/tiny-ec2-bootstrap: new aportMike Crute2017-12-261-0/+20
|
* testing/copyq: new aportFrancesco Colista2017-12-261-0/+38
|
* testing/ruby-escape_utils: fix tests on Ruby 2.5Jakub Jirutka2017-12-262-2/+31
|
* testing/ruby-ox: add missing dependency on ruby-bigdecimalJakub Jirutka2017-12-261-0/+1
|
* testing/py-tqdm: fix conflicting files, add version suffixJakub Jirutka2017-12-261-2/+11
|
* testing/py-tqdm: disable perf tests on aarch64Jakub Jirutka2017-12-261-0/+10
|
* testing/py-tqdm: fix code-style, pkgdesc etc.Jakub Jirutka2017-12-261-18/+12
|
* testing/[various]: rebuild against ruby 2.5.0Jakub Jirutka2017-12-262-4/+4
|
* testing/micropython: fix build with python3Natanael Copa2017-12-262-1/+53
|
* unmaintained/py3-hypothesis: move from testingJean-Louis Fuchs2017-12-262-35/+0
| | | | They release about twice a week, we can't keep up with this.
* testing/micropython: Update to version 1.9.3Marian Buschsieweke2017-12-263-21/+9
|
* community/ruby-i18n: move from testingJakub Jirutka2017-12-261-39/+0
|
* community/ruby-rake-compiler: move from testingJakub Jirutka2017-12-263-203/+0
|
* community/ruby-timecomp: move from testingJakub Jirutka2017-12-261-39/+0
|
* community/ruby-concurrent-ruby: move from testingJakub Jirutka2017-12-262-87/+0
|
* testing/ruby-i18n: new aportJakub Jirutka2017-12-261-0/+39
| | | | | https://github.com/svenfuchs/i18n New wave Internationalization support for Ruby
* testing/ruby-concurrent-ruby: fix typoJakub Jirutka2017-12-261-1/+1
|
* testing/ruby-concurrent-ruby: new aportJakub Jirutka2017-12-262-0/+87
| | | | | http://www.concurrent-ruby.com Modern concurrency tools for Ruby
* testing/ruby-timecop: new aportJakub Jirutka2017-12-261-0/+39
| | | | | https://github.com/travisjeffery/timecop A gem providing 'time travel' and 'time freezing' capabilities
* community/ruby-rspec*: move from testingJakub Jirutka2017-12-2510-270/+0
|
* community/ruby-diff-lcs: move from testingJakub Jirutka2017-12-252-65/+0
|
* testing/ruby-rake-compiler: run rspec testsJakub Jirutka2017-12-251-2/+7
|
* testing/ruby-rspec: new aportJakub Jirutka2017-12-252-0/+57
| | | | | http://rspec.info/ Behaviour Driven Development for Ruby
* testing/ruby-rspec-mocks: new aportJakub Jirutka2017-12-252-0/+52
| | | | | https://relishapp.com/rspec/rspec-mocks/ RSpec's 'test double' framework, with support for stubbing and mocking
* testing/ruby-rspec-expectations: new aportJakub Jirutka2017-12-252-0/+52
| | | | | https://relishapp.com/rspec/rspec-expectations/ Provides a readable API to express expected outcomes of a code example in RSpec
* testing/ruby-rspec-core: new aportJakub Jirutka2017-12-252-0/+57
| | | | | https://relishapp.com/rspec/rspec-core/ RSpec runner and formatters
* testing/ruby-rspec-support: new aportJakub Jirutka2017-12-252-0/+52
| | | | | https://relishapp.com/rspec/rspec-support/ Support utilities for RSpec gems
* testing/ruby-diff-lcs: new aportJakub Jirutka2017-12-252-0/+65
| | | | | http://halostatue.github.io/diff-lcs/ Generate difference sets between Ruby sequences
* testing/lshell: modernize APKBUILDRoberto Oliveira2017-12-251-18/+6
|
* testing/libbson: upgrade to 1.9.0Roberto Oliveira2017-12-251-2/+2
|
* testing/lemonbar: upgrade to 1.3Roberto Oliveira2017-12-251-2/+2
|
* testing/lbzip2: add checkRoberto Oliveira2017-12-251-1/+6
|
* testing/jabber-roster: modernize APKBUILDRoberto Oliveira2017-12-251-20/+6
|
* testing/irclog2html: upgrade to 2.16.0Roberto Oliveira2017-12-251-8/+6
|
* testing/consul: upgrade to 1.0.2Francesco Colista2017-12-251-2/+2
|
* testing/icmake: upgrade to 9.02.03Roberto Oliveira2017-12-251-2/+2
|
* testing/gst-rtsp-server: upgrade to 1.12.4Roberto Oliveira2017-12-251-2/+2
|
* testing/grilo: upgrade to 0.3.4Roberto Oliveira2017-12-251-2/+2
|
* testing/vdr: revise plugin versions.Taner Tas2017-12-252-55/+7
|
* testing/py-tqdm: new aportDrew DeVault2017-12-253-0/+126
| | | | | https://pypi.python.org/pypi/tqdm Fast, Extensible Progress Meter
* testing/esptool: Update v2.1 --> v2.2Marian Buschsieweke2017-12-251-3/+3
| | | | Updated description to match current upstream description.
* testing/alsa-plugins: Separate a52 plugin, add jack plugin.Taner Tas2017-12-251-5/+15
|
* testing/wireguard-hardened: rebuild against kernel 4.9.71-r0Natanael Copa2017-12-251-2/+2
|