Date: Tue, 9 May 2006 11:46:02 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/py-trustedpickle Makefile distinfo pkg-descr ports/security/py-trustedpickle/files patch-TrustedPickle.py Message-ID: <200605091146.k49Bk2S1079797@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
itetcu 2006-05-09 11:46:02 UTC
FreeBSD ports repository
Modified files:
security Makefile
Added files:
security/py-trustedpickle Makefile distinfo pkg-descr
security/py-trustedpickle/files patch-TrustedPickle.py
Log:
TrustedPickle is a Python module that can save most any arbitrary Python object
in a signed pickle file. There are two big differences between this module and
the standard pickle module. First, TrustedPickle can pickle a module, but the
standard pickle module cannot. Second, TrustedPickle includes a signature that
can verify the data's origin before the data is unpickled.
WWW: http://trustedpickle.sourceforge.net/index.html
PR: ports/96691
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Approved by: lawrance (mentor)
Revision Changes Path
1.752 +1 -0 ports/security/Makefile
1.1 +38 -0 ports/security/py-trustedpickle/Makefile (new)
1.1 +3 -0 ports/security/py-trustedpickle/distinfo (new)
1.1 +10 -0 ports/security/py-trustedpickle/files/patch-TrustedPickle.py (new)
1.1 +7 -0 ports/security/py-trustedpickle/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605091146.k49Bk2S1079797>
