Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/apk-tools: add missing cd $builddir in check() | William Pitcock | 2017-03-27 | 1 | -0/+1 | |
| | ||||||
* | main/abuild: add the actual patch | William Pitcock | 2017-03-27 | 1 | -0/+39 | |
| | ||||||
* | main/abuild: wrap check() with fakeroot, pointed out by @jirutka | William Pitcock | 2017-03-27 | 1 | -2/+4 | |
| | ||||||
* | main/pkgconf: add missing cd $builddir step, caught by new fakeroot tests patch | William Pitcock | 2017-03-27 | 1 | -0/+1 | |
| | ||||||
* | main/ser2net: Update version to 3.4 | Roberto Oliveira | 2017-03-27 | 1 | -5/+5 | |
| | | | | | Update ser2net to version 3.4 that is the last available version. | |||||
* | main/py-cffi: upgrade to 0.10.0 | André Klitzing | 2017-03-27 | 1 | -2/+2 | |
| | ||||||
* | main/libpng: upgrade to 1.6.29 | André Klitzing | 2017-03-27 | 1 | -10/+4 | |
| | ||||||
* | main/py-babel: upgrade to 2.4.0 | Kaarle Ritvanen | 2017-03-27 | 1 | -5/+3 | |
| | ||||||
* | main/pkgconf: upgrade to 1.3.3 | William Pitcock | 2017-03-27 | 1 | -2/+2 | |
| | ||||||
* | main/abuild: checksums of course | William Pitcock | 2017-03-27 | 1 | -1/+2 | |
| | ||||||
* | main/abuild: hint to pkgconf that we are a dependency generator and don't ↵ | William Pitcock | 2017-03-27 | 2 | -1/+28 | |
| | | | | want full SAT when generating dependencies | |||||
* | main/samba: don't use system cmocka | Leonardo Arena | 2017-03-27 | 1 | -3/+3 | |
| | | | | | | Currently doesn't build on aarch64: http://git.alpinelinux.org/cgit/aports/commit/?id=bcbcb71d7a89675f89e1de484bcd96319ef999aa | |||||
* | main/cmocka: disable on aarch64 | Leonardo Arena | 2017-03-27 | 1 | -2/+2 | |
| | ||||||
* | main/cmocka: enable for aarch64 | Leonardo Arena | 2017-03-27 | 1 | -2/+2 | |
| | ||||||
* | main/ethtool: upgrade to 4.10, modernize apkbuild | Francesco Colista | 2017-03-27 | 1 | -19/+12 | |
| | ||||||
* | main/samba: security fix (CVE-2017-2619) | Leonardo Arena | 2017-03-27 | 1 | -2/+11 | |
| | | | | Fixes #7050 | |||||
* | main/samba: upgrade to 4.6.0 | Valery Kartel | 2017-03-27 | 4 | -331/+164 | |
| | | | | | | | | fixes and cleanups in APKBUILD add /etc/samba/smb.conf to samba-common move /usr/libexec/samba dir to /usr/lib/samba remove unused patch: ld_library_path.patch remove unknown files: gen-bin-list.sh, split-pkg.lua | |||||
* | main/cmocka: move from testing | Valery Kartel | 2017-03-27 | 1 | -0/+40 | |
| | ||||||
* | main/libxslt: modernize APKBUILD | Leonardo Arena | 2017-03-27 | 1 | -12/+6 | |
| | ||||||
* | main/libxslt: add missing patch | Leonardo Arena | 2017-03-27 | 2 | -1/+75 | |
| | ||||||
* | main/libxslt: security fixes #7056 (CVE-2017-5029) | Leonardo Arena | 2017-03-27 | 1 | -5/+11 | |
| | ||||||
* | main/mosh: modernize APKBUILD | Francesco Colista | 2017-03-27 | 1 | -13/+11 | |
| | ||||||
* | main/openvpn: upgrade to 2.4.1 | André Klitzing | 2017-03-27 | 1 | -14/+2 | |
| | | | | Remove outdated configure flags. | |||||
* | main/git: upgrade to 2.12.2 | Sören Tempel | 2017-03-27 | 1 | -2/+2 | |
| | ||||||
* | main/mosh: add bash completion subpackage | Sören Tempel | 2017-03-27 | 1 | -2/+13 | |
| | ||||||
* | main/mosh: upgrade to 1.3.0 | Sören Tempel | 2017-03-27 | 1 | -9/+11 | |
| | ||||||
* | main/mksh: disable all tests requiring a controlling tty | Sören Tempel | 2017-03-26 | 1 | -1/+1 | |
| | ||||||
* | main/mksh: fix checkdepends | Sören Tempel | 2017-03-26 | 1 | -0/+1 | |
| | ||||||
* | main/mksh: add a check function | Sören Tempel | 2017-03-26 | 1 | -7/+10 | |
| | | | | | Also disable LTO since one test doesn't pass when building mksh with LTO. This might be a gcc bug... | |||||
* | aports/mariadb: remove glibc dep on ppc | Gustavo Romero | 2017-03-26 | 2 | -1/+78 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Remove dependency on glibc by using gcc builtin function and no glibc wrappers. Currently there are no surrogates in musl for: __ppc_get_timebase() __ppc_set_ppr_low() __ppc_set_ppr_med() however glibc __ppc_get_timebase() is just a wrapper for GCC builtin __builtin_get_timebase() available since GCC 4.8 [1], so assuming that aports on ppc64le will never be built using GCC < 4.8 we can just switch directly to the GCC builtin function. Also __ppc_set_ppr_{low,med}() are not available on musl but both are simple glibc wrappers on a single asm instruction, hence there is no harm in using asm directly instead. Actually, using asm directly was the first solution adopted in MariaDB [2]. [1] https://goo.gl/jxLV6O [2] https://goo.gl/9bjuVC | |||||
* | main/lftp: upgrade to 4.7.7 | Carlo Landmeter | 2017-03-26 | 1 | -2/+2 | |
| | ||||||
* | main/taskd: fix abuild, create user and group during build | Breno Leitao | 2017-03-26 | 1 | -1/+3 | |
| | | | | | | Currently taskd FTBFS if user 'taskd' does not exist in the builder. Adding pkgusers and pkggroups to create this user and group during the build. | |||||
* | main/privoxy: improve abuild | Jakub Jirutka | 2017-03-25 | 1 | -10/+13 | |
| | ||||||
* | main/privoxy: do not fail on file removal | Breno Leitao | 2017-03-25 | 1 | -1/+1 | |
| | | | | | | | | Privoxy is failing if it tries to remove a directory that does not exist. This patch just let the build continue if the directory-to-be-removed does not exists anymore. | |||||
* | main/smartmontools: improve abuild | Jakub Jirutka | 2017-03-25 | 1 | -5/+9 | |
| | ||||||
* | main/smartmontools: do not remove nonexistent directory | Breno Leitao | 2017-03-25 | 1 | -1/+0 | |
| | | | | | This package is trying to remove a directory that does not exist on current version. | |||||
* | main/kbd: upgrade to 2.0.4 | Breno Leitao | 2017-03-25 | 1 | -8/+4 | |
| | | | | | | | | Currently kbd is failing to build because the original URL is returning 404 due to the project URL change. This patch points $source to the new URL, and also, bump to the latest 2.0.4 version. | |||||
* | main/tinc: modernize abuild | Jakub Jirutka | 2017-03-25 | 1 | -14/+4 | |
| | ||||||
* | main/tinc: set -e build fix | Jakub Jirutka | 2017-03-25 | 1 | -1/+0 | |
| | | | | | install -D automatically creates intermediate directories, so mkdir is not needed here at all. | |||||
* | main/quagga: upgrade to 1.2.1 | Timo Teräs | 2017-03-25 | 1 | -2/+2 | |
| | ||||||
* | main/musl: give s390x a working sigcontext | William Pitcock | 2017-03-25 | 2 | -1/+35 | |
| | ||||||
* | main/dnssec-root: icann has the old root data available at a different url. ↵ | William Pitcock | 2017-03-25 | 1 | -3/+3 | |
| | | | | use that for now. | |||||
* | main/unzip: use distfiles.alpinelinux.org sources for now to bootstrap new archs | William Pitcock | 2017-03-25 | 1 | -1/+2 | |
| | ||||||
* | main/xfsprogs: fix -extra description | William Pitcock | 2017-03-25 | 1 | -1/+1 | |
| | ||||||
* | main/pcsc-lite: remove very odd chown/chmod that would never have worked anyway | William Pitcock | 2017-03-25 | 1 | -3/+1 | |
| | ||||||
* | main/flex: fix yywrap problem | William Pitcock | 2017-03-25 | 2 | -5/+32 | |
| | ||||||
* | main/perl-lwp-protocol-https: add perl-try-tiny dependency | William Pitcock | 2017-03-25 | 1 | -1/+1 | |
| | ||||||
* | main/live-media: Update version to 2017.01.26 | Roberto Oliveira | 2017-03-24 | 1 | -5/+5 | |
| | | | | | | Update live-media package version to 2017.01.26 (that is the last available version) and fix problem when coping .a files that does not exist because it is breaking with version 2017.01.26. | |||||
* | main/tcpdump: Fixing the url | Breno Leitao | 2017-03-24 | 1 | -2/+1 | |
| | | | | | | | | | | | Currently tcpdump does not build because the source download URL returns 404. Commit 71a35ed373786a483254518b4799ed12bf423087 changed the source URL to something temporary probably, but, it seems to be fixed upstream now, so, reverting the source location. No impact on the package checksum. | |||||
* | main/pingu: Fix build with abuild version 3 | Breno Leitao | 2017-03-24 | 1 | -1/+1 | |
| | | | | | | | | pingu does not build on abuild version 3, because it calls a Makefile target install-lua that fails. This target is completely broken upstream and depends on other non-existing targets. Just removing this target invocation |