aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/postgresql-bdr-extension0.9: downgrade to 0.9.0 to maintain ↵Leonardo Arena2018-01-081-2/+2
| | | | compatibility with earlier Alpine versions
* main/wireshark: security upgrade to 2.2.11Leonardo Arena2017-12-291-2/+10
| | | | CVE-2017-17083, CVE-2017-17084, CVE-2017-17085
* community/zabbix: upgrade to 3.2.11Leonardo Arena2017-12-281-2/+2
|
* community/homer-api: apply LDAP security fixKaarle Ritvanen2017-12-142-4/+34
|
* community/graphicsmagick: security upgrade to 1.3.27.Francesco Colista2017-12-111-22/+13
| | | | | - Fixes #8096 - Fixes #7944 (last CVE was not fixed since the patch did not apply)
* community/nextcloud: upgrade to 12.0.4Leonardo Arena2017-12-052-27/+3
|
* community/firefox-esr: security upgrade to 52.5.0Natanael Copa2017-11-231-2/+2
| | | | fixes #8058
* community/roundcubemail: fix secfixes commentNatanael Copa2017-11-231-2/+2
|
* community/docker-registry: security upgrade to 2.6.2Andy Postnikov2017-11-151-3/+3
| | | | CVE-2017-1146 https://github.com/docker/distribution/releases/tag/v2.6.2
* community/zabbix: upgrade to 3.2.10Leonardo Arena2017-11-091-2/+2
|
* community/roundcubemail: add secinfoLeonardo Arena2017-11-091-1/+3
|
* community/roundcubemail: security upgrade to 1.2.7 (CVE-2017-16651)Leonardo Arena2017-11-091-2/+2
|
* community/php5: upgrade to 5.6.32Kaarle Ritvanen2017-11-011-2/+2
| | | | (cherry picked from commit 21bbc56f76863fc86c1e72057371a9edaaf17e4e)
* community/lua-hiredis: modernize, compile all in build stepTimo Teräs2017-10-301-24/+14
|
* community/lua-hiredisNathan Angelacos2017-10-304-37/+31
| | | | | | APKBUILD: hiredis.so now loads correctly 0003-: spell compatibility correctly 0004-: add backward compatibility define for luaL_checkint for Lua 5.3+
* community/libzip: security fixes (CVE-2017-14107, CVE-2017-12858)Leonardo Arena2017-10-253-4/+78
| | | | fixes #7814
* community/php7: add secinfoLeonardo Arena2017-10-251-0/+8
|
* community/go: security upgrade to 1.8.4 (CVE-2017-15041,CVE-2017-15042)Natanael Copa2017-10-241-3/+3
| | | | fixes #8043
* community/one-context: upgrade to 0.5.3Jakub Jirutka2017-10-231-7/+2
|
* community/wireshark: security upgrade to 2.2.10Leonardo Arena2017-10-231-6/+10
| | | | | | | (CVE-2017-15191, CVE-2017-15192, CVE-2017-15193) (CVE-2017-13765, CVE-2017-13766, CVE-2017-13767) fixes #8014 #7911
* Revert "main/xen,community/rng-tools: remove unicode whitespace from APKBUILDs"William Pitcock2017-10-191-2/+2
| | | | This reverts commit 94eec0c787af9a21f974d849af5a50a9e4969369.
* main/xen,community/rng-tools: remove unicode whitespace from APKBUILDsAndy Chu2017-10-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bugs in 2 packages by removing Unicode whitespace. I found these problems by parsing all APKBUILD scripts with my shell (http://www.oilshell.org/). The problem only occurs if 'make' fails. Here is an excerpt: $ od -c unicode-space.sh 0000000 m a k e | | 302 240 r e t u r n 0000020 1 \n 0000022 \302 \204 is a utf-8 whitespace. No shells accept this -- it's parsed as part of the 'return' word, which makes it an invalid command. $ busybox ash unicode-space.sh make: *** No targets specified and no makefile found. Stop. unicode-space.sh: line 1:  return: not found $ bash unicode-space.sh make: *** No targets specified and no makefile found. Stop. unicode-space.sh: line 1:  return: command not found $ dash unicode-space.sh make: *** No targets specified and no makefile found. Stop. unicode-space.sh: 1: unicode-space.sh:  return: not found Remove '|| return 1' from lines that contained unicode whitespace. abuild now runs with 'set -e'.
* community/zabbix: upgrade to 3.2.9Leonardo Arena2017-10-171-2/+2
|
* community/tor: security fix (CVE-2017-0380). Fixes #7989Francesco Colista2017-10-102-3/+58
|
* community/miniupnpc: security fixes CVE-2017-8798. Fixes #7990Francesco Colista2017-10-102-7/+55
|
* main/php7: disable checks to unblock the builderNatanael Copa2017-10-021-0/+1
|
* main/php7: disable tests that fails to unblock the builderNatanael Copa2017-10-022-1/+24
|
* community/nextcloud: upgrade to 10.0.3Leonardo Arena2017-09-281-3/+3
|
* community/zabbix: upgrade to 3.2.8Leonardo Arena2017-09-282-16/+4
|
* community/emacs: security upgrade to 25.3. Fixes #7864Francesco Colista2017-09-251-2/+2
|
* community/homer-ui: fix font permissionsKaarle Ritvanen2017-09-192-2/+2
|
* community/captagent: rebuildKaarle Ritvanen2017-09-191-1/+1
|
* community/homer-api: rebuildKaarle Ritvanen2017-09-191-1/+1
|
* community/homer-ui: backport local fontsKaarle Ritvanen2017-09-195-5/+384
|
* Revert "main/homer-ui: moved from community"Kaarle Ritvanen2017-09-191-0/+37
| | | | This reverts commit 5447327088bd1d3d797d8760daf18c3de73f23c7.
* Revert "main/homer-api: moved from community"Kaarle Ritvanen2017-09-194-0/+134
| | | | This reverts commit c5090b0c13f6d6f1fe2a52185100dbc7c9c549b6.
* Revert "main/captagent: moved from community"Kaarle Ritvanen2017-09-194-0/+91
| | | | This reverts commit 18fe037b8374692940023e8d494909188f658434.
* main/homer-ui: moved from communityKaarle Ritvanen2017-09-191-37/+0
|
* main/homer-api: moved from communityKaarle Ritvanen2017-09-194-134/+0
|
* main/captagent: moved from communityKaarle Ritvanen2017-09-194-91/+0
|
* community/terminator: added dependencies backported from master, added ↵Francesco Colista2017-09-181-4/+11
| | | | check(). Fixes #7854
* community/php7: upgrade to 7.1.9Natanael Copa2017-09-151-2/+2
|
* community/ruby2.2: upgrade to 2.2.8 (security fixes)Jakub Jirutka2017-09-151-3/+15
|
* community/postfixadmin: postfix can be installed in a separated machineLeonardo Arena2017-09-091-2/+3
| | | | (cherry picked from commit 8f6dacb00179501de6af4f3c6712bf82fd66bbc5)
* community/graphicsmagick: security fixes for CVE-2017-13775, CVE-2017-13776, ↵Francesco Colista2017-09-053-13/+363
| | | | CVE-2017-13777. Fixes #7790
* community/homer-api: fix LDAP auth with php7Kaarle Ritvanen2017-09-032-1/+14
|
* community/homer-api: subpackage for LDAP authenticationKaarle Ritvanen2017-09-031-2/+10
|
* community/zziplib: add missing dependencyKaarle Ritvanen2017-09-031-2/+2
|
* community/chicken: eliminate race condition in buildKaarle Ritvanen2017-09-032-108/+2
| | | | | do not patch the Scheme source file as it might get a later timestamp as the target C file
* community/chicken: fix buildKaarle Ritvanen2017-09-032-37/+14763
|