pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/qemu Reverse logic for detecting stack prote...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bf13cae5604
branches:  trunk
changeset: 537206:4bf13cae5604
user:      sborrill <sborrill%pkgsrc.org@localhost>
date:      Fri Jan 04 21:37:07 2008 +0000

description:
Reverse logic for detecting stack protection. Previous patch enabled
-fno-stack-protection iff using -fno-stack-protection gave an error

diffstat:

 emulators/qemu/distinfo         |  4 ++--
 emulators/qemu/patches/patch-ag |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r a13dc848967b -r 4bf13cae5604 emulators/qemu/distinfo
--- a/emulators/qemu/distinfo   Fri Jan 04 21:12:38 2008 +0000
+++ b/emulators/qemu/distinfo   Fri Jan 04 21:37:07 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.36 2007/12/30 17:12:44 joerg Exp $
+$NetBSD: distinfo,v 1.37 2008/01/04 21:37:07 sborrill Exp $
 
 SHA1 (qemu-0.9.0.tar.gz) = 1e57e48a06eb8729913d92601000466eecef06cb
 RMD160 (qemu-0.9.0.tar.gz) = 4296542b6da18a6ac93d20787330d3c1c2ac0a19
@@ -7,7 +7,7 @@
 SHA1 (patch-ab) = 29870b0bec5f9fa08267dfb9208d75d1d735714a
 SHA1 (patch-ac) = f3f37f2e72de28077a6579b12ecb2ea6650eea85
 SHA1 (patch-ad) = ac69a03e4945e8c8fd5aadca070b876d0970910d
-SHA1 (patch-ag) = 8480b6f840bcad845d76df996f913d2ad6750b8c
+SHA1 (patch-ag) = 792b409e5d737fb1a82d319ab6bdaefae84e05a4
 SHA1 (patch-ak) = 11669ec0ac62c0c90b7d2bfecb1f6efe3cb82fd2
 SHA1 (patch-am) = a22a3b23284c377afa8113768d68c8ef40c514f9
 SHA1 (patch-ao) = e92d56f991cf29f83e39464f9e695caa86fe5fe0
diff -r a13dc848967b -r 4bf13cae5604 emulators/qemu/patches/patch-ag
--- a/emulators/qemu/patches/patch-ag   Fri Jan 04 21:12:38 2008 +0000
+++ b/emulators/qemu/patches/patch-ag   Fri Jan 04 21:37:07 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.9 2007/12/30 17:12:45 joerg Exp $
+$NetBSD: patch-ag,v 1.10 2008/01/04 21:37:07 sborrill Exp $
 
 --- configure.orig     2007-02-05 23:01:54 +0000
 +++ configure
@@ -42,9 +42,9 @@
 +extern int foo;
 +EOF
 +if "$cc" -o $TMPE $TMPC -fno-stack-protector 2> /dev/null ; then
-+  stack_protector_present="no"
++  stack_protector_present="yes"
 +else
-+  stack_protector_present="yes"
++  stack_protector_present="no"
 +fi
 +
  #



Home | Main Index | Thread Index | Old Index