From owner-cvs-ports@FreeBSD.ORG Tue May 9 11:46:03 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0BB916A415; Tue, 9 May 2006 11:46:03 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E42F143D45; Tue, 9 May 2006 11:46:02 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k49Bk2vA079798; Tue, 9 May 2006 11:46:02 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k49Bk2S1079797; Tue, 9 May 2006 11:46:02 GMT (envelope-from itetcu) Message-Id: <200605091146.k49Bk2S1079797@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 9 May 2006 11:46:02 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/py-trustedpickle Makefile distinfo pkg-descr ports/security/py-trustedpickle/files patch-TrustedPickle.py X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 11:46:04 -0000 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 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)