File python3-Beaker.changes of Package python-Beaker
-------------------------------------------------------------------
Thu Nov 22 09:39:27 UTC 2012 - toddrme2178@gmail.com
- Remove openSUSE 11.4 spec file workarounds
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Thu Sep 6 09:28:27 UTC 2012 - toddrme2178@gmail.com
- Restore BuildRequires: python3 This package depends on hash
algorithms that are only available if python3 is installed,
python3-devel will not pull them in. Building will fail if
BuildRequires: python3 is removed.
-------------------------------------------------------------------
Fri May 25 08:33:12 UTC 2012 - toddrme2178@gmail.com
- Fix building on openSUSE 11.4
- spec file cleanups
-------------------------------------------------------------------
Wed May 23 03:08:21 UTC 2012 - highwaystar.ru@gmail.com
- python3 package added