15
0
forked from pool/python-Beaker

Accepting request 135402 from home:poorboywilly:branches:devel:languages:python

Update to 1.6.4, fix sed script for exec. file, update URL in spec file.

OBS-URL: https://build.opensuse.org/request/show/135402
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Beaker?expand=0&rev=14
This commit is contained in:
Sascha Peilicke
2012-10-01 08:25:51 +00:00
committed by Git OBS Bridge
parent 2031e3042b
commit b5d8e96af8
6 changed files with 56 additions and 11 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Sep 22 20:26:45 UTC 2012 - os-dev@jacraig.com
- Update to 1.6.4:
* Warning: Session hashing for encrypted sessions using PyCrypto has
changed. This will result in sessions being invalidated upon upgrading
if PyCrypto is used.
* Fix bug with key_length not being coerced to a int for comparison.
* Fix bug with cookie invalidation not clearing the cookie data.
* Added ability to pass in cookie_path for the Session.
* Add NSS crypto support to Beaker.
* Fix security bug with pycrypto not securing data such that an attacker
could possibly determine parts of the encrypted payload. See CVE-2012-3458
<http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2012-3458>.
* Add ability to specify schema for database-backed sessions.
* Fix issue with long key names in memcached backend.
- Fix sed script so it removes the shebang instead of inserting "d" throughout
the pbkdf2.py file.
- Test suite now succeeds (for Python 2 package) but didn't add it to build
because it takes too long.
- Update URL to what is given in setup.py.
-------------------------------------------------------------------
Wed May 23 03:08:32 UTC 2012 - highwaystar.ru@gmail.com