beaker 1.5.4-4+squeeze1build0.12.04.1 source package in Ubuntu

Changelog

beaker (1.5.4-4+squeeze1build0.12.04.1) precise-security; urgency=low

  * fake sync from Debian

beaker (1.5.4-4+squeeze1) squeeze-security; urgency=high

  * Non-maintainer upload.
  * Fix security issue, with PyCrypto not securing data such that an attacker
    could possibly determine parts of the encrypted payload. Patch by Miloslav
    Trmac of Redhat. [CVE-2012-3458] Closes: #684890
 -- Tyler Hicks <email address hidden>   Fri, 07 Sep 2012 18:01:35 -0700

Upload details

Uploaded by:
Tyler Hicks
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe web
Precise security universe web

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
beaker_1.5.4.orig.tar.gz 45.2 KiB a13dc6ae0e9490c85fc2c1ba035ea5b21cd684ee3b4b70b6a9e473f0550a716b
beaker_1.5.4-4+squeeze1build0.12.04.1.diff.gz 5.5 KiB 5604120e8097b22e3375dd9b82b5ef8a6e8a76952923fca9925bcbf76228ff27
beaker_1.5.4-4+squeeze1build0.12.04.1.dsc 2.2 KiB 63fe68fbc0dfebe9cf3033d7b04e35622fabc16c28160aa6fa8a526680d35e5b

View changes file

Binary packages built by this source

python-beaker: cache and session library

 Beaker is a web session and general caching library that includes WSGI
 middleware for use in web applications.
 .
 As a general caching library, Beaker can handle storing for various times any
 Python object that can be pickled with optional back-ends on a fine-grained
 basis.
 .
 Features:
  * Fast, robust performance
  * Multiple reader/single writer lock system to avoid duplicate simultaneous
    cache creation
  * Cache back-ends include dbm, file, memory, memcached, and database (using
    SQLAlchemy for multiple-db vendor support)
  * Signed cookies to prevent session hijacking/spoofing
  * Cookie-only sessions to remove the need for a database or file backend
    (ideal for clustered systems)
  * Extensible Container object to support new back-ends
  * Caches can be divided into namespaces (to represent templates, objects,
    etc.) then keyed for different copies
  * Create functions for automatic call-backs to create new cache copies after
    expiration
  * Fine-grained toggling of back-ends, keys, and expiration per Cache object

python3-beaker: cache and session library for Python 3

 Beaker is a web session and general caching library that includes WSGI
 middleware for use in web applications.
 .
 As a general caching library, Beaker can handle storing for various times any
 Python object that can be pickled with optional back-ends on a fine-grained
 basis.
 .
 Features:
  * Fast, robust performance
  * Multiple reader/single writer lock system to avoid duplicate simultaneous
    cache creation
  * Cache back-ends include dbm, file, memory, memcached, and database (using
    SQLAlchemy for multiple-db vendor support)
  * Signed cookies to prevent session hijacking/spoofing
  * Cookie-only sessions to remove the need for a database or file backend
    (ideal for clustered systems)
  * Extensible Container object to support new back-ends
  * Caches can be divided into namespaces (to represent templates, objects,
    etc.) then keyed for different copies
  * Create functions for automatic call-backs to create new cache copies after
    expiration
  * Fine-grained toggling of back-ends, keys, and expiration per Cache object