Bug 96944 - [NEW PORT] security/py24-cerealizer: Secure pickle-like module
Summary: [NEW PORT] security/py24-cerealizer: Secure pickle-like module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: sat
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-07 20:40 UTC by Jose Alonso Cardenas Marquez
Modified: 2006-05-17 11:48 UTC (History)
0 users

See Also:


Attachments
py24-cerealizer-0.1.shar (2.31 KB, text/plain)
2006-05-07 20:40 UTC, Jose Alonso Cardenas Marquez
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Alonso Cardenas Marquez 2006-05-07 20:40:17 UTC
Cerealizer is a secure pickle-like module.

It support basic types (int, string, unicode, tuple, list, dict,
set,...), old and new-style classes (you need to register the class
for security), object cycles, and it can be extended to support
C-defined type.

Cerealizer is available under the GNU GPL licence.

WWW:	http://home.gna.org/oomadness/en/index.html
Comment 1 sat freebsd_committer freebsd_triage 2006-05-16 19:10:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sat

Take
Comment 2 sat freebsd_committer freebsd_triage 2006-05-17 11:47:53 UTC
State Changed
From-To: open->closed

Committed with minor corrections, thanks!