- Nov 16, 2021
-
-
Natanael Copa authored
-
Natanael Copa authored
drop unrar, lftp, email, haserl, lua5.3, screen and cciss_vol_status. unrar has moved to non-free. include coreutils, f2fs-tools and wireguard-tools.
-
fixes #10080
-
Bart Ribbers authored
-
Jakub Jirutka authored
This reverts commit 458fbe5e.
-
moved to non-free in 7f875ea1
-
Natanael Copa authored
-
Natanael Copa authored
backport fix that will verify the password
-
Natanael Copa authored
-
Jakub Jirutka authored
-
-
Jakub Jirutka authored
-
Natanael Copa authored
build fails for unknown reason. disable for now
-
Natanael Copa authored
- fix kernel option with cryptroot - fallback to u-boot bootloader for armv7 ref alpine/alpine-conf#10489
-
Natanael Copa authored
- fix disk/by-partuuid symlink by create correct directory - fix virtio symlink re-creation to avoid "already exist" errors
-
Natanael Copa authored
- remove symlinks on ACTION=remove - do not test if file exist before reading it. Just try read it and ignore errors. This solves theoretical race condition, and hides cat: read error: No such device or address
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
Bart Ribbers authored
-
-
Signed-off-by: nibon7 <nibon7@163.com>
-
-
Sören Tempel authored
This looks like it was accidentally removed in 9cf0aa8f in this commit the -luajit subpackage is removed entirely instead of just enabling it for aarch64 again. Since the commit only removes the subpackage but not the split function this looks like a mistake to me. This fixes a dependency error (see #13173). See also f774aa10
-
Sören Tempel authored
ldc-runtime currently provides: * libphobos2-ldc-shared.so.98 * libdruntime-ldc-shared.so.98 However, since tilix wasn't rebuild so far it still requires: * libdruntime-ldc-shared.so.95 * libphobos2-ldc-shared.so.95 This commit fixes this by rebuilding the package. See #13173
-
Sören Tempel authored
ldc-runtime currently provides: * libphobos2-ldc-shared.so.98 * libdruntime-ldc-shared.so.98 However, since gtkd wasn't rebuild so far it still requires: * libdruntime-ldc-shared.so.95 * libphobos2-ldc-shared.so.95 This commit fixes this by rebuilding the package. See #13173
-
Sören Tempel authored
Without a rebuild, gerbera requires versions of libixml.so (so:libixml.so.11.0.1) and libupnp.so (so:libupnp.so.17.1.1) which are no longer available. Both libraries are provided by the libupnp package. Bump pkgrel to trigger a rebuild against the packaged version of these two libraries.
-
Jakub Jirutka authored
-
Jakub Jirutka authored
alpine/aports#13173 (comment 192459): > kea is broken because kea-http needs kea-common but kea-common needs > libkea-http.so.29 (provided by kea-http) for libkea-cfgclient.so.25.0.0 > thus creating a recursive dependency between kea-common and kea-http.
-
Natanael Copa authored
-
Sören Tempel authored
Without this change `depends="$subpackages"` does not work correctly and causes a dependency error for this package: ERROR: unable to select packages: nxp-mfgtools-uuu:_uuu (no such package): required by: nxp-mfgtools-1.4.72-r1[nxp-mfgtools-uuu:_uuu] This is just a dirty hotfix to resolve the dependency error, I think this package could generally benefit from a cleanup. See #13173
-
Sören Tempel authored
nheko currently requires so:libcmark.so.0.30.1 but libcmark presently provides so:libcmark.so.0.30.2, thus nheko needs to be rebulid. This fixes a dependency error (see #13173).
-
Sören Tempel authored
-
-
-
Sören Tempel authored
Workaround for $PATH order issue with SSH, this is due to the fact that path is now appended instead of overwritten in /etc/profile and thus the order of the default SSH path is not changed. By supplying a better default SSH path value we can workaround this issue for now. Merge requested by @ncopa. See #13017
-