21023 Commits

Author SHA1 Message Date
Carlo Landmeter
f511a309aa testing/stress-ng: upgrade to 0.09.57
- I think it would be nice if we keep using similar function format
  (curly brackets)
- Don't use curly brackets in variables if not needed
- Don't overuse variables. If the value doesn't change just use the
  value.
- Proper use of $pkgver in url. (not nitpicking but an actual bug)
- break after 80 chars.
- don't uses extra line breaks in shell lists when not needed.
- Don't cleanup directories which are already in the base system
- Test are disabled due to qemu, but we are not running qemu in our
  environment. tests are not portable so disable them.
- examples are already inside the doc path, so i guess we can just ship
  them with doc subpackage
- doc subpkg function doesn't need to be overridden.
- libc6-compat should almost be never used in apkbuild. it probable means
  something is broken or incorrect
2019-04-17 10:51:18 +00:00
Francesco Colista
0201209c32 testing/vdr: upgrade to 2.4.0. Removed softhddevice plugin since does not build against ffmpeg4 2019-04-17 10:15:30 +00:00
Francesco Colista
36ef565fa9 testing/vcdimager: upgrade to 2.0.1 2019-04-17 10:15:30 +00:00
Sören Tempel
72d3d9f7ce testing/systemc: claim maintership
pkgrel bump to update .PKGINFO.
2019-04-17 11:01:06 +02:00
Henrik Riomar
afa4f82307 testing/sylpheed-imap-notify: new aport 2019-04-17 09:31:58 +02:00
Oleg Titov
70388465c6 testing/go-ipfs: upgrade to 0.4.20, modernize
- Upgrade to 0.4.20
- Modernize
- Add cleanup_srcdir() to mitigate new module management system in golang
2019-04-17 04:52:47 +00:00
Francesco Colista
42a27a6b59 testing/py-pefile: upgrade to 2019.4.14 2019-04-16 20:42:27 +00:00
Christian Franke
1db72d3cef testing/rtrlib: new aport 2019-04-16 19:38:33 +00:00
Keith Maxwell
76a268339a testing/py3-google-auth: new package 2019-04-16 18:37:49 +00:00
Keith Maxwell
1b61bb81e9 testing/py3-pytest-localserver: new package
Dependency for checking testing/py3-google-auth
2019-04-16 18:37:49 +00:00
TBK
58fd03f656 testing/ufw: upgrade to 0.36
- Modernize APKBUILD
- Add openrc subpkg
- Add bash-completion sugpkg
2019-04-16 17:31:11 +00:00
TBK
b56db2c574 testing/ufw: clarify license 2019-04-16 17:31:11 +00:00
Andy Postnikov
9d4584665b testing/php7-pecl-swoole: upgrade to 4.3.2 2019-04-16 20:00:22 +03:00
Oleg Titov
321469f5b8 testing/libzim: add cython to makedepends, rebuild package 2019-04-16 19:58:37 +03:00
Keith Maxwell
f0da75ed19 community/py2-functools32: move from testing
Dependency for py-flake8
2019-04-16 09:58:31 +00:00
Keith Maxwell
c070dfed02 community/py-pycodestyle: move from testing
Dependency for py-flake8
2019-04-16 09:58:30 +00:00
Milan P. Stanić
6c85b846a9 community/iwd: move from testing 2019-04-15 20:39:02 +00:00
iggy
3e96f1d31a community/ceph: move from testing
Add radosgw subpackage back again.
2019-04-15 10:55:28 +00:00
iggy
4c5ee31595 community/leveldb: move from testing
Required as a dependency of ceph.
2019-04-15 10:52:13 +00:00
iggy
fb7dac9ae8 community/oath-toolkit: move from testing
It's required as a dependency for ceph. It requires a patch to compile
with gcc 7.
2019-04-15 10:52:13 +00:00
Stuart Cardall
b5913b10cf testing/hiawatha: add letsencrypt subpkg / helper
* moves the letsencrypt php scripts to a subpkg for running outside
  containers

* adds a wrapper script to detect a php interpreter
2019-04-14 22:37:35 +00:00
Ricardo F
3fd511e1d0 testing/tuptime: create user before main package installation 2019-04-14 22:07:19 +00:00
tcely
36bdd3496a testing/log4cplus: disable armhf and armv7 2019-04-14 21:49:56 +00:00
tcely
c0402d3170 testing/log4cplus: cat testsuite.log 2019-04-14 21:49:56 +00:00
tcely
8cac6ceaf0 testing/log4cplus: upgrade to 2.0.4 2019-04-14 21:49:56 +00:00
Simon Frankenberger
37447de8c4 testing/postfwd: Upgrade to 2.01 2019-04-14 21:31:46 +00:00
Simon Frankenberger
0383b528c3 testing/postfwd2: Rename to postfwd 2019-04-14 21:31:23 +00:00
TBK
9fe3d51ca4 testing/rpm2cpio: new aport 2019-04-14 21:13:47 +00:00
Keith Maxwell
2a6d0b1775 community/keychain: move from testing
Moved after upgrade as keychain has been in testing for two years and
meets the criteria on the wiki:
https://wiki.alpinelinux.org/wiki/Aports_what_is_edge#How_packages_move_in_edge_.28The_Juggler.29
2019-04-14 21:07:24 +00:00
Keith Maxwell
893bccadb7 testing/keychain: upgrade to 2.8.5 2019-04-14 21:07:20 +00:00
Daiki Maekawa
589eaea924 create community/py-frozendict 2019-04-14 20:08:55 +00:00
Laurent Arnoud
8d20bb2034 testing/git-crypt: new aport
https://github.com/AGWA/git-crypt
Transparent file encryption in git
2019-04-14 18:52:26 +00:00
TBK
bed76860d2 testing/debconf: new aport 2019-04-14 18:42:55 +00:00
Luca Weiss
6352879220 testing/weston: upgrade to 6.0.0 2019-04-14 17:30:21 +00:00
Kevin Daudt
9efbadc125 testing/redo: fix test relying on tty
One test fails on the builders because it relies on a tty being present.
Upstream has fixed this test to not rely on a tty anymore, but this has
not been released yet.

Apply the commit from upstream as a patch until a new version has been
released.

The previous patch to fix it does not work, so remove it.
2019-04-14 17:05:05 +00:00
Sergey Safarov
1bbe8536b7 testing/perl-crypt-openssl-aes: new aport 2019-04-14 16:25:26 +00:00
Luca Weiss
c1dd33e51c testing/lightdm: add liblightdm-qt5 support 2019-04-13 20:12:13 +00:00
Tuan Hoang
3267ee639c testing/libyang: fix byte order on s390x
Copy upstream commits
2019-04-12 22:03:04 +03:00
Timothy Legge
edc5b3f3c1 testing/perl-time-parsedate replaces main/perl-time-modules 2019-04-12 10:50:35 +00:00
Timothy Legge
09ed8b2acd testing/perl-db_file-lock: new aport
Includes patch to fix Bug #98224 for DB_File-Lock: Test fails with perl 5.21.x: Can't use 'defined(%hash)'
2019-04-12 10:47:59 +00:00
Steffen Nurpmeso
05dbf091b5 testing/st-xrdb: drop maintainership 2019-04-12 10:23:24 +00:00
Steffen Nurpmeso
3423cdf0ed testing/nawk: drop maintership 2019-04-12 10:23:09 +00:00
Steffen Nurpmeso
34d01b9347 testing/enscript: drop maintership 2019-04-12 10:22:53 +00:00
Steffen Nurpmeso
cc5bcb7ca3 testing/bmake: drop maintership 2019-04-12 10:22:34 +00:00
Keith Maxwell
1185ad7b8a community/ansible-lint: move from testing 2019-04-12 10:01:03 +00:00
Keith Maxwell
d19073b835 testing/ansible-lint: bump to 4.1.0
- 4.1 was the first release to have a dependency upon ruamel.yaml
- List all dependencies explicitly to match setup.cfg [1]
- Stop using a parameter expansion that is not in POSIX: ${:0:1}
- Switch to running the full test suite
- setuptools is a runtime dependency because /usr/bin/ansible-lint
  uses 'from pkg_resources import load_entry_point'

[1]: https://github.com/ansible/ansible-lint/blob/v4.1.0/setup.cfg#L82
2019-04-12 10:01:03 +00:00
Keith Maxwell
b4382e8a2f testing/py3-ruamel.yaml: upgrade to 0.15.91
- Switch to auto generated BitBucket source archive as the author
  doesn't want to include the test suite in release artifacts [1]
- Run test suite in check() with 6 of c. 350 disabled because they are
  run in a temporary folder and fail without the package installed
- Allow abuild to autodetect python3
- Python 3 only package so doesn't provide or replace Python 2 packages

[1] https://bitbucket.org/ruamel/yaml/issues/17/test-roundtrippy-absent-from-release#comment-24925407
2019-04-12 10:01:03 +00:00
Keith Maxwell
95ef6e3c0d testing/py3-ruamel.std.pathlib: new package 2019-04-12 10:01:03 +00:00
TBK
086eeb80a7 testing/spice-html5: fix url 2019-04-12 08:15:38 +00:00
TBK
4159e747c0 testing/spice-html5: clarify license 2019-04-12 08:15:38 +00:00