Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | community/postgresql-bdr-extension0.9: downgrade to 0.9.0 to maintain ↵ | Leonardo Arena | 2018-01-08 | 1 | -2/+2 | |
| | | | | compatibility with earlier Alpine versions | |||||
* | main/wireshark: security upgrade to 2.2.11 | Leonardo Arena | 2017-12-29 | 1 | -2/+10 | |
| | | | | CVE-2017-17083, CVE-2017-17084, CVE-2017-17085 | |||||
* | community/zabbix: upgrade to 3.2.11 | Leonardo Arena | 2017-12-28 | 1 | -2/+2 | |
| | ||||||
* | community/homer-api: apply LDAP security fix | Kaarle Ritvanen | 2017-12-14 | 2 | -4/+34 | |
| | ||||||
* | community/graphicsmagick: security upgrade to 1.3.27. | Francesco Colista | 2017-12-11 | 1 | -22/+13 | |
| | | | | | - Fixes #8096 - Fixes #7944 (last CVE was not fixed since the patch did not apply) | |||||
* | community/nextcloud: upgrade to 12.0.4 | Leonardo Arena | 2017-12-05 | 2 | -27/+3 | |
| | ||||||
* | community/firefox-esr: security upgrade to 52.5.0 | Natanael Copa | 2017-11-23 | 1 | -2/+2 | |
| | | | | fixes #8058 | |||||
* | community/roundcubemail: fix secfixes comment | Natanael Copa | 2017-11-23 | 1 | -2/+2 | |
| | ||||||
* | community/docker-registry: security upgrade to 2.6.2 | Andy Postnikov | 2017-11-15 | 1 | -3/+3 | |
| | | | | CVE-2017-1146 https://github.com/docker/distribution/releases/tag/v2.6.2 | |||||
* | community/zabbix: upgrade to 3.2.10 | Leonardo Arena | 2017-11-09 | 1 | -2/+2 | |
| | ||||||
* | community/roundcubemail: add secinfo | Leonardo Arena | 2017-11-09 | 1 | -1/+3 | |
| | ||||||
* | community/roundcubemail: security upgrade to 1.2.7 (CVE-2017-16651) | Leonardo Arena | 2017-11-09 | 1 | -2/+2 | |
| | ||||||
* | community/php5: upgrade to 5.6.32 | Kaarle Ritvanen | 2017-11-01 | 1 | -2/+2 | |
| | | | | (cherry picked from commit 21bbc56f76863fc86c1e72057371a9edaaf17e4e) | |||||
* | community/lua-hiredis: modernize, compile all in build step | Timo Teräs | 2017-10-30 | 1 | -24/+14 | |
| | ||||||
* | community/lua-hiredis | Nathan Angelacos | 2017-10-30 | 4 | -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 Arena | 2017-10-25 | 3 | -4/+78 | |
| | | | | fixes #7814 | |||||
* | community/php7: add secinfo | Leonardo Arena | 2017-10-25 | 1 | -0/+8 | |
| | ||||||
* | community/go: security upgrade to 1.8.4 (CVE-2017-15041,CVE-2017-15042) | Natanael Copa | 2017-10-24 | 1 | -3/+3 | |
| | | | | fixes #8043 | |||||
* | community/one-context: upgrade to 0.5.3 | Jakub Jirutka | 2017-10-23 | 1 | -7/+2 | |
| | ||||||
* | community/wireshark: security upgrade to 2.2.10 | Leonardo Arena | 2017-10-23 | 1 | -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 Pitcock | 2017-10-19 | 1 | -2/+2 | |
| | | | | This reverts commit 94eec0c787af9a21f974d849af5a50a9e4969369. | |||||
* | main/xen,community/rng-tools: remove unicode whitespace from APKBUILDs | Andy Chu | 2017-10-19 | 1 | -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.9 | Leonardo Arena | 2017-10-17 | 1 | -2/+2 | |
| | ||||||
* | community/tor: security fix (CVE-2017-0380). Fixes #7989 | Francesco Colista | 2017-10-10 | 2 | -3/+58 | |
| | ||||||
* | community/miniupnpc: security fixes CVE-2017-8798. Fixes #7990 | Francesco Colista | 2017-10-10 | 2 | -7/+55 | |
| | ||||||
* | main/php7: disable checks to unblock the builder | Natanael Copa | 2017-10-02 | 1 | -0/+1 | |
| | ||||||
* | main/php7: disable tests that fails to unblock the builder | Natanael Copa | 2017-10-02 | 2 | -1/+24 | |
| | ||||||
* | community/nextcloud: upgrade to 10.0.3 | Leonardo Arena | 2017-09-28 | 1 | -3/+3 | |
| | ||||||
* | community/zabbix: upgrade to 3.2.8 | Leonardo Arena | 2017-09-28 | 2 | -16/+4 | |
| | ||||||
* | community/emacs: security upgrade to 25.3. Fixes #7864 | Francesco Colista | 2017-09-25 | 1 | -2/+2 | |
| | ||||||
* | community/homer-ui: fix font permissions | Kaarle Ritvanen | 2017-09-19 | 2 | -2/+2 | |
| | ||||||
* | community/captagent: rebuild | Kaarle Ritvanen | 2017-09-19 | 1 | -1/+1 | |
| | ||||||
* | community/homer-api: rebuild | Kaarle Ritvanen | 2017-09-19 | 1 | -1/+1 | |
| | ||||||
* | community/homer-ui: backport local fonts | Kaarle Ritvanen | 2017-09-19 | 5 | -5/+384 | |
| | ||||||
* | Revert "main/homer-ui: moved from community" | Kaarle Ritvanen | 2017-09-19 | 1 | -0/+37 | |
| | | | | This reverts commit 5447327088bd1d3d797d8760daf18c3de73f23c7. | |||||
* | Revert "main/homer-api: moved from community" | Kaarle Ritvanen | 2017-09-19 | 4 | -0/+134 | |
| | | | | This reverts commit c5090b0c13f6d6f1fe2a52185100dbc7c9c549b6. | |||||
* | Revert "main/captagent: moved from community" | Kaarle Ritvanen | 2017-09-19 | 4 | -0/+91 | |
| | | | | This reverts commit 18fe037b8374692940023e8d494909188f658434. | |||||
* | main/homer-ui: moved from community | Kaarle Ritvanen | 2017-09-19 | 1 | -37/+0 | |
| | ||||||
* | main/homer-api: moved from community | Kaarle Ritvanen | 2017-09-19 | 4 | -134/+0 | |
| | ||||||
* | main/captagent: moved from community | Kaarle Ritvanen | 2017-09-19 | 4 | -91/+0 | |
| | ||||||
* | community/terminator: added dependencies backported from master, added ↵ | Francesco Colista | 2017-09-18 | 1 | -4/+11 | |
| | | | | check(). Fixes #7854 | |||||
* | community/php7: upgrade to 7.1.9 | Natanael Copa | 2017-09-15 | 1 | -2/+2 | |
| | ||||||
* | community/ruby2.2: upgrade to 2.2.8 (security fixes) | Jakub Jirutka | 2017-09-15 | 1 | -3/+15 | |
| | ||||||
* | community/postfixadmin: postfix can be installed in a separated machine | Leonardo Arena | 2017-09-09 | 1 | -2/+3 | |
| | | | | (cherry picked from commit 8f6dacb00179501de6af4f3c6712bf82fd66bbc5) | |||||
* | community/graphicsmagick: security fixes for CVE-2017-13775, CVE-2017-13776, ↵ | Francesco Colista | 2017-09-05 | 3 | -13/+363 | |
| | | | | CVE-2017-13777. Fixes #7790 | |||||
* | community/homer-api: fix LDAP auth with php7 | Kaarle Ritvanen | 2017-09-03 | 2 | -1/+14 | |
| | ||||||
* | community/homer-api: subpackage for LDAP authentication | Kaarle Ritvanen | 2017-09-03 | 1 | -2/+10 | |
| | ||||||
* | community/zziplib: add missing dependency | Kaarle Ritvanen | 2017-09-03 | 1 | -2/+2 | |
| | ||||||
* | community/chicken: eliminate race condition in build | Kaarle Ritvanen | 2017-09-03 | 2 | -108/+2 | |
| | | | | | do not patch the Scheme source file as it might get a later timestamp as the target C file | |||||
* | community/chicken: fix build | Kaarle Ritvanen | 2017-09-03 | 2 | -37/+14763 | |
| |