aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/pingu: modernizeNatanael Copa2018-09-041-24/+4
|
* main/pingu: create piddir on service startNatanael Copa2018-09-042-6/+3
| | | | | | Create the directory for the pidfile in openrc init.d script. ref #9369
* main/grub: fix install on xfsNatanael Copa2018-09-042-2/+64
| | | | ref #9375
* main/py-imagesize: upgrade to 1.1.0Jakub Jirutka2018-09-041-7/+5
|
* Revert "main/dovecot: upgrade to 2.3.2.1"Natanael Copa2018-09-031-1/+1
| | | | | | | | | The issue it was supposed to fix was only affecting 3.8-stable. git master was already updated. ref #9363 This reverts commit b992b2800067278ab9588885c69e91217a84c328.
* main/postfix: Adding missing m4 build dependencyMarkus Heimbach2018-09-031-2/+2
| | | | | | | | | | Starting with postfix 3.3 the script src/postconf/extract_cfg.sh needs m4 to successfully build. This leads to the following log output [1] during the package build [2]: extract_cfg.sh: line 89: m4: not found [1]: http://build.alpinelinux.org/buildlogs/build-edge-x86_64/main/postfix/postfix-3.3.1-r0.log [2]: https://pkgs.alpinelinux.org/package/edge/main/x86_64/postfix
* main/tiny-ec2-bootstrap: add e2fsprogs-extra dependencyJake Buchholz2018-09-031-2/+2
| | | | tiny-ec2-bootstrap uses resize2fs, which is in e2fsprogs-extra.
* main/libffi: modernizeNatanael Copa2018-09-031-7/+6
|
* main/libffi: check for __linux__ not linux on mips*Mobile Stream2018-09-032-1/+14
| | | | | The latter is not available in -std=c99 (e.g. as used by python3 build) and ffitarget.h tries to include sgidefs.h from a wrong location.
* main/libffi: fix native build on mips*Mobile Stream2018-09-031-1/+1
| | | | | | libffi needs asm/sgidefs.h on mips* from linux-headers however abuild ignores makedepends_host in native build if makedepends is set explicitly. The usual makedepends="$makedepends_build $makedepends_host" is not added by this patch because abuild properly reconstructs it.
* main/patch: avoid using broken code in cross buildNatanael Copa2018-09-031-1/+3
| | | | | | The configure cross-compile logic fails to detect no-clobber properties of gettimeofday and tzset functions and replaces them and some dependent calls with the code from the bundled GNU portability library.
* main/nginx: fix permissions of /var/tmpNatanael Copa2018-09-031-1/+2
| | | | | | | | Permissions of /var/tmp should be 1777. Due to limitation in apk/abuild we need to explicitly set the permissions of intermediate directories that should not have default. ref #9364
* main/ncurses: add /lib/terminfo to terminfo dirsNatanael Copa2018-09-031-2/+2
| | | | | | | This is so statically compiled binaries works on distros where terminfo is installed in /lib/terminfo (like ubuntu) ref #9363
* main/s6-networking: upgrade to 2.3.0.3Laurent Bercot2018-09-031-3/+3
|
* main/s6-dns: upgrade to 2.3.0.1Laurent Bercot2018-09-031-2/+2
|
* main/s6-linux-utils: upgrade to 2.5.0.0Laurent Bercot2018-09-031-2/+2
|
* main/s6-portable-utils: upgrade to 2.2.1.2Laurent Bercot2018-09-031-2/+2
|
* main/s6-rc: upgrade to 0.4.1.0Laurent Bercot2018-09-031-3/+3
|
* main/s6: upgrade to 2.7.2.0Laurent Bercot2018-09-031-4/+4
|
* main/execline: upgrade to 2.5.0.1Laurent Bercot2018-09-031-2/+2
|
* main/skalibs: upgrade to 2.7.0.0Laurent Bercot2018-09-031-2/+2
|
* main/py-sphinx: upgrade to 1.7.8Fabian Affolter2018-09-031-2/+2
|
* main/nsd: upgrade to 4.1.24Natanael Copa2018-09-031-2/+2
|
* main/protobuf-c: rebuild against libprotobuf.so.17prspkt2018-09-033-8/+273
|
* main/mosh: rebuild against libprotobuf.so.17prspkt2018-09-031-1/+1
|
* main/protobuf: clarify licenseprspkt2018-09-031-1/+1
|
* main/protobuf: fix test-suiteprspkt2018-09-031-0/+16
|
* main/protobuf: upgrade to 3.6.1prspkt2018-09-034-49/+24
|
* main/lua-asn1: upgrade to 2.2.0Kaarle Ritvanen2018-09-011-3/+3
|
* main/perl-pathtools: upgrade to 3.75Francesco Colista2018-08-311-2/+2
|
* main/lftp: clarify license, use httpsprspkt2018-08-311-4/+4
|
* main/lftp: upgrade to 4.8.4, add secfixes commentprspkt2018-08-311-4/+7
| | | | Fixes: CVE-2018-10916
* main/harfbuzz: upgrade to 1.8.8prspkt2018-08-311-3/+3
|
* main/slibtool: upgrade to 0.5.25prspkt2018-08-311-2/+2
|
* main/slibtool: modernize, use httpsprspkt2018-08-311-8/+7
|
* main/imagemagick: upgrade to 7.0.8.11, use httpsprspkt2018-08-311-4/+4
|
* main/nsd: upgrade to 4.1.23, use httpsprspkt2018-08-311-3/+3
|
* main/libinput: upgrade to 1.11.3prspkt2018-08-311-3/+3
|
* main/libmspack: clarify license, split utils to own subpkgprspkt2018-08-311-3/+9
|
* main/subversion: upgrade to 1.10.2prspkt2018-08-301-2/+2
|
* main/cups-filters: clarify license, modernize, use httpsprspkt2018-08-301-22/+11
|
* main/cups-filters: upgrade to 1.20.4prspkt2018-08-301-2/+2
|
* main/dovecot: upgrade to 2.3.2.1Natanael Copa2018-08-301-1/+1
| | | | ref #9363
* main/perl-yaml-libyaml: upgrade to 0.72prspkt2018-08-301-2/+2
|
* main/gst-plugins-base: upgrade to 1.14.2prspkt2018-08-301-2/+3
|
* main/gstreamer: upgrade to 1.14.2prspkt2018-08-301-2/+2
|
* main/fribidi: use official project urlprspkt2018-08-301-2/+3
| | | | Add documentation subpackage
* main/fribidi: upgrade to 1.0.5prspkt2018-08-301-2/+2
|
* main/xorg-server: upgrade to 1.20.1ryang2018-08-301-2/+2
|
* main/wayland-protocols: upgrade to 1.16emersion2018-08-301-2/+2
|