pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/botan Force inclusion of RDTSC for now. The p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c824284615f
branches:  trunk
changeset: 530447:3c824284615f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Jun 30 18:08:34 2007 +0000

description:
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:

 security/botan/distinfo         |   3 ++-
 security/botan/patches/patch-ak |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r b42dc8fdf39b -r 3c824284615f security/botan/distinfo
--- a/security/botan/distinfo   Sat Jun 30 17:59:03 2007 +0000
+++ b/security/botan/distinfo   Sat Jun 30 18:08:34 2007 +0000
@@ -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-ah) = ff07d2f7b921feb64430351192cc9315452d0687
 SHA1 (patch-ai) = f7f79ccf61ddbd868a317a63e1d8a377a13ce160
 SHA1 (patch-aj) = f842e4a39eddd517312a9f7ae57391e330c48a3f
+SHA1 (patch-ak) = 0944272902558985c4e7ca6f001090596a373b35
diff -r b42dc8fdf39b -r 3c824284615f security/botan/patches/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/botan/patches/patch-ak   Sat Jun 30 18:08:34 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index