aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/vlc: fix running with default interfaceAlex Raschi2018-09-031-1/+2
| | | | fixes https://bugs.alpinelinux.org/issues/9108
* community/duo_unix: upgrade to 1.10.4Paul Morgan2018-09-032-18/+3
| | | | Upstream now includes the patch for libressl 2.7.
* community/docker: upgrade to 18.06.1, added openrc sub-packageBernhard J. M. Gruen2018-09-031-13/+14
| | | | | | | This change to APKBUILD for runc also fixes a warning that gets logged every 30 seconds while running dockerd: failed to retrieve docker-runc version: unknown output format: runc version spec: 1.0.0\n Reason: the way it was built before was partially wrong
* community/glances: upgrade to 3.0Fabian Affolter2018-09-031-7/+7
|
* community/rippled: rebuild against libprotobuf.so.17prspkt2018-09-031-1/+1
|
* community/rethinkdb: rebuild against libprotobuf.so.17prspkt2018-09-031-3/+3
| | | | Use https
* community/pdns: rebuild against libprotobuf.so.17, use httpsprspkt2018-09-031-2/+2
|
* community/pdns-recursor: rebuild against libprotobuf.so.17, use httpsprspkt2018-09-031-2/+2
|
* community/namecoin: rebuild against libprotobuf.so.17prspkt2018-09-031-1/+1
|
* community/mumble: rebuild against libprotobuf.so.17prspkt2018-09-031-4/+11
| | | | Clarify license, use https
* community/bitcoin: rebuild against libprotobuf.so.17, use httpsprspkt2018-09-031-3/+3
|
* community/ostree: upgrade to 2018.8Andy Postnikov2018-09-031-2/+2
|
* community/gomplate: upgrade to 2.8.0Dave Henderson2018-08-311-2/+2
| | | | Signed-off-by: Dave Henderson <dhenderson@gmail.com>
* community/crystal: upgrade to 0.26.1Jakub Jirutka2018-08-301-2/+2
|
* community/lsscsi: clarify license modernizeprspkt2018-08-301-14/+8
|
* community/lsscsi: upgrade to 0.30prspkt2018-08-301-5/+3
|
* community/py-gst: upgrade to 1.14.2, clarify licenseprspkt2018-08-301-3/+3
|
* community/gst-libav: upgrade to 1.14.2prspkt2018-08-301-2/+2
|
* community/gst-plugins-ugly: upgrade to 1.14.2prspkt2018-08-301-2/+3
|
* community/gst-plugins-bad: upgrade to 1.14.2prspkt2018-08-301-3/+4
|
* community/gst-plugins-good: upgrade to 1.14.2prspkt2018-08-301-2/+3
|
* community/lxcfs: Modprobe modules instead of failing when absentAin2018-08-302-11/+3
| | | | | | | | Previously, lxcfs failed when the kernel modules were not listed the lsmod output. Built-in kernel modules never show up in lsmod, thus the service could not be properly started on such systems. Fixes #9214.
* community/psad: upgrade to 2.4.6Stuart Cardall2018-08-301-23/+21
| | | | https://github.com/mrash/psad/blob/master/ChangeLog
* community/fwsnort: upgrade to 1.6.8Stuart Cardall2018-08-301-4/+4
| | | | https://github.com/mrash/fwsnort/blob/master/ChangeLog
* community/gsoap: upgrade to 2.8.70Roberto Oliveira2018-08-301-2/+2
|
* community/gradle: upgrade to 4.10Roberto Oliveira2018-08-301-2/+2
|
* community/librdkafka: upgrade to 0.11.5Mike Milner2018-08-292-5/+47
| | | | | | - Upgrade to 0.11.5 - LibreSSL Fix (upstream: https://github.com/edenhill/librdkafka/pull/1901) - Enable SASL support & use system LZ4 instead of bundled
* community/rspamd: upgrade to 1.7.9Valery Kartel2018-08-281-3/+3
|
* community/php7-pecl-igbinary: renamed from php7-igbinary, modernizeAndy Postnikov2018-08-281-5/+7
|
* community/ffmpeg: security upgrade to 3.4.4Natanael Copa2018-08-281-3/+13
| | | | | fixes #9115 fixes #9353
* community/go: upgrade to 1.11Natanael Copa2018-08-281-4/+4
|
* community/go: remove compiler cache filesSören Tempel2018-08-271-1/+2
|
* community/firefox-esr: upgrade to 52.9.0Natanael Copa2018-08-271-2/+2
| | | | ref #9337
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.67-r0Natanael Copa2018-08-271-1/+1
|
* community/php7-gmagick: fix missing ini file and use httpsStuart Cardall2018-08-261-3/+3
|
* community/sparse: upgrade to 0.5.2Roberto Oliveira2018-08-251-5/+3
|
* community/tclap: upgrade to 1.2.2Roberto Oliveira2018-08-251-3/+3
| | | | use -j1 for check() to avoid race
* community/youtube-dl: upgrade to 2018.08.22Roberto Oliveira2018-08-251-2/+2
|
* community/you-get: upgrade to 0.4.1128Roberto Oliveira2018-08-251-2/+2
|
* community/git-lfs: upgrade to 2.5.1Jakub Jirutka2018-08-253-30/+42
|
* community/ruby-i18n: upgrade to 1.1.0Jakub Jirutka2018-08-251-2/+2
|
* community/ruby-rspec-expectations: upgrade to 3.8.1Jakub Jirutka2018-08-251-2/+2
|
* community/nnn: upgrade to 1.9Jakub Jirutka2018-08-251-2/+2
|
* community/borgbackup: upgrade to 1.1.7Jakub Jirutka2018-08-251-2/+2
|
* community/gwsocket: upgrade to 0.3Jakub Jirutka2018-08-251-3/+3
|
* community/xterm: upgrade to 334Jakub Jirutka2018-08-251-2/+2
|
* Fix libressl compilation issue.Gennady Feldman2018-08-242-2/+24
| | | | | * Fixes https://bugs.alpinelinux.org/issues/9204 * Thank you Jie Meng for the bug report and patch/fix.
* community/perl-par-packer: upgrade to 1.047Stuart Cardall2018-08-241-2/+2
|
* community/podofo: upgrade to 0.9.6Natanael Copa2018-08-242-7/+21
|
* community/knot: rebuild against libidn.so.12prspkt2018-08-241-1/+1
|