diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-30 18:08:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-30 18:08:34 +0000 |
commit | 275fc7e74e1509fcd1d20da5d861eb1176644de7 (patch) | |
tree | 8db969767a7ed2f8881ea747e0e9f77541f9730f /security | |
parent | d8042a721fc60eaf9479b71cb986e4eb61cba4f6 (diff) | |
download | pkgsrc-275fc7e74e1509fcd1d20da5d861eb1176644de7.tar.gz |
Force inclusion of RDTSC for now. The package makes no attempt to handle
it, CPUs without are rare and detection at runtime is non-trivial.
If this ever becomes an issue, more involved magic should be requested
upstream.
Diffstat (limited to 'security')
-rw-r--r-- | security/botan/distinfo | 3 | ||||
-rw-r--r-- | security/botan/patches/patch-ak | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/security/botan/distinfo b/security/botan/distinfo index b0c32f0f6c6..10bd15cb1d2 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2006/03/01 00:33:30 joerg Exp $ +$NetBSD: distinfo,v 1.4 2007/06/30 18:08:34 joerg Exp $ SHA1 (Botan-1.4.11.tbz) = 508605c1debaae78db201afb6c87fa93c25e4432 RMD160 (Botan-1.4.11.tbz) = bafca4a73f6acbf4f1bb3f2cb35727e2ebdce3d4 @@ -13,3 +13,4 @@ SHA1 (patch-ag) = 8e847a4159ef99d28ec57cf4643d7ecacb8ba353 SHA1 (patch-ah) = ff07d2f7b921feb64430351192cc9315452d0687 SHA1 (patch-ai) = f7f79ccf61ddbd868a317a63e1d8a377a13ce160 SHA1 (patch-aj) = f842e4a39eddd517312a9f7ae57391e330c48a3f +SHA1 (patch-ak) = 0944272902558985c4e7ca6f001090596a373b35 diff --git a/security/botan/patches/patch-ak b/security/botan/patches/patch-ak new file mode 100644 index 00000000000..3fc461a94a7 --- /dev/null +++ b/security/botan/patches/patch-ak @@ -0,0 +1,12 @@ +$NetBSD: patch-ak,v 1.1 2007/06/30 18:08:35 joerg Exp $ + +--- modules/tm_hard/tm_hard.orig 2007-06-30 17:42:27.000000000 +0000 ++++ modules/tm_hard/tm_hard +@@ -13,6 +13,7 @@ gcc + + <arch> + # RDTSC: Pentium and up ++i386 + i586 + i686 + athlon |