pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update to 2.9.2.0. From the changelog:



Module Name:	pkgsrc-wip
Committed By:	Amitai Schleier <schmonz-web-git%schmonz.com@localhost>
Pushed By:	schmonz
Date:		Sun Nov 15 20:27:11 2020 +0100
Changeset:	c5826c267869b7e6d6b2413f3f8d52cf43b63473

Modified Files:
	s6/Makefile
	s6/PLIST
	s6/distinfo

Log Message:
Update to 2.9.2.0. From the changelog:

- New -d option to s6-sudod.
- execline support is now optional. Some functionality is not available
  when execline support is disabled.
- New '?' directive to s6-log, to spawn a processor with /bin/sh.
- New console holder functionality for easier s6-svscan-log support.
- On systems that define SIGPWR and SIGWINCH, s6-svscan -s now calls a
  user handler for those signals.
- The s6-fdholder-*c programs have been removed. They were unused: the
  separation between (for instance) s6-fdholder-store and
  s6-fdholder-storec added more complexity and more code than it brought
  benefits. The s6 package is now 7 binaries leaner.
- s6-log can now notify readiness with the new -d option.
- s6-log now has a default line limit of 8 kB.
- In the accessrules library, checking against uidgid now checks the
  uid/self key if the client and the server have the same uid, and the
  gid/self key if the client and the server have the same gid. That
  means s6-ipcserver-access can now be configured to
  allow/deny/specialcase connections where the client's credentials are
  the same as the server's.
- Everything builds as PIC by default.
- Bugfixes.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c5826c267869b7e6d6b2413f3f8d52cf43b63473

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 s6/Makefile | 5 ++---
 s6/PLIST    | 8 +-------
 s6/distinfo | 8 ++++----
 3 files changed, 7 insertions(+), 14 deletions(-)

diffs:
diff --git a/s6/Makefile b/s6/Makefile
index e182138703..9a73b399db 100644
--- a/s6/Makefile
+++ b/s6/Makefile
@@ -1,9 +1,8 @@
 # $NetBSD$
 
-DISTNAME=	s6-2.7.2.2
-PKGREVISION=	2
+DISTNAME=	s6-2.9.2.0
 CATEGORIES=	sysutils
-MASTER_SITES=	http://skarnet.org/software/s6/
+MASTER_SITES=	${HOMEPAGE}
 
 MAINTAINER=	cfkoch%edgebsd.org@localhost
 HOMEPAGE=	https://skarnet.org/software/s6/
diff --git a/s6/PLIST b/s6/PLIST
index 01f0ab72e4..e286c0d6fb 100644
--- a/s6/PLIST
+++ b/s6/PLIST
@@ -8,19 +8,12 @@ bin/s6-envdir
 bin/s6-envuidgid
 bin/s6-fdholder-daemon
 bin/s6-fdholder-delete
-bin/s6-fdholder-deletec
 bin/s6-fdholder-getdump
-bin/s6-fdholder-getdumpc
 bin/s6-fdholder-list
-bin/s6-fdholder-listc
 bin/s6-fdholder-retrieve
-bin/s6-fdholder-retrievec
 bin/s6-fdholder-setdump
-bin/s6-fdholder-setdumpc
 bin/s6-fdholder-store
-bin/s6-fdholder-storec
 bin/s6-fdholder-transferdump
-bin/s6-fdholder-transferdumpc
 bin/s6-fdholderd
 bin/s6-fghack
 bin/s6-ftrig-listen
@@ -61,6 +54,7 @@ bin/s6-tai64nlocal
 bin/s6lockd
 bin/ucspilogd
 include/s6/accessrules.h
+include/s6/compat.h
 include/s6/config.h
 include/s6/ftrigr.h
 include/s6/ftrigw.h
diff --git a/s6/distinfo b/s6/distinfo
index ebf1c9ff65..dff1648b56 100644
--- a/s6/distinfo
+++ b/s6/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (s6-2.7.2.2.tar.gz) = a705e0366d1f086c29652cc4931c14e9bdf03030
-RMD160 (s6-2.7.2.2.tar.gz) = d9f9101a4c3da0d405d3f3324c5c4da29d2f8c42
-SHA512 (s6-2.7.2.2.tar.gz) = ed7b9fbc73e9947e56ad641459c04ff210fb801c8cfdbb5f0a00bdecbe1f5969ae73a6b52b048cd6617c88308f3a7bfd0ed98a48e78b1b5ba90b96e95845d165
-Size (s6-2.7.2.2.tar.gz) = 207145 bytes
+SHA1 (s6-2.9.2.0.tar.gz) = 5c4371e7958daf0af2fa18adfe79c3a4c8fd0487
+RMD160 (s6-2.9.2.0.tar.gz) = 2f5a6376e75e17fb5a4e916a86dbb7005ddc32ea
+SHA512 (s6-2.9.2.0.tar.gz) = ef814c0426d00112c793d4f8bb99319cde8e4ab91c24e98401559bbd28eafdb11a66d446a31816a50f67d607ed1e8c55383362e9761abca21ca24b3598929eee
+Size (s6-2.9.2.0.tar.gz) = 205009 bytes


Home | Main Index | Thread Index | Old Index