aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/gcc: add patch to fix libgomp relocation on musl, bump pkgrelMilan P. Stanić2019-01-032-2/+29
|
* main/wget: security upgrade to 1.20.1 (CVE-2018-20483)Leonardo Arena2019-01-031-5/+7
| | | | Fixes #9817
* main/libxklavier: specify bindirPaul Bredbury2019-01-021-1/+2
| | | | | Fixes: [1539546288,000,xklavier_config_xkb.c:xkl_config_get_keyboard/] Could not exec /usr/share/X11/xkb/xkbcomp: 2
* main/llvm5: fix too strict gtest banner filteralpine-mips-patches2019-01-022-2/+15
| | | | | | | | | | | | | | | | LLVM googletest driver does not correctly filter out the banner printed by the gtest tool and interprets it as another unittest. This makes community/lld test suite fail: UNRESOLVED: lld-Unit :: MachOTests/./lldMachOTests/Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc (1229 of 1231) ******************** TEST 'lld-Unit :: MachOTests/./lldMachOTests/Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc' FAILED ******************** Unable to find '[ PASSED ] 1 test.' in gtest output: Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc Note: Google Test filter = Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc [==========] Running 0 tests from 0 test cases. [==========] 0 tests from 0 test cases ran. (0 ms total) [ PASSED ] 0 tests.
* main/binutils: use mmapNatanael Copa2019-01-021-1/+2
|
* main/virglrenderer: enable on s390xNatanael Copa2019-01-021-1/+1
| | | | seems to build now, and it is needed by qemu
* main/terminus-font: upgrade to 4.47Sören Tempel2019-01-021-2/+2
|
* main/syslog-ng: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/rsyslog: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/py-hiredis: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/kamailio: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/freeradius: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/collectd: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/cjdns: unbreak build on aarch64Natanael Copa2019-01-022-3/+18
|
* main/lxc: upgrade to 3.1Carlo Landmeter2019-01-027-302/+54
| | | | | | | | | | | Lots of changes in the way LXC handles creations of containers. https://discuss.linuxcontainers.org/t/lxc-3-0-0-has-been-released/1449 - fixed building of man docs - bundled pam module - lua module is now a seperate pkg - python module now a seperate pkg
* main/py3-lxc: new aportCarlo Landmeter2019-01-021-0/+32
| | | | | | This is split from lxc. For more info: https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
* main/lxc-templates-legacy: new aportCarlo Landmeter2019-01-021-0/+48
| | | | | | These are the legacy templates from 2.x. more info: https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
* main/lua-lxc: new aportCarlo Landmeter2019-01-021-0/+61
| | | | https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
* main/qemu: enable virglrendererRobert Yang2019-01-011-1/+3
| | | | | Allows qemu to use the host machine graphics adapter OpenGL capabilites. Tested on postmarketOS running weston and X11 desktops (Xfce4, MATE)
* main/virglrenderer: upgrade to 0.7.0Natanael Copa2019-01-011-7/+11
|
* main/virglrenderer: move from testingNatanael Copa2019-01-012-0/+50
| | | | needed by qemu
* main/gzip: upgrade to 1.10Andy Postnikov2019-01-011-2/+2
|
* main/f2fs-tools: upgrade to 1.12.0Milan P. Stanić2019-01-011-2/+2
|
* main/cyrus-sasl: add static subpackageNatanael Copa2019-01-011-2/+10
| | | | ref #9738
* main/openjpeg: security fixesFrancesco Colista2019-01-013-2/+138
| | | | | | | - CVE-2018-14423 - CVE-2018-6616 this commit fixes #9797
* main/busybox: ip: print dadfailed flagKaarle Ritvanen2018-12-312-1/+31
| | | | fixes dad.if-up getting stuck
* main/lockfile-progs: Update to 0.1.18Simon Frankenberger2018-12-311-12/+15
|
* main/libnetfilter_queue: Update to 1.0.3Simon Frankenberger2018-12-311-18/+15
|
* main/libspf2: remove not need libreplace from sourceJosef Fröhle2018-12-315-199/+307
|
* main/procmail: update source urlNatanael Copa2018-12-311-1/+1
|
* main/sqlite: Enabled FTS3Marian Buschsieweke2018-12-311-2/+3
| | | | | | | | | | | | | | | | | | | SQLITE_ENABLE_FTS3 is already defined via `-DSQLITE_ENABLE_FTS3` in `CFLAGS`, however this approach does not work (compile source below to verify). Adding `--enable-fts3` as parameter did the trick. FTS3 is required e.g. by Firefox. #include <stdio.h> #include "sqlite3.h" int main(int argc, char **argv){ if (sqlite3_compileoption_used("SQLITE_ENABLE_FTS3")) puts("yes"); else puts("no"); return 0; }
* main/libsndfile: security fixes (CVE-2017-17456, CVE-2017-17457, ↵alpine-mips-patches2018-12-312-1/+96
| | | | | | | | CVE-2018-19661, CVE-2018-19662) This is upstream commit 8ddc442d539ca775d80cdbc7af17a718634a743f Partially fixes #9232
* main/lcms: remove failing test on aarch64Leonardo Arena2018-12-312-3/+285
| | | | Testing linear interpolation ...Error in Linear interpolation (2p): Must be i=8000, But is n=8001
* main/bubblewrap: upgrade to 0.3.1Timo Teräs2018-12-311-2/+2
|
* main/asterisk: upgrade to 15.7.1Timo Teräs2018-12-311-3/+3
|
* main/raspberrypi: fix build on buildersTimo Teräs2018-12-311-1/+6
| | | | Remove bash dependency. Any shall will do.
* main/sqlite: add check() and enable GeoPoly moduleAndy Postnikov2018-12-311-1/+7
|
* main/zfs-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/drbd9-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.19.13-r0Natanael Copa2018-12-311-1/+1
|
* main/linux-vanilla: upgrade to 4.19.13Natanael Copa2018-12-311-3/+3
|
* main/vanilla-linux: build amazon ena moduleJake Buchholz2018-12-316-11/+16
| | | | | | | Build amazon's ena network driver module on x86, x86_64, and aarch64 (for EC2 a1 instances). At some point we will probably want to add config-virt.aarch64, too. The ena driver in recent kernels (4.19.x) is in sync with the one in https://github.com/amzn/amzn-drivers, eliminating the necessity for the 'community/aws-ena-driver' aport.
* main/raspberrypi: upgrade to snapshot 2018-12-12Timo Teräs2018-12-311-3/+3
|
* main/py-pynacl: fix ppc64le build hang by disabling segv signal checkMike Sullivan2018-12-292-3/+19
|
* main/perl-date-manip: try to enable tests againRoberto Oliveira2018-12-291-3/+1
| | | | Seems tests are not hanging anymore on 32 bits
* main/perl-date-manip: upgrade to 6.75Roberto Oliveira2018-12-291-2/+2
|
* main/perl-clone: modernize abuildRoberto Oliveira2018-12-291-18/+14
|