Skip to content

Commit

Permalink
Update busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Aug 11, 2024
1 parent 3f9ba92 commit 5f4efd1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .qubesbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ source:
uncompress: true
pubkeys:
- keys/linux/greg.asc
- url: https://busybox.net/downloads/busybox-1.31.1.tar.bz2
# signature: https://busybox.net/downloads/busybox-1.31.1.tar.bz2.sig
- url: https://busybox.net/downloads/busybox-1.36.1.tar.bz2
# signature: https://busybox.net/downloads/busybox-1.36.1.tar.bz2.sig
# pubkeys:
# - keys/busybox/vda_pubkey.asc
sha512: checksums/busybox-1.31.1.tar.bz2.sha512
sha512: checksums/busybox-1.36.1.tar.bz2.sha512
- url: https://www.freedesktop.org/software/pulseaudio/releases/pulseaudio-14.2.tar.xz
sha512: checksums/pulseaudio-14.2.tar.xz.sha512
- url: https://github.com/libusb/libusb/releases/download/v1.0.23/libusb-1.0.23.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion Makefile.vars
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
QEMU_VERSION := 8.1.2
LINUX_VERSION := 6.6.44
BUSYBOX_VERSION := 1.31.1
BUSYBOX_VERSION := 1.36.1
PULSEAUDIO_VERSION := 14.2
LIBUSB_VERSION := 1.0.23
1 change: 1 addition & 0 deletions busybox/busybox.config
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ CONFIG_FEATURE_IP_NEIGH=y
# CONFIG_ROUTE is not set
# CONFIG_SLATTACH is not set
# CONFIG_SSL_CLIENT is not set
# CONFIG_TC is not set
# CONFIG_TCPSVD is not set
# CONFIG_UDPSVD is not set
# CONFIG_TELNET is not set
Expand Down
1 change: 0 additions & 1 deletion checksums/busybox-1.31.1.tar.bz2.sha512

This file was deleted.

1 change: 1 addition & 0 deletions checksums/busybox-1.36.1.tar.bz2.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8c0c754c9ae04b5e6b23596283a7d3a4ef96225fe179f92d6f6a99c69c0caa95b1aa56c267f52d7c807f6cc69e1f0b7dd29a8ac624098f601738f8c0c57980d4
2 changes: 1 addition & 1 deletion rpm_spec/xen-hvm-stubdom-linux.spec.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define QEMU_VERSION 8.1.2
%define LINUX_VERSION 6.6.44
%define BUSYBOX_VERSION 1.31.1
%define BUSYBOX_VERSION 1.36.1
%define PULSEAUDIO_VERSION 14.2
%define LIBUSB_VERSION 1.0.23

Expand Down

0 comments on commit 5f4efd1

Please sign in to comment.