From 8fc7f0a22acf45f9ec2265c9711c0b0dfb5f8f4a Mon Sep 17 00:00:00 2001 From: Gene Carlson Date: Fri, 7 Feb 2025 13:53:11 +0900 Subject: [PATCH] system/yash: Updated for version 2.58.1. --- system/yash/root-test.patch | 14 -------------- system/yash/yash.SlackBuild | 5 +---- system/yash/yash.info | 6 +++--- 3 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 system/yash/root-test.patch diff --git a/system/yash/root-test.patch b/system/yash/root-test.patch deleted file mode 100644 index d1b3999497e..00000000000 --- a/system/yash/root-test.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- tests/job-y.tst.old 2025-02-03 19:43:17.738719584 +0900 -+++ tests/job-y.tst 2025-02-03 19:48:39.351462111 +0900 -@@ -11,9 +11,9 @@ - echo >&2; sleep 0& while kill -0 $! 2>/dev/null; do :; done; (sleep 0& wait) - echo done >&2; exit - __IN__ --$ -+# - [1] + Done sleep 0 --$ done -+# done - __ERR__ - - mkfifo sync diff --git a/system/yash/yash.SlackBuild b/system/yash/yash.SlackBuild index b6c0f25a5ac..1174ea8c283 100644 --- a/system/yash/yash.SlackBuild +++ b/system/yash/yash.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yash -VERSION=${VERSION:-2.58} +VERSION=${VERSION:-2.58.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,9 +77,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -# 2025-02-03: One test fails due to root PS1 (KEC) -patch -p0 < $CWD/root-test.patch - CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ diff --git a/system/yash/yash.info b/system/yash/yash.info index 546152f6267..c89c31a6f85 100644 --- a/system/yash/yash.info +++ b/system/yash/yash.info @@ -1,8 +1,8 @@ PRGNAM="yash" -VERSION="2.58" +VERSION="2.58.1" HOMEPAGE="https://magicant.github.io/yash/" -DOWNLOAD="https://github.com/magicant/yash/releases/download/2.58/yash-2.58.tar.xz" -MD5SUM="20a1aa473672712ef7c18648ddff27a3" +DOWNLOAD="https://github.com/magicant/yash/releases/download/2.58.1/yash-2.58.1.tar.xz" +MD5SUM="ee5d178e57852e8459f6f93659499541" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""