Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2018 16:58:30 +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: r481171 - in head/sysutils/puppetserver6: . files
Message-ID:  <201810031658.w93GwUnd099435@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Wed Oct  3 16:58:29 2018
New Revision: 481171
URL: https://svnweb.freebsd.org/changeset/ports/481171

Log:
  Update to 6.0.1
  
  Release notes:
  https://puppet.com/docs/puppetserver/6.0/release_notes.html#puppet-server-601
  
  While here, regenerate patches with make makepatch, and fix warnings in the
  logs by pointing the server to ruby multi_json gem (quick fix for now, we will
  have to improve this in the future).
  
  With hat:	puppet

Modified:
  head/sysutils/puppetserver6/Makefile
  head/sysutils/puppetserver6/distinfo
  head/sysutils/puppetserver6/files/patch-ext__bin__puppetserver
  head/sysutils/puppetserver6/files/patch-ext__cli_defaults__cli-defaults.sh
  head/sysutils/puppetserver6/files/patch-ext__config__conf.d__global.conf
  head/sysutils/puppetserver6/files/patch-ext__config__conf.d__puppetserver.conf
  head/sysutils/puppetserver6/files/patch-ext__config__conf.d__webserver.conf
  head/sysutils/puppetserver6/files/patch-ext__config__logback.xml
  head/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml

Modified: head/sysutils/puppetserver6/Makefile
==============================================================================
--- head/sysutils/puppetserver6/Makefile	Wed Oct  3 16:56:28 2018	(r481170)
+++ head/sysutils/puppetserver6/Makefile	Wed Oct  3 16:58:29 2018	(r481171)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	puppetserver
-PORTVERSION=	6.0.0
+PORTVERSION=	6.0.1
 CATEGORIES=	sysutils java
 MASTER_SITES=	https://downloads.puppetlabs.com/puppet/
 PKGNAMESUFFIX=	6

Modified: head/sysutils/puppetserver6/distinfo
==============================================================================
--- head/sysutils/puppetserver6/distinfo	Wed Oct  3 16:56:28 2018	(r481170)
+++ head/sysutils/puppetserver6/distinfo	Wed Oct  3 16:58:29 2018	(r481171)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537339196
-SHA256 (puppetserver-6.0.0.tar.gz) = 5e289538d25d78856e72ac65b8f89334aff43ae9c290e4ed5052873c0749a2d7
-SIZE (puppetserver-6.0.0.tar.gz) = 62345355
+TIMESTAMP = 1538561651
+SHA256 (puppetserver-6.0.1.tar.gz) = 88bca683f6c73b364414f55f06a9a56e374f082e2ebd7da3870ac3ecbec0b6c5
+SIZE (puppetserver-6.0.1.tar.gz) = 62362369

Modified: head/sysutils/puppetserver6/files/patch-ext__bin__puppetserver
==============================================================================
--- head/sysutils/puppetserver6/files/patch-ext__bin__puppetserver	Wed Oct  3 16:56:28 2018	(r481170)
+++ head/sysutils/puppetserver6/files/patch-ext__bin__puppetserver	Wed Oct  3 16:58:29 2018	(r481171)
@@ -1,6 +1,6 @@
---- ext/bin/puppetserver.orig	2017-09-28 10:58:44.784311406 -0700
-+++ ext/bin/puppetserver	2017-09-28 11:00:46.034742764 -0700
-@@ -14,6 +14,12 @@
+--- ext/bin/puppetserver.orig	2018-10-03 16:18:58 UTC
++++ ext/bin/puppetserver
+@@ -15,6 +15,12 @@ elif [ `uname` == "OpenBSD" ] ; then
      USER="_puppet"
      INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver"
      CONFIG="/etc/puppetlabs/puppetserver/conf.d"

Modified: head/sysutils/puppetserver6/files/patch-ext__cli_defaults__cli-defaults.sh
==============================================================================
--- head/sysutils/puppetserver6/files/patch-ext__cli_defaults__cli-defaults.sh	Wed Oct  3 16:56:28 2018	(r481170)
+++ head/sysutils/puppetserver6/files/patch-ext__cli_defaults__cli-defaults.sh	Wed Oct  3 16:58:29 2018	(r481171)
@@ -1,5 +1,5 @@
---- ext/cli_defaults/cli-defaults.sh.orig	2017-08-06 01:24:37.981353156 -0700
-+++ ext/cli_defaults/cli-defaults.sh	2017-08-06 01:39:53.280636611 -0700
+--- ext/cli_defaults/cli-defaults.sh.orig	2018-10-01 20:36:08 UTC
++++ ext/cli_defaults/cli-defaults.sh
 @@ -1,4 +1,4 @@
 -INSTALL_DIR="/opt/puppetlabs/server/apps/puppetserver"
 +INSTALL_DIR="%%DATADIR%%"

Modified: head/sysutils/puppetserver6/files/patch-ext__config__conf.d__global.conf
==============================================================================
--- head/sysutils/puppetserver6/files/patch-ext__config__conf.d__global.conf	Wed Oct  3 16:56:28 2018	(r481170)
+++ head/sysutils/puppetserver6/files/patch-ext__config__conf.d__global.conf	Wed Oct  3 16:58:29 2018	(r481171)
@@ -1,5 +1,5 @@
---- ext/config/conf.d/global.conf.orig	2017-08-02 20:34:12.049821329 -0700
-+++ ext/config/conf.d/global.conf	2017-08-02 20:35:03.130347445 -0700
+--- ext/config/conf.d/global.conf.orig	2018-10-01 20:36:05 UTC
++++ ext/config/conf.d/global.conf
 @@ -1,5 +1,5 @@
  global: {
      # Path to logback logging configuration file; for more

Modified: head/sysutils/puppetserver6/files/patch-ext__config__conf.d__puppetserver.conf
==============================================================================
--- head/sysutils/puppetserver6/files/patch-ext__config__conf.d__puppetserver.conf	Wed Oct  3 16:56:28 2018	(r481170)
+++ head/sysutils/puppetserver6/files/patch-ext__config__conf.d__puppetserver.conf	Wed Oct  3 16:58:29 2018	(r481171)
@@ -1,6 +1,6 @@
---- ext/config/conf.d/puppetserver.conf.orig	2017-08-02 20:01:48.229660631 -0700
-+++ ext/config/conf.d/puppetserver.conf	2017-08-04 14:00:29.705675760 -0700
-@@ -2,16 +2,20 @@
+--- ext/config/conf.d/puppetserver.conf.orig	2018-10-01 20:36:05 UTC
++++ ext/config/conf.d/puppetserver.conf
+@@ -2,16 +2,21 @@
  jruby-puppet: {
      # Where the puppet-agent dependency places puppet, facter, etc...
      # Puppet server expects to load Puppet from this location
@@ -9,6 +9,7 @@
 +        %%RUBY_SITELIBDIR%%,
 +        %%PREFIX%%/lib/ruby/vendor_ruby,
 +        %%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%/gems/semantic_puppet-1.0.2/lib,
++        %%PREFIX%%/lib/ruby/gems/%%RUBY_VER%%/gems/multi_json-1.13.1/lib,
 +    ]
  
      # This setting determines where JRuby will install gems.  It is used for loading gems,
@@ -24,7 +25,7 @@
  
      # PLEASE NOTE: Use caution when modifying the below settings. Modifying
      # these settings will change the value of the corresponding Puppet settings
-@@ -26,23 +30,23 @@
+@@ -26,23 +31,23 @@ jruby-puppet: {
  
      # (optional) path to puppet conf dir; if not specified, will use
      # /etc/puppetlabs/puppet

Modified: head/sysutils/puppetserver6/files/patch-ext__config__conf.d__webserver.conf
==============================================================================
--- head/sysutils/puppetserver6/files/patch-ext__config__conf.d__webserver.conf	Wed Oct  3 16:56:28 2018	(r481170)
+++ head/sysutils/puppetserver6/files/patch-ext__config__conf.d__webserver.conf	Wed Oct  3 16:58:29 2018	(r481171)
@@ -1,4 +1,4 @@
---- ext/config/conf.d/webserver.conf.orig       2016-03-28 10:32:26.000000000 -0700
+--- ext/config/conf.d/webserver.conf.orig	2018-10-01 20:36:05 UTC
 +++ ext/config/conf.d/webserver.conf
 @@ -1,5 +1,5 @@
  webserver: {

Modified: head/sysutils/puppetserver6/files/patch-ext__config__logback.xml
==============================================================================
--- head/sysutils/puppetserver6/files/patch-ext__config__logback.xml	Wed Oct  3 16:56:28 2018	(r481170)
+++ head/sysutils/puppetserver6/files/patch-ext__config__logback.xml	Wed Oct  3 16:58:29 2018	(r481171)
@@ -1,5 +1,5 @@
---- ext/config/logback.xml.orig	2017-08-02 19:46:03.829675373 -0700
-+++ ext/config/logback.xml	2017-08-02 19:50:56.742766644 -0700
+--- ext/config/logback.xml.orig	2018-09-18 17:16:33 UTC
++++ ext/config/logback.xml
 @@ -6,12 +6,11 @@
      </appender>
  

Modified: head/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml
==============================================================================
--- head/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml	Wed Oct  3 16:56:28 2018	(r481170)
+++ head/sysutils/puppetserver6/files/patch-ext__config__request-logging.xml	Wed Oct  3 16:58:29 2018	(r481171)
@@ -1,7 +1,7 @@
---- ext/config/request-logging.xml.orig	2016-12-03 22:32:37.248735656 -0800
-+++ ext/config/request-logging.xml	2016-12-03 22:37:39.489420010 -0800
+--- ext/config/request-logging.xml.orig	2018-09-18 17:16:33 UTC
++++ ext/config/request-logging.xml
 @@ -1,10 +1,10 @@
- <configuration debug="false" scan="true">
+ <configuration debug="false">
      <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
 -        <file>/var/log/puppetlabs/puppetserver/puppetserver-access.log</file>
 +        <file>/var/log/puppetserver/puppetserver-access.log</file>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810031658.w93GwUnd099435>