Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/abuild: enable command: provider generation for command-not-found | William Pitcock | 2017-10-21 | 2 | -1/+57 |
| | |||||
* | main/command-not-found: new aport | William Pitcock | 2017-10-21 | 1 | -0/+24 |
| | |||||
* | main/xen: security fix for xsa245 | Daniel Sabogal | 2017-10-20 | 3 | -1/+128 |
| | |||||
* | main/mg: update to snapshot 20170828 | Cág | 2017-10-20 | 2 | -1353/+4 |
| | | | | | Remove the patch. Ignore the previous one because of missing checksums. | ||||
* | main/perl-net-dns: upgrade to 1.13 | Leonardo Arena | 2017-10-20 | 1 | -2/+2 |
| | |||||
* | main/perl-mail-dkim: upgrade to 0.44 | Leonardo Arena | 2017-10-20 | 1 | -3/+4 |
| | |||||
* | main/perl-net-dns-resolver-mock: new aport | Leonardo Arena | 2017-10-20 | 1 | -0/+48 |
| | |||||
* | main/busybox: rerun abuild checksum | William Pitcock | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | main/busybox: ash: add support for bash-style command_not_found_handle hook ↵ | William Pitcock | 2017-10-20 | 3 | -4/+71 |
| | | | | | | | | | | | function This implements support for the command_not_found_handle hook function, which is useful for allowing package managers to suggest packages which could provide the command. Unlike bash, however, we ignore exit codes from the hook function and always return the correct POSIX error code (EX_NOTFOUND). | ||||
* | main/binutils: add mips support | Nils Andreas Svee | 2017-10-20 | 4 | -36/+400 |
| | | | | | | * Remove hash-style-gnu.patch in favor of the patch adding a configure flag for it from upstream * Add gold-mips.patch from Debian, which makes gold configure correctly for MIPS64 targets * Use CTARGET_ARCH instead of CARCH to correctly determine whether to enable the x86_64-pep target or not | ||||
* | main/libinput: upgrade to 1.8.3 | Daniel Sabogal | 2017-10-20 | 1 | -2/+2 |
| | |||||
* | main/mkinitfs: Add busybox to makedepends_host | Rajiv Ranganath | 2017-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When bootstrapping aarch64, mkinitfs fails to build with the following error ``` + apkbuildname mkinitfs + local repo=mkinitfs + local pkg=mkinitfs + [ mkinitfs = mkinitfs ] + repo=main + echo /home/builder/aports-edge/main/mkinitfs/APKBUILD + CHOST=aarch64 BOOTSTRAP=bootimage APKBUILD=/home/builder/aports-edge/main/mkinitfs/APKBUILD abuild -r >>> mkinitfs: abuild 3.0.2-r0 >>> mkinitfs: Checking sanity of /home/builder/aports-edge/main/mkinitfs/APKBUILD... >>> mkinitfs: Analyzing dependencies... ERROR: unsatisfiable constraints: /bin/sh (virtual): provided by: busybox required by: kmod-24-r0[/bin/sh] kmod-24-r0[/bin/sh] .makedepends-mkinitfs-0: masked in: cache satisfies: world[.makedepends-mkinitfs] >>> ERROR: mkinitfs: all failed >>> mkinitfs: Uninstalling dependencies... ``` Adding busybox to makedepends_host fixes this issue. Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com> | ||||
* | main/linux-headers: add mips support | Nils Andreas Svee | 2017-10-20 | 1 | -0/+1 |
| | |||||
* | main/musl: fix possible buffer overrun in __posix_spawnx(). | William Pitcock | 2017-10-19 | 2 | -1/+35 |
| | | | | | | | | This can allow programs to crash when $PATH contains elements that are larger than 1024 bytes. Notably, PATH_MAX is larger than 1024 bytes, so this can cause environments with very long, but valid path elements in $PATH to have program crashes when they spawn new processes. No CVE for this one at the time of writing, but this seems like a probable security bug. | ||||
* | main/musl: upgrade to 1.1.17 | William Pitcock | 2017-10-19 | 75 | -4495/+3 |
| | |||||
* | main/gsl: upgrade to 2.4 | Roberto Oliveira | 2017-10-19 | 1 | -7/+3 |
| | |||||
* | main/busybox: bump CONFIG_BUSYBOX_EDITING_HISTORY to 8192 | William Pitcock | 2017-10-19 | 2 | -3/+3 |
| | |||||
* | main/busybox: upgrade to 1.27.2 | William Pitcock | 2017-10-19 | 4 | -37/+6 |
| | |||||
* | main/aports-build: add efi release dependencies, modernize | Timo Teräs | 2017-10-19 | 2 | -19/+11 |
| | |||||
* | community/libmpdclient: move from main | Sören Tempel | 2017-10-19 | 1 | -36/+0 |
| | |||||
* | community/ympd: move from main | Sören Tempel | 2017-10-19 | 4 | -80/+0 |
| | |||||
* | community/mpdscribble: move from main | Sören Tempel | 2017-10-19 | 2 | -75/+0 |
| | |||||
* | community/mpc: move from main | Sören Tempel | 2017-10-19 | 1 | -47/+0 |
| | |||||
* | community/ncmpc: move from main | Sören Tempel | 2017-10-19 | 3 | -122/+0 |
| | |||||
* | community/mpd: move from main | Sören Tempel | 2017-10-19 | 6 | -179/+0 |
| | |||||
* | main/bluez: add gatttool to bluez-deprecated | sharukins | 2017-10-19 | 1 | -1/+2 |
| | |||||
* | main/libmpdclient: set meson buildtype to release | Sören Tempel | 2017-10-19 | 1 | -2/+8 |
| | | | | Default is debug :( | ||||
* | main/ncmpc: include upstream patch fixing crash on resume after suspend | Sören Tempel | 2017-10-19 | 3 | -7/+42 |
| | | | | Also switch the build type to release while being here. | ||||
* | main/znc: reenable on s390x | William Pitcock | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | main/swig: rebuild against guile 2.0 | William Pitcock | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | main/guile: downgrade to 2.0.14 | William Pitcock | 2017-10-19 | 3 | -39/+15 |
| | |||||
* | main/grub: simplify, enable on arm, take maintainership | Timo Teräs | 2017-10-19 | 1 | -152/+46 |
| | |||||
* | main/mpd: add check | Sören Tempel | 2017-10-19 | 1 | -4/+10 |
| | |||||
* | main/mpd: modernize APKBUILD | Sören Tempel | 2017-10-19 | 1 | -10/+9 |
| | |||||
* | main/mpd: upgrade to 0.20.11 | Sören Tempel | 2017-10-19 | 1 | -3/+3 |
| | |||||
* | main/guile: retry building on s390x | William Pitcock | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | main/ckbcomp: upgrade to 1.168 | Roberto Oliveira | 2017-10-19 | 1 | -3/+3 |
| | |||||
* | main/avfs: upgrade to 1.0.5 and modernize | Roberto Oliveira | 2017-10-19 | 1 | -17/+8 |
| | |||||
* | main/xen,community/rng-tools: remove unicode whitespace from APKBUILDs | Andy Chu | 2017-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 modernize | Roberto Oliveira | 2017-10-19 | 1 | -22/+8 |
| | |||||
* | main/postgresql-bdr: avoid conflicts in so:* with postgresql | Jakub Jirutka | 2017-10-19 | 1 | -1/+3 |
| | |||||
* | main/postgresql-bdr: modernize abuild | Jakub Jirutka | 2017-10-19 | 1 | -28/+26 |
| | |||||
* | main/libunwind: fix incorrect type of UNW_VERSION_MINOR | Jakub Jirutka | 2017-10-19 | 2 | -3/+17 |
| | | | | This breaks Julia build. | ||||
* | main/awall: upgrade to 1.4.8 | Kaarle Ritvanen | 2017-10-18 | 1 | -2/+2 |
| | |||||
* | main/ferm: upgrade to 2.4.1 | Roberto Oliveira | 2017-10-18 | 1 | -3/+3 |
| | |||||
* | main/fts: upgrade to 1.2.7 and modernize | Roberto Oliveira | 2017-10-18 | 1 | -20/+14 |
| | |||||
* | main/offlineimap: upgrade to 7.13 | Sören Tempel | 2017-10-18 | 1 | -2/+2 |
| | |||||
* | main/lua-hashids: move init.lua to usr/share | Carlo Landmeter | 2017-10-18 | 1 | -1/+4 |
| | |||||
* | main/libuv: upgrade to 1.15.0 | Jakub Jirutka | 2017-10-18 | 1 | -2/+2 |
| | |||||
* | main/execline: upgrade to 2.3.0.3 | Roberto Oliveira | 2017-10-18 | 1 | -2/+2 |
| |