Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/imagemagick: upgrade to 7.0.7.32 | Natanael Copa | 2018-05-15 | 1 | -3/+3 | |
| | ||||||
* | main/libressl: upgrade to 2.7.3 | prspkt | 2018-05-15 | 1 | -2/+2 | |
| | ||||||
* | main/weston: fix build | Oliver Smith | 2018-05-15 | 2 | -4/+127 | |
| | | | | | | | | | | | | | | | | | | 1. New makedepend wayland-dev, because mesa-libwayland-egl does not exist anymore (see 257a236 and 4f8b36b): This fixes configure errors: checking for EGL_TESTS... no configure: error: Package requirements (egl glesv2 wayland-client wayland-egl) were not met: Package 'wayland-client', required by 'virtual:world', not found Package 'wayland-egl', required by 'virtual:world', not found 2. Apply @z3ntu's patch to make the RDP backend work with freerdp-2.0.0_rc2. This avoids compilation errors like this one: libweston/compositor-rdp.c:193:5: error: 'SURFACE_BITS_COMMAND {aka struct _SURFACE_BITS_COMMAND}' has no member named 'bpp'; | |||||
* | testing/i3status: clarify license | prspkt | 2018-05-15 | 3 | -27/+19 | |
| | | | | improve abuild and sanitize patches | |||||
* | testing/i3status: upgrade to 2.12 | prspkt | 2018-05-15 | 1 | -3/+3 | |
| | ||||||
* | main/unrar: use https for source URLs, improve abuild | prspkt | 2018-05-15 | 1 | -3/+4 | |
| | ||||||
* | main/unrar: upgrade to 5.6.4 | prspkt | 2018-05-15 | 1 | -2/+2 | |
| | ||||||
* | main/imap: use a working mirror for source | Natanael Copa | 2018-05-15 | 1 | -1/+1 | |
| | ||||||
* | main/xz: upgrade to 5.2.4 | prspkt | 2018-05-15 | 1 | -3/+3 | |
| | ||||||
* | main/xz: clarify license, improve abuild | prspkt | 2018-05-15 | 1 | -18/+13 | |
| | | | | | add --disable-docs as it mostly includes SPDX license files, THANKS, TODOs, etc | |||||
* | main/nftables: switch URLs to https, improve abuild | prspkt | 2018-05-15 | 1 | -4/+4 | |
| | ||||||
* | main/nftables: upgrade to 0.8.5 | prspkt | 2018-05-15 | 1 | -3/+3 | |
| | ||||||
* | main/libnftnl: switch URLs to https, improve abuild | prspkt | 2018-05-15 | 1 | -3/+4 | |
| | ||||||
* | main/libnftnl: upgrade to 1.1.0 | prspkt | 2018-05-15 | 1 | -2/+2 | |
| | ||||||
* | main/perl-specio: upgrade to 0.42 | Natanael Copa | 2018-05-15 | 1 | -4/+4 | |
| | ||||||
* | main/perl-sub-quote: move from community | Natanael Copa | 2018-05-15 | 1 | -0/+0 | |
| | | | | needed by perl-specio | |||||
* | community/dash: upgrade to 0.5.10.1 | prspkt | 2018-05-15 | 1 | -2/+2 | |
| | ||||||
* | community/mediainfo: upgrade to 18.05 | prspkt | 2018-05-15 | 1 | -3/+3 | |
| | | | | switch to the *.xz source archive | |||||
* | community/libmediainfo: upgrade to 18.05 | prspkt | 2018-05-15 | 1 | -3/+3 | |
| | | | | switch to the *.xz source archive | |||||
* | non-free/adobe-flashplayer: upgrade to 29.0.0.171 | Sascha Paunovic | 2018-05-15 | 1 | -9/+5 | |
| | ||||||
* | community/sleuthkit: upgrade to 4.6.1 | Francesco Colista | 2018-05-15 | 1 | -2/+2 | |
| | ||||||
* | community/tint2: upgrade to 16.4 | Francesco Colista | 2018-05-15 | 1 | -4/+4 | |
| | ||||||
* | testing/notepadqq: upgrade to 1.4.8 | Francesco Colista | 2018-05-15 | 1 | -3/+3 | |
| | ||||||
* | community/perl-mojolicious: upgrade to 7.79 | Francesco Colista | 2018-05-15 | 1 | -2/+2 | |
| | ||||||
* | community/stunnel: enable SO_ORIGINAL_DST and fix tests | Natanael Copa | 2018-05-15 | 2 | -2/+498 | |
| | | | | | | | | | Apparently the support for SO_ORIGINAL_DST is silently disabled if the linux-headers are missing so make sure to add linux-headers to makedepends The test suite contains bundled certificates that has expired. Update the certs. | |||||
* | main/s390-tools: update new syntax from initramfs-init for zipl | Tuan M. Hoang | 2018-05-14 | 2 | -3/+3 | |
| | ||||||
* | community/py3-aiohttp: upgrade to 3.2.1 | Fabian Affolter | 2018-05-14 | 1 | -2/+2 | |
| | ||||||
* | community/py3-yarl: upgrade to 1.2.4 | Fabian Affolter | 2018-05-14 | 1 | -2/+2 | |
| | ||||||
* | main/busybox: upgrade to busybox 1.28.3 | Natanael Copa | 2018-05-14 | 3 | -86/+3 | |
| | ||||||
* | main/busybox: backport fix for cat -e and cat -v | Natanael Copa | 2018-05-14 | 2 | -1/+66 | |
| | ||||||
* | main/busybox: Backport nsenter option parser fixes | Euan Harris | 2018-05-14 | 3 | -1/+103 | |
| | | | | | | | | | | | | | | * Rename --network to --net, to match util-linux and the help text * -t, -S and -G should take mandatory integer options, but are defined as simple flags, causing problems such as: https://github.com/linuxkit/linuxkit/issues/567 https://github.com/gliderlabs/docker-alpine/issues/359 https://github.com/kontena/pharos-cluster/pull/81 These patches have been accepted upstream by Busybox. Signed-off-by: Euan Harris <euan.harris@docker.com> | |||||
* | main/perl-html-format: upgrade to 2.12 and fix build | Roberto Oliveira | 2018-05-14 | 1 | -5/+3 | |
| | | | | Add missing check dependencies | |||||
* | main/perl-test*: move perl-html-format dependencies to main | Roberto Oliveira | 2018-05-14 | 4 | -0/+0 | |
| | ||||||
* | testing/perl-test-notabs: new aport | Roberto Oliveira | 2018-05-14 | 1 | -0/+47 | |
| | ||||||
* | testing/perl-test-eol: new aport | Roberto Oliveira | 2018-05-14 | 1 | -0/+47 | |
| | ||||||
* | testing/perl-test-cpan-meta: new aport | Roberto Oliveira | 2018-05-14 | 1 | -0/+47 | |
| | ||||||
* | main/mqtt-exec: add debug and openrc subpkg | Carlo Landmeter | 2018-05-14 | 1 | -3/+3 | |
| | ||||||
* | testing/wireguard-vanilla: rebuild against kernel 4.14.40-r0 | Natanael Copa | 2018-05-14 | 1 | -1/+1 | |
| | ||||||
* | testing/ipt-netflow-vanilla: rebuild against kernel 4.14.40-r0 | Natanael Copa | 2018-05-14 | 1 | -1/+1 | |
| | ||||||
* | testing/aws-ena-driver-vanilla: rebuild against kernel 4.14.40-r0 | Natanael Copa | 2018-05-14 | 1 | -1/+1 | |
| | ||||||
* | main/zfs-vanilla: rebuild against kernel 4.14.40-r0 | Natanael Copa | 2018-05-14 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.14.40-r0 | Natanael Copa | 2018-05-14 | 1 | -1/+1 | |
| | ||||||
* | main/spl-vanilla: rebuild against kernel 4.14.40-r0 | Natanael Copa | 2018-05-14 | 1 | -2/+2 | |
| | ||||||
* | main/drbd9-vanilla: rebuild against kernel 4.14.40-r0 | Natanael Copa | 2018-05-14 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.14.40-r0 | Natanael Copa | 2018-05-14 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.14.40-r0 | Natanael Copa | 2018-05-14 | 1 | -1/+1 | |
| | ||||||
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.40-r0 | Natanael Copa | 2018-05-14 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.40 | Natanael Copa | 2018-05-14 | 1 | -2/+2 | |
| | ||||||
* | testing/wireguard: upgrade to 0.0.20180513 | Jason A. Donenfeld | 2018-05-14 | 2 | -7/+7 | |
| | | | | | | We also fix #4235 by adjusting the rel variables. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||||
* | testing/qt5-qtwebengine: add missing makedepend paxmark | Jakub Jirutka | 2018-05-14 | 1 | -0/+1 | |
| |