aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/py-attrs: fix testsCarlo Landmeter2018-11-171-5/+8
|
* main/chrpath: update src urlCarlo Landmeter2018-11-171-1/+1
|
* main/cairo: upgrade to 1.16.0Carlo Landmeter2018-11-161-19/+3
|
* main/libtls-standalone: fix src urlCarlo Landmeter2018-11-161-1/+1
|
* main/dnsmasq: update checksumsCarlo Landmeter2018-11-161-1/+1
|
* main/ansible: add option to change shell in lxc moduleCarlo Landmeter2018-11-162-3/+101
| | | | https://github.com/ansible/ansible/pull/40924
* main/dnsmasq: add BRIDGE_ADDR_EXTRA support to initdCarlo Landmeter2018-11-162-4/+6
|
* main/bacula: upgrade to 9.2.2Leonardo Arena2018-11-162-28/+4
|
* main/dmvpn: upgrade to 1.0.0Kaarle Ritvanen2018-11-151-2/+2
|
* main/quagga: recompile against net-snmp-5.8Kaarle Ritvanen2018-11-151-1/+1
|
* main/apk-tools: upgrade to 2.10.3Timo Teräs2018-11-151-2/+2
|
* gcc: patch libgnarl to not use function missing from muslIan Douglas Scott2018-11-152-1/+123
|
* main/bzip2: fix source urlNatanael Copa2018-11-141-1/+1
| | | | upstream recommends us sourceforge
* main/linux-rpi: upgrade to 4.14.81Natanael Copa2018-11-141-2/+2
|
* main/zfs-vanilla: rebuild against kernel 4.14.81-r0Natanael Copa2018-11-141-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.14.81-r0Natanael Copa2018-11-141-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.14.81-r0Natanael Copa2018-11-141-2/+2
|
* main/drbd9-vanilla: rebuild against kernel 4.14.81-r0Natanael Copa2018-11-141-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.14.81-r0Natanael Copa2018-11-141-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.14.81-r0Natanael Copa2018-11-141-1/+1
|
* main/linux-vanilla: upgrade to 4.14.81Natanael Copa2018-11-141-2/+2
|
* main/mdadm: remove -WerrorLeonardo Arena2018-11-142-16/+22
| | | | Adjust license, modernize
* main/unifont: fix source URLinfo@mobile-stream.com2018-11-141-2/+2
|
* main/fprobe-ulog: fix build with gcc8info@mobile-stream.com2018-11-141-1/+2
| | | | Another GNU-style inline case.
* main/fprobe: fix build with gcc8info@mobile-stream.com2018-11-141-1/+2
| | | | Another GNU-style inline case.
* main/json-c0.12: fix build with gcc8info@mobile-stream.com2018-11-141-2/+2
|
* main/bwm-ng: fix build with gcc8info@mobile-stream.com2018-11-141-1/+2
| | | | Another GNU-style inline case.
* main/indent: upgrade to 2.2.12info@mobile-stream.com2018-11-141-6/+4
| | | | This actually fixes build failure with gcc8 (GNU-style inline).
* main/xscreensaver: upgrade to 5.40info@mobile-stream.com2018-11-141-2/+2
| | | | The archive for 5.38 is no longer available at upstream so this is essentially a build fix.
* main/squashfs-tools: fix build with gcc8info@mobile-stream.com2018-11-141-1/+2
| | | | Another GNU-style inline case.
* main/recode: fix build with gcc8info@mobile-stream.com2018-11-141-1/+2
| | | | Another GNU-style inline case.
* main/mdadm: fix build with gcc8info@mobile-stream.com2018-11-141-1/+2
| | | | Note there is no typo in "CXFLAGS" spelling.
* main/lua-stringy: fix build with gcc8info@mobile-stream.com2018-11-141-1/+2
| | | | Another GNU-style inline case.
* main/lz4: update to 1.8.3info@mobile-stream.com2018-11-131-2/+2
| | | | This fixes rare data corruption introduced in 1.8.2.
* main/gpsd: build fixinfo@mobile-stream.com2018-11-131-2/+2
|
* main/xen: disable on armv7 until fixed to build on gcc8Timo Teräs2018-11-131-1/+1
| | | | | See also: https://github.com/alpinelinux/aports/pull/5629
* main/qemu: build using python3Timo Teräs2018-11-131-1/+3
| | | | | | qemu needs python to build. Previously python2 was implicit dependency and it got picked automatically. All implicit dependencies are python3 now. Add it explicitly, and make configure pick it up.
* main/fcgiwrap: fix build with gcc8Timo Teräs2018-11-131-0/+1
|
* main/freeswitch: fix armv7 build (libvpx configure triplet)Timo Teräs2018-11-132-0/+13
|
* main/d-feet: makedepend on intltoolTimo Teräs2018-11-131-2/+2
|
* main/libvpx: fix armv7 configuration tripletTimo Teräs2018-11-133-18/+19
|
* main/acf-tcpproxy: move to unmaintainedTimo Teräs2018-11-131-25/+0
| | | | dependency tcpproxy is unmaintained
* main/gnokii: build fix for gcc8info@mobile-stream.com2018-11-131-1/+2
| | | | | | | | | | | | | | | This is yet another package that assumes GNU-style inline keyword handling and fails with the "undefined reference to `foo'" linker error where foo is some inline function (here local_atoi). Instead of fixing the source, pass -std=gnu89 in CFLAGS because 1) this is shorter and easier; 2) the project is actually written in GNU C89 dialect; 3) upstream is not active (the last release was in 2011). With this change in place gnokii-0.6.31-gcc5.patch can be removed, suggesting the -std=gnu89 approach is also more future-proof for any further changes in compiler's inliner implementation.
* main/weechat: disable check as it runs 'sudo make install'Timo Teräs2018-11-131-0/+1
|
* main/cegui06: fix build, modernizeTimo Teräs2018-11-132-17/+24
|
* main/polkit-gnome: makedepend on intltoolTimo Teräs2018-11-131-2/+2
|
* main/gconf: fix buildTimo Teräs2018-11-131-2/+2
| | | | seems libintl gets pulled in via dependencies and intltool binaries are needed then
* main/duplicity: upgrade to 0.7.18.2J0WI2018-11-131-2/+2
|
* main/ccache: upgrade to 3.5André Klitzing2018-11-131-2/+2
|
* main/openrc: upgrade to 0.39.2Jakub Jirutka2018-11-122-2/+22
|