[kernel] r10151 - dists/trunk/linux-modules-extra-2.6/loop-aes

Daniel Baumann daniel at alioth.debian.org
Sun Jan 20 16:40:18 UTC 2008


Author: daniel
Date: Sun Jan 20 16:40:18 2008
New Revision: 10151

Log:
Adding loop-aes/*.

Added:
   dists/trunk/linux-modules-extra-2.6/loop-aes/
   dists/trunk/linux-modules-extra-2.6/loop-aes/copyright
   dists/trunk/linux-modules-extra-2.6/loop-aes/defines
   dists/trunk/linux-modules-extra-2.6/loop-aes/rules

Added: dists/trunk/linux-modules-extra-2.6/loop-aes/copyright
==============================================================================
--- (empty file)
+++ dists/trunk/linux-modules-extra-2.6/loop-aes/copyright	Sun Jan 20 16:40:18 2008
@@ -0,0 +1,44 @@
+loop-AES was downloaded from http://loop-aes.sourceforge.net/
+
+Upstream Author: 
+Jari Ruusu <jariruusu at users.sourceforge.net>
+
+loop-AES is 
+Copyright 2001-2007 by Jari Ruusu <jariruusu at users.sourceforge.net>
+Copyright 2002 James Morris <jmorris at intercode.com.au>
+Copyright 2002 by Free Software Foundation
+Copyright 2001 Dr Brian Gladman <brg at gladman.uk.net>, Worcester, UK.
+Copyright 2000 by Gisle Sælensminde
+Copyright 1993 by Theodore Ts'o
+Copyright Cryptoapi developers.
+
+You are free to distribute this software under the terms of the
+GNU General Public License. On Debian systems, the complete text 
+of the GNU General Public License can be found in the file
+'/usr/share/common-licenses/GPL'.
+
+This package uses AES cipher sources that were originally written by
+Dr Brian Gladman:
+
+// Copyright (c) 2001, Dr Brian Gladman <brg at gladman.uk.net>, Worcester, UK.
+// All rights reserved.
+//
+// TERMS
+//
+//  Redistribution and use in source and binary forms, with or without
+//  modification, are permitted subject to the following conditions:
+//
+//  1. Redistributions of source code must retain the above copyright
+//     notice, this list of conditions and the following disclaimer.
+//
+//  2. Redistributions in binary form must reproduce the above copyright
+//     notice, this list of conditions and the following disclaimer in the
+//     documentation and/or other materials provided with the distribution.
+//
+//  3. The copyright holder's name must not be used to endorse or promote
+//     any products derived from this software without his specific prior
+//     written permission.
+//
+//  This software is provided 'as is' with no express or implied warranties
+//  of correctness or fitness for purpose.
+

Added: dists/trunk/linux-modules-extra-2.6/loop-aes/defines
==============================================================================
--- (empty file)
+++ dists/trunk/linux-modules-extra-2.6/loop-aes/defines	Sun Jan 20 16:40:18 2008
@@ -0,0 +1,2 @@
+[base]
+desc: loop-AES encryption

Added: dists/trunk/linux-modules-extra-2.6/loop-aes/rules
==============================================================================
--- (empty file)
+++ dists/trunk/linux-modules-extra-2.6/loop-aes/rules	Sun Jan 20 16:40:18 2008
@@ -0,0 +1,10 @@
+export CONFIG_BLK_DEV_LOOP_KEYSCRUB=y
+export CONFIG_BLK_DEV_LOOP_PADLOCK=y
+
+$(SETUP_STAMP):
+	@rm -rf $(DIR)
+	mkdir -p $(DIR)
+	cp -al $(SOURCE_DIR)/*.[chS] $(DIR)
+	cp -al $(SOURCE_DIR)/loop.c-2.6.patched $(DIR)/patched-loop.c
+	cp -al $(SOURCE_DIR)/debian/Makefile-2.6 $(DIR)/Makefile
+	touch $@



More information about the Kernel-svn-changes mailing list