aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/soundtouch: security upgrade to 2.1.2Natanael Copa2019-01-231-4/+10
| | | | | | | | | | | CVE-2018-17096 soundtouch: Assertion failure in BPMDetect class in BPMDetect.cpp CVE-2018-17097 soundtouch: Double free in WavFileBase class in WavFile.cpp CVE-2018-17098 soundtouch: Heap corruption in WavFileBase class in WavFile.cpp fixes #9881
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.7-r0Natanael Copa2019-01-231-2/+2
|
* community/elasticsearch: fix init script, redirect stdout to nullJakub Jirutka2019-01-232-2/+3
|
* community/elasticsearch: add logrotate configJakub Jirutka2019-01-232-0/+10
|
* community/elasticsearch: minor fixes in abuildJakub Jirutka2019-01-231-10/+6
|
* community/elasticsearch: fix and improve init scriptJakub Jirutka2019-01-233-9/+21
| | | | | | * SVCNAME is deprecated for a very long time, RC_SVCNAME should be used * nice 0 is the default value, not needed to define * error.log was previously owned by root instead of the ES user, so we need to fix it
* community/elasticsearch: fix indentation in init scriptJakub Jirutka2019-01-232-14/+14
|
* community/py-natsort: upgrade to 5.5.0Fabian Affolter2019-01-221-2/+2
|
* community/glances: upgrade to 3.1.0Fabian Affolter2019-01-221-2/+2
|
* community/py-msgpack: upgrade to 0.6.0Fabian Affolter2019-01-221-4/+4
|
* community/asciinema: upgrade to 2.0.2Fabian Affolter2019-01-211-2/+2
|
* community/py3-yarl: upgrade to 1.3.0Fabian Affolter2019-01-211-2/+2
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.16-r1Natanael Copa2019-01-211-1/+1
|
* community/php7-pecl-timezonedb: upgrade to 2018.9Andy Postnikov2019-01-211-2/+2
|
* community/geth: fix ppc64le build break by removing obsolete patch and ↵Mike Sullivan2019-01-212-14/+3
| | | | delete fix-ppc64le-isatty.patch
* Revert "community/geth: fix build on ppc64le"Natanael Copa2019-01-212-2/+13
| | | | This reverts commit d348141fc830b82477b6eec6741e21f54514ceb2.
* community/geth: fix build on ppc64leNatanael Copa2019-01-212-13/+2
| | | | patch seems to no longer be needed.
* community/pdns-recursor: re-enable testsJ0WI2019-01-211-1/+0
|
* community/pdns-recursor: security upgrade to 4.1.9J0WI2019-01-211-2/+5
|
* community/xfce4-battery-plugin: upgrade to 1.1.2Natanael Copa2019-01-211-2/+2
|
* community/xfce4-whiskermenu-plugin: upgrade to 2.3.1Natanael Copa2019-01-211-2/+2
|
* community/exo: upgrade to 0.12.4Natanael Copa2019-01-211-2/+2
|
* community/py-rpigpio: upgrade to 0.6.5André Klitzing2019-01-211-3/+3
|
* community/geth: upgrade to 1.8.21André Klitzing2019-01-211-3/+3
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.16-r0Natanael Copa2019-01-211-1/+1
|
* community/claws-mail: rebuild against updated libetpan for SNI supportTimo Teräs2019-01-211-1/+1
|
* community/youtube-dl: upgrade to 2019.01.17Leonardo Arena2019-01-211-2/+2
|
* community/snapcast: fix OpenRC serviceSören Tempel2019-01-202-3/+4
| | | | | | | | | | | | | | Without creating /var/lib/snapserver the services fails to start with the following error message: Exception: failed to create settings directory: "/var/lib/snapserver/": 13 Because the snapcast process itself tries to create the directory but doesn't run as root and therefore gets an EACCESS (13) error. While at it I also specified the pidfile created by the snapcast process. No idea how OpenRC was even able to track the service status without it.
* community/claws-mail: remove openssl dependencyJ0WI2019-01-191-4/+4
|
* community/drupal7: upgrade to 7.63Andy Postnikov2019-01-191-2/+2
|
* community/jenkins: upgrade to 2.150.2Roberto Oliveira2019-01-181-2/+2
|
* community/flatpak-builder: upgrade to 1.0.2André Klitzing2019-01-181-2/+2
|
* community/rng-tools: downgrade to 6.3.1 since does not build on ppc64leLeonardo Arena2019-01-171-3/+3
| | | | | | | rngd_darn.c: In function 'refill_rand': rngd_darn.c:129:15: error: 'struct rng' has no member named 'options'; did you mean 'rng_options'? if (ent_src->options[DARN_USE_AES].int_val) { ^~~~~~~
* community/rng-tools$: upgrade to 6.6Leonardo Arena2019-01-173-10/+8
| | | | | | - Remove unsupported daemon options which cause the daemon failing to start - Use built-in pidfile to properly stop the daemon - Add openrc subpkg
* community/drupal7: security upgrade to 7.62 - CVE-2018-1000888Andy Postnikov2019-01-171-2/+4
|
* community/pdns: use guardian modetcely2019-01-162-3/+3
| | | | | | | This fixes the reload command which relies on the guardian to cycle the running instance. fixes #7885
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.15-r0Natanael Copa2019-01-161-1/+1
|
* community/ruby-rake-compiler: upgrade to 1.0.7Jakub Jirutka2019-01-161-2/+2
|
* community/ruby-rugged: upgrade to 0.27.5Jakub Jirutka2019-01-161-2/+2
|
* community/ruby-i18n: upgrade to 1.5.2Jakub Jirutka2019-01-161-3/+3
|
* community/lld: fix source URLalpine-mips-patches2019-01-141-1/+1
| | | | | Use source URL as listed at http://releases.llvm.org/download.html#5.0.2
* community/llvm-libunwind: fix source URL, list archs explicitlyalpine-mips-patches2019-01-141-2/+2
| | | | | | | | | | Use source URL as listed at http://releases.llvm.org/download.html#5.0.2 Explicit list in arch= is still shorter than excluding all mips variants. Only libunwind-6 has soft-float mips and hard-float mips support is not available until libunwind-7.
* community/composer: bump pkgrelCarlo Landmeter2019-01-141-1/+1
|
* community/nextcloud: upgrade to 15.0.2Leonardo Arena2019-01-142-5/+16
| | | | | App user_external is now available only through the appstore: https://github.com/nextcloud/user_external/commit/05fb0e2f33f11e5ac6aefff80b73b21560cbdf58
* community/composer: add missing dependenciesKevin Daudt2019-01-141-1/+1
| | | | Composer does not run properly without iconv and mbstring.
* community/py3-aiohttp: upgrade to 3.5.4Francesco Colista2019-01-141-2/+2
|
* community/dockerpy-creds: upgrade to 0.4.0Francesco Colista2019-01-141-2/+2
|
* community/jattach: upgrade to 1.5jchipmunk2019-01-121-2/+2
|
* community/py-mysqlclient: upgrade to 1.3.14Dmitry Romanenko2019-01-121-2/+2
|
* community/php7: security upgrade to 7.2.14Andy Postnikov2019-01-121-2/+2
|