From c8017cd8d7f77ca81ede4bbbbd3f977dd5e07cc8 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Fri, 23 Oct 2015 11:08:24 +0200 Subject: [PATCH 1/4] Versions according too 2015-10-06 hotfix https://plone.org/products/plone-hotfix/releases/20151006 --- sources.cfg | 1 + versions.cfg | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sources.cfg b/sources.cfg index 04f249f993..b776373368 100644 --- a/sources.cfg +++ b/sources.cfg @@ -121,6 +121,7 @@ plone.portlet.static = git ${remotes:plone}/plone.portlet.static. plone.recipe.alltests = git ${remotes:plone}/plone.recipe.alltests.git pushurl=${remotes:plone_push}/plone.recipe.alltests.git branch=master plone.recipe.zope2instance = git ${remotes:plone}/plone.recipe.zope2instance.git pushurl=${remotes:plone_push}/plone.recipe.zope2instance.git branch=master plone.recipe.zeoserver = git ${remotes:plone}/plone.recipe.zeoserver.git pushurl=${remotes:plone_push}/plone.recipe.zeoserver.git branch=master +plone4.csfrfixes = git ${remotes:plone}/plone4.csrffixes.git pushurl=${remotes:plone_push}/plone4.csrffixes plonetheme.sunburst = git ${remotes:plone}/plonetheme.sunburst.git pushurl=${remotes:plone_push}/plonetheme.sunburst.git branch=1.4.x plonetheme.classic = git ${remotes:plone}/plonetheme.classic.git pushurl=${remotes:plone_push}/plonetheme.classic.git branch=master repoze.xmliter = git https://github.com/repoze/repoze.xmliter.git branch=master diff --git a/versions.cfg b/versions.cfg index c98c32363f..c3c4b7007e 100644 --- a/versions.cfg +++ b/versions.cfg @@ -194,7 +194,7 @@ plone.outputfilters = 1.15.1 plone.portlet.collection = 2.1.9 plone.portlet.static = 2.0.4 plone.portlets = 2.2 -plone.protect = 2.0.2 +plone.protect = 3.0.17 plone.registry = 1.0.2 plone.reload = 2.0 plone.resource = 1.0.4 @@ -212,6 +212,7 @@ plone.theme = 2.1.5 plone.transformchain = 1.0.4 plone.uuid = 1.0.3 plone.z3cform = 0.8.1 +plone4.csrffixes = 1.0.6 plonetheme.classic = 1.3.3 plonetheme.sunburst = 1.4.7 rwproperty = 1.0 From b3e38c1efe91f3604f9427d4eb62bd5701e11c20 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Fri, 23 Oct 2015 11:26:51 +0200 Subject: [PATCH 2/4] Bump package versions - Prodcts.PlonePAS: as of 5.0.5 it also integrates Plone Hotfix 2015-12-08. - plone.namedfile --- versions.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions.cfg b/versions.cfg index c3c4b7007e..7281b82b0b 100644 --- a/versions.cfg +++ b/versions.cfg @@ -108,7 +108,7 @@ Products.MimetypesRegistry = 2.0.8 Products.PasswordResetTool = 2.0.18 Products.PlacelessTranslationService = 2.0.5 Products.PloneLanguageTool = 3.2.7 -Products.PlonePAS = 4.1.6 +Products.PlonePAS = 5.0.5 Products.PloneTestCase = 0.9.18 Products.PluggableAuthService = 1.10.0 Products.PluginRegistry = 1.3 @@ -188,7 +188,7 @@ plone.intelligenttext = 2.1.0 plone.keyring = 3.0.1 plone.locking = 2.0.9 plone.memoize = 1.1.1 -plone.namedfile = 2.0.10 +plone.namedfile = 3.0.3 plone.openid = 2.0.4 plone.outputfilters = 1.15.1 plone.portlet.collection = 2.1.9 From 65124da5c85983caabc622798d0d88ccc0986a95 Mon Sep 17 00:00:00 2001 From: Gil Forcada Date: Sun, 13 Dec 2015 20:35:20 +0100 Subject: [PATCH 3/4] p.contentrules and p.a.imaging changes --- checkouts.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/checkouts.cfg b/checkouts.cfg index 7e063db2d5..08d304435e 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -1,8 +1,10 @@ [buildout] always-checkout = force auto-checkout = + plone.app.imaging plone.app.locales plone.app.upgrade + plone.contentrules Products.CMFPlone Products.TinyMCE # Test fixes only (or otherwise not-gonna-release changes) From ea7b0fb3c9b0e93a57cb2f37376ce3a94f261202 Mon Sep 17 00:00:00 2001 From: Gil Forcada Date: Fri, 23 Oct 2015 17:09:09 +0200 Subject: [PATCH 4/4] Changes on P.ATContentTypes --- checkouts.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/checkouts.cfg b/checkouts.cfg index 08d304435e..76a9d13c01 100644 --- a/checkouts.cfg +++ b/checkouts.cfg @@ -5,6 +5,7 @@ auto-checkout = plone.app.locales plone.app.upgrade plone.contentrules + Products.ATContentTypes Products.CMFPlone Products.TinyMCE # Test fixes only (or otherwise not-gonna-release changes)