From owner-svn-ports-head@freebsd.org Wed Apr 25 11:08:42 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8971FA09A0; Wed, 25 Apr 2018 11:08:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F55B87302; Wed, 25 Apr 2018 11:08:42 +0000 (UTC) (envelope-from tobik@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 7A38F415; Wed, 25 Apr 2018 11:08:42 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3PB8gjJ069380; Wed, 25 Apr 2018 11:08:42 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3PB8gof069377; Wed, 25 Apr 2018 11:08:42 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201804251108.w3PB8gof069377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 25 Apr 2018 11:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468275 - head/sysutils/runit-faster X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/sysutils/runit-faster X-SVN-Commit-Revision: 468275 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2018 11:08:43 -0000 Author: tobik Date: Wed Apr 25 11:08:41 2018 New Revision: 468275 URL: https://svnweb.freebsd.org/changeset/ports/468275 Log: sysutils/runit-faster: Update scripts to 0.1.23 - Fix netdata service to not effectively forkbomb the system when it's enabled. - Fix musicpd service - Try and load ukbd(4) before spawning an emergency shell when using a modular kernel in case it's not loaded yet and leaving you stranded with no way out. Modified: head/sysutils/runit-faster/Makefile head/sysutils/runit-faster/distinfo head/sysutils/runit-faster/pkg-plist Modified: head/sysutils/runit-faster/Makefile ============================================================================== --- head/sysutils/runit-faster/Makefile Wed Apr 25 10:52:10 2018 (r468274) +++ head/sysutils/runit-faster/Makefile Wed Apr 25 11:08:41 2018 (r468275) @@ -4,7 +4,7 @@ PORTNAME= runit DISTVERSION= ${RUNITVERSION}-${CONFVERSION} RUNITVERSION= 2.1.2 -CONFVERSION= 0.1.20 +CONFVERSION= 0.1.23 CATEGORIES= sysutils MASTER_SITES= http://smarden.org/runit/ \ http://www.bayofrum.net/dist/runit/ \ Modified: head/sysutils/runit-faster/distinfo ============================================================================== --- head/sysutils/runit-faster/distinfo Wed Apr 25 10:52:10 2018 (r468274) +++ head/sysutils/runit-faster/distinfo Wed Apr 25 11:08:41 2018 (r468275) @@ -1,5 +1,5 @@ -TIMESTAMP = 1523625388 +TIMESTAMP = 1524214390 SHA256 (runit-2.1.2.tar.gz) = 6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18 SIZE (runit-2.1.2.tar.gz) = 110916 -SHA256 (freebsd-runit-0.1.20.tar.gz) = 7a881fe9691a49c5c475affa924560e266d8d7c71570f22c30ee2bf1f0e27c26 -SIZE (freebsd-runit-0.1.20.tar.gz) = 25215 +SHA256 (freebsd-runit-0.1.23.tar.gz) = a67a0b2d923a91d53927d2824be15e9cc46590df67fdd6b2011425e6cadb179c +SIZE (freebsd-runit-0.1.23.tar.gz) = 26663 Modified: head/sysutils/runit-faster/pkg-plist ============================================================================== --- head/sysutils/runit-faster/pkg-plist Wed Apr 25 10:52:10 2018 (r468274) +++ head/sysutils/runit-faster/pkg-plist Wed Apr 25 11:08:41 2018 (r468275) @@ -4,6 +4,7 @@ bin/svclone %%RUNITDIR%%/1 %%RUNITDIR%%/2 %%RUNITDIR%%/3 +%%RUNITDIR%%/core-services/11-devmatch.sh %%RUNITDIR%%/core-services/11-kld.sh %%RUNITDIR%%/core-services/11-set-defaults.sh @sample %%RUNITDIR%%/core-services/12-console.sh.sample