[Pkg-loop-aes-commits] r1380 - in /upstream/ciphers/current: ChangeLog Makefile README dkms.conf

xam at users.alioth.debian.org xam at users.alioth.debian.org
Sun Feb 25 12:42:29 CET 2007


Author: xam
Date: Sun Feb 25 12:42:29 2007
New Revision: 1380

URL: http://svn.debian.org/wsvn/pkg-loop-aes/?sc=1&rev=1380
Log:
Import ciphers v3.0e

Modified:
    upstream/ciphers/current/ChangeLog
    upstream/ciphers/current/Makefile
    upstream/ciphers/current/README
    upstream/ciphers/current/dkms.conf

Modified: upstream/ciphers/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-loop-aes/upstream/ciphers/current/ChangeLog?rev=1380&op=diff
==============================================================================
--- upstream/ciphers/current/ChangeLog (original)
+++ upstream/ciphers/current/ChangeLog Sun Feb 25 12:42:29 2007
@@ -120,3 +120,6 @@
 
 ciphers-v3.0d    April 10 2006
     - Fixed Makefile incompatibility with USE_KBUILD=y build option.
+
+ciphers-v3.0e    February 23 2007
+    - Work around dash /bin/sh shell and make-3.81 incompatibilities.

Modified: upstream/ciphers/current/Makefile
URL: http://svn.debian.org/wsvn/pkg-loop-aes/upstream/ciphers/current/Makefile?rev=1380&op=diff
==============================================================================
--- upstream/ciphers/current/Makefile (original)
+++ upstream/ciphers/current/Makefile Sun Feb 25 12:42:29 2007
@@ -1,7 +1,7 @@
 #
 #  Makefile
 #
-#  Written by Jari Ruusu, January 27 2006
+#  Written by Jari Ruusu, November 30 2006
 #
 #  Copyright 2001-2006 by Jari Ruusu.
 #  Redistribution of this file is permitted under the GNU Public License.
@@ -72,7 +72,7 @@
 	CP1:=cd $(OD1) &&
 	PP1:=$(TD)/
 	MP1:=$(shell if test -e $(OD1)/scripts/mod/modpost; then echo "./scripts/mod/modpost"; else echo "./scripts/modpost"; fi)
-	MP1 += $(shell if grep -q -s "define CONFIG_MODVERSIONS 1" $(OD1)/include/linux/autoconf.h; then if grep -q -s "if .*CONFIG_MODVERSIONS.*-m" $(LS)/scripts/Makefile.modpost; then echo -e "\055m"; fi; fi)
+	MP1 += $(shell if grep -q -s "define CONFIG_MODVERSIONS 1" $(OD1)/include/linux/autoconf.h; then if grep -q -s "if .*CONFIG_MODVERSIONS.*-m" $(LS)/scripts/Makefile.modpost; then echo " -m"; fi; fi)
 	VM1:=k
 	VM2:=$(INSTALL_MOD_PATH)/lib/modules/$(KERNELRELEASE_clean)
 	VM3:=$(shell if test -f $(VM2)/block/loop.ko; then echo $(VM2)/block/loop.ko; \
@@ -140,7 +140,7 @@
 	cd $(LS) && make M=$(TD)/tmp-d-kbuild modules_install $(OD2)
 endif
 else
-	cd $(LS) && make SUBDIRS=$(TD) modules Q='@cd $(TD) && if [ "$$@" = "modules" ]; then make modules; fi; # ' $(OD2)
+	cd $(LS) && make SUBDIRS=$(TD) modules Q='@cd $(TD) && if [ "$$@" = "modules" ]; then make modules; fi; exit; # ' $(OD2)
 endif
 
 modules: clean $(MLIST)

Modified: upstream/ciphers/current/README
URL: http://svn.debian.org/wsvn/pkg-loop-aes/upstream/ciphers/current/README?rev=1380&op=diff
==============================================================================
--- upstream/ciphers/current/README (original)
+++ upstream/ciphers/current/README Sun Feb 25 12:42:29 2007
@@ -1,6 +1,6 @@
-Written by Jari Ruusu <jariruusu at users.sourceforge.net>, May 27 2005
-
-Copyright 2002-2005 by Jari Ruusu.
+Written by Jari Ruusu <jariruusu at users.sourceforge.net>, February 23 2007
+
+Copyright 2002-2007 by Jari Ruusu.
 Redistribution of this file is permitted under the GNU Public License.
 
 
@@ -26,7 +26,7 @@
 Latest version of this package can be found at:
 
     http://loop-aes.sourceforge.net/
-    http://members.surfeu.fi/ce6c8edf/      (limited downloads)
+    http://koti.tnnet.fi/jari.ruusu/linux/
 
 New versions are announced to linux-crypto mailing list:                       
 

Modified: upstream/ciphers/current/dkms.conf
URL: http://svn.debian.org/wsvn/pkg-loop-aes/upstream/ciphers/current/dkms.conf?rev=1380&op=diff
==============================================================================
--- upstream/ciphers/current/dkms.conf (original)
+++ upstream/ciphers/current/dkms.conf Sun Feb 25 12:42:29 2007
@@ -1,7 +1,7 @@
 # dkms.conf for Dynamic Kernel Module Support
 # http://linux.dell.com/dkms/dkms.html for more info
 
-PACKAGE_VERSION=v3.0d
+PACKAGE_VERSION=v3.0e
 
 # Items below here should not have to change with each driver version
 PACKAGE_NAME="ciphers"




More information about the Pkg-loop-aes-commits mailing list