aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/010-fix-wrong-variable.patch
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2021-05-08 09:38:58 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-05-14 23:36:47 +0200
commit0e49178f93e73ac1dec68ef39a8e38115478d17d (patch)
treeacdfbbe89d3275845bdcafb1dbd0046c027e340d /package/utils/busybox/patches/010-fix-wrong-variable.patch
parentf49d4aebe207ff951de54debecccfd85f78cf83a (diff)
downloadupstream-0e49178f93e73ac1dec68ef39a8e38115478d17d.tar.gz
upstream-0e49178f93e73ac1dec68ef39a8e38115478d17d.tar.bz2
upstream-0e49178f93e73ac1dec68ef39a8e38115478d17d.zip
busybox: update to 1.33.1
Remove backports: - 001-backport1330fix-ash-make-strdup-copy.patch - 002-backport1330fix-traceroute.patch - 005-backport-CVE-2021-28831.patch Remove upstreamed: - 010-fix-wrong-variable.patch Signed-off-by: Nick Hainke <vincent@systemli.org> [don't use $(AUTORELEASE) for now] Signed-off-by: Paul Spooren <mail@aparcar.org> (cherry picked from commit 6713fe030fca32fc3d5ad9761f3b2f96501aedd6)
Diffstat (limited to 'package/utils/busybox/patches/010-fix-wrong-variable.patch')
-rw-r--r--package/utils/busybox/patches/010-fix-wrong-variable.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/utils/busybox/patches/010-fix-wrong-variable.patch b/package/utils/busybox/patches/010-fix-wrong-variable.patch
deleted file mode 100644
index 1b6fa7be61..0000000000
--- a/package/utils/busybox/patches/010-fix-wrong-variable.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/libbb/update_passwd.c
-+++ b/libbb/update_passwd.c
-@@ -48,7 +48,7 @@ static void check_selinux_update_passwd(
- bb_simple_error_msg_and_die("SELinux: access denied");
- }
- if (ENABLE_FEATURE_CLEAN_UP)
-- freecon(context);
-+ freecon(seuser);
- }
- #else
- # define check_selinux_update_passwd(username) ((void)0)