Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/dahdi-linux-vanilla: rebuild against kernel 4.14.65-r0 | Natanael Copa | 2018-08-20 | 1 | -1/+1 |
| | |||||
* | main/linux-vanilla: upgrade to 4.14.65 | Natanael Copa | 2018-08-20 | 1 | -2/+2 |
| | |||||
* | main/binutils: upgrade to 2.31.1 | Natanael Copa | 2018-08-20 | 3 | -196/+3 |
| | |||||
* | main/apache2: security upgrade to 2.4.34 | Andy Postnikov | 2018-08-17 | 2 | -23/+27 |
| | |||||
* | main/coreutils: add secfixes comment | Natanael Copa | 2018-08-17 | 1 | -0/+4 |
| | |||||
* | main/apk-tools: don't update index on delete | Natanael Copa | 2018-08-17 | 2 | -3/+78 |
| | | | | backport from upstream | ||||
* | main/sqlite: split out -static | Natanael Copa | 2018-08-17 | 1 | -1/+7 |
| | |||||
* | main/sqlite: build static libs | Julien Reichardt | 2018-08-17 | 1 | -2/+2 |
| | |||||
* | main/qemu: rebuild against libnfs.so.12 | Natanael Copa | 2018-08-16 | 1 | -1/+1 |
| | |||||
* | main/libnfs: upgrade to 3.0.0, clarify license | prspkt | 2018-08-16 | 2 | -5/+17 |
| | | | | | The fix-includes.patch explicitly includes <sys/time.h> in order to resolve incomplete type {a,c,m}time definitions. | ||||
* | main/py-eyed3: claim maintainership, move to community | prspkt | 2018-08-16 | 2 | -51/+0 |
| | |||||
* | main/nodejs: security upgrade to 8.11.4 | Tim Brust | 2018-08-16 | 1 | -3/+5 |
| | |||||
* | community/perl-text-template: move from main | Roberto Oliveira | 2018-08-16 | 1 | -34/+0 |
| | | | | It is required only by rt4 package and it is part of community. | ||||
* | community/perl-regexp-common-net-cidr: move from main | Roberto Oliveira | 2018-08-16 | 1 | -34/+0 |
| | | | | It is required only by rt4 package and it is part of community. | ||||
* | main/perl-regexp-common: upgrade to 2017060201 and modernize | Roberto Oliveira | 2018-08-16 | 1 | -14/+16 |
| | |||||
* | main/perl-test-leaktrace: upgrade to 0.16 | Roberto Oliveira | 2018-08-16 | 2 | -19/+4 |
| | |||||
* | main/python2: add secfixes comment | Natanael Copa | 2018-08-16 | 1 | -0/+5 |
| | |||||
* | main/gnupg1: security upgrade to 1.4.23 (CVE-2017-7526) | tcely | 2018-08-16 | 2 | -47/+6 |
| | |||||
* | main/python2: split out wininst*.exe | Natanael Copa | 2018-08-16 | 1 | -2/+10 |
| | | | | | | | | | The wininst is only needed for creating binary distribution for windows and is rarely needed, if ever. The precompiled .exe files contains statically linked version of zlib 1.2.8 which is vulnerable. Remove them from main package and save a couple of MB, like we did with python3 (commit c3f535e2460f82e36facf515d906accf0a0a2f7b). | ||||
* | main/qemu: upgrade to 2.12.1 | Andy Postnikov | 2018-08-16 | 1 | -3/+3 |
| | |||||
* | main/bind: Upgrade to 9.12.2-P1, enable DLZ and kerberos | Taner Tas | 2018-08-16 | 2 | -66/+18 |
| | | | | | | * Enable DLZ (Dynamically Loadable Zones) support with file system, ldap, stub backends * Enable GSSAPI/Kerberos support * Re-arrange configure options | ||||
* | main/boost: fix and reenable failing debugger tests In ↵ | Mike Sullivan | 2018-08-16 | 3 | -18/+14 |
| | | | | | | | | | | debugger::debug_parent_wait() the variable ch was mistakenly defined to be a char and used to obtain a value from ch = fgetc( command_child ); Later in the code a compare of the truncated ch (0xff) to the constant EOF (0xffffffff) would fail resulting in errors between the expected and actual values returned in the debugger.py and debugger-mi.py tests. Since fgetc is defined to return an int the declaration of ch was modified and the truncation eliminated. I will post the patch to the boost/build community as well. | ||||
* | main/lucene++: modernize and fix build with fortify-headers | Natanael Copa | 2018-08-16 | 1 | -25/+12 |
| | |||||
* | main/awall: upgrade to 1.6.4 | Kaarle Ritvanen | 2018-08-15 | 1 | -2/+2 |
| | |||||
* | main/asterisk: create asterisk group | Timo Teräs | 2018-08-14 | 3 | -3/+5 |
| | | | | fixes #9196 | ||||
* | main/perl-cgi: upgrade to 4.39 | Timo Teräs | 2018-08-14 | 1 | -2/+2 |
| | |||||
* | main/tar: modernize | Natanael Copa | 2018-08-14 | 1 | -16/+6 |
| | |||||
* | main/tar: avoid using broken code in cross build | Mobile Stream | 2018-08-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | The tar cross-compile logic fails to detect no-clobber properties of gettimeofday and tzset functions and replaces them and some dependent calls with the code from the bundled GNU portability library (tar-130/gnu/). This includes the apparently broken rpl_gmtime/rpl_localtime code from tar-130/gnu/localtime-buffer.c which on armhf ends up as: 0004578c <rpl_gmtime>: 4578c: e92d4010 push {r4, lr} 45790: ebfffffd bl 4578c <rpl_gmtime> 45794: e59f3018 ldr r3, [pc, #24] ; 457b4 <rpl_gmtime+0x28> 45798: e59f2018 ldr r2, [pc, #24] ; 457b8 <rpl_gmtime+0x2c> 4579c: e08f3003 add r3, pc, r3 457a0: e5931000 ldr r1, [r3] 457a4: e08f2002 add r2, pc, r2 457a8: e1510002 cmp r1, r2 457ac: 05830000 streq r0, [r3] 457b0: e8bd8010 pop {r4, pc} 457b4: 0002ff1c .word 0x0002ff1c 457b8: 00030858 .word 0x00030858 The proper fix should be in gnulib (i.e. recognize musl libc as done with glibc) however the APKBUILD change is simpler and easier to remove when/if upstream fixes the problem. | ||||
* | main/postfix: upgrade to 3.3.1 | Carlo Landmeter | 2018-08-14 | 1 | -3/+3 |
| | |||||
* | main/perl-test-simple: upgrade to 1.302140 | Francesco Colista | 2018-08-14 | 1 | -2/+2 |
| | |||||
* | main/libvirt: qemu driver needs jansson | Carlo Landmeter | 2018-08-14 | 1 | -2/+4 |
| | |||||
* | main/linux-rpi: upgrade to 4.14.62 | Natanael Copa | 2018-08-14 | 1 | -2/+2 |
| | |||||
* | main/zfs-vanilla: rebuild against kernel 4.14.62-r0 | Natanael Copa | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.14.62-r0 | Natanael Copa | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | main/spl-vanilla: rebuild against kernel 4.14.62-r0 | Natanael Copa | 2018-08-14 | 1 | -2/+2 |
| | |||||
* | main/drbd9-vanilla: rebuild against kernel 4.14.62-r0 | Natanael Copa | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.14.62-r0 | Natanael Copa | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.14.62-r0 | Natanael Copa | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | main/linux-vanilla: upgrade to 4.14.62 | Natanael Copa | 2018-08-14 | 1 | -2/+2 |
| | |||||
* | main/py-pylast: upgrade to 2.4.0 | Fabian Affolter | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | main/boost: disable debugger tests | Natanael Copa | 2018-08-13 | 3 | -1/+18 |
| | | | | those fail on aarch64, armhf, ppc64le ans s390x | ||||
* | main/awall: upgrade to 1.6.3 | Kaarle Ritvanen | 2018-08-13 | 1 | -3/+3 |
| | |||||
* | main/byobu: upgrade to 5.127 | Francesco Colista | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | main/awall: setup-firewall: fix DHCP zones | Kaarle Ritvanen | 2018-08-13 | 2 | -4/+4 |
| | |||||
* | main/awall: upgrade to 1.6.2 | Kaarle Ritvanen | 2018-08-13 | 2 | -11/+10 |
| | |||||
* | main/gettext: fix crash in xgettext --its | Natanael Copa | 2018-08-13 | 2 | -2/+47 |
| | |||||
* | community/glade: move from main | Natanael Copa | 2018-08-13 | 1 | -35/+0 |
| | |||||
* | main/glade: upgrade to 3.22.1 | Natanael Copa | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | main/boost: revert WIFSIGNALED static assert | Natanael Copa | 2018-08-13 | 2 | -2/+19 |
| | | | | http://www.openwall.com/lists/musl/2018/08/10/3 | ||||
* | main/lucene++: rebuild against boost-1.67 | Natanael Copa | 2018-08-13 | 1 | -1/+1 |
| |