svn commit: r362914 - branches/2014Q3/devel/bugzilla44
Olli Hauer
ohauer at FreeBSD.org
Fri Jul 25 14:27:24 UTC 2014
Author: ohauer
Date: Fri Jul 25 14:27:22 2014
New Revision: 362914
URL: http://svnweb.freebsd.org/changeset/ports/362914
QAT: https://qat.redports.org/buildarchive/r362914/
Log:
MFH: r362911
- update to bugzilla44-4.4.5
Vulnerability Details
=====================
Class: Cross Site Request Forgery
Versions: 3.7.1 to 4.0.13, 4.1.1 to 4.2.9, 4.3.1 to 4.4.4, 4.5.1 to 4.5.4
Fixed In: 4.0.14, 4.2.10, 4.4.5, 4.5.5
Description: Adobe does not properly restrict the SWF file format,
which allows remote attackers to conduct cross-site
request forgery (CSRF) attacks against Bugzilla's JSONP
endpoint, possibly obtaining sensitive bug information,
via a crafted OBJECT element with SWF content satisfying
the character-set requirements of a callback API.
http://www.bugzilla.org/security/4.0.13/
Security: 9defb2d6-1404-11e4-8cae-20cf30e32f6d
CVE-2014-1546
Approved by: portmgr (erwin@)
Modified:
branches/2014Q3/devel/bugzilla44/Makefile
branches/2014Q3/devel/bugzilla44/distinfo
branches/2014Q3/devel/bugzilla44/pkg-plist
Directory Properties:
branches/2014Q3/ (props changed)
Modified: branches/2014Q3/devel/bugzilla44/Makefile
==============================================================================
--- branches/2014Q3/devel/bugzilla44/Makefile Fri Jul 25 14:22:44 2014 (r362913)
+++ branches/2014Q3/devel/bugzilla44/Makefile Fri Jul 25 14:27:22 2014 (r362914)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= bugzilla
-PORTVERSION= 4.4.4
-PORTREVISION= 1
+PORTVERSION= 4.4.5
CATEGORIES= devel
MASTER_SITES= BUGZILLA
MASTER_SITE_SUBDIR= webtools webtools/archived
@@ -162,7 +161,8 @@ EXTRA_PATCHES= ${FILESDIR}/freebsd-proje
post-extract:
@${RM} -rf ${WRKSRC}/.bzr
@${RM} -f ${WRKSRC}/.bzrignore ${WRKSRC}/.gitignore ${WRKSRC}/.gitrev \
- ${WRKSRC}/docs/en/README.docs ${WRKSRC}/docs/en/html/Bugzilla-Guide.proc
+ ${WRKSRC}/docs/en/README.docs ${WRKSRC}/docs/en/html/Bugzilla-Guide.proc \
+ ${WRKSRC}/.travis.yml ${WRKSRC}/Build.PL ${WRKSRC}/MANIFEST.SKIP
post-patch:
@${PERL} -pi -e 's/(default => ON_WINDOWS.+)apache/$$1www/' \
@@ -178,7 +178,7 @@ post-patch:
${XARGS} ${REINPLACE_CMD} -i '' -e "s!/var/www/html/bugzilla!${WWWDIR}!"
pre-install:
- @${FIND} ${WRKSRC} -type f \( -name "*.orig" -or -name "*.bak" \) -delete
+ ${FIND} ${WRKSRC} -type f \( -name "*.orig" -or -name "*.bak" \) -delete
do-install: .SILENT
${MKDIR} ${STAGEDIR}${WWWDIR}
@@ -191,12 +191,11 @@ do-install: .SILENT
${TAR} -C ${WRKSRC} -cf - Bugzilla template | ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf -
@${MKDIR} ${EMPTY_DIRS_LIST:S!^!${STAGEDIR}${WWWDIR}/!}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/)
+ (cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.if ${PORT_OPTIONS:MCONTRIB}
- @(cd ${WRKSRC}/contrib && \
- ${FIND} . -type d -exec ${MKDIR} "${STAGEDIR}${WWWDIR}/contrib/{}" \; && \
- ${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${WWWDIR}/contrib/{}" \;)
+ @${MKDIR} ${STAGEDIR}${WWWDIR}/contrib
+ (cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/contrib)
.endif
.include <bsd.port.mk>
Modified: branches/2014Q3/devel/bugzilla44/distinfo
==============================================================================
--- branches/2014Q3/devel/bugzilla44/distinfo Fri Jul 25 14:22:44 2014 (r362913)
+++ branches/2014Q3/devel/bugzilla44/distinfo Fri Jul 25 14:27:22 2014 (r362914)
@@ -1,2 +1,2 @@
-SHA256 (bugzilla/bugzilla-4.4.4.tar.gz) = c799da664c8b3ca8acf993026021249f12f2dd6c3604837bc3ebacf11927d2d1
-SIZE (bugzilla/bugzilla-4.4.4.tar.gz) = 2957476
+SHA256 (bugzilla/bugzilla-4.4.5.tar.gz) = 70609fa5bbe55a3b802afcf749a098824d7a96dc87b91ce07b000cfdd7987da5
+SIZE (bugzilla/bugzilla-4.4.5.tar.gz) = 2955964
Modified: branches/2014Q3/devel/bugzilla44/pkg-plist
==============================================================================
--- branches/2014Q3/devel/bugzilla44/pkg-plist Fri Jul 25 14:22:44 2014 (r362913)
+++ branches/2014Q3/devel/bugzilla44/pkg-plist Fri Jul 25 14:27:22 2014 (r362914)
@@ -887,178 +887,178 @@
%%WWWDIR%%/whine.pl
%%WWWDIR%%/whineatnews.pl
%%WWWDIR%%/xmlrpc.cgi
- at dirrmtry %%WWWDIR%%/xt
- at dirrm %%WWWDIR%%/template/en/default/whine
- at dirrm %%WWWDIR%%/template/en/default/setup
- at dirrm %%WWWDIR%%/template/en/default/search
- at dirrm %%WWWDIR%%/template/en/default/request
- at dirrm %%WWWDIR%%/template/en/default/reports
- at dirrm %%WWWDIR%%/template/en/default/pages
- at dirrm %%WWWDIR%%/template/en/default/list
- at dirrm %%WWWDIR%%/template/en/default/global
- at dirrm %%WWWDIR%%/template/en/default/flag
- at dirrm %%WWWDIR%%/template/en/default/extensions
- at dirrm %%WWWDIR%%/template/en/default/email
- at dirrm %%WWWDIR%%/template/en/default/bug/process
- at dirrm %%WWWDIR%%/template/en/default/bug/create
- at dirrm %%WWWDIR%%/template/en/default/bug/activity
- at dirrm %%WWWDIR%%/template/en/default/bug
- at dirrm %%WWWDIR%%/template/en/default/attachment
- at dirrm %%WWWDIR%%/template/en/default/admin/workflow
- at dirrm %%WWWDIR%%/template/en/default/admin/versions
- at dirrm %%WWWDIR%%/template/en/default/admin/users
- at dirrm %%WWWDIR%%/template/en/default/admin/settings
- at dirrm %%WWWDIR%%/template/en/default/admin/sanitycheck
- at dirrm %%WWWDIR%%/template/en/default/admin/products/groupcontrol
- at dirrm %%WWWDIR%%/template/en/default/admin/products
- at dirrm %%WWWDIR%%/template/en/default/admin/params
- at dirrm %%WWWDIR%%/template/en/default/admin/milestones
- at dirrm %%WWWDIR%%/template/en/default/admin/keywords
- at dirrm %%WWWDIR%%/template/en/default/admin/groups
- at dirrm %%WWWDIR%%/template/en/default/admin/flag-type
- at dirrm %%WWWDIR%%/template/en/default/admin/fieldvalues
- at dirrm %%WWWDIR%%/template/en/default/admin/custom_fields
- at dirrm %%WWWDIR%%/template/en/default/admin/components
- at dirrm %%WWWDIR%%/template/en/default/admin/classifications
- at dirrm %%WWWDIR%%/template/en/default/admin
- at dirrm %%WWWDIR%%/template/en/default/account/prefs
- at dirrm %%WWWDIR%%/template/en/default/account/password
- at dirrm %%WWWDIR%%/template/en/default/account/email
- at dirrm %%WWWDIR%%/template/en/default/account/auth
- at dirrm %%WWWDIR%%/template/en/default/account
- at dirrm %%WWWDIR%%/template/en/default
- at dirrm %%WWWDIR%%/template/en
- at dirrmtry %%WWWDIR%%/template
- at dirrmtry %%WWWDIR%%/t
- at dirrm %%WWWDIR%%/skins/standard/index
- at dirrm %%WWWDIR%%/skins/standard/global
- at dirrm %%WWWDIR%%/skins/standard/dependency-tree
- at dirrm %%WWWDIR%%/skins/standard
- at dirrm %%WWWDIR%%/skins/contrib/Dusk
- at dirrm %%WWWDIR%%/skins/contrib
- at dirrmtry %%WWWDIR%%/skins
- at dirrmtry %%WWWDIR%%/lib
- at dirrmtry %%WWWDIR%%/js/yui/yuitest
- at dirrmtry %%WWWDIR%%/js/yui/yuiloader
- at dirrmtry %%WWWDIR%%/js/yui/yahoo-dom-event
- at dirrmtry %%WWWDIR%%/js/yui/yahoo
- at dirrmtry %%WWWDIR%%/js/yui/uploader
- at dirrmtry %%WWWDIR%%/js/yui/treeview
- at dirrmtry %%WWWDIR%%/js/yui/tabview
- at dirrmtry %%WWWDIR%%/js/yui/swfstore
- at dirrmtry %%WWWDIR%%/js/yui/swfdetect
- at dirrmtry %%WWWDIR%%/js/yui/swf
- at dirrmtry %%WWWDIR%%/js/yui/stylesheet
- at dirrmtry %%WWWDIR%%/js/yui/storage
- at dirrmtry %%WWWDIR%%/js/yui/slider
- at dirrmtry %%WWWDIR%%/js/yui/selector
- at dirrmtry %%WWWDIR%%/js/yui/resize
- at dirrmtry %%WWWDIR%%/js/yui/reset-fonts-grids
- at dirrmtry %%WWWDIR%%/js/yui/reset-fonts
- at dirrmtry %%WWWDIR%%/js/yui/reset
- at dirrmtry %%WWWDIR%%/js/yui/progressbar
- at dirrmtry %%WWWDIR%%/js/yui/profilerviewer
- at dirrmtry %%WWWDIR%%/js/yui/profiler
- at dirrmtry %%WWWDIR%%/js/yui/paginator
- at dirrmtry %%WWWDIR%%/js/yui/menu
- at dirrmtry %%WWWDIR%%/js/yui/logger
- at dirrmtry %%WWWDIR%%/js/yui/layout
- at dirrmtry %%WWWDIR%%/js/yui/json
- at dirrmtry %%WWWDIR%%/js/yui/imageloader
- at dirrmtry %%WWWDIR%%/js/yui/imagecropper
- at dirrmtry %%WWWDIR%%/js/yui/history
- at dirrmtry %%WWWDIR%%/js/yui/grids
- at dirrmtry %%WWWDIR%%/js/yui/get
- at dirrmtry %%WWWDIR%%/js/yui/fonts
- at dirrmtry %%WWWDIR%%/js/yui/event-simulate
- at dirrmtry %%WWWDIR%%/js/yui/event-mouseenter
- at dirrmtry %%WWWDIR%%/js/yui/event-delegate
- at dirrmtry %%WWWDIR%%/js/yui/event
- at dirrmtry %%WWWDIR%%/js/yui/element-delegate
- at dirrmtry %%WWWDIR%%/js/yui/element
- at dirrmtry %%WWWDIR%%/js/yui/dragdrop
- at dirrmtry %%WWWDIR%%/js/yui/dom
- at dirrmtry %%WWWDIR%%/js/yui/datemath
- at dirrmtry %%WWWDIR%%/js/yui/datatable
- at dirrmtry %%WWWDIR%%/js/yui/datasource
- at dirrmtry %%WWWDIR%%/js/yui/cookie
- at dirrmtry %%WWWDIR%%/js/yui/container
- at dirrmtry %%WWWDIR%%/js/yui/connection
- at dirrmtry %%WWWDIR%%/js/yui/colorpicker
- at dirrmtry %%WWWDIR%%/js/yui/charts
- at dirrmtry %%WWWDIR%%/js/yui/carousel
- at dirrmtry %%WWWDIR%%/js/yui/calendar
- at dirrmtry %%WWWDIR%%/js/yui/button
- at dirrmtry %%WWWDIR%%/js/yui/base
- at dirrmtry %%WWWDIR%%/js/yui/autocomplete
- at dirrmtry %%WWWDIR%%/js/yui/assets/skins/sam
- at dirrmtry %%WWWDIR%%/js/yui/assets/skins
- at dirrmtry %%WWWDIR%%/js/yui/assets
- at dirrmtry %%WWWDIR%%/js/yui/animation
- at dirrmtry %%WWWDIR%%/js/yui
- at dirrmtry %%WWWDIR%%/js/history.js
- at dirrmtry %%WWWDIR%%/js
- at dirrm %%WWWDIR%%/images
- at dirrmtry %%WWWDIR%%/graphs
- at dirrmtry %%WWWDIR%%/data
-%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/cmdline
-%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/bugzilla-submit
- at dirrmtry %%WWWDIR%%/contrib
- at dirrm %%WWWDIR%%/Bugzilla/Whine
- at dirrm %%WWWDIR%%/Bugzilla/WebService/Server
- at dirrm %%WWWDIR%%/Bugzilla/WebService
- at dirrm %%WWWDIR%%/Bugzilla/User/Setting
- at dirrm %%WWWDIR%%/Bugzilla/User
- at dirrm %%WWWDIR%%/Bugzilla/Template/Plugin
- at dirrm %%WWWDIR%%/Bugzilla/Template
- at dirrm %%WWWDIR%%/Bugzilla/Send
- at dirrm %%WWWDIR%%/Bugzilla/Search
- at dirrm %%WWWDIR%%/Bugzilla/Migrate
- at dirrm %%WWWDIR%%/Bugzilla/JobQueue
- at dirrm %%WWWDIR%%/Bugzilla/Job
- at dirrm %%WWWDIR%%/Bugzilla/Install
- at dirrm %%WWWDIR%%/Bugzilla/Field
- at dirrm %%WWWDIR%%/Bugzilla/DB/Schema
- at dirrm %%WWWDIR%%/Bugzilla/DB
- at dirrm %%WWWDIR%%/Bugzilla/Config
- at dirrm %%WWWDIR%%/Bugzilla/BugUrl/Bugzilla
- at dirrm %%WWWDIR%%/Bugzilla/BugUrl
- at dirrm %%WWWDIR%%/Bugzilla/Auth/Verify
- at dirrm %%WWWDIR%%/Bugzilla/Auth/Persist
- at dirrm %%WWWDIR%%/Bugzilla/Auth/Login
- at dirrm %%WWWDIR%%/Bugzilla/Auth
- at dirrm %%WWWDIR%%/Bugzilla/Attachment
- at dirrmtry %%WWWDIR%%/Bugzilla
- at dirrmtry %%WWWDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/xsl
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTMLBatch
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTML
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/xml
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images/callouts
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/extensions
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/contrib
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Whine
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User/Setting
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Auth
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Config
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/DB
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Field
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Install
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/JobQueue
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Search
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Template
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Search
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/JobQueue
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Install
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Field
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/DB
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Config
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Auth
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User/Setting
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/User
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/WebService
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla/Whine
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/Bugzilla
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/contrib
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api/extensions
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html/api
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images/callouts
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/images
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/pdf
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/txt
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/xml
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTML
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple/HTMLBatch
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod/Simple
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib/Pod
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/lib
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/xsl
%%PORTDOCS%%@dirrm %%DOCSDIR%%
+ at dirrm %%WWWDIR%%/Bugzilla/Attachment
+ at dirrm %%WWWDIR%%/Bugzilla/Auth/Login
+ at dirrm %%WWWDIR%%/Bugzilla/Auth/Persist
+ at dirrm %%WWWDIR%%/Bugzilla/Auth/Verify
+ at dirrm %%WWWDIR%%/Bugzilla/Auth
+ at dirrm %%WWWDIR%%/Bugzilla/BugUrl/Bugzilla
+ at dirrm %%WWWDIR%%/Bugzilla/BugUrl
+ at dirrm %%WWWDIR%%/Bugzilla/Config
+ at dirrm %%WWWDIR%%/Bugzilla/DB/Schema
+ at dirrm %%WWWDIR%%/Bugzilla/DB
+ at dirrm %%WWWDIR%%/Bugzilla/Field
+ at dirrm %%WWWDIR%%/Bugzilla/Install
+ at dirrm %%WWWDIR%%/Bugzilla/Job
+ at dirrm %%WWWDIR%%/Bugzilla/JobQueue
+ at dirrm %%WWWDIR%%/Bugzilla/Migrate
+ at dirrm %%WWWDIR%%/Bugzilla/Search
+ at dirrm %%WWWDIR%%/Bugzilla/Send
+ at dirrm %%WWWDIR%%/Bugzilla/Template/Plugin
+ at dirrm %%WWWDIR%%/Bugzilla/Template
+ at dirrm %%WWWDIR%%/Bugzilla/User/Setting
+ at dirrm %%WWWDIR%%/Bugzilla/User
+ at dirrm %%WWWDIR%%/Bugzilla/WebService/Server
+ at dirrm %%WWWDIR%%/Bugzilla/WebService
+ at dirrm %%WWWDIR%%/Bugzilla/Whine
+ at dirrmtry %%WWWDIR%%/Bugzilla
+%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/bugzilla-submit
+%%CONTRIB%%@dirrm %%WWWDIR%%/contrib/cmdline
+ at dirrmtry %%WWWDIR%%/contrib
+ at dirrmtry %%WWWDIR%%/data
+ at dirrmtry %%WWWDIR%%/graphs
+ at dirrmtry %%WWWDIR%%/images
+ at dirrm %%WWWDIR%%/js/history.js
+ at dirrm %%WWWDIR%%/js/yui/animation
+ at dirrm %%WWWDIR%%/js/yui/assets/skins/sam
+ at dirrm %%WWWDIR%%/js/yui/assets/skins
+ at dirrm %%WWWDIR%%/js/yui/assets
+ at dirrm %%WWWDIR%%/js/yui/autocomplete
+ at dirrm %%WWWDIR%%/js/yui/base
+ at dirrm %%WWWDIR%%/js/yui/button
+ at dirrm %%WWWDIR%%/js/yui/calendar
+ at dirrm %%WWWDIR%%/js/yui/carousel
+ at dirrm %%WWWDIR%%/js/yui/charts
+ at dirrm %%WWWDIR%%/js/yui/colorpicker
+ at dirrm %%WWWDIR%%/js/yui/connection
+ at dirrm %%WWWDIR%%/js/yui/container
+ at dirrm %%WWWDIR%%/js/yui/cookie
+ at dirrm %%WWWDIR%%/js/yui/datasource
+ at dirrm %%WWWDIR%%/js/yui/datatable
+ at dirrm %%WWWDIR%%/js/yui/datemath
+ at dirrm %%WWWDIR%%/js/yui/dom
+ at dirrm %%WWWDIR%%/js/yui/dragdrop
+ at dirrm %%WWWDIR%%/js/yui/element
+ at dirrm %%WWWDIR%%/js/yui/element-delegate
+ at dirrm %%WWWDIR%%/js/yui/event
+ at dirrm %%WWWDIR%%/js/yui/event-delegate
+ at dirrm %%WWWDIR%%/js/yui/event-mouseenter
+ at dirrm %%WWWDIR%%/js/yui/event-simulate
+ at dirrm %%WWWDIR%%/js/yui/fonts
+ at dirrm %%WWWDIR%%/js/yui/get
+ at dirrm %%WWWDIR%%/js/yui/grids
+ at dirrm %%WWWDIR%%/js/yui/history
+ at dirrm %%WWWDIR%%/js/yui/imagecropper
+ at dirrm %%WWWDIR%%/js/yui/imageloader
+ at dirrm %%WWWDIR%%/js/yui/json
+ at dirrm %%WWWDIR%%/js/yui/layout
+ at dirrm %%WWWDIR%%/js/yui/logger
+ at dirrm %%WWWDIR%%/js/yui/menu
+ at dirrm %%WWWDIR%%/js/yui/paginator
+ at dirrm %%WWWDIR%%/js/yui/profiler
+ at dirrm %%WWWDIR%%/js/yui/profilerviewer
+ at dirrm %%WWWDIR%%/js/yui/progressbar
+ at dirrm %%WWWDIR%%/js/yui/reset
+ at dirrm %%WWWDIR%%/js/yui/reset-fonts
+ at dirrm %%WWWDIR%%/js/yui/reset-fonts-grids
+ at dirrm %%WWWDIR%%/js/yui/resize
+ at dirrm %%WWWDIR%%/js/yui/selector
+ at dirrm %%WWWDIR%%/js/yui/slider
+ at dirrm %%WWWDIR%%/js/yui/storage
+ at dirrm %%WWWDIR%%/js/yui/stylesheet
+ at dirrm %%WWWDIR%%/js/yui/swf
+ at dirrm %%WWWDIR%%/js/yui/swfdetect
+ at dirrm %%WWWDIR%%/js/yui/swfstore
+ at dirrm %%WWWDIR%%/js/yui/tabview
+ at dirrm %%WWWDIR%%/js/yui/treeview
+ at dirrm %%WWWDIR%%/js/yui/uploader
+ at dirrm %%WWWDIR%%/js/yui/yahoo
+ at dirrm %%WWWDIR%%/js/yui/yahoo-dom-event
+ at dirrm %%WWWDIR%%/js/yui/yuiloader
+ at dirrm %%WWWDIR%%/js/yui/yuitest
+ at dirrm %%WWWDIR%%/js/yui
+ at dirrm %%WWWDIR%%/js
+ at dirrmtry %%WWWDIR%%/lib
+ at dirrm %%WWWDIR%%/skins/contrib/Dusk
+ at dirrm %%WWWDIR%%/skins/contrib
+ at dirrm %%WWWDIR%%/skins/standard/dependency-tree
+ at dirrm %%WWWDIR%%/skins/standard/global
+ at dirrm %%WWWDIR%%/skins/standard/index
+ at dirrm %%WWWDIR%%/skins/standard
+ at dirrmtry %%WWWDIR%%/skins
+ at dirrmtry %%WWWDIR%%/t
+ at dirrm %%WWWDIR%%/template/en/default/account/auth
+ at dirrm %%WWWDIR%%/template/en/default/account/email
+ at dirrm %%WWWDIR%%/template/en/default/account/password
+ at dirrm %%WWWDIR%%/template/en/default/account/prefs
+ at dirrm %%WWWDIR%%/template/en/default/account
+ at dirrm %%WWWDIR%%/template/en/default/admin/classifications
+ at dirrm %%WWWDIR%%/template/en/default/admin/components
+ at dirrm %%WWWDIR%%/template/en/default/admin/custom_fields
+ at dirrm %%WWWDIR%%/template/en/default/admin/fieldvalues
+ at dirrm %%WWWDIR%%/template/en/default/admin/flag-type
+ at dirrm %%WWWDIR%%/template/en/default/admin/groups
+ at dirrm %%WWWDIR%%/template/en/default/admin/keywords
+ at dirrm %%WWWDIR%%/template/en/default/admin/milestones
+ at dirrm %%WWWDIR%%/template/en/default/admin/params
+ at dirrm %%WWWDIR%%/template/en/default/admin/products/groupcontrol
+ at dirrm %%WWWDIR%%/template/en/default/admin/products
+ at dirrm %%WWWDIR%%/template/en/default/admin/sanitycheck
+ at dirrm %%WWWDIR%%/template/en/default/admin/settings
+ at dirrm %%WWWDIR%%/template/en/default/admin/users
+ at dirrm %%WWWDIR%%/template/en/default/admin/versions
+ at dirrm %%WWWDIR%%/template/en/default/admin/workflow
+ at dirrm %%WWWDIR%%/template/en/default/admin
+ at dirrm %%WWWDIR%%/template/en/default/attachment
+ at dirrm %%WWWDIR%%/template/en/default/bug/activity
+ at dirrm %%WWWDIR%%/template/en/default/bug/create
+ at dirrm %%WWWDIR%%/template/en/default/bug/process
+ at dirrm %%WWWDIR%%/template/en/default/bug
+ at dirrm %%WWWDIR%%/template/en/default/email
+ at dirrm %%WWWDIR%%/template/en/default/extensions
+ at dirrm %%WWWDIR%%/template/en/default/flag
+ at dirrm %%WWWDIR%%/template/en/default/global
+ at dirrm %%WWWDIR%%/template/en/default/list
+ at dirrm %%WWWDIR%%/template/en/default/pages
+ at dirrm %%WWWDIR%%/template/en/default/reports
+ at dirrm %%WWWDIR%%/template/en/default/request
+ at dirrm %%WWWDIR%%/template/en/default/search
+ at dirrm %%WWWDIR%%/template/en/default/setup
+ at dirrm %%WWWDIR%%/template/en/default/whine
+ at dirrm %%WWWDIR%%/template/en/default
+ at dirrm %%WWWDIR%%/template/en
+ at dirrmtry %%WWWDIR%%/template
+ at dirrmtry %%WWWDIR%%/xt
+ at dirrmtry %%WWWDIR%%
More information about the svn-ports-all
mailing list