From owner-svn-ports-all@freebsd.org Tue Dec 1 16:56:57 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2BEC84AE33D; Tue, 1 Dec 2020 16:56:57 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ClpD90llWz4XHc; Tue, 1 Dec 2020 16:56:57 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0CC8B18EF4; Tue, 1 Dec 2020 16:56:57 +0000 (UTC) (envelope-from mikael@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0B1GuuJJ001072; Tue, 1 Dec 2020 16:56:56 GMT (envelope-from mikael@FreeBSD.org) Received: (from mikael@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0B1GuuX3001071; Tue, 1 Dec 2020 16:56:56 GMT (envelope-from mikael@FreeBSD.org) Message-Id: <202012011656.0B1GuuX3001071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mikael set sender to mikael@FreeBSD.org using -f From: Mikael Urankar Date: Tue, 1 Dec 2020 16:56:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556761 - head/sysutils/toybox X-SVN-Group: ports-head X-SVN-Commit-Author: mikael X-SVN-Commit-Paths: head/sysutils/toybox X-SVN-Commit-Revision: 556761 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2020 16:56:57 -0000 Author: mikael Date: Tue Dec 1 16:56:56 2020 New Revision: 556761 URL: https://svnweb.freebsd.org/changeset/ports/556761 Log: sysutils/toybox: Update to 0.8.4 Changelog: - new commands: sha3sum and watchdog - new command features: - sed -s flag - cpio --no-preserve-owner now affects archive creation - Elliott added tar -I and multi-type find -type a,b,c support - Mark Salyzyn added xargs -P to run parallel job - the ps and top commands now autodetect pid length - top adjusts units for memory display based on system size - toysh and mkroot: lots of new work on toysh: 29 commits to sh.c since last release, adding 1500 lines and deleting 700, plus a bunch of sh.tests entries). Implemented since last release: - wildcards - case/esac and select - brace expansion sequences (ala {1..10..2} and {a..z}) - the remaining variable slice types ${a#y} ${a%y} ${a^y} ${a,y} ${a/search/replace} - the "source" shell builtin - the start of job control - several bugfixes PR: 251507 Submitted by: Vidar Karlsen (maintainer) Modified: head/sysutils/toybox/Makefile head/sysutils/toybox/distinfo Modified: head/sysutils/toybox/Makefile ============================================================================== --- head/sysutils/toybox/Makefile Tue Dec 1 16:51:38 2020 (r556760) +++ head/sysutils/toybox/Makefile Tue Dec 1 16:56:56 2020 (r556761) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= toybox -PORTVERSION= 0.8.3 +PORTVERSION= 0.8.4 CATEGORIES= sysutils MAINTAINER= vidar@karlsen.tech Modified: head/sysutils/toybox/distinfo ============================================================================== --- head/sysutils/toybox/distinfo Tue Dec 1 16:51:38 2020 (r556760) +++ head/sysutils/toybox/distinfo Tue Dec 1 16:56:56 2020 (r556761) @@ -1,3 +1,3 @@ -TIMESTAMP = 1589273785 -SHA256 (landley-toybox-0.8.3_GH0.tar.gz) = 5e5a89888aa04b536a848b701f3abb92eb11ad108f39a41c588247a45412f929 -SIZE (landley-toybox-0.8.3_GH0.tar.gz) = 1106455 +TIMESTAMP = 1606836525 +SHA256 (landley-toybox-0.8.4_GH0.tar.gz) = bea9fe3aae662ef97b7450df8c0333e50c69cd9f626be8f7e245ef322605b1e9 +SIZE (landley-toybox-0.8.4_GH0.tar.gz) = 1141779