From patchwork Fri Jun 21 22:45:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 2316 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id 9D274887674 for ; Fri, 21 Jun 2019 13:45:49 +0100 (BST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 45VdhX3wWsz5KKZZ; Fri, 21 Jun 2019 13:45:48 +0100 (BST) Received: from tuxedo.tremer.co.uk (unknown [88.215.19.234]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 45VdhS6Kqtz5GlRf; Fri, 21 Jun 2019 13:45:44 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904rsa; t=1561121145; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=uHFPivAMCJjVYedrc/LTNaRVyR2zsY9vNtOQkFmr+Uk=; b=todFwRKX0Qk1Ai3SI10Kz1DWQJGNKmMxWSxO0cwneE44EDDeyWTeMCqVxqPwwfZtEEsEYG QzRGf72ZNvmPEfDyjI/eXfBmI8Df80EBX+W4GMO5CwdhbejafIJKujNmz35a8540yHSi99 yLwUYnOVaMFLJLBRH64Kou4Cjk8SkKqPuyVqJDauWlXuta04ce8ZsiO8XTjiEY1LJj3VvS CrPw47xJl2QkRLlJxWZEVd88jrb+xEV5vFzZrs/nCIFVfWuagwI2f3QV8iFxgtCbUz74B6 lyyraND6d0JNW8VquBiVg4ctYr/oSkTs/bhYWjSMzg4D6TwGzjQoYNF/BsXBZw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201904ed25519; t=1561121145; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=uHFPivAMCJjVYedrc/LTNaRVyR2zsY9vNtOQkFmr+Uk=; b=2tAh3cvQXRRBh5cjuPoCWQc+LpjQOGqvwKdovwF0W4Kq2lZ8OHQFa311bCtgCJx2jHCBs2 94db6r9p3lzLjfBA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] sed: Update to 4.7 Date: Fri, 21 Jun 2019 14:45:42 +0200 Message-Id: <20190621124542.26262-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=stevee smtp.mailfrom=stefan.schantl@ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" X-Spam: Yes This is a major update to the latest available version of sed. Signed-off-by: Stefan Schantl --- sed/sed.nm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sed/sed.nm b/sed/sed.nm index 49a44e463..7e1691b27 100644 --- a/sed/sed.nm +++ b/sed/sed.nm @@ -4,8 +4,8 @@ ############################################################################### name = sed -version = 4.2.2 -release = 2 +version = 4.7 +release = 1 groups = Applications/Text url = http://sed.sourceforge.net/ @@ -21,12 +21,19 @@ description end source_dl = ftp://ftp.gnu.org/gnu/sed/ +sources = %{thisapp}.tar.xz build configure_options += \ --without-included-regex test + # Disable broken tests. + sed \ + -e 's|testsuite/inplace-selinux.sh||g' \ + -e 's|testsuite/panic-tests.sh||g' \ + -i Makefile + make check end end