aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/tar: modernizeNatanael Copa2018-08-141-16/+6
|
* main/tar: avoid using broken code in cross buildMobile Stream2018-08-141-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.
* testing/s-nail: cleanupNatanael Copa2018-08-141-9/+1
| | | | | | - respect global CFLAGS - remove globally set environment variables. They don't seem to be needed and if they are, then it should be fixed differently-
* testing/s-nail: update to v14.9.11Steffen Nurpmeso2018-08-142-19/+9
|
* main/postfix: upgrade to 3.3.1Carlo Landmeter2018-08-141-3/+3
|
* community/monitoring-plugins: added procps to enable check_procpsFrancesco Colista2018-08-141-3/+3
|
* community/dateutils: upgrade to 0.4.4Francesco Colista2018-08-141-3/+3
|
* main/perl-test-simple: upgrade to 1.302140Francesco Colista2018-08-141-2/+2
|
* community/gns3-gui: upgrade to 2.1.9Francesco Colista2018-08-141-2/+2
|
* community/gns3-server: upgrade to 2.1.9Francesco Colista2018-08-141-2/+2
|
* testing/watchman: fix testsCarlo Landmeter2018-08-142-3/+54
|
* main/libvirt: qemu driver needs janssonCarlo Landmeter2018-08-141-2/+4
|
* community/chromium: upgrade to 68.0.3440.106Natanael Copa2018-08-141-2/+2
|
* non-free/unifi: save source with versionLeonardo Arena2018-08-141-3/+3
|
* non-free/unifi: upgrade to 5.8.28Leonardo Arena2018-08-141-6/+5
| | | | Update source URL
* main/linux-rpi: upgrade to 4.14.62Natanael Copa2018-08-141-2/+2
|
* testing/wireguard-vanilla: rebuild against kernel 4.14.62-r0Natanael Copa2018-08-141-1/+1
|
* testing/ipt-netflow-vanilla: rebuild against kernel 4.14.62-r0Natanael Copa2018-08-141-1/+1
|
* testing/aws-ena-driver-vanilla: rebuild against kernel 4.14.62-r0Natanael Copa2018-08-141-1/+1
|
* main/zfs-vanilla: rebuild against kernel 4.14.62-r0Natanael Copa2018-08-141-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.14.62-r0Natanael Copa2018-08-141-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.14.62-r0Natanael Copa2018-08-141-2/+2
|
* main/drbd9-vanilla: rebuild against kernel 4.14.62-r0Natanael Copa2018-08-141-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.14.62-r0Natanael Copa2018-08-141-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.14.62-r0Natanael Copa2018-08-141-1/+1
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.62-r0Natanael Copa2018-08-141-1/+1
|
* main/linux-vanilla: upgrade to 4.14.62Natanael Copa2018-08-141-2/+2
|
* main/py-pylast: upgrade to 2.4.0Fabian Affolter2018-08-131-2/+2
|
* testing/vera++: build fixNatanael Copa2018-08-132-2/+17
| | | | fix detection of boost-python library
* testing/watchman: upgrade to 4.9.0Andy Postnikov2018-08-131-3/+3
|
* main/boost: disable debugger testsNatanael Copa2018-08-133-1/+18
| | | | those fail on aarch64, armhf, ppc64le ans s390x
* main/awall: upgrade to 1.6.3Kaarle Ritvanen2018-08-131-3/+3
|
* main/byobu: upgrade to 5.127Francesco Colista2018-08-131-2/+2
|
* community/perl-mojolicious: upgrade to 7.93Francesco Colista2018-08-131-2/+2
|
* testing/openimageio: fix detection of boost-pythonNatanael Copa2018-08-132-4/+18
|
* community/mbedtls: upgrade to 2.12.0Stuart Cardall2018-08-131-5/+5
| | | | | | * includes fixes for CVE-2018-0497 and CVE-2018-0498 https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog
* community/libxfce4ui: use gtk3 gladeNatanael Copa2018-08-131-4/+4
|
* main/awall: setup-firewall: fix DHCP zonesKaarle Ritvanen2018-08-132-4/+4
|
* main/awall: upgrade to 1.6.2Kaarle Ritvanen2018-08-132-11/+10
|
* community/crystal: upgrade to 0.26.0Jakub Jirutka2018-08-133-50/+33
|
* main/gettext: fix crash in xgettext --itsNatanael Copa2018-08-132-2/+47
|
* community/glade: move from mainNatanael Copa2018-08-131-0/+0
|
* main/glade: upgrade to 3.22.1Natanael Copa2018-08-131-2/+2
|
* testing/jattach: upgrade to 1.4jchipmunk2018-08-131-2/+2
|
* testing/openimageio: upgrade to 1.8.13Natanael Copa2018-08-131-2/+2
|
* testing/gearmand: rebuild against boost-1.67Natanael Copa2018-08-131-1/+1
|
* testing/btfs: rebuild against boost-1.67Natanael Copa2018-08-131-1/+1
|
* testing/libtorrent-rasterbar: rebuild against boost-1.67Natanael Copa2018-08-131-1/+1
|
* testing/kea: rebuild against boost-1.67Natanael Copa2018-08-131-1/+1
|
* testing/botan: rebuild against boost-1.67Natanael Copa2018-08-131-1/+1
|