aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/py3-requests: fix running with new idnaLeo2020-02-181-3/+6
| | | | Use a patch from upstream
* main/alpine-baselayout: move /etc/sysctl.d/00-alpine.conf to new /lib/sysctl.dAriadne Conill2020-02-181-2/+3
|
* main/openrc: checksumsAriadne Conill2020-02-181-1/+1
|
* main/openrc: write sysctl service with sane ordering of servicesLeo2020-02-184-61/+100
|
* main/apk-tools: upgrade to 2.10.5Timo Teräs2020-02-183-138/+5
|
* main/glib: upgrade to 2.62.5Rasmus Thomsen2020-02-181-3/+3
|
* community/gjs: upgrade to 1.58.5Rasmus Thomsen2020-02-181-2/+2
|
* main/gptfdisk: upgrade to 1.0.5Leo2020-02-182-7/+23
|
* main/ppp: cleanup APKBUILD and modernizeMilan P. Stanić2020-02-171-10/+9
|
* main/ppp: change url to https://ppp.samba.org/Milan P. Stanić2020-02-171-1/+1
|
* main/ppp: upgrade to 2.4.8Milan P. Stanić2020-02-175-197/+46
| | | | | | | | | | | | | | change source to github ppp repository remove defaultroute-metric.3.patch, fixed upstream remove prepare() function and use default change builddir and remove _builddir fix musl-fix-headers.patch add fix-pppd-magic.h.patch (split out of the musl-fix-headers.patch and addapted) add fix-pppd-pppoe.h.patch (split out of the musl-fix-headers.patch and addapted) enable USE_CRYPT=y in pppd/Makefile.linux to use libcrypto, else it try to use des.h (which does not exist on Alpine).
* main/nginx: enable mod-http-lua on s390xYaakov Selkowitz2020-02-171-15/+7
| | | | | | luajit was just enabled on s390x, allowing mod-http-lua to be built thereon as well. This is used by the Kubernetes 'echoserver' E2E test image.
* main/pm-utils: fix url=Leo2020-02-171-9/+4
|
* main/pkgconf: fix url=Leo2020-02-171-7/+3
|
* main/perl-convert-uulib: upgrade to 1.62Leo2020-02-171-3/+3
|
* rebuild against libx265.so.188Leo2020-02-171-1/+1
|
* main/x265: upgrade to 3.3Leo2020-02-171-2/+2
|
* main/gtk+3.0: upgrade to 3.24.14Rasmus Thomsen2020-02-171-2/+2
|
* main/linux-octeon: upgrade to 5.4.20Ariadne Conill2020-02-171-2/+2
|
* main/gcc: disable D support on mips for nowAriadne Conill2020-02-171-0/+5
|
* main/py3-idna: upgrade to 2.9Leo2020-02-171-3/+3
|
* main/dmvpn: upgrade to 1.3.0Kaarle Ritvanen2020-02-171-2/+2
|
* main/freeradius: return abfab*Jakub Jirutka2020-02-171-4/+1
| | | | | | I originally removed it based on Fedora as a part of bigger cleanup, but now I couldn't find why Fedora actually removed it at the first place and I myself didn't find any reason for removing it.
* main/freeradius: fix problem with globbingJakub Jirutka2020-02-171-14/+14
|
* main/freeradius: move radclient to subpkg -utilsJakub Jirutka2020-02-171-10/+4
| | | | | Since we have -utils subpackage, it doesn't make much sense to keep just radclient in a separate subpackage.
* main/freeradius: remove testing tools (radattr, map_unit) from packageJakub Jirutka2020-02-172-2/+22
|
* main/libgudev: add -dbg subpkg and cleanupRasmus Thomsen2020-02-171-5/+2
|
* main/json-glib: fix buildtype, add -dbg subpkgRasmus Thomsen2020-02-171-12/+11
| | | | Also fix the url and license while we're at it and clean up
* main/gdk-pixbuf: fix buildtype, cleanupRasmus Thomsen2020-02-171-5/+2
|
* main/freeradius: improve setup-freeradius enable-modJakub Jirutka2020-02-172-6/+28
|
* main/freeradius: change default cache paths to /var/cache/radiusdJakub Jirutka2020-02-172-43/+104
| | | | | All are commented out, so we don't have to handle existing cache directories in upgrade.
* main/freeradius: change default cui sqlite location to $db_dir/Jakub Jirutka2020-02-173-2/+23
| | | | It's a database, so it shouldn't be in /var/log.
* main/linux-*: remove redundant override of HOSTCCMinecrell2020-02-173-15/+5
| | | | | | | | | | | | | | | | | | | | | apkbuild-lint complains about the use of HOSTCC in APKBUILDs: IC:[AL6]:main/linux-lts/APKBUILD:66:prefix custom variable with _: HOSTCC="${CC:-gcc}" IC:[AL6]:main/linux-lts/APKBUILD:67:prefix custom variable with _: HOSTCC="${HOSTCC#${CROSS_COMPILE}}" MC:[AL31]:main/linux-lts/APKBUILD:66:variables must not have capital letters MC:[AL31]:main/linux-lts/APKBUILD:67:variables must not have capital letters The first two were fixed in https://gitlab.alpinelinux.org/Leo/atools/merge_requests/24. But apkbuild-lint still complains about the capitalized variable. Adding an exception for this in atools seems quite complicated. It turns out overriding HOSTCC in the linux-* APKBUILD is actually no longer necessary. abuild automatically sets HOSTCC correctly now when cross compiling, and the APKBUILD will just set the same value again. (see https://gitlab.alpinelinux.org/alpine/abuild/commit/9be173c6774fbec6cf8acd573faa039dd4129fc6) We can just remove HOSTCC from the APKBUILD. linux-lts still builds fine when cross compiling for aarch64 using bootstrap.sh.
* main/py3-tox: upgrade to 3.14.5Leo2020-02-171-2/+2
|
* main/git: upgrade to 2.25.1Leo2020-02-171-5/+2
|
* main/alpine-baselayout: install {,/usr}/lib/modules-load.dLeo2020-02-161-1/+2
|
* main/librelp: upgrade to 1.5.0Leo2020-02-161-2/+2
|
* main/sbsigntool: upgrade to 0.9.3Leo2020-02-161-2/+2
|
* main/sqlite: add -tcl subpackageRasmus Thomsen2020-02-161-4/+23
| | | | fixes #6608
* main/byobu: upgrade to 5.132Leo2020-02-161-6/+2
|
* main/bluez: upgrade to 5.53Leo2020-02-161-5/+2
|
* main/pax-utils: upgrade to 1.2.5Leo2020-02-161-4/+2
|
* main/freeradius: change default sqlite db path to reasonable locationJakub Jirutka2020-02-162-1/+21
|
* main/freeradius: add symlink mod-enabled/sql to -sql subpkgJakub Jirutka2020-02-161-1/+2
|
* main/compiler-rt: Fix compiler-rt install locationEric Molitor2020-02-161-3/+4
| | | | | | | | | | | | | | | | | | Alpine currently installs compiler-rt into the following location. [DESTDIR]/lib/clang/[CLANG_VERSION] However, Clang expects compiler-rt to be located at a specific location. [DESTDIR]/lib/clang/[CLANG_VERSION]/lib/[OS] This results in clang on Alpine not being able to use compiler-rt. clang -rtlib=compiler-rt hello.c /usr/bin/ld: cannot find crtbeginS.o: No such file or directory /usr/bin/ld: cannot find /usr/lib/clang/9.0.0/lib/linux/libclang_rt.builtins-x86_64.a: No such file or directory /usr/bin/ld: cannot find /usr/lib/clang/9.0.0/lib/linux/libclang_rt.builtins-x86_64.a: No such file or directory /usr/bin/ld: cannot find crtendS.o: No such file or directory This change corrects the install location and allows clang to use compiler-rt as a runtime library via -rtlib=compiler-rt.
* main/musl: update URL and sourcesSören Tempel2020-02-161-2/+2
| | | | | | | | The current URL states the following: musl has moved to a new domain: musl.libc.org Don't think it is worth it to rebuild the package for this though.
* main/mg: upgrade to 20200215Leo2020-02-151-9/+4
|
* main/openssh: upgrade to 8.2_p1Leo2020-02-151-11/+7
|
* main/dmvpn: upgrade to 1.2.3Kaarle Ritvanen2020-02-151-2/+3
|
* main/protobuf: upgrade to 3.11.4Leo2020-02-151-2/+2
|