./www/py-django-cms, Django content management system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 3.4.3, Package name: py27-django-cms-3.4.3, Maintainer: adam

A Django app for managing hierarchical pages of content in multiple languages,
on different sites. Django CMS handles the navigation rendering for you in
multiple languages with internationalization (i18n) slugs, and the navigation
can be extended by your own models. Pages are rendered with a template that
has placeholders which get filled via plugins.


Required to run:
[devel/py-setuptools] [lang/py-six] [lang/python27] [textproc/py-html5lib] [www/py-django-formtools] [www/py-django-treebeard] [www/py-django-reversion] [www/py-django-classy-tags] [www/py-django] [www/py-django-mptt] [www/py-django-sekizai] [www/py-djangocms-admin-style] [graphics/py-Pillow]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 8af432d7083ba5daa23e55a0b0a8bca41591a563
RMD160: f7dd71ad389c84e39acedb70862d8b80ab3e3d14
Filesize: 5112.059 KB

Version history: (Expand)


CVS history: (Expand)


   2017-05-11 20:04:57 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #5408 - requested by sevan
www/py-django-cms: security fix

Revisions pulled up:
- www/py-django-cms/Makefile                                    1.44
- www/py-django-cms/PLIST                                       1.30
- www/py-django-cms/distinfo                                    1.35

---
   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Tue May  9 08:13:50 UTC 2017

   Modified Files:
           pkgsrc/www/py-django-cms: Makefile PLIST distinfo

   Log message:
   Changes 3.4.3:
   * Fixed a security vulnerability in the page redirect field which
   allowed users
     to insert JavaScript code.
   * Fixed a security vulnerability where the ``next`` parameter for the
   toolbar login
     was not sanitised and could point to another domain.