[Pkg-uml-commit] r117 - in trunk/src/user-mode-linux: . debian

Mattia Dongili malattia at costa.debian.org
Wed May 31 16:08:09 UTC 2006


Author: malattia
Date: 2006-05-31 16:08:08 +0000 (Wed, 31 May 2006)
New Revision: 117

Modified:
   trunk/src/user-mode-linux/config
   trunk/src/user-mode-linux/debian/changelog
Log:
more crypto algos and a changelog entry

Modified: trunk/src/user-mode-linux/config
===================================================================
--- trunk/src/user-mode-linux/config	2006-05-29 18:37:22 UTC (rev 116)
+++ trunk/src/user-mode-linux/config	2006-05-31 16:08:08 UTC (rev 117)
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.16
-# Mon May 29 20:35:57 2006
+# Wed May 31 18:05:17 2006
 #
 CONFIG_GENERIC_HARDIRQS=y
 CONFIG_UML=y
@@ -701,17 +701,17 @@
 # CONFIG_CRYPTO_WP512 is not set
 # CONFIG_CRYPTO_TGR192 is not set
 CONFIG_CRYPTO_DES=m
-# CONFIG_CRYPTO_BLOWFISH is not set
-# CONFIG_CRYPTO_TWOFISH is not set
-# CONFIG_CRYPTO_SERPENT is not set
+CONFIG_CRYPTO_BLOWFISH=m
+CONFIG_CRYPTO_TWOFISH=m
+CONFIG_CRYPTO_SERPENT=m
 CONFIG_CRYPTO_AES=y
 # CONFIG_CRYPTO_AES_586 is not set
-# CONFIG_CRYPTO_CAST5 is not set
-# CONFIG_CRYPTO_CAST6 is not set
-# CONFIG_CRYPTO_TEA is not set
+CONFIG_CRYPTO_CAST5=m
+CONFIG_CRYPTO_CAST6=m
+CONFIG_CRYPTO_TEA=m
 CONFIG_CRYPTO_ARC4=m
-# CONFIG_CRYPTO_KHAZAD is not set
-# CONFIG_CRYPTO_ANUBIS is not set
+CONFIG_CRYPTO_KHAZAD=m
+CONFIG_CRYPTO_ANUBIS=m
 CONFIG_CRYPTO_DEFLATE=m
 # CONFIG_CRYPTO_MICHAEL_MIC is not set
 # CONFIG_CRYPTO_CRC32C is not set

Modified: trunk/src/user-mode-linux/debian/changelog
===================================================================
--- trunk/src/user-mode-linux/debian/changelog	2006-05-29 18:37:22 UTC (rev 116)
+++ trunk/src/user-mode-linux/debian/changelog	2006-05-31 16:08:08 UTC (rev 117)
@@ -6,8 +6,9 @@
     self-build UML kernels.
   * don't include the debian directory in orig.tar.gz
   * bump Standards-Version to the latest (3.7.2)
+  * enable dm-* and cyphers modules in config.
 
- -- Mattia Dongili <malattia at debian.org>  Sat, 27 May 2006 19:32:08 +0200
+ -- Mattia Dongili <malattia at debian.org>  Wed, 31 May 2006 18:06:30 +0200
 
 user-mode-linux (2.6.16-1um-2) unstable; urgency=low
 




More information about the Pkg-uml-commit mailing list