Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/busybox-initscripts: set 0666 permissions on /dev/net/{tun,tap} instead ↵ | Rasmus Thomsen | 2019-10-31 | 2 | -10/+7 | |
| | | | | | | | | | | | | | of 0660 According to https://www.kernel.org/doc/Documentation/networking/tuntap.txt this is fine, you need additional capabilities to use them anyway. This is also what the default udev rules use. While we're at it: fix the homepage fixes #10903 | |||||
* | main/gnu-efi: upgrade to 3.0.11 | Leo | 2019-10-30 | 1 | -2/+2 | |
| | ||||||
* | main/perl-image-exiftool: upgrade to 11.74 | Leo | 2019-10-30 | 1 | -2/+2 | |
| | ||||||
* | main/protobuf: upgrade to 3.10.1 | Leo | 2019-10-30 | 1 | -2/+2 | |
| | ||||||
* | main/tslib: upgrade to 1.21 | Leo | 2019-10-30 | 1 | -2/+2 | |
| | ||||||
* | main/lz4: add secfixes comment | Leo | 2019-10-30 | 1 | -0/+4 | |
| | | | | ref #10919 | |||||
* | main/librsync: upgrade to 2.2.1 | Leo | 2019-10-30 | 1 | -4/+3 | |
| | | | Closes !612 | |||||
* | main/fstrm: upgrade to 0.6.0 | Leo | 2019-10-30 | 1 | -9/+12 | |
| | | | | | | Remove libevent-dev from depends_dev since it is only required for the utilities and split the utils into their own package Closes !600 | |||||
* | main/aspell-en: upgrade to 2019.10.06 | Leo | 2019-10-30 | 1 | -3/+3 | |
| | | | Closes !597 | |||||
* | main/xorgproto: upgrade to 2019.2 | Leo | 2019-10-30 | 1 | -3/+3 | |
| | | | Closes !591 | |||||
* | main/meson: backport fix from upstream | Natanael Copa | 2019-10-29 | 2 | -3/+97 | |
| | | | | | | | this fixes the error: ninja: fatal: posix_spawn: Argument list too long from https://github.com/mesonbuild/meson/pull/6030 | |||||
* | main/nss: upgrade to 3.47 | J0WI | 2019-10-29 | 1 | -2/+2 | |
| | ||||||
* | main/findutils: upgrade to 4.7.0 | J0WI | 2019-10-29 | 4 | -57/+21 | |
| | ||||||
* | main/nodejs: upgrade to 12.13.0 | Tim Brust | 2019-10-29 | 3 | -23/+35 | |
| | ||||||
* | main/gdb fixes gdb failing on internal musl signals | stf | 2019-10-29 | 2 | -2/+22 | |
| | | | | | | | | | | | | without this patch when debugging a multithreaded binary gdb throws this: `Thread 5 "a.out" received signal ?, Unknown signal.` with this patch gdb throws: `Thread 5 "qtwe" received signal SIG34, Real-time event 34.` which can be handled by `handle SIG34 nostop noprint` and further on ignored. For further info there is also this upstream bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23616 The patch itself comes from smaeul on #musl | |||||
* | main/raspberrypi: leave *.a files | Michal Artazov | 2019-10-29 | 1 | -4/+10 | |
| | | | | | | *.a files were deleted from the package but some *.pc files reference them, hence they have to be included Issue: https://gitlab.alpinelinux.org/alpine/aports/issues/9400 | |||||
* | main/mesa: enable v3d gallium driver, packaged as mesa-dri-v3d | Ivan Delalande | 2019-10-29 | 1 | -2/+6 | |
| | | | | | Provide support for 3D acceleration on Raspberry Pi 4, like vc4 for earlier boards. | |||||
* | main/busybox: upgrade to 1.31.1 | prspkt | 2019-10-29 | 1 | -3/+3 | |
| | | | | Signed-off-by: prspkt <prspkt@protonmail.com> | |||||
* | main/docbook-xsl: remove not needed patch and bump pkgrel | Milan P. Stanić | 2019-10-29 | 2 | -22/+2 | |
| | | | | | | remove non-recursive_string_subst.patch which is not needed with new upstream release bump pkgrel | |||||
* | main/file: fix CVE-2019-18218 | Leo | 2019-10-29 | 2 | -3/+48 | |
| | | | | | | ref #10911 Closes !887 | |||||
* | main/nagios-plugins: use renamed lm-sensors as depends | Natanael Copa | 2019-10-29 | 1 | -2/+2 | |
| | | | | lm-sensors was renamed in commit 5d99c7e0257f. Use new name. | |||||
* | main/compat-pvgrub: include updated checksums | Kevin Daudt | 2019-10-28 | 1 | -3/+1 | |
| | ||||||
* | main/compat-pvgrub: bump pkgrel | Kevin Daudt | 2019-10-28 | 1 | -1/+1 | |
| | ||||||
* | main/compat-pvgrub: prevent output to wrong conf-file | JailBox | 2019-10-28 | 1 | -1/+2 | |
| | | | | | | | | | | | if "$myconf" defines/redefines "$conf" the generated output would go to the wrong file I.e. >echo "conf=/boot/mybootdir/extlinux.conf" >> /etc/update-extliunx.conf /sbin/update-extlinux will honor this, while update-pvgrub would write to the wrong config file. So postpone presetting "$conf" until "$myconf" has been source'd | |||||
* | add real timeout to grub config file | Bastien Durel | 2019-10-28 | 1 | -1/+1 | |
| | | | | | | as $rtimeout is undefined, config file ends with timeout line, which makes pvgrub fail on int parsing | |||||
* | main/seabios: upgrade to 1.12.0 | Leo | 2019-10-28 | 1 | -7/+5 | |
| | | | | Closes !586 | |||||
* | main/ruby: remove bundled CA certificates | Jakub Jirutka | 2019-10-27 | 1 | -0/+4 | |
| | ||||||
* | main/ruby: add support for .include directive used by OpenSSL config files | Jakub Jirutka | 2019-10-27 | 2 | -1/+187 | |
| | ||||||
* | main/ruby: move all irb files to its subpkg | Jakub Jirutka | 2019-10-27 | 1 | -3/+3 | |
| | ||||||
* | main/ruby: remove gems/*/cache | Jakub Jirutka | 2019-10-27 | 1 | -0/+2 | |
| | ||||||
* | main/ruby: remove duplicated package ruby-bundler | Jakub Jirutka | 2019-10-27 | 1 | -17/+10 | |
| | | | | | | It's already provided by a separate aport/package ruby-bundler. Bundler is a standalone Ruby gem with its own release cycle and version. The version bundled in Ruby is outdated. | |||||
* | main/perl-term-table: upgrade to 0.014 | Leo | 2019-10-27 | 1 | -2/+2 | |
| | | | Closes !574 | |||||
* | main/py3-meld3: upgrade to 2.0.0 | Nathan Owens | 2019-10-27 | 1 | -0/+27 | |
| | | | | | | Set to python3 due to upcoming python2 EOL Closes !776 | |||||
* | main/py-meld3: rename to py3-meld3 | Nathan Owens | 2019-10-27 | 1 | -41/+0 | |
| | | | Closes !776 | |||||
* | libedit: update to 20191025.3.1 | Drew DeVault | 2019-10-27 | 1 | -6/+3 | |
| | | | | Also normalizes the APKBUILD and adds -static | |||||
* | main/dhcp: remove outdated {pre,post}-upgrade scripts | Jakub Jirutka | 2019-10-27 | 3 | -28/+1 | |
| | | | | They are for backward compatibility with >10 years old Alpine releases. | |||||
* | main/dhcp: simplify openrc split function, remove unneeded workaround | Jakub Jirutka | 2019-10-27 | 1 | -21/+5 | |
| | ||||||
* | main/dhcp: remove commented out depends_dhclient_optional | Jakub Jirutka | 2019-10-27 | 1 | -4/+2 | |
| | ||||||
* | main/dhcp: remove depends_dev and depends_dbg workarounds | Jakub Jirutka | 2019-10-27 | 1 | -13/+2 | |
| | | | | This is already fixed in abuild. | |||||
* | main/dhcp: remove unused split function libs() | Jakub Jirutka | 2019-10-27 | 1 | -6/+0 | |
| | | | | | | It was probably a workaround for some bug in abuild that has been already fixed. Removing of this function doesn't have any effect on the generated metadata. | |||||
* | main/dhcp: don't remove build dirs to allow re-running package phase | Jakub Jirutka | 2019-10-27 | 1 | -2/+0 | |
| | ||||||
* | main/dhcp: remove x bit from dhcpd.initd file in aports | Jakub Jirutka | 2019-10-27 | 1 | -0/+0 | |
| | ||||||
* | main/dhcp: change deprecated /var/run to /run | Jakub Jirutka | 2019-10-27 | 3 | -17/+17 | |
| | ||||||
* | main/dhcp: fix codestyle - unnecessary braces around variables | Jakub Jirutka | 2019-10-27 | 1 | -9/+9 | |
| | ||||||
* | main/dhcp: take maintainership | Jakub Jirutka | 2019-10-27 | 1 | -1/+1 | |
| | ||||||
* | main/docbook-xsl: upgrade to 1.79.2 | Milan P. Stanić | 2019-10-27 | 2 | -18/+6 | |
| | | | | | | | update url and source new upstream url's fix 765567_non-recursive_string_subst.patch to new upstream version Closes !565 | |||||
* | main/pspg: upgrade to 2.1.8 | Jakub Jirutka | 2019-10-27 | 1 | -2/+2 | |
| | ||||||
* | main/nginx: fix support for more so libs per module | aptalca | 2019-10-26 | 1 | -1/+1 | |
| | | | | | | | | | | When there is more than one so defined for a module, the line echo "load_module \"modules/$soname\";" > ./etc/nginx/modules/$name.conf only writes the last so listed into the conf file. Related to GH-9234 | |||||
* | main/nginx: fix broken subpkg -mod-http-geoip2 | Jakub Jirutka | 2019-10-26 | 1 | -8/+12 | |
| | | | | | | Fixes #10679 Closes GH-9234 | |||||
* | main/nginx: move perl5 lib to -mod-http-perl subpkg where it belongs | Jakub Jirutka | 2019-10-26 | 1 | -0/+4 | |
| |