Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/linux-firmware: fix path for -other firmwares | Timo Teräs | 2018-01-09 | 1 | -1/+2 |
| | |||||
* | main/mkinitfs: skip apk hooks | Henrik Riomar | 2018-01-09 | 2 | -3/+35 |
| | | | | Skip pre/post apk hooks on diskless initramfs installation. | ||||
* | main/libinput: upgrade to 1.9.4 | Daniel Sabogal | 2018-01-09 | 1 | -2/+2 |
| | |||||
* | main/e2fsprogs: build fix for s390x | Leonardo Arena | 2018-01-09 | 2 | -4/+26 |
| | |||||
* | main/e2fsprogs: upgrade to 1.43.8 | Daniel Sabogal | 2018-01-09 | 1 | -2/+2 |
| | |||||
* | main/linux-firmware: split up in subpackages | Oliver Smith | 2018-01-08 | 1 | -11/+47 |
| | | | | As discussed in <https://lists.alpinelinux.org/alpine-devel/6005.html> | ||||
* | main/inotify-tools: upgrade to 3.20.1 | Leonardo Arena | 2018-01-08 | 2 | -51/+3 |
| | |||||
* | main/apk-tools: upgrade to 2.9.1 | Timo Teräs | 2018-01-08 | 1 | -2/+2 |
| | |||||
* | main/irssi: security upgrade to 1.0.6 | Daniel Sabogal | 2018-01-08 | 1 | -3/+13 |
| | | | | | | (CVE-2018-5205, CVE-2018-5206, CVE-2018-5207, CVE-2018-5208) Add check | ||||
* | main/zfs-vanilla: rebuild against kernel 4.9.75-r0 | Timo Teräs | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | main/spl-vanilla: rebuild against kernel 4.9.75-r0 | Timo Teräs | 2018-01-07 | 1 | -1/+1 |
| | |||||
* | main/linux-vanilla: Update 4.9.73 --> 4.9.75 (Fix for Meltdown) | Marian Buschsieweke | 2018-01-07 | 8 | -9/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates to kernel version 4.9.75 and enables CONFIG_PAGE_TABLE_ISOLATION for x86, x86_64 and aarch64. For all other architectures, CONFIG_PAGE_TABLE_ISOLATION is disabled. CONFIG_PAGE_TABLE_ISOLATION mitigates the Meltdown security flaw almost all Intel CPUs and some ARM CPUs are suspect to [1,2]. (This patch does not solve the Spectre security threat [2], which affects also non-Intel CPUs [3].) I believe this commit will cause some discussion, especially the following points seem worth discussing: a) CONFIG_PAGE_TABLE_ISOLATION has a performance impact on syscalls, which can slow down specific applications significantly. AMD users might benefit from a kernel without KPTI (unless Meltdown turns out to affect them as well) b) Is disabling this feature a reasonable choice for CPU architectures different from x86, x86_64 and aarch64? [1]: https://meltdownattack.com/#faq-systems-meltdown [2]: http://kroah.com/log/blog/2018/01/06/meltdown-status/ [3]: https://meltdownattack.com/#faq-systems-spectre | ||||
* | main/musl: fix TLS-related edge-case with guard size patch | William Pitcock | 2018-01-06 | 2 | -3/+3 |
| | |||||
* | main/musl: track pthread guard sizes | William Pitcock | 2018-01-06 | 2 | -1/+54 |
| | |||||
* | main/pkgconf: upgrade to 1.4.0 | William Pitcock | 2018-01-05 | 1 | -2/+2 |
| | |||||
* | main/awstats: typo | Leonardo Arena | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | main/awstats: security fix (CVE-2017-1000501) | Leonardo Arena | 2018-01-05 | 3 | -6/+149 |
| | | | | Fixes #8371 | ||||
* | main/perl-time-hires: upgrade to 1.9752 | Leonardo Arena | 2018-01-05 | 1 | -2/+2 |
| | |||||
* | main/libressl: fix wrong command order in build() | Jakub Jirutka | 2018-01-05 | 1 | -1/+8 |
| | | | | Fixes #8366 (https://bugs.alpinelinux.org/issues/8366) | ||||
* | main/freeswitch: build with lua5.3 instead of lua5.2 | Jakub Jirutka | 2018-01-05 | 2 | -2/+26 |
| | |||||
* | main/graphviz: rename py-graphviz to py2-graphviz | Jakub Jirutka | 2018-01-05 | 1 | -2/+5 |
| | | | | | | And also declare dependency on python2, because it's not autodiscovered. It seems that graphviz is not compatible with Python 3.6. :( | ||||
* | main/graphviz: rename subpkg lua-graphviz to lua5.3-graphviz | Jakub Jirutka | 2018-01-05 | 1 | -2/+4 |
| | |||||
* | main/graphviz: build with lua5.3 instead of lua5.2 and fix destdir | Jakub Jirutka | 2018-01-05 | 1 | -7/+7 |
| | |||||
* | main/graphviz: define feature flags explicitly | Jakub Jirutka | 2018-01-05 | 1 | -0/+10 |
| | |||||
* | main/graphviz: sort configure flags and remove invalid ones | Jakub Jirutka | 2018-01-05 | 1 | -11/+11 |
| | | | | | | * Sort flags to be in the same order as in `configure --help`. * Change flag format according to `configure --help`. * Remove invalid flags (those missing in `configure --help`). | ||||
* | main/graphviz: fix source tarball, old one is N/A anymore | Jakub Jirutka | 2018-01-05 | 2 | -5/+42 |
| | | | | | | URL http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.40.1.tar.gz does not work anymore. :( The new tarball does not contain generated configure.sh script etc. | ||||
* | main/graphviz: modernize and cleanup abuild, fix license | Jakub Jirutka | 2018-01-05 | 1 | -19/+21 |
| | |||||
* | main/nodejs: upgrade to 8.9.4 | Tim Brust | 2018-01-04 | 1 | -3/+3 |
| | |||||
* | main/lua-file-magic: rename from lua5.2-*, add lua5.[23]-* subpkgs | Jakub Jirutka | 2018-01-04 | 2 | -27/+49 |
| | |||||
* | main/lua5.2-file-magic: fix and modernize abuild | Jakub Jirutka | 2018-01-04 | 1 | -24/+11 |
| | |||||
* | main/inotify-tools: upgrade to 3.20.0, modernize APKBUILD | Leonardo Arena | 2018-01-04 | 2 | -12/+59 |
| | |||||
* | main/s6-dns: upgrade to 2.3.0.0 | Laurent Bercot | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | main/s6-rc: upgrade to 0.4.0.0 | Laurent Bercot | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | main/s6: upgrade to 2.7.0.0 | Laurent Bercot | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | main/skalibs: upgrade to 2.6.3.0 | Laurent Bercot | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | main/perl-log-any: upgrade to 1.704 | Timo Teräs | 2018-01-04 | 1 | -5/+5 |
| | |||||
* | main/perl-exception-class: upgrade to 1.44 | Timo Teräs | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | main/perl-class-container: upgrade to 0.13 | Timo Teräs | 2018-01-04 | 1 | -13/+23 |
| | |||||
* | main/perl-time-hires: upgrade to 1.9751 | Carlo Landmeter | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | main/bluez: upgrade to 5.48 | Carlo Landmeter | 2018-01-04 | 1 | -3/+3 |
| | |||||
* | main/asterisk: add libtool to makedepends | Timo Teräs | 2018-01-04 | 1 | -2/+2 |
| | | | | This is a requirement to get res_odbc built. | ||||
* | main/lua-b64: rename from lua5.2-b64 and add lua5.[23]-b64 subpkgs | Jakub Jirutka | 2018-01-04 | 3 | -26/+52 |
| | |||||
* | main/lua5.2-b64: improve abuild | Jakub Jirutka | 2018-01-04 | 1 | -24/+7 |
| | |||||
* | main/ldoc: use lua5.3 instead of lua5.2 | Jakub Jirutka | 2018-01-04 | 1 | -2/+2 |
| | |||||
* | main/ldoc: improve abuild | Jakub Jirutka | 2018-01-04 | 1 | -24/+14 |
| | |||||
* | main/py-django: upgrade to 1.11.9, fix depends | Leonardo Arena | 2018-01-03 | 1 | -6/+12 |
| | |||||
* | main/doxygen: drop test that need tex | Henrik Riomar | 2018-01-02 | 1 | -1/+3 |
| | | | | The cite test uses bibtex, drop that test as texlive is only in testing. | ||||
* | main/doxygen: upgrade to 1.8.14 | Henrik Riomar | 2018-01-02 | 2 | -16/+10 |
| | |||||
* | main/fakeroot: modernize abuild | Henrik Riomar | 2018-01-02 | 1 | -19/+8 |
| | |||||
* | main/fakeroot: add check() | Henrik Riomar | 2018-01-02 | 1 | -0/+7 |
| |