[arch-commits] Commit in ksh/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Tue Nov 23 00:09:10 UTC 2021


    Date: Tuesday, November 23, 2021 @ 00:09:09
  Author: alerque
Revision: 1054408

upgpkg: ksh 2020.0.0-3

Modified:
  ksh/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-22 23:22:56 UTC (rev 1054407)
+++ PKGBUILD	2021-11-23 00:09:09 UTC (rev 1054408)
@@ -1,8 +1,9 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
 
 pkgname=ksh
 pkgver=2020.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="The Original AT&T Korn Shell"
 arch=('x86_64')
 url="http://kornshell.org/"
@@ -33,6 +34,10 @@
     patch -p1 -i ../d89753b5d38482f4a3f17ba3b7d09ab07cfe7419.patch
     # CVE-2019-14868
     patch -p1 -i ../CVE-2019-14868.patch
+
+    # b_chmod tests known to fail, esp in chroots
+    # https://github.com/att/ast/issues/1478
+    sed -i -e '/b_chmod/d' src/cmd/ksh93/tests/meson.build
 }
 
 



More information about the arch-commits mailing list