svn commit: r461210 - in head/sysutils/puppet5: . files
Romain Tartière
romain at FreeBSD.org
Thu Feb 8 10:34:12 UTC 2018
Author: romain
Date: Thu Feb 8 10:34:11 2018
New Revision: 461210
URL: https://svnweb.freebsd.org/changeset/ports/461210
Log:
Update to 5.3.4
Release notes:
https://puppet.com/docs/puppet/5.3/release_notes.html#puppet-534
While here, warn users about running a rack/webrick puppet master [1].
With hat: puppet
PR: 224623
Submitted by: w.schwarzenfeld at utanet.at
Modified:
head/sysutils/puppet5/Makefile
head/sysutils/puppet5/distinfo
head/sysutils/puppet5/files/puppetmaster.in
Modified: head/sysutils/puppet5/Makefile
==============================================================================
--- head/sysutils/puppet5/Makefile Thu Feb 8 10:33:38 2018 (r461209)
+++ head/sysutils/puppet5/Makefile Thu Feb 8 10:34:11 2018 (r461210)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= puppet
-PORTVERSION= 5.3.3
+PORTVERSION= 5.3.4
CATEGORIES= sysutils
MASTER_SITES= http://downloads.puppetlabs.com/puppet/
PKGNAMESUFFIX= 5
Modified: head/sysutils/puppet5/distinfo
==============================================================================
--- head/sysutils/puppet5/distinfo Thu Feb 8 10:33:38 2018 (r461209)
+++ head/sysutils/puppet5/distinfo Thu Feb 8 10:34:11 2018 (r461210)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1510552953
-SHA256 (puppet-5.3.3.tar.gz) = 45360f64fe0375df617571d58e929515e2094daa1d0dc78e2b6718d7cbeaf18e
-SIZE (puppet-5.3.3.tar.gz) = 2843386
+TIMESTAMP = 1517925075
+SHA256 (puppet-5.3.4.tar.gz) = 0a00a11bc49b89f8b0122b580b016ddc386b0d7027f0bb6f73bf117145fa3e23
+SIZE (puppet-5.3.4.tar.gz) = 2889645
Modified: head/sysutils/puppet5/files/puppetmaster.in
==============================================================================
--- head/sysutils/puppet5/files/puppetmaster.in Thu Feb 8 10:33:38 2018 (r461209)
+++ head/sysutils/puppet5/files/puppetmaster.in Thu Feb 8 10:34:11 2018 (r461210)
@@ -33,6 +33,14 @@ puppet_manifest="$($command config print manifest)"
start_precmd="puppetmaster_checkconfig"
restart_precmd="puppetmaster_checkconfig"
puppetmaster_checkconfig() {
+ cat << EOT
+================================================================================
+The Rack and WEBrick Puppet master servers are deprecated and will be removed
+in a future release. Please use Puppet Server instead (sysutils/puppetserver5).
+
+See http://links.puppet.com/deprecate-rack-webrick-servers for more information.
+================================================================================
+EOT
echo -n "Performing sanity check of ${name} configuration: "
if ! ${command} parser validate "${puppet_manifest}"
then
More information about the svn-ports-all
mailing list