Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/pkgconf: upgrade to 1 | Bartłomiej Piotrowski | 2016-07-10 | 1 | -17/+8 |
| | |||||
* | main/dpkg: upgrade to 1.18.9 | Sören Tempel | 2016-07-10 | 1 | -9/+7 |
| | |||||
* | main/tzdata: upgrade to 2016f | Sören Tempel | 2016-07-10 | 1 | -8/+8 |
| | |||||
* | main/btrfs-progs: remove patch for pthread_tryjoin_np | Sören Tempel | 2016-07-10 | 2 | -19/+4 |
| | | | | The most recent musl version supports pthread_tryjoin_np now. | ||||
* | main/llvm: rebuild with new gcc | Bartłomiej Piotrowski | 2016-07-09 | 1 | -1/+1 |
| | |||||
* | main/imagemagick: version upgrage to 6.9.5-0 | ScrumpyJack | 2016-07-09 | 1 | -16/+9 |
| | | | | | | | | -Adds libxml2 as build dep. to fix bug #5445. -Minor clean op of APKBUILD file. -Upgrades from 6.9.4-1 to 6.9.4-8. This version removes the https handler for identify(1) due to CVE-2016-3714 http://tinyurl.com/z57da9v | ||||
* | main/frotz: use builddir and default prepare | Timo Teräs | 2016-07-09 | 1 | -13/+3 |
| | |||||
* | main/frotz: Verison upgrade to 2.44.0 | ScrumpyJack | 2016-07-09 | 1 | -7/+7 |
| | | | | | Minor version upgrade from 2.43.0 to 2.44.0 and changes $source from Sourceforge to Github. | ||||
* | main/py-twisted: new upstream version 16.3.0 | Christian Kampka | 2016-07-09 | 1 | -5/+5 |
| | |||||
* | main/py-psycopg2: new upstream version 2.6.2 | Christian Kampka | 2016-07-09 | 1 | -4/+4 |
| | |||||
* | main/mesa: new upstream version 12.0.0 | Christian Kampka | 2016-07-09 | 1 | -4/+4 |
| | |||||
* | main/acf-provisioning: upgrade to 0.9.4 | Ted Trask | 2016-07-08 | 1 | -4/+4 |
| | |||||
* | main/*: change source URL pypi.python.org to files.pythonhosted.org | Jakub Jirutka | 2016-07-08 | 79 | -83/+86 |
| | | | | See https://bitbucket.org/pypa/pypi/issues/438/backwards-compatible-un-hashed-package#comment-27734791 | ||||
* | main/gcc: add aarch64 support | Timo Teräs | 2016-07-08 | 3 | -11/+22 |
| | |||||
* | main/openssl: add aarch64 support | Timo Teräs | 2016-07-08 | 1 | -1/+2 |
| | |||||
* | main/linux-headers: add aarch64 support | Timo Teräs | 2016-07-08 | 1 | -0/+1 |
| | |||||
* | main/binutils: remove libiberty from cross builds | Timo Teräs | 2016-07-08 | 1 | -2/+8 |
| | |||||
* | main/open-iscsi: musl fix for error handling. fixes bug #4802 | Jann - Ove Risvik | 2016-07-08 | 2 | -4/+28 |
| | | | | | | | | | | Fixes bug #4802: http://bugs.alpinelinux.org/issues/4802 Seems like iscsiadm relies on checking optopt for checking if there's an error, instead of checking whether opterr is set or if getopt returns '?' and then using optopt to retrieve the option that it didn't recognize. For some reason musl sets optopt to the last option parsed even if it was valid. Is musl supposed to do that? glibc doesn't behave this way. The posix standard for getopt also reads like optopt is only supposed to be set when there's an error. (Only when I was looking for what to put in the email subject line, after I figured it all out did I notice that Brian Angus already submitted a fix earlier. Figured I'd sent this one anyway; that fix removes error output when presented with actual unrecognised arguments.) | ||||
* | main/lxc: upgrade to 2.0.3 | Carlo Landmeter | 2016-07-07 | 1 | -4/+4 |
| | |||||
* | main/lxc: upgrade to 2.0.1 | Carlo Landmeter | 2016-07-07 | 3 | -92/+5 |
| | |||||
* | main/alpine-baselayout: drop nut from passwd and group | Bartłomiej Piotrowski | 2016-07-07 | 3 | -9/+7 |
| | |||||
* | main/pidgin: Version upgrade to 2.11.0 | ScrumpyJack | 2016-07-07 | 1 | -7/+7 |
| | | | | Version bump from 2.10.12.to 2.11.0 which includes security fixes. | ||||
* | main/glib: simplify gquark fix | Natanael Copa | 2016-07-07 | 3 | -57/+52 |
| | |||||
* | main/libmnl: upgrade to 1.0.4 | Francesco Colista | 2016-07-07 | 1 | -11/+9 |
| | |||||
* | main/byobu: upgrade to 5.109 | Francesco Colista | 2016-07-07 | 1 | -5/+5 |
| | |||||
* | main/pax-utils: fix cross building | Timo Teräs | 2016-07-06 | 1 | -1/+3 |
| | |||||
* | main/libcap: fix .pc file generation | Timo Teräs | 2016-07-06 | 1 | -2/+2 |
| | | | | | | the $lib variable is prefixed with slash, so adding it ourselves would yield /usr//lib/. This in turn breaks cross compiling because pkgconf does not filter out system paths unless they match exactly. | ||||
* | main/libcap: fix cross building | Timo Teräs | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | main/gmp: fix cross building | Timo Teräs | 2016-07-06 | 1 | -2/+3 |
| | | | | use fixed libtool | ||||
* | main/acl: fix cross building | Timo Teräs | 2016-07-06 | 1 | -1/+3 |
| | |||||
* | main/gcc: more cross-build fixes | Timo Teräs | 2016-07-06 | 2 | -1/+26 |
| | | | | | | | | | - remove !tracedeps; errors will be shown during packaging but they are safe to ignore. tracedeps is needed for proper so provides to be generated - fix shared libada building when cross-compiling native compiler | ||||
* | main/nodejs-lts: upgrade to 4.4.7 | Bartłomiej Piotrowski | 2016-07-06 | 1 | -4/+4 |
| | |||||
* | main/py-configshell: updated dependencies | Jann - Ove Risvik | 2016-07-06 | 1 | -3/+3 |
| | |||||
* | main/py-pillow: upgrade to 3.3.0 and update URL | Thiébaud Weksteen | 2016-07-06 | 1 | -6/+6 |
| | | | | Signed-off-by: Thiébaud Weksteen <thiebaud@weksteen.fr> | ||||
* | main/py-twisted: new upstream version 16.2.0 | Christian Kampka | 2016-07-06 | 1 | -6/+6 |
| | |||||
* | main/apache2: new upstream version 2.4.23 | Christian Kampka | 2016-07-06 | 1 | -5/+5 |
| | |||||
* | main/apk-tools: fix cross compile | Timo Teräs | 2016-07-06 | 2 | -4/+22 |
| | |||||
* | main/libfetch: support cross compiling | Timo Teräs | 2016-07-06 | 2 | -8/+10 |
| | |||||
* | main/fish: upgrade to 2.3.1 | Sören Tempel | 2016-07-06 | 1 | -13/+6 |
| | |||||
* | main/unzip: fix installation of man pages | Sören Tempel | 2016-07-06 | 1 | -18/+13 |
| | | | | And cleanup a bit. | ||||
* | main/fakeroot: do not set LD_LIBRARY_PATH | Timo Teräs | 2016-07-06 | 2 | -1/+85 |
| | | | | | it breaks cross-binutils which use rpath to pick correct libbfd instead of the one in /usr/lib. | ||||
* | main/openssl: fix cross building | Timo Teräs | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | main/binutils: fix automatic so dependencies for cross builds | Timo Teräs | 2016-07-06 | 1 | -1/+1 |
| | |||||
* | main/libtool: fix a cross compile issue | Timo Teräs | 2016-07-06 | 2 | -11/+50 |
| | |||||
* | main/musl: fix bootstrap build | Timo Teräs | 2016-07-06 | 1 | -10/+15 |
| | |||||
* | main/busybox: fix bootstrap dependencies | Timo Teräs | 2016-07-06 | 1 | -1/+3 |
| | |||||
* | main/musl: upgrade to 1.1.15 | Timo Teräs | 2016-07-06 | 15 | -658/+6 |
| | |||||
* | main/gcc: restore original ssp nonshared patch | Timo Teräs | 2016-07-06 | 3 | -31/+25 |
| | | | | fixes x86 build | ||||
* | main/gcc: disable libmpx | Timo Teräs | 2016-07-06 | 1 | -2/+3 |
| | | | | it does not work with musl at the time being | ||||
* | main/gcc: upgrade to 6.1.0 | Timo Teräs | 2016-07-05 | 47 | -1892/+1347 |
| | | | | | | | | | | - use --enable-default-pie - patch bind now, ssp-strong, fortify and as-needed to be defaults - remove gentoo esp patches as unneeded (deprecated by the above) - update ecj - remove upstreamed musl patches, add current musl patches - support musl's static pie - fix some bootstrapping related issues |