aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/perl-image-exiftool: upgrade to 11.36Sören Tempel2019-04-171-2/+2
|
* community/youtube-dl: upgrade 2019.04.17Sören Tempel2019-04-171-2/+2
|
* community/spim: remove aportSören Tempel2019-04-173-249/+0
| | | | | | | | | | | | | upstream for this particular version of spim is dead. Upstream is now maintaining a software called QtSpim which I am not interested in maintaining. From the spim website: The newest version of Spim is called QtSpim […] QtSpim is the version of Spim that currently being actively maintaned. The other versions are still available, but are no longer maintained or updated.
* testing/systemc: claim maintershipSören Tempel2019-04-171-2/+2
| | | | pkgrel bump to update .PKGINFO.
* main/chrony: add -openrc subpackagetcely2019-04-171-1/+1
|
* main/chrony: step closer to openrc documentationtcely2019-04-172-8/+9
|
* main/chrony: set default PID file pathtcely2019-04-172-7/+7
|
* main/haveged: more samples in check()Henrik Riomar2019-04-172-3/+34
| | | | | | | Decrease the probability of a failing Chi-Square test by doubling the sample size used. While at it add openrc subpkg
* main/unbound: after entropyHenrik Riomar2019-04-172-3/+3
|
* main/haveged: add missing provideHenrik Riomar2019-04-172-2/+3
| | | | haveged provides entropy
* main/wpa_supplicant: fix slow startHenrik Riomar2019-04-172-3/+3
| | | | wpa_supplicant needs entropy
* testing/sylpheed-imap-notify: new aportHenrik Riomar2019-04-171-0/+27
|
* main/libxslt: security fix for CVE-2019-11068Natanael Copa2019-04-172-4/+129
| | | | fixes #10277
* main/libxslt: upgrade to 1.1.33Natanael Copa2019-04-171-2/+2
|
* main/perl-ldap: upgrade to 0.66Francesco Colista2019-04-171-3/+3
|
* testing/go-ipfs: upgrade to 0.4.20, modernizeOleg Titov2019-04-171-20/+17
| | | | | | - Upgrade to 0.4.20 - Modernize - Add cleanup_srcdir() to mitigate new module management system in golang
* testing/py-pefile: upgrade to 2019.4.14Francesco Colista2019-04-161-2/+2
|
* community/lastpass-cli: upgrade to 1.3.3Francesco Colista2019-04-161-2/+2
|
* community/jenkins: upgrade to 2.173Francesco Colista2019-04-161-2/+2
|
* community/gns3-gui: upgrade to 2.1.6Francesco Colista2019-04-161-2/+2
|
* community/gns3-server: upgrade to 2.1.6Francesco Colista2019-04-161-2/+2
|
* community/wine_gecko: modernizeJ0WI2019-04-161-11/+3
|
* testing/rtrlib: new aportChristian Franke2019-04-161-0/+36
|
* community/leveldb: upgrade to 1.21TBK2019-04-162-14/+41
|
* community/leveldb: clarify licenseTBK2019-04-161-1/+1
|
* main/python2: upgrade to 2.7.16Natanael Copa2019-04-162-121/+3
|
* testing/py3-google-auth: new packageKeith Maxwell2019-04-162-0/+268
|
* testing/py3-pytest-localserver: new packageKeith Maxwell2019-04-161-0/+28
| | | | Dependency for checking testing/py3-google-auth
* testing/ufw: upgrade to 0.36TBK2019-04-163-22/+42
| | | | | | - Modernize APKBUILD - Add openrc subpkg - Add bash-completion sugpkg
* testing/ufw: clarify licenseTBK2019-04-161-1/+1
|
* testing/php7-pecl-swoole: upgrade to 4.3.2Andy Postnikov2019-04-162-23/+4
|
* testing/libzim: add cython to makedepends, rebuild packageOleg Titov2019-04-161-3/+12
|
* main/perl-module-build: upgrade to 0.4229Francesco Colista2019-04-161-2/+2
|
* community/py-flake8: fix dependencies and upgradeKeith Maxwell2019-04-161-9/+10
| | | | | | | | | | | | | | - solves https://bugs.alpinelinux.org/issues/10137 - dependencies match upstream [1] - upgrade to 3.7.7 - remove string indexing which is a bashism [2] - pure python package so development files are not required - setuptools is a runtime dependency because scripts in /usr/bin/ use 'from pkg_resources import load_entry_point' [3] [1] https://gitlab.com/pycqa/flake8/blob/master/setup.cfg#L10 [2] https://wiki.ubuntu.com/DashAsBinSh#A.24.7Bfoo:3.5B:1.5D.7D [3] https://www.python.org/dev/peps/pep-0453/#automatic-installation-of-setuptools
* community/py-flake8: move from mainKeith Maxwell2019-04-161-0/+0
|
* community/py-mccabe: move from mainKeith Maxwell2019-04-161-0/+0
| | | | Dependency for py-flake8
* community/py2-functools32: modernise and add checkKeith Maxwell2019-04-161-6/+9
|
* community/py2-functools32: move from testingKeith Maxwell2019-04-161-0/+0
| | | | Dependency for py-flake8
* community/py-pyflakes: upgrade to 2.1.1Keith Maxwell2019-04-161-4/+4
| | | | | | | Also remove two bashisms - string indexing - see links below for a description: https://wiki.ubuntu.com/DashAsBinSh#A.24.7Bfoo:3.5B:1.5D.7D https://github.com/koalaman/shellcheck/wiki/SC2039#var1-substring-expansion
* community/py-pyflakes: move from mainKeith Maxwell2019-04-161-0/+0
| | | | Dependency for py-flake8
* community/py-entrypoints: new aportKeith Maxwell2019-04-161-0/+54
| | | | Dependency for py-flake8
* community/py-pycodestyle: replaces main/py-pep8Keith Maxwell2019-04-162-55/+3
| | | | | For details of the rename see: https://pep8.readthedocs.io/en/release-1.7.x/
* community/py-pycodestyle: enable check and adoptKeith Maxwell2019-04-161-11/+18
| | | | | | | | | | | | - add check() to use test suite - setuptools is a runtime dependency as the files in bin use: `from pkg_resources import load_entry_point` - pure python package so doesn't depend upon -dev header files - avoid string indexing to comply with POSIX - don't use '--quiet' to more closely match draft policy [1] - install scripts with version suffix so they don't clash [1] https://wiki.alpinelinux.org/wiki/Python_package_policies
* community/py-pycodestyle: move from testingKeith Maxwell2019-04-161-0/+0
| | | | Dependency for py-flake8
* community/geth: upgrade 1.8.26André Klitzing2019-04-161-2/+2
|
* community/mkvtoolnix: upgrade to 33.1.0Francesco Colista2019-04-161-2/+2
|
* community/iwd: upgrade to 0.17Milan P. Stanić2019-04-151-6/+4
|
* community/iwd: move from testingMilan P. Stanić2019-04-153-0/+0
|
* main/nano: upgrade to 4.1J0WI2019-04-151-2/+2
|
* main/samba: upgrade secinfoLeonardo Arena2019-04-151-0/+1
|