aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix typo in github CONTRIBUTING documentRainer Gerhards2018-01-101-1/+1
| | | | | I hope this PR is acceptable, I did not see a template on how to change these type of housekeeping things.
* testing/yodl: revert upgrade for nowRoberto Oliveira2018-01-101-3/+3
| | | | | | | | Build is failing in builders with error: tput: terminal attributes: No such device or address I added ncurses to provide tput command but not sure yet why is failing with this error (build worked fine in my env)
* testing/yodl: add missing make dependencyRoberto Oliveira2018-01-101-1/+1
|
* testing/yodl: upgrade to 4.02.00Roberto Oliveira2018-01-101-2/+2
|
* testing/yara: adjust the path in workaroundRoberto Oliveira2018-01-101-1/+1
| | | | Hope it builds now...
* testing/yara: keep using workaround in 3.7.0 versionRoberto Oliveira2018-01-101-1/+10
| | | | For more info see commit 8db25d5fa1aaafe794536ed073f8c6b938c8147f
* testing/yara: upgrade to 3.7.0Roberto Oliveira2018-01-091-12/+4
| | | | Also remove a workaround needed to build version 3.6.3
* community/imagemagick6: upgrade to 6.9.9.33Jakub Jirutka2018-01-091-2/+2
|
* community/ruby-multi_json: upgrade to 1.13.0Jakub Jirutka2018-01-091-3/+3
|
* main/linux-firmware: fix path for -other firmwaresTimo Teräs2018-01-091-1/+2
|
* testing/cwm: new aportCág2018-01-092-0/+42
|
* main/mkinitfs: skip apk hooksHenrik Riomar2018-01-092-3/+35
| | | | Skip pre/post apk hooks on diskless initramfs installation.
* community/riot-web: upgrade to 0.13.4Carlo Landmeter2018-01-091-2/+2
|
* testing/py3-attrs: upgrade to 17.4.0Jean-Louis Fuchs2018-01-091-3/+3
|
* community/duo_unix: upgrade to 1.10.2Paul Morgan2018-01-091-3/+3
|
* community/duo_unix: update the license for SPDX variantPaul Morgan2018-01-091-1/+1
| | | | | Commit 63f5e7d295659 assigned the SPDX 3 license. This commit refines the license to show the exact variant.
* community/duo_unix: update source URL to use githubPaul Morgan2018-01-091-5/+9
| | | | | | | | | | | | | | | | What's different about the source at the URLs? * New URL: Github is the raw, authoritative source URL. * Old URL: The vendor takes the Github source, runs './bootstrap', and posts it to their download site. This commit makes the build process more transparent. Why change the URL now? The vendor has tagged a new version of duo_unix on github but has not yet made the new version available at their official download site.
* community/wiredtiger: fix to enable verbose messages as required by mongodb-3.6Marc Vertes2018-01-091-1/+2
|
* main/libinput: upgrade to 1.9.4Daniel Sabogal2018-01-091-2/+2
|
* main/e2fsprogs: build fix for s390xLeonardo Arena2018-01-092-4/+26
|
* main/e2fsprogs: upgrade to 1.43.8Daniel Sabogal2018-01-091-2/+2
|
* community/libpagemaker: upgrade to 0.0.4Timo Teräs2018-01-091-4/+2
|
* community/gns3-gui: upgrade to 2.1.2Francesco Colista2018-01-091-2/+2
|
* community/gns3-server: upgrade to 2.1.2Francesco Colista2018-01-091-2/+2
|
* main/linux-firmware: split up in subpackagesOliver Smith2018-01-081-11/+47
| | | | As discussed in <https://lists.alpinelinux.org/alpine-devel/6005.html>
* main/inotify-tools: upgrade to 3.20.1Leonardo Arena2018-01-082-51/+3
|
* testing/virtualgl: enable build on ppc64leRoberto Oliveira2018-01-081-1/+1
|
* testing/vips: upgrade to 8.6.1Roberto Oliveira2018-01-081-2/+2
|
* main/apk-tools: upgrade to 2.9.1Timo Teräs2018-01-081-2/+2
|
* testing/vault: upgrade to 0.9.1Roberto Oliveira2018-01-081-2/+2
|
* main/irssi: security upgrade to 1.0.6Daniel Sabogal2018-01-081-3/+13
| | | | | | (CVE-2018-5205, CVE-2018-5206, CVE-2018-5207, CVE-2018-5208) Add check
* Revert "testing/firefox: upgrade to 57.0.4"Leonardo Arena2018-01-081-3/+3
| | | | | | | | | This reverts commit f6759c967438a64f6c410d65c404d8cb3f97d29d. Rust was upgraded to 1.23 which no longer needs to import the trait AsciiExt: https://blog.rust-lang.org/2018/01/04/Rust-1.23.html Reverting for now until a patch is ready
* testing/firefox: upgrade to 57.0.4Leonardo Arena2018-01-081-3/+3
|
* testing/csmith: new aportDaniel Sabogal2018-01-073-0/+75
| | | | | https://embed.cs.utah.edu/csmith/ Tool for generating random C programs
* testing/wireguard-vanilla: rebuild against kernel 4.9.75-r0Timo Teräs2018-01-071-1/+1
|
* main/zfs-vanilla: rebuild against kernel 4.9.75-r0Timo Teräs2018-01-071-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.9.75-r0Timo Teräs2018-01-071-1/+1
|
* main/linux-vanilla: Update 4.9.73 --> 4.9.75 (Fix for Meltdown)Marian Buschsieweke2018-01-078-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
* testing/sqliteodbc: upgrade to 0.9995 and modernizeRoberto Oliveira2018-01-061-14/+11
|
* testing/snapraid: upgrade to 11.2Roberto Oliveira2018-01-061-2/+2
|
* testing/shotcut: upgrade to 18.01Roberto Oliveira2018-01-061-2/+2
|
* community/salt: adding init file to -syndic subpackageFusl2018-01-061-2/+2
|
* community/syncthing: upgrade to 0.14.42Roberto Oliveira2018-01-061-2/+2
|
* testing/syncthing-inotify: enable build on ppc64le and s390xRoberto Oliveira2018-01-061-1/+1
| | | | Enable build on both arches as syncthinis is building fine on them.
* testing/syncthing-inotify: fix checksumRoberto Oliveira2018-01-061-2/+2
|
* testing/radare2: upgrade to 2.2.0Roberto Oliveira2018-01-061-2/+2
|
* testing/qperf: modernize and add simple checkRoberto Oliveira2018-01-061-14/+17
| | | | Add a simple test as upstream doesn't provide a test suite.
* main/musl: fix TLS-related edge-case with guard size patchWilliam Pitcock2018-01-062-3/+3
|
* main/musl: track pthread guard sizesWilliam Pitcock2018-01-062-1/+54
|
* community/atril: upgrade to 1.19.6Roberto Oliveira2018-01-061-2/+2
|