FreeBSD Bugzilla – Attachment 170187 Details for
Bug 208363
[maintainer update] sysutils/puppetserver: update to 2.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
puppetserver.patch (text/plain), 5.26 KB, created by
Dmitry Marakasov
on 2016-05-10 19:13:53 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-05-10 19:13:53 UTC
Size:
5.26 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 414834) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= puppetserver >-PORTVERSION= 2.2.1 >+PORTVERSION= 2.3.1 > CATEGORIES= sysutils java > MASTER_SITES= http://downloads.puppetlabs.com/puppet/ > >@@ -55,19 +55,25 @@ > .endfor > > do-install: >- ${MKDIR} ${STAGEDIR}${DATADIR} >- ${MKDIR} ${STAGEDIR}${ETCDIR} >- ${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d >- ${MKDIR} ${STAGEDIR}${PREFIX}/etc/puppet/code >- ${MKDIR} ${STAGEDIR}/var/log/puppetserver >+ @${MKDIR} ${STAGEDIR}${DATADIR} >+ @${MKDIR} ${STAGEDIR}${DATADIR}/cli >+ @${MKDIR} ${STAGEDIR}${DATADIR}/cli/apps >+ @${MKDIR} ${STAGEDIR}${ETCDIR} >+ @${MKDIR} ${STAGEDIR}${ETCDIR}/conf.d >+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/puppet/code >+ @${MKDIR} ${STAGEDIR}/var/log/puppetserver > ${INSTALL_DATA} ${WRKSRC}/puppet-server-release.jar ${STAGEDIR}${DATADIR}/puppetserver.jar >- ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/global.conf ${STAGEDIR}${ETCDIR}/conf.d/global.conf >- ${INSTALL_DATA} ${WRKSRC}/ext/config/logback.xml ${STAGEDIR}${ETCDIR}/logback.xml >- ${INSTALL_DATA} ${WRKSRC}/ext/config/bootstrap.cfg ${STAGEDIR}${ETCDIR}/bootstrap.cfg >- ${INSTALL_DATA} ${WRKSRC}/ext/config/request-logging.xml ${STAGEDIR}${ETCDIR}/request-logging.xml >- ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/puppetserver.conf ${STAGEDIR}${ETCDIR}/conf.d/puppetserver.conf >- ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf >- ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf >- ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf >+ ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/global.conf ${STAGEDIR}${ETCDIR}/conf.d/global.conf.sample >+ ${INSTALL_DATA} ${WRKSRC}/ext/config/logback.xml ${STAGEDIR}${ETCDIR}/logback.xml.sample >+ ${INSTALL_DATA} ${WRKSRC}/ext/config/bootstrap.cfg ${STAGEDIR}${ETCDIR}/bootstrap.cfg.sample >+ ${INSTALL_DATA} ${WRKSRC}/ext/config/request-logging.xml ${STAGEDIR}${ETCDIR}/request-logging.xml.sample >+ ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/puppetserver.conf ${STAGEDIR}${ETCDIR}/conf.d/puppetserver.conf.sample >+ ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/web-routes.conf ${STAGEDIR}${ETCDIR}/conf.d/web-routes.conf.sample >+ ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/webserver.conf ${STAGEDIR}${ETCDIR}/conf.d/webserver.conf.sample >+ ${INSTALL_DATA} ${WRKSRC}/ext/config/conf.d/auth.conf ${STAGEDIR}${ETCDIR}/conf.d/auth.conf.sample >+ ${INSTALL_DATA} ${WRKSRC}/ext/cli/foreground ${STAGEDIR}${DATADIR}/cli/apps/foreground >+ ${INSTALL_DATA} ${WRKSRC}/ext/cli/gem ${STAGEDIR}${DATADIR}/cli/apps/gem >+ ${INSTALL_DATA} ${WRKSRC}/ext/cli/irb ${STAGEDIR}${DATADIR}/cli/apps/irb >+ ${INSTALL_DATA} ${WRKSRC}/ext/cli/ruby ${STAGEDIR}${DATADIR}/cli/apps/ruby > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 413262) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (puppetserver-2.2.1.tar.gz) = 583662380b161fc35e0f0c5e7e2964892ec4b7e0cb848cadcd76b29684a85843 >-SIZE (puppetserver-2.2.1.tar.gz) = 42665674 >+SHA256 (puppetserver-2.3.1.tar.gz) = 25e0d27339c2e8313cb083503e5790e4f7f1c5c3b29a67b73a35a3aca2f513d9 >+SIZE (puppetserver-2.3.1.tar.gz) = 33667638 >Index: files/patch-ext__config__conf.d__webserver.conf >=================================================================== >--- files/patch-ext__config__conf.d__webserver.conf (revision 413262) >+++ files/patch-ext__config__conf.d__webserver.conf (working copy) >@@ -1,9 +1,9 @@ >---- ext/config/conf.d/webserver.conf.orig 2015-10-27 16:26:17 UTC >+--- ext/config/conf.d/webserver.conf.orig 2016-03-28 10:32:26.000000000 -0700 > +++ ext/config/conf.d/webserver.conf > @@ -1,5 +1,5 @@ > webserver: { >-- access-log-config = /etc/puppetlabs/puppetserver/request-logging.xml >-+ access-log-config = %%PREFIX%%/etc/puppetserver/request-logging.xml >- client-auth = want >- ssl-host = 0.0.0.0 >- ssl-port = 8140 >+- access-log-config: /etc/puppetlabs/puppetserver/request-logging.xml >++ access-log-config: %%PREFIX%%/etc/puppetserver/request-logging.xml >+ client-auth: want >+ ssl-host: 0.0.0.0 >+ ssl-port: 8140 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 413262) >+++ pkg-plist (working copy) >@@ -1,14 +1,15 @@ >-%%ETCDIR%%/logback.xml >-%%ETCDIR%%/bootstrap.cfg >-%%ETCDIR%%/request-logging.xml >-%%ETCDIR%%/conf.d/global.conf >-%%ETCDIR%%/conf.d/puppetserver.conf >-%%ETCDIR%%/conf.d/web-routes.conf >-%%ETCDIR%%/conf.d/webserver.conf >-%%ETCDIR%%/conf.d/auth.conf >+@sample %%ETCDIR%%/logback.xml.sample >+@sample %%ETCDIR%%/bootstrap.cfg.sample >+@sample %%ETCDIR%%/request-logging.xml.sample >+@sample %%ETCDIR%%/conf.d/auth.conf.sample >+@sample %%ETCDIR%%/conf.d/global.conf.sample >+@sample %%ETCDIR%%/conf.d/puppetserver.conf.sample >+@sample %%ETCDIR%%/conf.d/web-routes.conf.sample >+@sample %%ETCDIR%%/conf.d/webserver.conf.sample >+@dir(,puppet,750) etc/puppet/code > %%DATADIR%%/puppetserver.jar >-@mode 0750 >-@group puppet >-@dir etc/puppet/code >-@owner puppet >-@dir /var/log/puppetserver >+%%DATADIR%%/cli/apps/foreground >+%%DATADIR%%/cli/apps/gem >+%%DATADIR%%/cli/apps/irb >+%%DATADIR%%/cli/apps/ruby >+@dir(puppet,puppet,750) /var/log/puppetserver
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208363
:
168732
|
168986
| 170187