aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/avfs: upgrade to 1.0.5 and modernizeRoberto Oliveira2017-10-191-17/+8
|
* testing/wireguard: version bumpJason A. Donenfeld2017-10-193-8/+8
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* community/py-paho-mqtt: upgrade to 1.3.1Fabian Affolter2017-10-191-2/+2
|
* community/py-psutil: upgrade to 5.4.0Fabian Affolter2017-10-191-2/+2
|
* main/xen,community/rng-tools: remove unicode whitespace from APKBUILDsAndy Chu2017-10-192-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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'.
* main/gcr: update project url and modernizeRoberto Oliveira2017-10-191-22/+8
|
* testing/gcompat: disable on aarch64 for the momentWilliam Pitcock2017-10-191-1/+1
|
* community/julia: fix build on x86_64William Pitcock2017-10-191-1/+6
|
* community/julia: disable until we fix itJakub Jirutka2017-10-191-1/+1
| | | | | Their crappy broken makefile-based build system really makes me crazy... >_<
* community/julia: upgrade to 0.6.0Jakub Jirutka2017-10-199-78/+149
|
* Revert "community/julia: upgrade to 0.6.0"Jakub Jirutka2017-10-199-146/+75
| | | | | | This reverts commit 89182e0a43c4e4beac1bb5d9f87d267bc62eed6a. Sorry, I somehow messed up merging...
* community/julia: upgrade to 0.6.0Jakub Jirutka2017-10-199-75/+146
|
* community/postgresql-plpgsql_check: move from testingJakub Jirutka2017-10-191-0/+0
|
* community/postgresql-orafce: move from testingJakub Jirutka2017-10-191-0/+0
|
* main/postgresql-bdr: avoid conflicts in so:* with postgresqlJakub Jirutka2017-10-191-1/+3
|
* main/postgresql-bdr: modernize abuildJakub Jirutka2017-10-191-28/+26
|
* community/julia: reenable build on x86_64Jakub Jirutka2017-10-191-1/+1
| | | | The build failure was caused by bug in libunwind.
* main/libunwind: fix incorrect type of UNW_VERSION_MINORJakub Jirutka2017-10-192-3/+17
| | | | This breaks Julia build.
* community/pcc: upgrade to 20171006Cág2017-10-181-2/+2
|
* community/pcc-libs: upgrade to 20171006Cág2017-10-181-2/+2
|
* scripts/mkimg.base: add efi formats and filenames for arm and x86Timo Teräs2017-10-181-11/+5
|
* scripts/mkimg.base: add efi loaders to the iso imageTimo Teräs2017-10-181-17/+13
| | | | | | | | | | Strictly the 'efi' folder is not needed since it's in the efi.img. However, converting .iso to USB stick is a lot simpler when the EFI folder is in the .iso too. This allows just copying .iso contents to the USB stick and EFI boot will work. While Rufus supports extracting the boot files from efi.img, it was considered more portable to add the copy. This also simplifies updating setup-bootable to prepare EFI bootable disks.
* main/awall: upgrade to 1.4.8Kaarle Ritvanen2017-10-181-2/+2
|
* main/ferm: upgrade to 2.4.1Roberto Oliveira2017-10-181-3/+3
|
* main/fts: upgrade to 1.2.7 and modernizeRoberto Oliveira2017-10-181-20/+14
|
* main/offlineimap: upgrade to 7.13Sören Tempel2017-10-181-2/+2
|
* main/lua-hashids: move init.lua to usr/shareCarlo Landmeter2017-10-181-1/+4
|
* scripts/mkimg.base: improve .iso efi supportTimo Teräs2017-10-181-8/+7
| | | | | - use efi.img as the image name (Rufus recognizes it) - drop need for dosfstools, use mformat from mtools instead
* main/libuv: upgrade to 1.15.0Jakub Jirutka2017-10-181-2/+2
|
* main/execline: upgrade to 2.3.0.3Roberto Oliveira2017-10-181-2/+2
|
* main/cython: upgrade to 0.27.1Roberto Oliveira2017-10-181-2/+2
|
* community/yarn: upgrade to 1.2.1Ed Robinson2017-10-181-2/+2
|
* main/libxml2: upgrade to 2.9.6Jakub Jirutka2017-10-181-2/+2
|
* testing/neomutt: upgrade to 20171013Sören Tempel2017-10-171-2/+2
|
* main/mutt: upgrade to 1.9.1Sören Tempel2017-10-171-2/+2
|
* main/znc: disable build on s390x for nowRoberto Oliveira2017-10-171-1/+1
| | | | | Guile package is currently disable for s390x because of a build failure and is a dependency for znc.
* testing/gcompat: update URLs and bump to 0.1.0A. Wilcox2017-10-171-7/+7
|
* main/pkgconf: upgrade to 1.3.10William Pitcock2017-10-171-4/+2
|
* main/qemu: fix optionsJakub Jirutka2017-10-171-3/+5
|
* community/nodejs-current: upgrade to 8.7.0Jakub Jirutka2017-10-172-38/+4
|
* community/zabbix: upgrade to 3.4.3Leonardo Arena2017-10-171-3/+3
|
* main/hostapd: security fixesLeonardo Arena2017-10-178-4/+994
| | | | | | | | | | | | | | | - CVE-2017-13077 - CVE-2017-13078 - CVE-2017-13079 - CVE-2017-13080 - CVE-2017-13081 - CVE-2017-13082 - CVE-2017-13084 (not applicable) - CVE-2017-13086 - CVE-2017-13087 - CVE-2017-13088 https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt
* testing/efitools: fix parallel makeTimo Teräs2017-10-172-2/+16
|
* testing/efitools: new aportTimo Teräs2017-10-172-0/+42
| | | | | EFI tools https://git.kernel.org/pub/scm/linux/kernel/git/jejb/efitools.git
* testing/sbsigntool: new aportTimo Teräs2017-10-172-0/+337
| | | | | Secure Boot signing tools https://git.kernel.org/pub/scm/linux/kernel/git/jejb/sbsigntools.git/
* main/sudo: don't ship var/run, modernizeTimo Teräs2017-10-171-6/+6
| | | | | | | now that alpine-baselayout does that as symlink, we can't ship it as directory from other packages. sudo keeps some timestamp files there, and will create the directory if it's missing. so just delete it from the package.
* community/captagent: upgrade to 6.2.11Kaarle Ritvanen2017-10-162-10/+10
|
* main/wpa_supplicant: security upgradeSören Tempel2017-10-169-1/+1038
| | | | | | | | | | | | | | CVE-2017-13077 CVE-2017-13078 CVE-2017-13079 CVE-2017-13080 CVE-2017-13081 CVE-2017-13082 CVE-2017-13086 CVE-2017-13087 CVE-2017-13088 See also: https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt
* main/pciutils: upgrade to 3.5.5Leonardo Arena2017-10-161-3/+3
|
* main/acf-dnsmasq: upgrade to 0.7.1Ted Trask2017-10-161-5/+3
|