aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/dhcp-probe: improved APKBUILDFrancesco Colista2016-09-121-5/+4
|
* community/lua-coxpcall: move from testingJakub Jirutka2016-09-111-0/+40
|
* community/lua-compat53: move from testingJakub Jirutka2016-09-111-0/+56
|
* community/icinga2: really disable on armhfCarlo Landmeter2016-09-111-1/+1
|
* community/icinga2: disable on armhfCarlo Landmeter2016-09-111-1/+1
| | | | | icinga2 c++ compiling seems to use lots of memory too much for our "current" smaller armhf builder
* community/java-snappy: reduce sbt's memory requirementsJakub Jirutka2016-09-111-5/+3
| | | | And also download build dependencies into $builddir instead of /tmp.
* community/firejail: upgrade to 0.9.42Jakub Jirutka2016-09-111-7/+6
|
* community/firejail: enable for all archsJakub Jirutka2016-09-111-1/+1
|
* community/xterm: move from testingJakub Jirutka2016-09-112-0/+85
| | | | xterm is a dependency of firetools
* community/autossh: update README.alpine and improve abuildStuart Cardall2016-09-112-23/+13
|
* community/firetools: enable for all archsStuart Cardall2016-09-111-6/+4
|
* community/openblas: enable for aarch64 without -ilp64Jakub Jirutka2016-09-111-15/+14
| | | | https://github.com/xianyi/OpenBLAS/issues/956#issuecomment-246162047
* community/picocom: move from testingSören Tempel2016-09-101-0/+37
| | | | Also claim maintainership.
* community/chromium: don't depend on chromedriverNatanael Copa2016-09-091-4/+9
| | | | ref #6126
* community/runit: improve abuild and runscript, add "provide logger"Stuart Cardall2016-09-082-24/+11
| | | | | | If socklog is installed, then runit starts it and so provides a logger service. We need "provides logger" here to prevent OpenRC from starting Busybox's syslog when socklog is used (crond needs logger).
* community/namecoin: update to 0.13.0-rc1Stuart Cardall2016-09-087-224/+88
| | | | https://github.com/namecoin/namecoin-core/blob/master/Changes
* community/bitcoin: update 0.13.0Stuart Cardall2016-09-082-36/+31
| | | | https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.13.0.md
* community/tinyssh: update to 20160812Stuart Cardall2016-09-081-6/+6
|
* community/ffmpegthumbnailer: improve abuildJakub Jirutka2016-09-081-13/+9
|
* community/ffmpegthumbnailer: replace $_builddir with $builddirStuart Cardall2016-09-081-4/+4
|
* community/xpra: update to 0.17.5Stuart Cardall2016-09-081-26/+20
|
* community/firejail: fix few issues in abuildJakub Jirutka2016-09-081-8/+8
|
* community/firejail: update to 0.9.42-rc2Stuart Cardall2016-09-081-6/+6
|
* community/chromium: gcc6 fix and reduce stacksizeNatanael Copa2016-09-082-6/+10
| | | | | the crashes apparently came from gcc6. so we reduce stack size to 2MB again. This is what android use.
* community/firefox-esr: fix build with gcc6Natanael Copa2016-09-071-2/+2
|
* community/libreoffice: rebuild against poppler-0.47Natanael Copa2016-09-061-1/+1
|
* community/inkscape: rebuild against poppler-0.47Natanael Copa2016-09-061-1/+1
|
* community/firefox-esr: upgrade to 45.3.0Natanael Copa2016-09-062-30/+4
|
* community/greenbone-security-assistant: upgrade to 6.0.11Francesco Colista2016-09-061-6/+6
|
* community/openvas-scanner: upgrade to 5.0.7Francesco Colista2016-09-062-22/+20
|
* community/openvas-manager: upgrade to 6.0.9Francesco Colista2016-09-061-6/+6
|
* community/openvas-libraries: upgraded to 8.0.8Francesco Colista2016-09-061-6/+6
|
* community/py-evtx: upgrade to 0.4.0, moved from testing,Francesco Colista2016-09-061-0/+49
| | | | | * version 0.4.0. added support for python3, then the package has been renamed from py2-evtx * Added py2 and py3 subpackages
* community/lego: move from testingNatanael Copa2016-09-063-0/+162
|
* community/loksh: move from testingSören Tempel2016-09-054-0/+39
|
* community/openblas: disable on aarch64Carlo Landmeter2016-09-051-1/+1
| | | | | | | | | | | | | | | | | gfortran -Wall -march=armv8-a -o dblat2 dblat2.o ../libopenblas64__armv8p-r0.2.19.a -lm -lpthread -lgfortran -lm -lpthread -lgfortran OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./sblat1 gfortran -Wall -march=armv8-a -o zblat2 zblat2.o ../libopenblas64__armv8p-r0.2.19.a -lm -lpthread -lgfortran -lm -lpthread -lgfortran Program received signal SIGSEGV: Segmentation fault - invalid memory reference. Backtrace for this error: Segmentation fault make[1]: *** [Makefile:8: level1] Error 139 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/buildozer/aports/community/openblas/src/OpenBLAS-0.2.19-64/test' make: *** [Makefile:112: tests] Error 2 make: Leaving directory '/home/buildozer/aports/community/openblas/src/OpenBLAS-0.2.19-64' >>> ERROR: openblas: all failed
* community/glances: moved from testing, added docker supportFrancesco Colista2016-09-051-0/+34
|
* community/webkit2gtk: upgrade to 2.12.5Natanael Copa2016-09-051-4/+4
|
* community/py-psutil: upgrade to 4.3.1, enhanced APKBUILDFrancesco Colista2016-09-051-17/+12
|
* community/py-bottle: upgrade to 0.12.9, moved from testing,added python3 ↵Francesco Colista2016-09-051-0/+50
| | | | support, added py2 and py3 subpackages
* community/py-batinfo: moved from testing,added python3 support, added py2 ↵Francesco Colista2016-09-051-0/+49
| | | | and py3 subpackages
* community/py-snmp: moved from testing, added python3 support, adde py2 and ↵Francesco Colista2016-09-051-0/+52
| | | | py3 subpackages
* community/chromium: upgrade to 53.0.2785.92Natanael Copa2016-09-053-26/+11
| | | | increase thread stack size to 4MB since we had some pages that crashed.
* community/erlang: upgrade to 19.0.2Natanael Copa2016-09-051-1/+1
|
* community/syncthing: upgrade to 0.14.5Natanael Copa2016-09-051-4/+4
|
* community/openblas: upgrade to 0.2.19Natanael Copa2016-09-052-44/+5
|
* community/wiringpi: upgrade to 2.32Timo Teräs2016-09-051-0/+44
|
* community/psad: improve abuild and fix rundir locationJakub Jirutka2016-09-032-72/+77
|
* community/whois: improve abuildJakub Jirutka2016-09-031-6/+5
|
* community/perl-net-ipv4addr: improve abuildJakub Jirutka2016-09-031-5/+3
|