summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-05-23 12:50:23 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-05-23 12:50:23 +0000
commitcf0cb7ddc284c2304e6db5c36abb703d0e0ba78b (patch)
tree2d8cc00bf99c43b155aee3a88613ad49ba4732c1 /app-crypt/bestcrypt/files
parentbump! (diff)
downloadgentoo-2-cf0cb7ddc284c2304e6db5c36abb703d0e0ba78b.tar.gz
gentoo-2-cf0cb7ddc284c2304e6db5c36abb703d0e0ba78b.tar.bz2
gentoo-2-cf0cb7ddc284c2304e6db5c36abb703d0e0ba78b.zip
version bump
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-crypt/bestcrypt/files')
-rw-r--r--app-crypt/bestcrypt/files/bestcrypt-1.6_p1-makefile_fix.patch42
-rw-r--r--app-crypt/bestcrypt/files/digest-bestcrypt-1.6_p12
2 files changed, 44 insertions, 0 deletions
diff --git a/app-crypt/bestcrypt/files/bestcrypt-1.6_p1-makefile_fix.patch b/app-crypt/bestcrypt/files/bestcrypt-1.6_p1-makefile_fix.patch
new file mode 100644
index 000000000000..bdbdbbf887e3
--- /dev/null
+++ b/app-crypt/bestcrypt/files/bestcrypt-1.6_p1-makefile_fix.patch
@@ -0,0 +1,42 @@
+diff -ru /tmp/bcrypt/kgsha/Makefile bcrypt/kgsha/Makefile
+--- /tmp/bcrypt/kgsha/Makefile 2005-05-14 16:50:36.000000000 +1000
++++ bcrypt/kgsha/Makefile 2005-05-23 22:30:00.000000000 +1000
+@@ -20,6 +20,7 @@
+
+ CPP=g++
+ CPPFLAGS = -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 -ru /tmp/bcrypt/mod/Makefile bcrypt/mod/Makefile
+--- /tmp/bcrypt/mod/Makefile 2005-05-23 22:26:09.000000000 +1000
++++ bcrypt/mod/Makefile 2005-05-23 22:28:52.000000000 +1000
+@@ -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 -ru /tmp/bcrypt/src/Makefile bcrypt/src/Makefile
+--- /tmp/bcrypt/src/Makefile 2005-05-14 16:53:06.000000000 +1000
++++ bcrypt/src/Makefile 2005-05-23 22:29:31.000000000 +1000
+@@ -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_p1 b/app-crypt/bestcrypt/files/digest-bestcrypt-1.6_p1
new file mode 100644
index 000000000000..ca24dfbd286b
--- /dev/null
+++ b/app-crypt/bestcrypt/files/digest-bestcrypt-1.6_p1
@@ -0,0 +1,2 @@
+MD5 966088b98018c477438d908ad763056c BestCrypt-1.6-1.tar.gz 194566
+MD5 aa6e1f0e9ee797b409267bdba1f6534e bcrypt-rc6-serpent.diff.gz 5718