svn commit: r494373 - in head: . sysutils/paladin

Kurt Jaeger pi at FreeBSD.org
Sat Mar 2 08:23:58 UTC 2019


Author: pi
Date: Sat Mar  2 08:23:56 2019
New Revision: 494373
URL: https://svnweb.freebsd.org/changeset/ports/494373

Log:
  sysutils/paladin: update 1.1.1 -> 2.0.0
  
  - An -f command line flag that allows specifying a config file
  - A handle for the SIGINFO signal
  - Args to the children are passed as an array (so that it's possible
    to pass an argument with a space in it)
  - Fixes of some major bugs causing paladin to not correctly track
    the number of running children (so it wouldn't know when to exit),
    or not wait for children to exit before exiting itself after
    receiving SIGTERM.
  
  PR:		236111
  Submitted by:	rlwestlund at gmail.com
  Approved by:	Randy Westlund <rwestlun at gmail.com>

Modified:
  head/UPDATING
  head/sysutils/paladin/Makefile
  head/sysutils/paladin/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sat Mar  2 07:57:52 2019	(r494372)
+++ head/UPDATING	Sat Mar  2 08:23:56 2019	(r494373)
@@ -5,6 +5,13 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20190302:
+  AFFECTS: users of sysutils/paladin
+  AUTHOR: Ryan Westlund <rlwestlund at gmail.com>
+
+  The way paladin parses its config file has changed, please
+  check the provided sample config.
+
 20190227:
   AFFECTS: users of security/softether, security/softether-devel
   AUTHOR: meta at FreeBSD.org

Modified: head/sysutils/paladin/Makefile
==============================================================================
--- head/sysutils/paladin/Makefile	Sat Mar  2 07:57:52 2019	(r494372)
+++ head/sysutils/paladin/Makefile	Sat Mar  2 08:23:56 2019	(r494373)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	paladin
-PORTVERSION=	1.1.0
+PORTVERSION=	2.0.0
 CATEGORIES=	sysutils
 
 MAINTAINER=	rwestlun at gmail.com

Modified: head/sysutils/paladin/distinfo
==============================================================================
--- head/sysutils/paladin/distinfo	Sat Mar  2 07:57:52 2019	(r494372)
+++ head/sysutils/paladin/distinfo	Sat Mar  2 08:23:56 2019	(r494373)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492442587
-SHA256 (rwestlund-paladin-1.1.0_GH0.tar.gz) = 42d8fa5c56bb633d3fafc12f4b60dac8d1571631f472bfe5fd784f7876b99b24
-SIZE (rwestlund-paladin-1.1.0_GH0.tar.gz) = 615395
+TIMESTAMP = 1551411022
+SHA256 (rwestlund-paladin-2.0.0_GH0.tar.gz) = e197166f9cc273cd3fb51fb7d90915124a49f866f440d4ae76fbf66ccd28bdff
+SIZE (rwestlund-paladin-2.0.0_GH0.tar.gz) = 615671


More information about the svn-ports-all mailing list