@ -1,23 +0,0 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/blindcoder/ciphers/ciphers.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
custmain="make DEPMOD=/bin/true" |
@ -1,42 +0,0 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/blindcoder/ciphers/ciphers.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] Kernel modules for loop-aes |
|||
|
|||
[T] These are the cipher modules for twofish, blowfish and serpent |
|||
[T] encryption used by loop-aes. |
|||
|
|||
[U] http://loop-aes.sourceforge.net/ |
|||
|
|||
[A] Jari Ruusu <jari.ruusu@pp.inet.fi> |
|||
[M] Benjamin Schieder <blindcoder@scavenger.homeip.net> |
|||
|
|||
[C] extra/crypto |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 3.0a |
|||
[P] O -?---5---9 195.300 |
|||
|
|||
[D] 2931717387 ciphers-v3.0a.tar.bz2 http://loop-aes.sourceforge.net/ciphers/ |
|||
|
@ -1,49 +0,0 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/blindcoder/ciphers/hotfixes.patch |
|||
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
diff -pruN ciphers-v3.0a_orig/Makefile ciphers-v3.0a/Makefile
|
|||
--- ciphers-v3.0a_orig/Makefile 2004-11-18 17:51:13.000000000 +0100
|
|||
+++ ciphers-v3.0a/Makefile 2005-01-11 12:31:41.261344216 +0100
|
|||
@@ -150,7 +150,7 @@ endif
|
|||
loop_twofish.$(VM1)o: loop_twofish.c |
|||
$(CP1) $(CC) $(CFLAGS) $(EF) -DKBUILD_BASENAME=loop_twofish -DKBUILD_MODNAME=loop_twofish -c $(PP1)loop_twofish.c -o $(PP1)loop_twofish.o |
|||
ifneq "$(VM1)" "" |
|||
- $(CP1) $(MP1) vmlinux $(PP1)loop_twofish.o $(VM3) >/dev/null 2>&1
|
|||
+ $(CP1) $(MP1) $(PP1)loop_twofish.o $(VM3)
|
|||
$(CP1) $(CC) $(CFLAGS) $(EF) -DKBUILD_BASENAME=loop_twofish_mod -DKBUILD_MODNAME=loop_twofish -c $(PP1)loop_twofish.mod.c -o $(PP1)loop_twofish.mod.o |
|||
$(LD) $(LF) loop_twofish.o loop_twofish.mod.o -o loop_twofish.$(VM1)o |
|||
rm -f loop_twofish.o loop_twofish.mod.[co] $(VM3).mod.[co] |
|||
@@ -159,7 +159,7 @@ endif
|
|||
loop_serpent.$(VM1)o: loop_serpent.c |
|||
$(CP1) $(CC) $(CFLAGS) $(EF) -DKBUILD_BASENAME=loop_serpent -DKBUILD_MODNAME=loop_serpent -c $(PP1)loop_serpent.c -o $(PP1)loop_serpent.o |
|||
ifneq "$(VM1)" "" |
|||
- $(CP1) $(MP1) vmlinux $(PP1)loop_serpent.o $(VM3) >/dev/null 2>&1
|
|||
+ $(CP1) $(MP1) $(PP1)loop_serpent.o $(VM3)
|
|||
$(CP1) $(CC) $(CFLAGS) $(EF) -DKBUILD_BASENAME=loop_serpent_mod -DKBUILD_MODNAME=loop_serpent -c $(PP1)loop_serpent.mod.c -o $(PP1)loop_serpent.mod.o |
|||
$(LD) $(LF) loop_serpent.o loop_serpent.mod.o -o loop_serpent.$(VM1)o |
|||
rm -f loop_serpent.o loop_serpent.mod.[co] $(VM3).mod.[co] |
|||
@@ -168,7 +168,7 @@ endif
|
|||
loop_blowfish.$(VM1)o: loop_blowfish.c |
|||
$(CP1) $(CC) $(CFLAGS) $(EF) -DKBUILD_BASENAME=loop_blowfish -DKBUILD_MODNAME=loop_blowfish -c $(PP1)loop_blowfish.c -o $(PP1)loop_blowfish.o |
|||
ifneq "$(VM1)" "" |
|||
- $(CP1) $(MP1) vmlinux $(PP1)loop_blowfish.o $(VM3) >/dev/null 2>&1
|
|||
+ $(CP1) $(MP1) $(PP1)loop_blowfish.o $(VM3)
|
|||
$(CP1) $(CC) $(CFLAGS) $(EF) -DKBUILD_BASENAME=loop_blowfish_mod -DKBUILD_MODNAME=loop_blowfish -c $(PP1)loop_blowfish.mod.c -o $(PP1)loop_blowfish.mod.o |
|||
$(LD) $(LF) loop_blowfish.o loop_blowfish.mod.o -o loop_blowfish.$(VM1)o |
|||
rm -f loop_blowfish.o loop_blowfish.mod.[co] $(VM3).mod.[co] |
@ -1,30 +0,0 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/blindcoder/loop-aes/config.hlp |
|||
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
ROCKCFG_PKG_LOOP_AES_USEIT |
|||
Use this option to enable or disable loop-aes. |
|||
loop-aes is a "patched" loop kernel module that enables the use |
|||
of AES (Advanced Encryption Standard) encrypted files/filesystems. |
|||
The supporting modules loop_blowfish, loop_twofish and loop_serpent |
|||
are in the package "ciphers". |
|||
For more information see: |
|||
http://loop-aes.sourceforge.net/loop-AES.README |
@ -1,27 +0,0 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/blindcoder/loop-aes/config.in |
|||
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
menu_begin MENU_LOOP_AES "Loop-AES Options" |
|||
bool "Use Loop-AES" ROCKCFG_PKG_LOOP_AES_USEIT 0 |
|||
[ "${ROCKCFG_PKG_LOOP_AES_USEIT}" == "0" ] && pkgdisable loop-aes ciphers |
|||
[ "${ROCKCFG_PKG_LOOP_AES_USEIT}" == "1" ] && pkgenable loop-aes ciphers |
|||
menu_end |
@ -1,32 +0,0 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/blindcoder/loop-aes/loop-aes.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
|
|||
loop_aes_main () { |
|||
cd ${root}/usr/src |
|||
rm -rf loop-AES-v${ver} |
|||
tar --use-compress-program=bzip2 -xf ${archdir}/loop-AES-v${ver}.tar.bz2 |
|||
} |
|||
|
|||
createdocs=0 |
|||
autoextract=0 |
|||
custmain="loop_aes_main" |
@ -1,43 +0,0 @@ |
|||
|
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/blindcoder/loop-aes/loop-aes.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] Source for loop-aes |
|||
|
|||
[T] This is the source for the patched loop.{ko,o} kernel module |
|||
[T] which supports AES encryption. |
|||
|
|||
[U] http://loop-aes.sourceforge.net/ |
|||
|
|||
[A] Jari Ruusu <jari.ruusu@pp.inet.fi> |
|||
[M] Benjamin Schieder <blindcoder@scavenger.homeip.net> |
|||
|
|||
[C] extra/crypto |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 3.0b |
|||
[P] O ---3-----9 100.400 |
|||
|
|||
[D] 1406313154 loop-AES-v3.0b.tar.bz2 http://loop-aes.sourceforge.net/loop-AES/ |
|||
[D] 2057206101 util-linux-2.12p.diff.bz2 http://loop-aes.sourceforge.net/updates/ |
|||
|
@ -1,8 +0,0 @@ |
|||
if [ "${xpkg:0:7}" == "linux24" ] ; then |
|||
var_append patchfiles " " "${base}/package/blindcoder/loop-aes/linux24_cryptoloop.diff" |
|||
elif [ "${xpkg:0:7}" == "linux26" ] ; then |
|||
var_append patchfiles " " "${base}/package/blindcoder/loop-aes/linux26_cryptoloop.diff" |
|||
else |
|||
echo "Unknown kernel: \"${xpkg}\"" |
|||
echo "Not patching for loop-aes" |
|||
fi |
@ -1,2 +0,0 @@ |
|||
var_remove patchfiles " " "${confdir}/cryptoloop-support.diff" |
|||
var_append patchfiles " " "${base}/download/mirror/u/util-linux-2.12p.diff.bz2" |