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@gmail.com Approved by: Randy Westlund <rwestlun@gmail.com>
This commit is contained in:
parent
f4b4886b94
commit
2964abf99d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494373
7
UPDATING
7
UPDATING
@ -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@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@FreeBSD.org
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= paladin
|
||||
PORTVERSION= 1.1.0
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= rwestlun@gmail.com
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user