Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2018 11:08:42 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468275 - head/sysutils/runit-faster
Message-ID:  <201804251108.w3PB8gof069377@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804251108.w3PB8gof069377>