aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/qemu-openrc: upgrade to 0.5.1Jakub Jirutka2017-03-121-4/+3
|
* main/lua-ldap: fix anonymous bind, add more metadata into patchesJakub Jirutka2017-03-126-9/+54
|
* testing/ndctl: new aportBreno Leitao2017-03-122-0/+78
| | | | | | | ndctl is a utility for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel. Adding it into Alpine Linux.
* community/libp8-platform: new aport (dependency of libcec)Róbert Nagy2017-03-121-0/+32
|
* main/uwsgi: enable jansson supportTom Marks2017-03-121-1/+2
| | | | | | | | | Enables --json option during compilation time. Adds build dependency jansson-dev and install dependency jansson. Compalation with jansson-dev enables the --json option. Please see uwsgi docs: http://uwsgi-docs.readthedocs.io/en/latest/Configuration.html#json-files
* community/xpra: improve abuildJakub Jirutka2017-03-121-2/+6
|
* community/xpra: update to 1.0.4Stuart Cardall2017-03-121-4/+5
|
* community/nodejs-current: upgrade to 7.7.2Ole-Martin Bratteng2017-03-121-3/+3
|
* main/lua-ldap: remove bash from checkdependsJakub Jirutka2017-03-112-12/+11
|
* testing/ghc: Add testsuiteMitch Tishmack2017-03-111-1/+9
| | | | | | | | | | | Note, while the other testsuites run fine, they're very long running. fast ~ 10 min normal ~45 min long ~over an hour This is on a skylake i7, so results may vary. So for now only run the fast test suite.
* testing/cmocka: separate -dev subpackageValery Kartel2017-03-101-7/+10
|
* main/lddtree: upgrade to 1.26Natanael Copa2017-03-103-140/+3
|
* main/truecrypt: flush stdout before reading stdinTimo Teräs2017-03-102-15/+14
| | | | | stdout is line-buffered, and needs to be flushed explicitly in musl. fixes #6992
* main/mupdf: fix for CVE-2017-5991Daniel Sabogal2017-03-102-2/+98
| | | | use !check
* community/libinput, wayland-protocols, wlc, sway: move from testingDaniel Sabogal2017-03-104-0/+0
|
* testing/sway: take maintainershipDaniel Sabogal2017-03-101-7/+6
| | | | | use !check remove unneeded dependencies
* testing/wlc: add check and take maintainershipDaniel Sabogal2017-03-101-8/+8
|
* testing/wayland-protocols: use !check instead of stubDaniel Sabogal2017-03-101-5/+2
|
* testing/libinput: upgrade to 1.6.3Daniel Sabogal2017-03-101-6/+6
| | | | | use !check take maintainership
* testing/blind: new aportJean-Louis Fuchs2017-03-103-0/+70
|
* testing/ydcv: new aportIvan Tham2017-03-101-0/+33
| | | | | https://github.com/felixonmars/ydcv YouDao Console Version - Chinese online translate
* main/nodejs: upgrade to 9.10.0Jakub Jirutka2017-03-102-73/+81
|
* main/lua-ldap: fix segfault, iteration error and run testsJakub Jirutka2017-03-105-6/+230
|
* testing/gitea: move to communityCarlo Landmeter2017-03-106-0/+0
|
* testing/gitea: upgrade to 1.1.0Carlo Landmeter2017-03-103-36/+15
|
* community/greenbone-security-assistant: greenbone-nvt-sync requires gnu wgetFrancesco Colista2017-03-091-1/+2
|
* community/greenbone-security-assistant: fixed segfault due to stack assuming ↵Francesco Colista2017-03-092-3/+32
| | | | is a glibc distro
* community/perl-text-glob: upgrade to 0.11Francesco Colista2017-03-091-4/+2
|
* main/lua-ldap: fix replaces for 5.1Jakub Jirutka2017-03-091-3/+3
|
* main/lua-ldap: fix subpackages' nameJakub Jirutka2017-03-091-2/+3
|
* community/smstools: upgrade to 3.1.18Leonardo Arena2017-03-091-2/+2
|
* community/virt-manager: upgrade to 1.4.1Leonardo Arena2017-03-091-7/+3
|
* main/coreutils: upgrade to 8.27André Klitzing2017-03-091-4/+2
|
* main/py-sphinx_rtd_theme: upgrade to 0.2.4André Klitzing2017-03-091-2/+2
|
* testing/libtorrent-rasterbar: update to 1.0.11alex2017-03-091-4/+4
|
* testing/suricata: upgrade to 3.2.1Steve McMaster2017-03-091-5/+5
|
* testing/libecap: new aportRoger Newman2017-03-091-0/+41
| | | | | http://www.e-cap.org/ API for implementing ICAP content analysis and adaptation
* main/perl-dbd-mysql: update APKBUILDLeonardo Arena2017-03-091-5/+12
|
* main/perl-dbd-mysql: upgrade to 4.042Leonardo Arena2017-03-091-5/+3
|
* main/perl-devel-checklib: new aportLeonardo Arena2017-03-091-0/+48
|
* main/perl-io-captureoutput: new aportLeonardo Arena2017-03-091-0/+48
|
* testing/hiawatha: update to 10.5Stuart Cardall2017-03-081-8/+2
|
* testing/netatalk: fix runscriptJakub Jirutka2017-03-082-9/+9
|
* testing/netatalk: unbundle dependencies and be explicit w/ flagsJakub Jirutka2017-03-081-1/+24
|
* testing/netatalk: new aportAlexander Rigbo2017-03-082-0/+58
| | | | | http://netatalk.sourceforge.net/ Netatalk is a freely-available Open Source AFP fileserver
* testing/cabal: Add armhf to architecturesMitch Tishmack2017-03-081-1/+1
| | | | Since we have a ghc for armhf, also build cabal for that arch.
* main/musl: Fix a ppc64le loader issueBreno Leitao2017-03-082-0/+30
| | | | | | | Fix a problem on ppc64le that sometimes musl crashes during the application load. The crash was found on the loader. This problem was just fixed upstream, and I am adding it back to Alpine.
* community/greenbone-security-assistant: added patch for run dirFrancesco Colista2017-03-082-3/+18
|
* community/greenbone-security-assistant: fixed sbin path, improved initdFrancesco Colista2017-03-083-7/+9
|
* testing/libuser: changed source url due to fedorahosted.org closeFrancesco Colista2017-03-081-10/+4
|