Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/tor: upgrade to 0.3.0.10 | Christine Dodrill | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | testing/micropython: Added subpackage micropython-cross | Marian Buschsieweke | 2017-08-03 | 1 | -2/+9 |
| | | | | | | micropython-cross provides mpy-cross, which allows compiling python code to micropython bytecode. This is particularly useful to unburden MCUs from the task to compile python scripts. | ||||
* | testing/libbytesize: upgrade to 0.11 | André Klitzing | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | main/libtasn1: fix CVE-2017-10790. Fixes #7601 | Francesco Colista | 2017-08-03 | 2 | -6/+63 |
| | |||||
* | testing/micropython: disable on some archs | Natanael Copa | 2017-08-03 | 1 | -6/+8 |
| | | | | | | | | | ../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not implemented for this platform #error mp_raw_code_save_file not implemented for this platform ^~~~~ use only python3 | ||||
* | community/lua-hiredis | Nathan Angelacos | 2017-08-03 | 4 | -37/+31 |
| | | | | | | APKBUILD: hiredis.so now loads correctly 0003-: spell compatibility correctly 0004-: add backward compatibility define for luaL_checkint for Lua 5.3+ | ||||
* | community/perl-mojolicious: upgrade to 7.39 | Francesco Colista | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | main/oniguruma: upgrade to 6.5.0 | Francesco Colista | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | community/perl-email-mime-contenttype: upgrade to 1.021 | Francesco Colista | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | main/mkinitfs: fix crc32 module deps for ext4 | Natanael Copa | 2017-08-03 | 2 | -2/+37 |
| | | | | ref #7611 | ||||
* | testing/micropython: skip ffi_callback test and cleanup | Natanael Copa | 2017-08-03 | 3 | -18/+26 |
| | | | | | the ffi_callback will not work under PaX kernel since it tries to allocate memory which is both executable and writeable. | ||||
* | new aport: testing/micropython | Marian Buschsieweke | 2017-08-03 | 2 | -0/+66 |
| | | | | | A lean and efficient Python implementation for MCUs and constrained systems http://www.micropython.org/ | ||||
* | testing/py-scipy: fixed regexp to avoid wrong py dependency. Fixes #7615 | Francesco Colista | 2017-08-03 | 1 | -3/+3 |
| | |||||
* | Revert "main/git: upgrade to 2.13.4" | Sören Tempel | 2017-08-03 | 1 | -3/+3 |
| | | | | | | | | Doesn't seem to build aarch64. http://build.alpinelinux.org/buildlogs/build-edge-aarch64/main/git/git-2.13.4-r0.log This reverts commit 16dce8501bd79d9ea7b9f70576052b925b1e3ec2. | ||||
* | testing/windowmaker: upgrade to 0.95.8 | Emily Ingalls | 2017-08-03 | 1 | -4/+2 |
| | |||||
* | testing/aws-cli: upgrade to 1.11.121 | Valery Kartel | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | testing/py-colorama: upgrade to 0.3.9 | Valery Kartel | 2017-08-03 | 1 | -6/+4 |
| | | | | | -- fix url | ||||
* | main/py-dateutil: upgrade to 2.6.1 | Valery Kartel | 2017-08-03 | 1 | -5/+3 |
| | |||||
* | testing/py-botocore: upgrade to 1.5.84 | Valery Kartel | 2017-08-03 | 1 | -3/+3 |
| | | | | | -- fix url | ||||
* | testing/py-jmespath: upgrade to 0.9.3 | Valery Kartel | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | main/libpng: upgrade to 1.6.31 | Sören Tempel | 2017-08-03 | 1 | -4/+4 |
| | |||||
* | main/git: upgrade to 2.13.4 | Sören Tempel | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | main/btrfs-progs: upgrade to 4.12 | Sören Tempel | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | main/btrfs-progs: modernize APKBUILD | Sören Tempel | 2017-08-03 | 1 | -8/+6 |
| | |||||
* | main/busybox: Fixed segfault in microcom | Marian Buschsieweke | 2017-08-03 | 2 | -1/+34 |
| | | | | | | | | microcom does not check if required parameter "TTY" is present. Thus, bb_basename() is called with a NULL pointer, if microcom is started without any parameter. This in turn calls strlen() on this NULL pointer, resulting in a segfault. The supplied patch adds a check for the missing TTY parameter and prints usage when it is missing. | ||||
* | main/mdocml: use MANPATH_DEFAULT | Daniel Sabogal | 2017-08-03 | 2 | -60/+3 |
| | | | | | | | MANPATH_DEFAULT is recommended for operating system defaults. man.conf is recommended for machine-specific defaults. See http://mdocml.bsd.lv/NEWS | ||||
* | main/mdocml: upgrade to 1.14.2 | Daniel Sabogal | 2017-08-03 | 3 | -27/+49 |
| | | | | | Include upstream patch that fixes an out-of-bounds read. This can be triggered with mount(8) from util-linux. | ||||
* | main/mdocml: modernize abuild and explicitly set UTF8_LOCALE | Daniel Sabogal | 2017-08-03 | 1 | -12/+20 |
| | | | | | The configure script depends on the locale(1) utility to select a UTF-8 encoding to test. This utility is not available. | ||||
* | main/py-requests: upgrade to 2.18.3 | Fabian Affolter | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | community/py3-aiohttp: upgrade to 2.2.4 | Francesco Colista | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | community/certbot: upgrade to 0.17.0 | Francesco Colista | 2017-08-03 | 1 | -3/+3 |
| | |||||
* | community/perl-config-autoconf: upgrade to 0.315 | Francesco Colista | 2017-08-03 | 1 | -2/+2 |
| | |||||
* | testing/cloudi: enable with patch fix | Michael Truog | 2017-08-02 | 2 | -5/+7 |
| | | | | Disable the cloudi_service_quorum test due to failures on alpine build servers related to a random number rounding problem. | ||||
* | main/nmap: disable check() | Leonardo Arena | 2017-08-02 | 1 | -2/+2 |
| | | | | | | | | | | Only on armhf and aarch64 FAIL ./addrset - was expected to fail, but didn't. FAIL ./addrset , was expected to fail, but didn't. FAIL ./addrset 1:2:3:4:5:6:7:8:9 was expected to fail, but didn't. FAIL ./addrset 11::22::33 was expected to fail, but didn't. FAIL ./addrset FFFFF::FFFFF was expected to fail, but didn't. | ||||
* | main/nmap: upgrade to 7.60 | Leonardo Arena | 2017-08-02 | 1 | -13/+22 |
| | | | | Modernize APKBUILD, add check() | ||||
* | testing/home-assistant: move to unmaintained | Carlo Landmeter | 2017-08-02 | 6 | -0/+0 |
| | | | | | depends on specific version of python modules which is impossible to maintain | ||||
* | testing/cloudi: disable for now | Carlo Landmeter | 2017-08-02 | 1 | -1/+1 |
| | | | | fails to build and is really slow on test suite. | ||||
* | community/perl-term-progressbar: upgrade to 2.21 | Francesco Colista | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | main/py-libvirt: upgrade to 3.6.0 | Francesco Colista | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | main/libvirt: upgrade to 3.6.0 | Francesco Colista | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | community/perl-mojolicious: upgrade to 7.38 | Francesco Colista | 2017-08-02 | 1 | -2/+2 |
| | |||||
* | testing/py-pefile: rebuild against python 3.6 | Carlo Landmeter | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | testing/py-queuelib: rebuild against python 3.6 | Carlo Landmeter | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | testing/py-pyzor: rebuild against python 3.6 | Carlo Landmeter | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | testing/binwalk: rebuild against python 3.6 | Carlo Landmeter | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | testing/home-assistant: rebuild against python 3.6 | Carlo Landmeter | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | testing/py-augeas: rebuild against python 3.6 | Carlo Landmeter | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | testing/py-cssselect: rebuild against python 3.6 | Carlo Landmeter | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | testing/py3-ticket-auth: rebuild against python 3.6 | Carlo Landmeter | 2017-08-02 | 1 | -1/+1 |
| | |||||
* | testing/py-flake8-builtins: rebuild against python 3.6 | Carlo Landmeter | 2017-08-02 | 1 | -1/+1 |
| |