Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | main/zmap: Renaming files from upstram | Breno Leitao | 2017-03-24 | 1 | -1/+1 |
| | | | | | | | | Upstream renamed the some files from plain text to markdown (.md) file. Renaming these files on the install functions also, otherwise the files won't be found and the build fails. | ||||
* | main/newsbeuter: Compile without glibc | Breno Leitao | 2017-03-24 | 2 | -9/+14 |
| | | | | | | | | | | | If you try to compile newsbeuter without -fpermissive, as ppc64le, it will not build due to a wrong argument type. It is wrong because it sets the propoer argument if you have Linux with Glibc. Since we use MUSL, it use the wrong argument. This patch assure that both musl and glibc uses the same argument type. | ||||
* | main/perl-test2-suite: upgrade to 0.000070 | William Pitcock | 2017-03-24 | 1 | -5/+3 |
| | |||||
* | main/perl-sub-info: new aport | William Pitcock | 2017-03-24 | 1 | -0/+48 |
| | |||||
* | main/perl-term-table: new aport | William Pitcock | 2017-03-24 | 1 | -0/+48 |
| | |||||
* | main/perl-test-simple: modernize abuild (automatically via apkbuild-cpan) | William Pitcock | 2017-03-24 | 1 | -4/+12 |
| | |||||
* | main/perl-importer: upgrade to 0.024 | William Pitcock | 2017-03-24 | 1 | -4/+2 |
| | |||||
* | main/atop: cron.d is not a file but a directory | Gustavo Romero | 2017-03-24 | 1 | -1/+1 |
| | |||||
* | main/jasper: change build dir to "obj" | Natanael Copa | 2017-03-24 | 1 | -4/+4 |
| | | | | | the source package provides a dir named "build". We dont want use that for our build. | ||||
* | main/iptables: Does not install libiptc.a that does not exists | Breno Leitao | 2017-03-24 | 1 | -1/+0 |
| | | | | | | | | Currently iptables is not being built on ppc64le because it tries to install libiptc.a, that was not generated. This is breaking only on abuild version 3. On version 2, it is still working fine. | ||||
* | main/py-parsing: upgrade to 2.2.0 | André Klitzing | 2017-03-24 | 1 | -5/+3 |
| | |||||
* | main/openssh: upgrade to 7.5_p1 | André Klitzing | 2017-03-24 | 1 | -3/+3 |
| | |||||
* | main/perl-net-dns: upgrade to 1.09 | Leonardo Arena | 2017-03-24 | 1 | -5/+10 |
| | | | | add check | ||||
* | main/glib: upgrade to 2.52.0 | André Klitzing | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | main/gnutls: upgrade to 3.5.10 | André Klitzing | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | main/abuild: upgrade to 3.0.0_rc2 | Natanael Copa | 2017-03-24 | 4 | -473/+3 |
| | |||||
* | main/pkgconf: upgrade to 1.3.2 | William Pitcock | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | main/pkgconf: upgrade to 1.3.1 | William Pitcock | 2017-03-24 | 1 | -3/+3 |
| | |||||
* | main/memcached: upgrade to 1.4.36 | André Klitzing | 2017-03-24 | 1 | -2/+2 |
| | |||||
* | main/ca-certificates: alpine 3.4 has c_rehash in openssl binary, replaces ↵ | William Pitcock | 2017-03-23 | 1 | -2/+3 |
| | | | | needs adjusting | ||||
* | main/ttf-liberation: remove spurious cd command, disable testsuites as there ↵ | William Pitcock | 2017-03-23 | 1 | -1/+1 |
| | | | | aren't any | ||||
* | main/nodejs: upgrade to 6.10.1 | Jakub Jirutka | 2017-03-23 | 1 | -2/+2 |
| | |||||
* | main/openssh: fix patches | Valery Kartel | 2017-03-23 | 5 | -163/+103 |
| | | | | | | | fix hpn patches which was unintentionally disabled with commit 756f181a5 (main/openssh: support cross building and use default_prepare) rename *.diff to *.patch because *.diff are ignored by default_prepare | ||||
* | main/ruby: upgrade to 2.4.1 | Jakub Jirutka | 2017-03-23 | 1 | -2/+2 |
| | |||||
* | main/openresolv: upgrade to 3.9.0 | Natanael Copa | 2017-03-23 | 1 | -4/+2 |
| | |||||
* | main/nss: upgrade to 3.30 and fix -dev package | Natanael Copa | 2017-03-23 | 1 | -16/+20 |
| | | | | | we need to have the .so symlink in main package and not in the -dev. This means that we cannot use default_dev | ||||
* | main/nginx: force rebuild nginx pkg. Fixes #7039 | Leonardo Arena | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | main/linux-vanilla: build fix for aarch64 | Natanael Copa | 2017-03-23 | 2 | -2/+3 |
| | |||||
* | main/zfs-grsec: rebuild against kernel 4.9.17-r0 | Natanael Copa | 2017-03-23 | 1 | -2/+2 |
| | |||||
* | main/xtables-addons-grsec: rebuild against kernel 4.9.17-r0 | Natanael Copa | 2017-03-23 | 1 | -2/+2 |
| | |||||
* | main/spl-grsec: rebuild against kernel 4.9.17-r0 | Natanael Copa | 2017-03-23 | 1 | -2/+2 |
| |