From bd56c6eaa34bf34f4973369b258c408fbc303dc2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:23 -0700 Subject: dash: upgrade 0.5.13.3 -> 0.5.13.4 Signed-off-by: Khem Raj --- meta-oe/recipes-shells/dash/dash_0.5.13.3.bb | 28 ---------------------------- meta-oe/recipes-shells/dash/dash_0.5.13.4.bb | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta-oe/recipes-shells/dash/dash_0.5.13.3.bb create mode 100644 meta-oe/recipes-shells/dash/dash_0.5.13.4.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-shells/dash/dash_0.5.13.3.bb b/meta-oe/recipes-shells/dash/dash_0.5.13.3.bb deleted file mode 100644 index 48533e908a..0000000000 --- a/meta-oe/recipes-shells/dash/dash_0.5.13.3.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Small and fast POSIX-compliant shell" -HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/" -SECTION = "System Environment/Shells" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e" - -inherit autotools update-alternatives - -SRC_URI = "http://gondor.apana.org.au/~herbert/${BPN}/files/${BP}.tar.gz" -SRC_URI[sha256sum] = "a83727c1299ac4c3d9d43979393b3a4eb00275d5636ae02526e7979d51d6fbd1" - -CVE_PRODUCT = "dash:dash" - -EXTRA_OECONF += "--bindir=${base_bindir}" - -ALTERNATIVE:${PN} = "sh" -ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" -ALTERNATIVE_TARGET[sh] = "${base_bindir}/dash" -ALTERNATIVE_PRIORITY = "10" - -pkg_postinst:${PN} () { - grep -q "^${base_bindir}/dash$" $D${sysconfdir}/shells || echo ${base_bindir}/dash >> $D${sysconfdir}/shells -} - -pkg_postrm:${PN} () { - printf "$(grep -v "^${base_bindir}/dash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells -} diff --git a/meta-oe/recipes-shells/dash/dash_0.5.13.4.bb b/meta-oe/recipes-shells/dash/dash_0.5.13.4.bb new file mode 100644 index 0000000000..d7db0abed1 --- /dev/null +++ b/meta-oe/recipes-shells/dash/dash_0.5.13.4.bb @@ -0,0 +1,28 @@ +SUMMARY = "Small and fast POSIX-compliant shell" +HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/" +SECTION = "System Environment/Shells" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e" + +inherit autotools update-alternatives + +SRC_URI = "http://gondor.apana.org.au/~herbert/${BPN}/files/${BP}.tar.gz" +SRC_URI[sha256sum] = "d10dfd41cda59165560db39ca915c2c4a7636fff04281d8d2df77ad92c753e2b" + +CVE_PRODUCT = "dash:dash" + +EXTRA_OECONF += "--bindir=${base_bindir}" + +ALTERNATIVE:${PN} = "sh" +ALTERNATIVE_LINK_NAME[sh] = "${base_bindir}/sh" +ALTERNATIVE_TARGET[sh] = "${base_bindir}/dash" +ALTERNATIVE_PRIORITY = "10" + +pkg_postinst:${PN} () { + grep -q "^${base_bindir}/dash$" $D${sysconfdir}/shells || echo ${base_bindir}/dash >> $D${sysconfdir}/shells +} + +pkg_postrm:${PN} () { + printf "$(grep -v "^${base_bindir}/dash$" $D${sysconfdir}/shells)\n" > $D${sysconfdir}/shells +} -- cgit v1.2.3-54-g00ecf