From owner-cvs-all@FreeBSD.ORG Tue Apr 12 09:06:26 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E2A16A4CE; Tue, 12 Apr 2005 09:06:26 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61A8B43D39; Tue, 12 Apr 2005 09:06:26 +0000 (GMT) (envelope-from flz@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 j3C96Qoc015192; Tue, 12 Apr 2005 09:06:26 GMT (envelope-from flz@repoman.freebsd.org) Received: (from flz@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3C96Qh9015191; Tue, 12 Apr 2005 09:06:26 GMT (envelope-from flz) Message-Id: <200504120906.j3C96Qh9015191@repoman.freebsd.org> From: Florent Thoumie Date: Tue, 12 Apr 2005 09:06:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/cfs Makefile pkg-descr ports/security/cfs/files patch-Makefile patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-cfs.c patch-cfs.h patch-cfs__bf.h patch-cfs__des.c patch-cfs__fh.c patch-cfs__nfs.c patch-cfsd.8 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 09:06:26 -0000 flz 2005-04-12 09:06:26 UTC FreeBSD ports repository Modified files: security/cfs Makefile pkg-descr Added files: security/cfs/files patch-Makefile patch-cfs.c patch-cfs.h patch-cfs__bf.h patch-cfs__des.c patch-cfs__fh.c patch-cfs__nfs.c patch-cfsd.8 patch-cfssh patch-cmkdir.c patch-esm__cipher.c patch-shs.c patch-shs.h patch-truerand.c Removed files: security/cfs/files patch-aa patch-ab patch-ac patch-ad patch-ae patch-af Log: - Merge and split existing patch-a[a-f] files. - Fix types issues on 64-bits architectures. PR: ports/75878 Submitted by: Ville-Pertti Keinonen Approved by: maintainer timeout (3 months) Revision Changes Path 1.20 +1 -1 ports/security/cfs/Makefile 1.1 +37 -0 ports/security/cfs/files/patch-Makefile (new) 1.4 +0 -34 ports/security/cfs/files/patch-aa (dead) 1.5 +0 -20 ports/security/cfs/files/patch-ab (dead) 1.6 +0 -22 ports/security/cfs/files/patch-ac (dead) 1.3 +0 -36 ports/security/cfs/files/patch-ad (dead) 1.2 +0 -11 ports/security/cfs/files/patch-ae (dead) 1.2 +0 -20 ports/security/cfs/files/patch-af (dead) 1.1 +23 -0 ports/security/cfs/files/patch-cfs.c (new) 1.1 +27 -0 ports/security/cfs/files/patch-cfs.h (new) 1.1 +14 -0 ports/security/cfs/files/patch-cfs__bf.h (new) 1.1 +413 -0 ports/security/cfs/files/patch-cfs__des.c (new) 1.1 +69 -0 ports/security/cfs/files/patch-cfs__fh.c (new) 1.1 +71 -0 ports/security/cfs/files/patch-cfs__nfs.c (new) 1.1 +39 -0 ports/security/cfs/files/patch-cfsd.8 (new) 1.1 +25 -0 ports/security/cfs/files/patch-cfssh (new) 1.1 +14 -0 ports/security/cfs/files/patch-cmkdir.c (new) 1.1 +14 -0 ports/security/cfs/files/patch-esm__cipher.c (new) 1.1 +226 -0 ports/security/cfs/files/patch-shs.c (new) 1.1 +18 -0 ports/security/cfs/files/patch-shs.h (new) 1.1 +98 -0 ports/security/cfs/files/patch-truerand.c (new) 1.3 +2 -0 ports/security/cfs/pkg-descr