aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/linux-vanilla: Enable hot plug on PCI on PowerNVBreno Leitao2017-04-052-2/+3
| | | | | | | | Enable PCI hot plug on PowerNV (aka Bare metal) model. Not all cards support PCI Hot plug, tho. Also, adding support for CXL bimodal, a feature that comes with PCI hot plug.
* main/linux-vanilla: Improve ppc64le configBreno Leitao2017-04-052-87/+86
| | | | | This patch is improving the config file for ppc64le to generate a smaller kernel, and to be more similar to x86.
* main/linux-vanilla: Update config for new 4.9 kernelBreno Leitao2017-04-052-2/+140
| | | | | | | | | | | Current kernel 4.9 is not being built with the current config file, since a lot of extra CONFIG is required, and it is undefined on the current config file. This patch's intention is to be less invasive possible, just adding the new CONFIGs. The new CONFIG are as near as possible with x86. This work was based on original patch from Roberto Olivera.
* testing/keyfinder-cli: deps not avail on ppc64leLeonardo Arena2017-04-051-4/+3
|
* community/opam: ocaml not avail on ppc64leLeonardo Arena2017-04-051-2/+2
|
* main/asterisk: security upgrade to 14.3.1Timo Teräs2017-04-051-2/+2
| | | | AST-2017-001 Buffer overflow in CDR's set user
* community/youtube-dl: upgrade to 2017.04.03Timo Teräs2017-04-051-2/+2
|
* main/perl-libwww: perl-try-tiny is runtime dependencyTimo Teräs2017-04-051-3/+3
|
* community/libmwaw: upgrade to 0.3.11Timo Teräs2017-04-051-4/+2
|
* main/perl-log-any: upgrade to 1.049Timo Teräs2017-04-051-12/+21
|
* community/camlp4: ocaml not avail on ppc64leLeonardo Arena2017-04-051-2/+2
|
* community/perl-module-install: upgrade to 1.18, modernize APKBUILDFrancesco Colista2017-04-051-16/+13
|
* community/beets: upgrade to 1.3.19Francesco Colista2017-04-051-4/+2
|
* main/perl-parse-recdescent: upgrade to 1.967015Leonardo Arena2017-04-051-3/+3
|
* main/opensmtpd: fix checksumJakub Jirutka2017-04-051-9/+1
|
* main/opensmtpd: update to 6.0.2p1Shiz2017-04-054-71/+56
| | | | | | Removes old LibreSSL patch that seems to be checked properly now, and fix some incorrect config.h checking. Also refactors the initd script to be more natural/declarative.
* testing/exim: add crypteq support / fix initdStuart Cardall2017-04-053-7/+10
| | | | | * checkpath added to initd so exim starts * crypteq added for hashed password support in flat files
* community/syslog-summary: fix numeric date regex for php error logsStuart Cardall2017-04-052-15/+3
|
* main/libpcap: upgrade to 1.8.1Sören Tempel2017-04-051-23/+15
|
* testing/connman: don't update config.sub, it's up-to-dateJakub Jirutka2017-04-051-1/+0
|
* main/xtables-addons: rebuild against iptables-1.6.1Jakub Jirutka2017-04-051-1/+1
|
* main/iproute2: rebuild against iptables-1.6.1Jakub Jirutka2017-04-051-1/+1
|
* testing/connman: rebuild against iptables-1.6.1Jakub Jirutka2017-04-051-1/+1
|
* main/iptables: upgrade to 1.6.1André Klitzing2017-04-051-27/+11
|
* main/libnetfilter_acct: upgrade to 1.0.3André Klitzing2017-04-051-4/+2
|
* main/pkgconf: upgrade to 1.3.5William Pitcock2017-04-042-47/+4
|
* main/py-sphinx: upgrade to 1.5.5André Klitzing2017-04-041-2/+2
|
* testing/etckeeper: minor fixup and make myself maintainer.Henrik Riomar2017-04-041-7/+4
|
* main/mosh: fix build with musl on ppc64leRoberto Oliveira2017-04-042-2/+57
| | | | | | | | | mosh was breaking when building in ppc64le using musl, because ioctl() is defined as ioctl(int, int) in musl and mosh is using TIOCSWINSZ macro as parameter. This was triggering a gcc warning and make the build fail. This patch does an explicit integer conversion in TIOCSWINSZ, as no bits get lost.
* main/mercurial: upgrade to 4.1.2André Klitzing2017-04-041-2/+2
|
* main/haproxy: upgrade to 1.7.5André Klitzing2017-04-041-2/+2
|
* testing/xbps: Fix FTBFS on ppc64le due to macro clashingBreno Leitao2017-04-042-1/+446
| | | | | | | | | | Currently xbps package fails to build using musl libc because the signal.h header includes a struct field called _unused, that becomes defined as an function attribute due to the a CFLAG -D macro definition. This cause the build to fail. This patch just rename _unused macro to _unused_attr in order to avoid the names being clashed.
* main/aiccu: remove aport, upstream discontinued this softwareRoberto Oliveira2017-04-045-176/+0
| | | | | | | | Remove aiccu from Alpine aports because of the project sunset. On 2017-06-06 they will shut down services, and close the sunsetting project on 2017-07-01. For more information: https://www.sixxs.net/sunset/
* testing/rabbitmq-server: update to version 3.6.9Nathan Johnson2017-04-042-309/+6
| | | | Delete grep.patch, merged upstream
* main/lua-xml: improve abuild, add check funcJakub Jirutka2017-04-041-46/+46
|
* main/lua-xml: add subpkg lua5.3-*, remove subpkg lua5.1-*Jakub Jirutka2017-04-041-1/+1
| | | | | This version of LuaXML does not workd, and never worked, on Lua 5.1 or LuaJIT.
* main/lua-xml: change source URL, original upstream is not availableJakub Jirutka2017-04-041-11/+7
|
* testing/timew: fix FTBFS on ppc64leBreno Leitao2017-04-042-4/+30
| | | | | | | Currently timew FTBFS on ppc64le because there is no PATH_MAX defined implicitly. If your code needs to use PATH_MAX, it needs to include limits.h.
* main/etckeeper: Upstream project movedBreno Leitao2017-04-041-1/+1
| | | | | | | | Joey moved all his repositories from github to his private git server. Moving the $source URL from github to: https://git.joeyh.name/index.cgi/etckeeper.git/tag/?h=1.18.6 No changes in the checksum
* testing/exim: Bump to version 4.89Breno Leitao2017-04-041-2/+2
| | | | | | | | | | The package on current version (4.88) FTBFS due to URL returning 404. It seems that the URL scheme just works for the latest version. Bumping to the latest version 4.89. The checksum of the package also matches the version released: https://lists.exim.org/lurker/message/20170307.215703.bc9b50b4.en.html
* community/elixir: upgrade to 1.4.2Mario Mainz2017-04-041-4/+2
|
* community/ocaml: set -e build fix and modernizeNatanael Copa2017-04-041-16/+3
|
* main/libxfont2: build fixNatanael Copa2017-04-041-0/+1
|
* testing/xf86-input-wacom: rebuild against xorg-server-1.19Natanael Copa2017-04-041-1/+1
|
* main/xf86-video-xgixp: rebuild against xorg-server 1.19Natanael Copa2017-04-042-15/+41
|
* main/xf86-video-vmware: upgrade to 13.2.1Natanael Copa2017-04-041-17/+12
|
* main/xf86-video-vesa: rebuild against xorg-server-1.19Natanael Copa2017-04-041-13/+4
|
* main/xf86-video-s3virge: rebuild against xorg-server-1.19Natanael Copa2017-04-041-12/+5
|
* main/xf86-video-s3: rebuild against xorg-server-1.19Natanael Copa2017-04-041-11/+7
|
* main/xf86-video-rendition: rebuild against xorg-server-1.19Natanael Copa2017-04-041-4/+2
|