diff options
author | taca <taca@pkgsrc.org> | 2008-10-25 16:21:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-10-25 16:21:30 +0000 |
commit | 78f90ac2ed89ca8de6d36e2005ce11e07c5eda97 (patch) | |
tree | a258eedfbbf70e4d15fc8d62435fea2064b59ad3 /www/zope211/Makefile | |
parent | 713c89bc32d57bb42a31e62538811425efb47e39 (diff) | |
download | pkgsrc-78f90ac2ed89ca8de6d36e2005ce11e07c5eda97.tar.gz |
Update zope211 package to 2.11.2.
Zope 2.11.2 (2008/10/24)
Bugs Fixed
* Ensure that response header values cannot embed CRLF pairs,
which violate the HTTP spec (RFC 2616).
* Launchpad #282677: fixed implementation of guarded_map and provided
tests and implementation for guarded_zip (RestrictedPython).
* updated to ZODB 3.8.1
* Lauchpad #143736,#271395: fixed AttributeError' on _ltid in TempStorage
* AccessControl.ZopeGuards.guarded_import mapped some Unauthorized
exceptions onto ImportErrors: don't do that! Also, removed mutable
defaults from argument list, improved tests.
* LP #281156: AccessControl.SecurityInfo.secureModule dropped
ModuleSecurity for failed imports, obscuring later attempts to import
the same broken module.
* DateTime conversion of datetime objects with non-pytz
tzinfo. Timezones() returns a copy of the timezone list (allows tests
to run). (Backport of r89373 from trunk).
* LP #253362: better dealing with malformed HTTP_ACCEPT_CHARSET headers
* integrated Hotfix-2008-08-12
* Launchpad #267545: DateTime(DateTime()) now preserves the correct hour
* Launchpad #262313: respect the Expand macros when editing flag when
editing a page template through the ZMI
Diffstat (limited to 'www/zope211/Makefile')
-rw-r--r-- | www/zope211/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/zope211/Makefile b/www/zope211/Makefile index b3e5421c722..8b41f06ac36 100644 --- a/www/zope211/Makefile +++ b/www/zope211/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2008/08/17 15:13:23 taca Exp $ +# $NetBSD: Makefile,v 1.4 2008/10/25 16:21:30 taca Exp $ # DISTNAME= Zope-${ZOPE211_VERSION}-final PKGNAME= ${ZOPE_PKG_PREFIX}-${ZOPE211_VERSION} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.zope.org/Products/Zope/${ZOPE211_VERSION}/ EXTRACT_SUFX= .tgz |