aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testing/perl-sys-syscall: fix epoll tests making ppc64 check more genericMike Sullivan2018-03-132-4/+18
|
* testing/zerotier-one: enable ppc64le and enable in make-linux.mkMike Sullivan2018-03-132-3/+19
|
* main/eudev: fix setup-udevNatanael Copa2018-03-132-5/+5
| | | | | we should start the udev-postmount in default runlevel. It depends on localmount.
* main/harfbuzz: upgrade to 1.7.6Natanael Copa2018-03-131-3/+3
|
* main/powerpc-utils: upgrade to 1.3.4Roberto Oliveira2018-03-131-3/+3
|
* community/libfreehand: add checkRoberto Oliveira2018-03-131-2/+8
|
* community/libetonyek: add checkRoberto Oliveira2018-03-131-1/+6
|
* main/fossil: upgrade to 2.5André Klitzing2018-03-131-2/+2
|
* testing/zutils: move to communityRoberto Oliveira2018-03-131-0/+0
|
* main/perl-test-simple: upgrade to 1.302133Francesco Colista2018-03-131-2/+2
|
* community/buildbot: upgrade to 1.1.0Francesco Colista2018-03-131-2/+2
|
* main/hexchat: disable on armhfSören Tempel2018-03-131-1/+1
| | | | | | | | | | Build fails: In file included from ../src/fe-gtk/maingui.c:36:0: ../src/fe-gtk/../common/text.h:21:23: fatal error: textenums.h: No such file or directory #include "textenums.h" ^ compilation terminated.
* community/hivex: upgrade to 1.3.15Roberto Oliveira2018-03-131-3/+3
|
* community/geth: upgrade to 1.8.2Roberto Oliveira2018-03-131-2/+2
|
* main/apk-cron: Fix wrong urlWictor Lund2018-03-131-2/+2
|
* community/gns3-gui: upgrade to 2.1.4Francesco Colista2018-03-121-3/+3
|
* community/gns3-server: upgrade to 2.1.4Francesco Colista2018-03-121-3/+3
|
* community/youtube-dl: upgrade to 2018.03.10prspkt2018-03-121-4/+4
|
* community/godep: upgrade to 80Roberto Oliveira2018-03-121-2/+2
|
* testing/wireguard-vanilla: rebuild against kernel 4.14.26-r0Natanael Copa2018-03-121-1/+1
|
* testing/ipt-netflow-vanilla: rebuild against kernel 4.14.26-r0Natanael Copa2018-03-121-1/+1
|
* testing/aws-ena-driver-vanilla: rebuild against kernel 4.14.26-r0Natanael Copa2018-03-121-1/+1
|
* main/zfs-vanilla: rebuild against kernel 4.14.26-r0Natanael Copa2018-03-121-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.14.26-r0Natanael Copa2018-03-121-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.14.26-r0Natanael Copa2018-03-121-2/+2
|
* main/drbd9-vanilla: rebuild against kernel 4.14.26-r0Natanael Copa2018-03-121-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.14.26-r0Natanael Copa2018-03-121-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.14.26-r0Natanael Copa2018-03-121-1/+1
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.26-r0Natanael Copa2018-03-121-1/+1
|
* main/linux-vanilla: upgrade to 4.14.26Natanael Copa2018-03-121-2/+2
|
* community/gexiv2: upgrade to 0.10.8Roberto Oliveira2018-03-121-2/+2
|
* main/py-django: security upgrade to 1.11.11Leonardo Arena2018-03-121-2/+5
| | | | | | CVE-2018-7536, CVE-2018-7537 Fixes #8636
* main/mkinitfs: fix extract-unsafe-symlink warningSören Tempel2018-03-122-2/+38
|
* main/sdl2_image: security upgrade to 2.0.3Daniel Sabogal2018-03-121-2/+12
| | | | | | | Requires SDL 2.0.8 or newer. CVE-2017-12122, CVE-2017-14440, CVE-2017-14441, CVE-2017-14442, CVE-2017-14448, CVE-2017-14449, CVE-2017-14450
* main/sdl2: upgrade to 2.0.8Daniel Sabogal2018-03-121-3/+3
|
* testing/s-nail: fix invalid mem access, reenable tests, take maintainership..Steffen (Daode) Nurpmeso2018-03-122-5/+20
| | | | | | | | The reported crash (for v14.9.9) does not happen in EVP_cleanup(), even though the instrumented code apparantly said so, but the actual cause was a memory access on an already freed pointer that sneaked into the release (which has not seen thorough testing, also apparantly).
* testing/ocamlclean: new aportJakub Jirutka2018-03-121-0/+30
| | | | | http://www.algo-prog.info/ocapic/web/index.php?id=OCAPIC:OCamlClean OCaml Bytecode Cleaner
* testing/ocaml-yojson: fix depends on -dev subpkg, fix depending pkgsJakub Jirutka2018-03-123-8/+3
| | | | | | | There are already two packages that require yojson and not biniou or easy-format, but fails to build when ocaml-biniou-dev and ocaml-easy-format-dev are not installed, so they are probably needed as transitive dependencies.
* testing/js_of_ocaml: build with yojson to enable --source-mapJakub Jirutka2018-03-121-3/+5
|
* testing/js_of_ocaml: add missing build dependency ocaml-ocamlbuild-devJakub Jirutka2018-03-121-0/+1
|
* community/ocamlbuild: add $replaces for backward compatibilityJakub Jirutka2018-03-111-1/+3
|
* testing/merlin: new aportJakub Jirutka2018-03-111-0/+62
| | | | | https://ocaml.github.io/merlin/ Context sensitive completion for OCaml
* testing/ocaml-yojson: new aportJakub Jirutka2018-03-111-0/+58
| | | | | https://github.com/mjambon/yojson JSON parsing and pretty-printing library for OCaml
* testing/ocaml-biniou: new aportJakub Jirutka2018-03-111-0/+56
| | | | | https://github.com/mjambon/biniou Extensible binary data format, like JSON but faster
* testing/ocaml-easy-format: new aportJakub Jirutka2018-03-111-0/+54
| | | | | https://mjambon.github.io/mjambon2016/easy-format.html Pretty-printing library for OCaml
* main/hexchat: upgrade to 2.14, modernizeprspkt2018-03-113-199/+20
|
* testing/ocaml-markup: allow check to fail on ppc64le for nowJakub Jirutka2018-03-111-1/+5
| | | | | | | | | | | | /usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: /usr/lib/ocaml/lwt/liblwt_unix_stubs.a(unix_lseek_job.o): In function `result_lseek': /home/buildozer/aports/testing/ocaml-lwt/src/lwt-3.2.1/_build/default/src/unix/unix_lseek_job.c:113:(.text+0xb8): call to `result_lseek.part.0' lacks nop, can't restore toc; (-mcmodel=small toc adjust stub) /usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: /usr/lib/ocaml/lwt/liblwt_unix_stubs.a(unix_lseek_job.o): In function `result_lseek_64': /home/buildozer/aports/testing/ocaml-lwt/src/lwt-3.2.1/_build/default/src/unix/unix_lseek_job.c:134:(.text+0x134): call to `result_lseek_64.part.1' lacks nop, can't restore toc; (-mcmodel=small toc adjust stub) /usr/lib/gcc/powerpc64le-alpine-linux-musl/6.4.0/../../../../powerpc64le-alpine-linux-musl/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status File "caml_startup", line 1: Error: Error during linking ocamlopt test/lwt_unix/test_lwt.exe (exit 2)
* testing/js_of_ocaml: new aportJakub Jirutka2018-03-111-0/+173
| | | | | http://ocsigen.org/js_of_ocaml/ Compiler from OCaml to Javascript
* testing/ocaml-tyxml: new aportJakub Jirutka2018-03-111-0/+78
| | | | | https://ocsigen.org/tyxml/ OCaml library for building statically correct HTML and SVG documents
* testing/ocaml-markup: new aportJakub Jirutka2018-03-111-0/+63
| | | | | http://aantron.github.io/markup.ml Error-recovering streaming HTML5 and XML parsers for OCaml