Skip to content

Commit

Permalink
busybox: update to 1.33.1
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
PolynomialDivision authored and aparcar committed May 12, 2021
1 parent 025bd93 commit 6713fe0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 132 deletions.
6 changes: 3 additions & 3 deletions package/utils/busybox/Makefile
Expand Up @@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=busybox
PKG_VERSION:=1.33.0
PKG_RELEASE:=4
PKG_VERSION:=1.33.1
PKG_RELEASE:=1
PKG_FLAGS:=essential

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://www.busybox.net/downloads \
http://sources.buildroot.net
PKG_HASH:=d568681c91a85edc6710770cebc1e80e042ad74d305b5c2e6d57a5f3de3b8fbd
PKG_HASH:=12cec6bd2b16d8a9446dd16130f2b92982f1819f6e1c5f5887b6db03f5660d28

PKG_BUILD_DEPENDS:=BUSYBOX_CONFIG_PAM:libpam
PKG_BUILD_PARALLEL:=1
Expand Down

This file was deleted.

26 changes: 0 additions & 26 deletions package/utils/busybox/patches/002-backport1330fix-traceroute.patch

This file was deleted.

52 changes: 0 additions & 52 deletions package/utils/busybox/patches/005-backport-CVE-2021-28831.patch

This file was deleted.

11 changes: 0 additions & 11 deletions package/utils/busybox/patches/010-fix-wrong-variable.patch

This file was deleted.

0 comments on commit 6713fe0

Please sign in to comment.