[Pkg-loop-aes-commits] r1385 - in /trunk/loop-aes: ./ debian/Makefile-2.6 debian/changelog debian/rules.real debian/source/rules

xam at users.alioth.debian.org xam at users.alioth.debian.org
Sat Apr 21 18:29:33 UTC 2007


Author: xam
Date: Sat Apr 21 18:29:33 2007
New Revision: 1385

URL: http://svn.debian.org/wsvn/pkg-loop-aes/?sc=1&rev=1385
Log:
* UNRELEASED
* Enable support for VIA padlock xcrypt instruction

Modified:
    trunk/loop-aes/   (props changed)
    trunk/loop-aes/debian/Makefile-2.6
    trunk/loop-aes/debian/changelog
    trunk/loop-aes/debian/rules.real
    trunk/loop-aes/debian/source/rules

Propchange: trunk/loop-aes/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sat Apr 21 18:29:33 2007
@@ -1,1 +1,2 @@
 21abe0f1-f0ee-4de9-8a33-02d62b012b6b:/local/pkg-loop-aes/trunk/loop-aes:1408
+21abe0f1-f0ee-4de9-8a33-02d62b012b6b:/local/temp:9924

Modified: trunk/loop-aes/debian/Makefile-2.6
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes/debian/Makefile-2.6?rev=1385&op=diff
==============================================================================
--- trunk/loop-aes/debian/Makefile-2.6 (original)
+++ trunk/loop-aes/debian/Makefile-2.6 Sat Apr 21 18:29:33 2007
@@ -21,3 +21,6 @@
 EXTRA_CFLAGS += -DCONFIG_BLK_DEV_LOOP_KEYSCRUB=1
 endif
 
+ifeq ($(CONFIG_BLK_DEV_LOOP_PADLOCK),y)
+EXTRA_CFLAGS += -DCONFIG_BLK_DEV_LOOP_PADLOCK=1
+endif

Modified: trunk/loop-aes/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes/debian/changelog?rev=1385&op=diff
==============================================================================
--- trunk/loop-aes/debian/changelog (original)
+++ trunk/loop-aes/debian/changelog Sat Apr 21 18:29:33 2007
@@ -1,3 +1,10 @@
+loop-aes (3.1f-2) unstable; urgency=low
+
+  * UNRELEASED
+  * Enable support for VIA padlock xcrypt instruction
+
+ -- Max Vozeler <xam at debian.org>  Sat, 21 Apr 2007 20:22:06 +0200
+
 loop-aes (3.1f-1) experimental; urgency=low
 
   * New upstream release (Closes: #403974)

Modified: trunk/loop-aes/debian/rules.real
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes/debian/rules.real?rev=1385&op=diff
==============================================================================
--- trunk/loop-aes/debian/rules.real (original)
+++ trunk/loop-aes/debian/rules.real Sat Apr 21 18:29:33 2007
@@ -6,7 +6,7 @@
 PACKAGE_SOURCE = $(PACKAGE)-source
 PACKAGE_TESTSUITE = $(PACKAGE)-testsuite
 
-LOOP_AES_OPTIONS := CONFIG_BLK_DEV_LOOP_KEYSCRUB=y
+LOOP_AES_OPTIONS := CONFIG_BLK_DEV_LOOP_KEYSCRUB=y CONFIG_BLK_DEV_LOOP_PADLOCK=y
 
 BUILD_STAMP = $(STAMPS_DIR)/build_$(ARCH)_$(SUBARCH)_$(FLAVOUR)
 SETUP_STAMP = $(STAMPS_DIR)/setup_$(ARCH)_$(SUBARCH)_$(FLAVOUR)

Modified: trunk/loop-aes/debian/source/rules
URL: http://svn.debian.org/wsvn/pkg-loop-aes/trunk/loop-aes/debian/source/rules?rev=1385&op=diff
==============================================================================
--- trunk/loop-aes/debian/source/rules (original)
+++ trunk/loop-aes/debian/source/rules Sat Apr 21 18:29:33 2007
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 # loop-AES build options
-OPTIONS := KEYSCRUB=y RUNDM=n MODINST=n MODVERDIR=$(PWD)/symbols 
+OPTIONS := KEYSCRUB=y PADLOCK=y RUNDM=n MODINST=n MODVERDIR=$(PWD)/symbols 
 
 PACKAGE	:= loop-aes
 MA_DIR  ?= /usr/share/modass




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