diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-08-07 11:27:45 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-08-07 11:27:45 +0000 |
commit | 589786c117ea66a4965d95d17e1be059c6aca747 (patch) | |
tree | eff08f893815f2bec881fdc4db32174385b8eef4 /app-crypt/bestcrypt/files | |
parent | transistion to mirror://gnupg. Old version cleanout. version bump (diff) | |
download | gentoo-2-589786c117ea66a4965d95d17e1be059c6aca747.tar.gz gentoo-2-589786c117ea66a4965d95d17e1be059c6aca747.tar.bz2 gentoo-2-589786c117ea66a4965d95d17e1be059c6aca747.zip |
version bump on 1.5 series. added linux-mod_pkg_postinst to pkg_postinst (bug #100582)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-crypt/bestcrypt/files')
-rw-r--r-- | app-crypt/bestcrypt/files/bestcrypt-1.5_p11-makefile_fix.patch | 39 | ||||
-rw-r--r-- | app-crypt/bestcrypt/files/digest-bestcrypt-1.5_p11 | 3 |
2 files changed, 42 insertions, 0 deletions
diff --git a/app-crypt/bestcrypt/files/bestcrypt-1.5_p11-makefile_fix.patch b/app-crypt/bestcrypt/files/bestcrypt-1.5_p11-makefile_fix.patch new file mode 100644 index 000000000000..aeb451add3f6 --- /dev/null +++ b/app-crypt/bestcrypt/files/bestcrypt-1.5_p11-makefile_fix.patch @@ -0,0 +1,39 @@ +--- mod/Makefile.orig 2005-01-06 20:15:48.000000000 +1100 ++++ mod/Makefile 2005-08-07 21:14:23.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 + +--- src/Makefile.orig 2004-12-16 19:42:35.000000000 +1100 ++++ src/Makefile 2005-08-07 21:14:23.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 = + + TARGETS = bctool +--- kgsha/Makefile.orig 2002-10-29 18:11:45.000000000 +1100 ++++ kgsha/Makefile 2005-08-07 21:14:23.000000000 +1000 +@@ -20,6 +20,7 @@ + + CPP=g++ + CPPFLAGS = -Wall -Werror -fno-strength-reduce -I../include -g ++CPPFLAGS += $(EXTRA_CXXFLAGS) + + TARGET = libkgsha.a + HEADERS = kg_defs.h kgsha.h kblock.h sha1.h random.h diff --git a/app-crypt/bestcrypt/files/digest-bestcrypt-1.5_p11 b/app-crypt/bestcrypt/files/digest-bestcrypt-1.5_p11 new file mode 100644 index 000000000000..68a7d46acd39 --- /dev/null +++ b/app-crypt/bestcrypt/files/digest-bestcrypt-1.5_p11 @@ -0,0 +1,3 @@ +MD5 30ebb215a29951d9db1e96b97ab2d9df BestCrypt-1.5-11.tar.gz 170110 +MD5 d68956f4c2ed795c68a451a451de27bb bcrypt-rc6-serpent-c.diff.gz 6034 +MD5 aa6e1f0e9ee797b409267bdba1f6534e bcrypt-rc6-serpent.diff.gz 5718 |