Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | community/gitea: upgrade to 1.2.1 | Carlo Landmeter | 2017-10-20 | 1 | -3/+3 | |
| | ||||||
* | testing/gb: new aport: new aport | Carlo Landmeter | 2017-10-20 | 2 | -0/+66 | |
| | ||||||
* | 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 | |
| | ||||||
* | community/zathura-pdf-poppler: move from testing | Jean-Louis Fuchs | 2017-10-20 | 1 | -0/+0 | |
| | ||||||
* | community/zathura-ps: move from testing | Jean-Louis Fuchs | 2017-10-20 | 1 | -0/+0 | |
| | ||||||
* | community/zathura: move from testing | Jean-Louis Fuchs | 2017-10-20 | 2 | -0/+0 | |
| | ||||||
* | community/girara: move from testing | Jean-Louis Fuchs | 2017-10-20 | 1 | -0/+0 | |
| | ||||||
* | community/py3-pyo: move from testing | Jean-Louis Fuchs | 2017-10-20 | 3 | -0/+0 | |
| | ||||||
* | community/blind: move from testing | Jean-Louis Fuchs | 2017-10-20 | 3 | -0/+0 | |
| | ||||||
* | 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> | |||||
* | community/setconf: upgrade to 0.7.5 | Michael Koloberdin | 2017-10-20 | 1 | -5/+3 | |
| | ||||||
* | main/linux-headers: add mips support | Nils Andreas Svee | 2017-10-20 | 1 | -0/+1 | |
| | ||||||
* | community/youtube-dl: upgrade to 2017.10.15.1 | Timo Teräs | 2017-10-20 | 1 | -2/+2 | |
| | ||||||
* | community/ccid: upgrade to 1.4.28, modernize | Timo Teräs | 2017-10-20 | 1 | -9/+8 | |
| | ||||||
* | 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 | |
| | ||||||
* | testing/meep: rebuild against gsl 2.4 | Roberto Oliveira | 2017-10-19 | 1 | -1/+1 | |
| | ||||||
* | testing/clapf: rebuild against gsl 2.4 | Roberto Oliveira | 2017-10-19 | 1 | -1/+1 | |
| | ||||||
* | community/inkscape: rebuild against gsl 2.4 | Roberto Oliveira | 2017-10-19 | 1 | -1/+1 | |
| | ||||||
* | community/guvcview: rebuild against gsl 2.4 | Roberto Oliveira | 2017-10-19 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | community/prosody: rebuild for s390x | William Pitcock | 2017-10-19 | 1 | -1/+1 | |
| | ||||||
* | community/py-markdown: rebuild for s390x | William Pitcock | 2017-10-19 | 1 | -1/+1 | |
| | ||||||
* | scripts/mkimage: enable building of efi iso images by default | Timo Teräs | 2017-10-19 | 2 | -2/+2 | |
| | ||||||
* | main/aports-build: add efi release dependencies, modernize | Timo Teräs | 2017-10-19 | 2 | -19/+11 | |
| | ||||||
* | testing/meep: enable build on ppc64le | Roberto Oliveira | 2017-10-19 | 1 | -1/+1 | |
| | ||||||
* | testing/filebeat: upgrade to 5.6.3 | Lyndon | 2017-10-19 | 1 | -4/+4 | |
| | ||||||
* | community/*: remove Olivier Mauras as a maintainer | Sören Tempel | 2017-10-19 | 5 | -10/+10 | |
| | | | | See: https://github.com/alpinelinux/aports/pull/2050 | |||||
* | community/libmpdclient: move from main | Sören Tempel | 2017-10-19 | 1 | -0/+0 | |
| | ||||||
* | community/ympd: move from main | Sören Tempel | 2017-10-19 | 4 | -0/+0 | |
| | ||||||
* | community/mpdscribble: move from main | Sören Tempel | 2017-10-19 | 2 | -0/+0 | |
| | ||||||
* | community/mpc: move from main | Sören Tempel | 2017-10-19 | 1 | -0/+0 | |
| | ||||||
* | community/ncmpc: move from main | Sören Tempel | 2017-10-19 | 3 | -0/+0 | |
| | ||||||
* | community/mpd: move from main | Sören Tempel | 2017-10-19 | 6 | -0/+0 | |
| | ||||||
* | main/bluez: add gatttool to bluez-deprecated | sharukins | 2017-10-19 | 1 | -1/+2 | |
| | ||||||
* | community/gomplate: upgrade to 2.1.0 | Dave Henderson | 2017-10-19 | 1 | -2/+2 | |
| | | | | Signed-off-by: Dave Henderson <dhenderson@gmail.com> | |||||
* | community/btrbk: upgrade to 0.26.0 | Stuart Cardall | 2017-10-19 | 1 | -3/+3 | |
| | | | | https://github.com/digint/btrbk/blob/master/ChangeLog | |||||
* | testing/neomutt: neomutt is now a hard fork | Sören Tempel | 2017-10-19 | 1 | -2/+2 | |
| | | | | And therefore now longer conflicts with mutt. | |||||
* | 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. | |||||
* | testing/fuse3: new aport | tmpfile | 2017-10-19 | 3 | -0/+120 | |
| | | | | https://github.com/alpinelinux/aports/pull/1902 | |||||
* | testing/meep: rebuild against guile 2.0 | William Pitcock | 2017-10-19 | 1 | -1/+1 | |
| |