summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-11-10 19:19:02 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-11-10 19:19:02 +0000
commit1417eebd1f51d4779fb812337e2fa7fdbfee2093 (patch)
treeff71f86b55c98ef314e92a4cc19f77a6eef30e43 /app-crypt/bestcrypt/files
parentVersion bump. (diff)
downloadgentoo-2-1417eebd1f51d4779fb812337e2fa7fdbfee2093.tar.gz
gentoo-2-1417eebd1f51d4779fb812337e2fa7fdbfee2093.tar.bz2
gentoo-2-1417eebd1f51d4779fb812337e2fa7fdbfee2093.zip
version bump
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'app-crypt/bestcrypt/files')
-rw-r--r--app-crypt/bestcrypt/files/bestcrypt-1.6_p2-makefile_fix.patch53
-rw-r--r--app-crypt/bestcrypt/files/digest-bestcrypt-1.6_p23
2 files changed, 56 insertions, 0 deletions
diff --git a/app-crypt/bestcrypt/files/bestcrypt-1.6_p2-makefile_fix.patch b/app-crypt/bestcrypt/files/bestcrypt-1.6_p2-makefile_fix.patch
new file mode 100644
index 000000000000..d9871d449754
--- /dev/null
+++ b/app-crypt/bestcrypt/files/bestcrypt-1.6_p2-makefile_fix.patch
@@ -0,0 +1,53 @@
+diff -ruN bcrypt.orig/kgsha/Makefile bcrypt/kgsha/Makefile
+--- bcrypt.orig/kgsha/Makefile 2005-08-11 16:08:32.000000000 +1000
++++ bcrypt/kgsha/Makefile 2005-11-11 05:59:59.000000000 +1100
+@@ -20,6 +20,7 @@
+
+ CPP=g++
+ CPPFLAGS = -fPIC -Wall -Werror -fno-strength-reduce -I../include
++CPPFLAGS += $(EXTRA_CXXFLAGS)
+
+ TARGET = libkgsha.so
+ HEADERS = kg_defs.h kgsha.h kblock.h sha1.h random.h
+diff -ruN bcrypt.orig/kgsha256/Makefile bcrypt/kgsha256/Makefile
+--- bcrypt.orig/kgsha256/Makefile 2005-08-11 16:08:32.000000000 +1000
++++ bcrypt/kgsha256/Makefile 2005-11-11 05:59:42.000000000 +1100
+@@ -20,6 +20,7 @@
+
+ CPP=g++
+ CPPFLAGS = -fPIC -Wall -Werror -fno-strength-reduce -I../include
++CPPFLAGS += $(EXTRA_CXXFLAGS)
+
+ TARGET = libkgsha256.so
+ HEADERS = kg_defs.h kblock.h
+diff -ruN bcrypt.orig/mod/Makefile bcrypt/mod/Makefile
+--- bcrypt.orig/mod/Makefile 2005-01-06 20:15:48.000000000 +1100
++++ bcrypt/mod/Makefile 2005-11-11 05:58:27.000000000 +1100
+@@ -101,15 +101,7 @@
+
+ CFLAGS += -I$(CUR_DIR)/../include/ -I$(KERNEL_DIR)/include/
+
+-ifeq ($(ARCH), alpha)
+-CFLAGS += -O2 -pipe -fno-strict-aliasing -fno-common -mno-fp-regs -ffixed-8 -mcpu=ev5
+-else
+-ifeq ($(ARCH), x86_64)
+-CFLAGS += -O2 -fno-strength-reduce -fno-strict-aliasing -mcmodel=kernel
+-else
+-CFLAGS += -O6 -fno-strength-reduce -fno-strict-aliasing
+-endif
+-endif
++CFLAGS += $(EXTRA_CFLAGS)
+
+ LDFLAGS = -d -r
+
+diff -ruN bcrypt.orig/src/Makefile bcrypt/src/Makefile
+--- bcrypt.orig/src/Makefile 2005-05-14 16:53:06.000000000 +1000
++++ bcrypt/src/Makefile 2005-11-11 05:58:27.000000000 +1100
+@@ -24,6 +24,7 @@
+ CFLAGS += -L../lib -I../include/
+ CFLAGS += -Wall -fno-strict-aliasing -g # -O2
+ #CFLAGS += -g -static -O6
++CFLAGS += $(EXTRA_CFLAGS)
+ LDFLAGS = -ldl -lstdc++
+
+ TARGET = bctool
diff --git a/app-crypt/bestcrypt/files/digest-bestcrypt-1.6_p2 b/app-crypt/bestcrypt/files/digest-bestcrypt-1.6_p2
new file mode 100644
index 000000000000..a41731f432f8
--- /dev/null
+++ b/app-crypt/bestcrypt/files/digest-bestcrypt-1.6_p2
@@ -0,0 +1,3 @@
+MD5 4d35a7bab0c2ba2049bf9774b9ded3d9 BestCrypt-1.6-2.tar.gz 194602
+MD5 d68956f4c2ed795c68a451a451de27bb bcrypt-rc6-serpent-c.diff.gz 6034
+MD5 aa6e1f0e9ee797b409267bdba1f6534e bcrypt-rc6-serpent.diff.gz 5718