diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-07-09 06:09:04 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-07-09 06:40:39 +0000 |
commit | 6bea7ab54003fe5357ffcb3ef8f44e57f73d9769 (patch) | |
tree | 3c966fa3b72615acd3a9fa0e851a029005fe9391 /system/apk-tools/list.patch | |
parent | e70265202d0b456edbfdd672024d4e4b06d33984 (diff) | |
download | packages-6bea7ab54003fe5357ffcb3ef8f44e57f73d9769.tar.gz packages-6bea7ab54003fe5357ffcb3ef8f44e57f73d9769.tar.bz2 packages-6bea7ab54003fe5357ffcb3ef8f44e57f73d9769.tar.xz packages-6bea7ab54003fe5357ffcb3ef8f44e57f73d9769.zip |
system/apk-tools: bump to 2.10.4
Diffstat (limited to 'system/apk-tools/list.patch')
-rw-r--r-- | system/apk-tools/list.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/system/apk-tools/list.patch b/system/apk-tools/list.patch deleted file mode 100644 index 9692c0c8c..000000000 --- a/system/apk-tools/list.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/src/list.c b/src/list.c -index e285e3f..dcbaeea 100644 ---- a/src/list.c -+++ b/src/list.c -@@ -61,7 +61,7 @@ static int is_orphaned(const struct apk_name *name) - /* repo 1 is always installed-db, so if other bits are set it means the package is available somewhere - * (either cache or in a proper repo) - */ -- return (repos & ~BIT(1)) == 0; -+ return (repos & ~BIT(0)) == 0; - } - - /* returns the currently installed package if there is a newer package that satisfies `name` */ -@@ -144,7 +144,7 @@ static void filter_package(const struct apk_package *pkg, const struct list_ctx - if (ctx->orphaned && !is_orphaned(pkg->name)) - return; - -- if (ctx->available && pkg->repos == BIT(1)) -+ if (ctx->available && pkg->repos == BIT(0)) - return; - - if (ctx->upgradable && !is_upgradable(pkg->name, pkg)) -0001-list-Detect-orphaned-packages-correctly.patch -0001-list-Detect-orphaned-packages-correctly.patch |