blob: 2dc3db92414643f1f6d892476c621ae6daebd817 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
The s6-linux-init-common package has a FIFO which breaks with this.
--- apk-tools-v2.12.0/src/database.c.old 2020-12-30 02:39:04.000000000 +0000
+++ apk-tools-v2.12.0/src/database.c 2021-01-27 01:47:04.680712750 +0000
@@ -2592,7 +2592,6 @@
apk_warning(PKG_VER_FMT": support for packages without embedded "
"checksums will be dropped in apk-tools 3.",
PKG_VER_PRINTF(pkg));
- ipkg->broken_files = 1;
ctx->missing_checksum = 1;
}
break;
|