FreeBSD Bugzilla – Attachment 159174 Details for
Bug 201797
[PATCH] Update www/tomcat8 8.0.18 -> 8.0.24
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New patch that uses @owner and @group instead of @exec
tomcat8.diff (text/plain), 3.79 KB, created by
Brad Davis
on 2015-07-24 17:51:24 UTC
(
hide
)
Description:
New patch that uses @owner and @group instead of @exec
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2015-07-24 17:51:24 UTC
Size:
3.79 KB
patch
obsolete
>Index: www/tomcat8/Makefile >=================================================================== >--- www/tomcat8/Makefile (revision 392828) >+++ www/tomcat8/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= tomcat >-PORTVERSION= 8.0.18 >+PORTVERSION= 8.0.24 > CATEGORIES= www java > MASTER_SITES= APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin > PKGNAMESUFFIX= 8 >Index: www/tomcat8/distinfo >=================================================================== >--- www/tomcat8/distinfo (revision 392828) >+++ www/tomcat8/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (apache-tomcat-8.0.18.tar.gz) = 49f9097073493accb8f8e0827d8f4ee00d2cc115b9188fc3902deb3696554379 >-SIZE (apache-tomcat-8.0.18.tar.gz) = 9270590 >+SHA256 (apache-tomcat-8.0.24.tar.gz) = 41980bdc3a0bb0abb820aa8ae269938946e219ae2d870f1615d5071564ccecee >+SIZE (apache-tomcat-8.0.24.tar.gz) = 9106353 >Index: www/tomcat8/pkg-plist >=================================================================== >--- www/tomcat8/pkg-plist (revision 392828) >+++ www/tomcat8/pkg-plist (working copy) >@@ -17,6 +17,8 @@ > %%T%%/bin/tomcat-native.tar.gz > %%T%%/bin/tool-wrapper.sh > %%T%%/bin/version.sh >+@owner %%WWWOWN%% >+@group %%WWWGRP%% > @sample %%T%%/conf/catalina.policy.sample > @sample %%T%%/conf/catalina.properties.sample > @sample %%T%%/conf/context.xml.sample >@@ -25,6 +27,9 @@ > @sample %%T%%/conf/tomcat-users.xml.sample > @sample %%T%%/conf/tomcat-users.xsd.sample > @sample %%T%%/conf/web.xml.sample >+@dir %%T%%/conf >+@owner >+@group > %%T%%/lib/annotations-api.jar > %%T%%/lib/catalina-ant.jar > %%T%%/lib/catalina-ha.jar >@@ -31,7 +36,7 @@ > %%T%%/lib/catalina-storeconfig.jar > %%T%%/lib/catalina-tribes.jar > %%T%%/lib/catalina.jar >-%%T%%/lib/ecj-4.4.jar >+%%T%%/lib/ecj-4.4.2.jar > %%T%%/lib/el-api.jar > %%T%%/lib/jasper-el.jar > %%T%%/lib/jasper.jar >@@ -45,12 +50,14 @@ > %%T%%/lib/tomcat-i18n-ja.jar > %%T%%/lib/tomcat-jdbc.jar > %%T%%/lib/tomcat-jni.jar >-%%T%%/lib/tomcat-spdy.jar > %%T%%/lib/tomcat-util-scan.jar > %%T%%/lib/tomcat-util.jar > %%T%%/lib/tomcat-websocket.jar > %%T%%/lib/websocket-api.jar > %%T%%/temp/safeToDelete.tmp >+@dir %%T%%/temp >+@owner %%WWWOWN%% >+@group %%WWWGRP%% > %%T%%/webapps/ROOT/RELEASE-NOTES.txt > %%T%%/webapps/ROOT/WEB-INF/web.xml > %%T%%/webapps/ROOT/asf-logo-wide.gif >@@ -95,8 +102,8 @@ > %%T%%/webapps/docs/architecture/index.html > %%T%%/webapps/docs/architecture/overview.html > %%T%%/webapps/docs/architecture/requestProcess.html >-%%T%%/webapps/docs/architecture/requestProcess/requestProcess.pdf >-%%T%%/webapps/docs/architecture/requestProcess/roseModel.mdl >+%%T%%/webapps/docs/architecture/requestProcess/authentication-process.png >+%%T%%/webapps/docs/architecture/requestProcess/request-process.png > %%T%%/webapps/docs/architecture/startup.html > %%T%%/webapps/docs/architecture/startup/serverStartup.pdf > %%T%%/webapps/docs/architecture/startup/serverStartup.txt >@@ -395,8 +402,8 @@ > %%T%%/webapps/examples/WEB-INF/jsp/debug-taglib.tld > %%T%%/webapps/examples/WEB-INF/jsp/example-taglib.tld > %%T%%/webapps/examples/WEB-INF/jsp2/jsp2-example-taglib.tld >-%%T%%/webapps/examples/WEB-INF/lib/jstl.jar >-%%T%%/webapps/examples/WEB-INF/lib/standard.jar >+%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-impl-1.2.5.jar >+%%T%%/webapps/examples/WEB-INF/lib/taglibs-standard-spec-1.2.5.jar > %%T%%/webapps/examples/WEB-INF/tags/displayProducts.tag > %%T%%/webapps/examples/WEB-INF/tags/helloWorld.tag > %%T%%/webapps/examples/WEB-INF/tags/panel.tag >@@ -632,8 +639,10 @@ > %%T%%/webapps/manager/index.jsp > %%T%%/webapps/manager/status.xsd > %%T%%/webapps/manager/xform.xsl >+@dir %%T%%/webapps >+@dir %%T%%/work >+@dir %%T%%/logs >+@owner >+@group > @dir %%T%%/endorsed >-@dir %%T%%/logs >-@dir %%T%%/work >-@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%T%%/conf %D/%%T%%/logs %D/%%T%%/temp %D/%%T%%/webapps %D/%%T%%/work > @unexec [ ! -d %D/%%T%% ] || echo If permanently deleting this package, %D/%%T%% must be removed manually
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 201797
:
159117
| 159174