From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 11 21:20:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86F39106568B for ; Mon, 11 Jan 2010 21:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4B18A8FC0C for ; Mon, 11 Jan 2010 21:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0BLK2re067361 for ; Mon, 11 Jan 2010 21:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0BLK2D6067360; Mon, 11 Jan 2010 21:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 11 Jan 2010 21:20:02 GMT Resent-Message-Id: <201001112120.o0BLK2D6067360@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ekkehard 'Ekki' Gehm" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F40EA106568B for ; Mon, 11 Jan 2010 21:12:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id CA5628FC08 for ; Mon, 11 Jan 2010 21:12:05 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o0BLC5fD026227 for ; Mon, 11 Jan 2010 21:12:05 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o0BLC5a0026226; Mon, 11 Jan 2010 21:12:05 GMT (envelope-from nobody) Message-Id: <201001112112.o0BLC5a0026226@www.freebsd.org> Date: Mon, 11 Jan 2010 21:12:05 GMT From: "Ekkehard 'Ekki' Gehm" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/142727: maintainer-update aespipe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jan 2010 21:20:02 -0000 >Number: 142727 >Category: ports >Synopsis: maintainer-update aespipe >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jan 11 21:20:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Ekkehard 'Ekki' Gehm >Release: 8.0-STABLE >Organization: TU Berlin >Environment: FreeBSD pandora.intern.doom-labs.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Sun Jan 10 21:58:20 CET 2010 root@pandora.intern.doom-labs.net:/usr/obj/export/src/FreeBSD/src8/sys/PANDORA-AMD64 amd64 >Description: maintainer-update Updated aespipe to 2.33 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN aespipe.old/Makefile aespipe/Makefile --- aespipe.old/Makefile 2010-01-11 21:21:24.000000000 +0100 +++ aespipe/Makefile 2010-01-11 21:45:05.000000000 +0100 @@ -1,12 +1,12 @@ # New ports collection makefile for: aespipe -# Date created: 20 February 1007 +# Date created: 20 February 2007 # Whom: Ekkehard 'Ekki' Gehm # # $FreeBSD: ports/security/aespipe/Makefile,v 1.3 2008/06/06 14:00:45 edwin Exp $ # PORTNAME= aespipe -DISTVERSION= v2.3d +DISTVERSION= v2.3e PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://loop-aes.sourceforge.net/${PORTNAME}/ \ diff -ruN aespipe.old/distinfo aespipe/distinfo --- aespipe.old/distinfo 2010-01-11 21:21:24.000000000 +0100 +++ aespipe/distinfo 2010-01-11 21:25:16.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (aespipe-v2.3d.tar.bz2) = 9b5369ab2c0d5439b7cd09d61d6ef479 -SHA256 (aespipe-v2.3d.tar.bz2) = 70330cd0710446c9ddf8148a7713fd73f1dc5e0b13fc4d3c75590305b2e3f008 -SIZE (aespipe-v2.3d.tar.bz2) = 88550 +MD5 (aespipe-v2.3e.tar.bz2) = c3109e21e608af2f5ddf11c858520d75 +SHA256 (aespipe-v2.3e.tar.bz2) = 4e63a5709fdd0bffdb555582f9fd7a0bd1842e429420159accaf7f60c5d3c70f +SIZE (aespipe-v2.3d.tar.bz2) = 91752 diff -ruN aespipe.old/pkg-descr aespipe/pkg-descr --- aespipe.old/pkg-descr 2010-01-11 21:21:24.000000000 +0100 +++ aespipe/pkg-descr 2010-01-11 21:31:06.000000000 +0100 @@ -2,3 +2,5 @@ input and writes to standard output. It can be used to create and restore encrypted tar or cpio archives. It can be used to encrypt and decrypt loop-AES compatible encrypted disk images. + +WWW: http://sourceforge.net/projects/loop-aes/ >Release-Note: >Audit-Trail: >Unformatted: