From 4d7ba075c8aa343d897268eccac8a62a04a5ec1cf2b5b0f49db808fe0bfdda5d Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Sat, 30 Oct 2021 15:42:54 +0000 Subject: [PATCH] Accepting request 928254 from home:coolo:branches:openSUSE:Factory - Disable crc32 to avoid conflict with perl-Archive-Zip (until some project really requires crc32) OBS-URL: https://build.opensuse.org/request/show/928254 OBS-URL: https://build.opensuse.org/package/show/Base:System/busybox?expand=0&rev=94 --- busybox.changes | 6 ++++++ busybox.config | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/busybox.changes b/busybox.changes index cd353cc..1d49ccf 100644 --- a/busybox.changes +++ b/busybox.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 30 09:03:16 UTC 2021 - Stephan Kulow + +- Disable crc32 to avoid conflict with perl-Archive-Zip + (until some project really requires crc32) + ------------------------------------------------------------------- Wed Oct 27 17:22:38 UTC 2021 - Egbert Eich diff --git a/busybox.config b/busybox.config index fdabae3..d5d65f1 100644 --- a/busybox.config +++ b/busybox.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.34.1 -# Thu Oct 21 18:43:16 2021 +# Sat Oct 30 11:02:54 2021 # CONFIG_HAVE_DOT_CONFIG=y @@ -207,7 +207,7 @@ CONFIG_CHOWN=y CONFIG_FEATURE_CHOWN_LONG_OPTIONS=y CONFIG_CHROOT=y CONFIG_CKSUM=y -CONFIG_CRC32=y +# CONFIG_CRC32 is not set CONFIG_COMM=y CONFIG_CP=y CONFIG_FEATURE_CP_LONG_OPTIONS=y