From f5ece52b1bd3606d255959e9c5785579f3e88a77 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 20 Sep 2026 14:04:37 +0200 Subject: [PATCH 1/3] iproute: Convert to be0 file $ scripts/beenullify.sh iproute2-4.4.0-0.bee Renaming iproute2-4.4.0-0.bee to iproute2.be0 --- iproute2-4.4.0-0.bee | 83 -------------------------------------------- iproute2.be0 | 32 +++++++++++++++++ 2 files changed, 32 insertions(+), 83 deletions(-) delete mode 100755 iproute2-4.4.0-0.bee create mode 100755 iproute2.be0 diff --git a/iproute2-4.4.0-0.bee b/iproute2-4.4.0-0.bee deleted file mode 100755 index 15a5a6091..000000000 --- a/iproute2-4.4.0-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-${PKGVERSION}.tar.xz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/iproute2.be0 b/iproute2.be0 new file mode 100755 index 000000000..d2829aeb1 --- /dev/null +++ b/iproute2.be0 @@ -0,0 +1,32 @@ +#!/usr/bin/env beesh + +# BEE_VERSION iproute2-4.4.0-0 + +SRCURL[0]="https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-${PKGVERSION}.tar.xz" + +# PATCHURL+=() + +# build_in_sourcedir + +# sourcesubdir_append src + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +#mee_build() { +# bee_build +#} + +#mee_install() { +# bee_install +#} + From 315276866bb37ecf457b18afcc9abd5195d57e00 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 20 Sep 2026 14:05:20 +0200 Subject: [PATCH 2/3] iproute2: Update version from 4.4.0 to 7.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On MarIuX `ss -tlnH 'sport = :10056'` exits 255 without looking at a single socket: $ ss -tlnH 'sport = :10056' ss: invalid option -- 'H' Usage: ss [ OPTIONS ] […] $ ss -V # built January 2016 ss utility, iproute2-ss160111 `-H` (suppress the header line) arrived in iproute2 4.6, mid-2016. So, update to latest version. --- iproute2.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iproute2.be0 b/iproute2.be0 index d2829aeb1..329256237 100755 --- a/iproute2.be0 +++ b/iproute2.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION iproute2-4.4.0-0 +# BEE_VERSION iproute2-7.2.0-0 SRCURL[0]="https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-${PKGVERSION}.tar.xz" From bcea6962103f281be01abf01921d9cd545f1041d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 20 Sep 2026 14:12:58 +0200 Subject: [PATCH 3/3] iproute2: Download source archive from beehive.molgen.mpg.de --- iproute2.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iproute2.be0 b/iproute2.be0 index 329256237..d8f0a2581 100755 --- a/iproute2.be0 +++ b/iproute2.be0 @@ -2,7 +2,8 @@ # BEE_VERSION iproute2-7.2.0-0 -SRCURL[0]="https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-${PKGVERSION}.tar.xz" +#SRCURL[0]="https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/39ac272829043f933aaf863f4aa6b212/iproute2-7.2.0.tar.xz" # PATCHURL+=()