diff options
| author | wen <wen@pkgsrc.org> | 2020-10-25 03:54:31 +0000 |
|---|---|---|
| committer | wen <wen@pkgsrc.org> | 2020-10-25 03:54:31 +0000 |
| commit | 0bc89ff0ebad064e4b7082364313c5e9c20faa1e (patch) | |
| tree | cfac9139356893a54012cf83fa041a18e9888eb8 /sysutils/cfengine3/Makefile | |
| parent | 0156db371a4999ec512b4afcc7fbb29c0b67a1be (diff) | |
| download | pkgsrc-0bc89ff0ebad064e4b7082364313c5e9c20faa1e.tar.gz | |
Update to 3.15.2
Upstream changes:
3.15.2:
- 'if' constraint now works in combination with class contexts
(CFE-2615)
- Fixed rare crashing bug when parsing zombie entries in ps
output. The problem was only ever observed on AIX, but could
theoretically happen on any platform depending on exact libc behavior.
(ENT-5329)
- Fixed ifelse() to return fallback in case of unresolved variables
(ENT-4653)
- Fixed service status cfengine3 on systemd managed hosts (ENT-5528)
- Improved management of secondary groups to avoid intermediary state failures
(ENT-3710)
Diffstat (limited to 'sysutils/cfengine3/Makefile')
| -rw-r--r-- | sysutils/cfengine3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/cfengine3/Makefile b/sysutils/cfengine3/Makefile index 877ccec74ac..5c00f17e817 100644 --- a/sysutils/cfengine3/Makefile +++ b/sysutils/cfengine3/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2020/06/02 08:24:44 adam Exp $ +# $NetBSD: Makefile,v 1.26 2020/10/25 03:54:31 wen Exp $ -DISTNAME= cfengine-3.15.1 -PKGREVISION= 3 +DISTNAME= cfengine-3.15.2 CATEGORIES= sysutils MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ |
