Date: Thu, 8 Feb 2018 10:33:38 +0000 (UTC) From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461209 - in head/sysutils/puppet4: . files Message-ID: <201802081033.w18AXcT5030260@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: romain Date: Thu Feb 8 10:33:38 2018 New Revision: 461209 URL: https://svnweb.freebsd.org/changeset/ports/461209 Log: Update to 4.10.10 Release notes: https://puppet.com/docs/puppet/4.10/release_notes.html#puppet-41010 While here, warn users about running a rack/webrick puppet master [1]. With hat: puppet PR: 224623 Submitted by: w.schwarzenfeld@utanet.at Modified: head/sysutils/puppet4/Makefile head/sysutils/puppet4/distinfo head/sysutils/puppet4/files/puppetmaster.in Modified: head/sysutils/puppet4/Makefile ============================================================================== --- head/sysutils/puppet4/Makefile Thu Feb 8 10:30:46 2018 (r461208) +++ head/sysutils/puppet4/Makefile Thu Feb 8 10:33:38 2018 (r461209) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= puppet -PORTVERSION= 4.10.9 +PORTVERSION= 4.10.10 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ PKGNAMESUFFIX= 4 Modified: head/sysutils/puppet4/distinfo ============================================================================== --- head/sysutils/puppet4/distinfo Thu Feb 8 10:30:46 2018 (r461208) +++ head/sysutils/puppet4/distinfo Thu Feb 8 10:33:38 2018 (r461209) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510991624 -SHA256 (puppet-4.10.9.tar.gz) = e667bd825e54bbc38c30534c25adc441ed638fc484fe0abe278f0335770cd161 -SIZE (puppet-4.10.9.tar.gz) = 2981668 +TIMESTAMP = 1517924828 +SHA256 (puppet-4.10.10.tar.gz) = 6df36264aacaf797ad9db8d268809e6681b261cee58a4a2e48a23e7fa4d1dd41 +SIZE (puppet-4.10.10.tar.gz) = 2995864 Modified: head/sysutils/puppet4/files/puppetmaster.in ============================================================================== --- head/sysutils/puppet4/files/puppetmaster.in Thu Feb 8 10:30:46 2018 (r461208) +++ head/sysutils/puppet4/files/puppetmaster.in Thu Feb 8 10:33:38 2018 (r461209) @@ -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/puppetserver). + +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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802081033.w18AXcT5030260>