pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update to 2.1.2. From the changelog:
Module Name: pkgsrc-wip
Committed By: Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By: schmonz
Date: Fri Jan 28 16:33:46 2022 +0100
Changeset: 0e0a2b3c9e22b15d819a51236e6cd1cf302783f2
Modified Files:
runit/Makefile
runit/distinfo
Log Message:
Update to 2.1.2. From the changelog:
2.1.2:
* doc/index.html: reorder, cleanup links to distributions; add Linux
from Scratch, Finnix, VServer.
* sv.c: properly format status command's output on failure cases.
* sv.c: support optional LSB init script actions reload and
try-restart.
* man/sv.8: "sv exit" does not send a TERM signal to the log service
(thx Jonathan Nieder).
* fmt_ptime.c: 64 bits time_t fix for svlogd (tnx Jérémie
Courrèges-Anglas).
* sv.c: fix typo that may lead to wrong output from sv when reporting
status of multiple service directories.
* doc/index.html: add deepOfix Mail Server to list of distributions
that include runit (thx Debayan Banerjee).
* doc/useinit.html: update description on how to use with upstart
(thx Gabriel de Perthuis).
* doc/index.html: add Dragora GNU/Linux to list of distributions that
use runit as default init scheme (thx Matias A. Fonzo).
* doc/index.html: add ArchLinux to list of distributions that include
runit (thx Kevin Berry).
2.1.1:
* doc/upgrade.html: fix typo.
* sv.c: on 'down', send runsv the 'down' command properly if not yet
done (e.g. when taken up with 'once').
2.1.0:
* pathexec_env.c, pathexec.h: add function pathexec_env_run().
* chpst.c, man/chpst.8: new option -b argv0: run prog with different
0th argument.
* sv.c: fix exit code of status command in lsb mode (thx Mathieu
Poumeyrol)
* chpst.c, svwaitdown.c, svwaitup.c: fix checks for return value of
open_* functions (thx David Reiss).
* runsv.c: exit with error if [log/]supervise/control exists, but is
not a fifo (thx Charlie Brady).
* man/sv.8: clarify which return values apply to the LSB init script
interface.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0e0a2b3c9e22b15d819a51236e6cd1cf302783f2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
runit/Makefile | 10 ++++------
runit/distinfo | 6 +++---
2 files changed, 7 insertions(+), 9 deletions(-)
diffs:
diff --git a/runit/Makefile b/runit/Makefile
index a0ae9b3802..3f015a6c00 100644
--- a/runit/Makefile
+++ b/runit/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2014/06/19 11:22:34 fhajny Exp $
-DISTNAME= runit-2.0.0
+DISTNAME= runit-2.1.2
CATEGORIES= sysutils
MASTER_SITES= ${HOMEPAGE}
@@ -18,19 +18,17 @@ USE_TOOLS+= pax
BUILD_DEFS+= VARBASE
DJB_SLASHPACKAGE= YES
-SUBST_CLASSES+= djberrno
-
SERVICEDIR?= ${VARBASE}/spool/service
-OWN_DIRS_PERMS= ${SERVICEDIR} ${ROOT_USER} ${ROOT_GROUP} 0755
+OWN_DIRS_PERMS= ${SERVICEDIR} ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0755
DOCS= package/CHANGES package/COPYING package/README \
package/THANKS package/TODO doc/*.html
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS"
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
SUBST_CLASSES+= static
-SUBST_STAGE.static= post-patch
+SUBST_STAGE.static= pre-configure
SUBST_MESSAGE.static= Disable static linking on SunOS
SUBST_FILES.static= src/Makefile
SUBST_SED.static= -e 's/-static//'
diff --git a/runit/distinfo b/runit/distinfo
index 14bbee9142..60e6610465 100644
--- a/runit/distinfo
+++ b/runit/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2008/12/31 08:11:39 akihabara Exp $
-RMD160 (runit-2.0.0.tar.gz) = fc55f22462b5b05d991558adf99468777789671a
-SHA512 (runit-2.0.0.tar.gz) = b892b4dd7dcb183a9d4c4522855d9c8f4e32f3b764db3c9de98ec66a1b20dfdd6f9069758065695bb8f364ad7eb0dd8ab72c9220314c3d05f174928448be0071
-Size (runit-2.0.0.tar.gz) = 104373 bytes
+BLAKE2s (runit-2.1.2.tar.gz) = 5ada95c1ed1ac5c01158ae110faf655e4dd6b44690ce09fe3404df889bcf54e6
+SHA512 (runit-2.1.2.tar.gz) = a18773ebf1aa22305dd89ed67363165b9fcf86c192b2be4e268d08005dd82d51265160c637abe072f2f2e378c4b315a75bd3d3e602c3e75bdd451a3b0190f8cf
+Size (runit-2.1.2.tar.gz) = 110916 bytes
Home |
Main Index |
Thread Index |
Old Index