pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ddos-scan Make this package compile when usin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d6ecd819b90
branches:  trunk
changeset: 475712:2d6ecd819b90
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun May 23 23:03:40 2004 +0000

description:
Make this package compile when using gcc 3.3.

diffstat:

 security/ddos-scan/distinfo         |   3 ++-
 security/ddos-scan/patches/patch-ab |  18 ++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r abd8afbc2f40 -r 2d6ecd819b90 security/ddos-scan/distinfo
--- a/security/ddos-scan/distinfo       Sun May 23 22:55:39 2004 +0000
+++ b/security/ddos-scan/distinfo       Sun May 23 23:03:40 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 15:40:30 agc Exp $
+$NetBSD: distinfo,v 1.3 2004/05/23 23:03:40 kristerw Exp $
 
 SHA1 (ddos_scan.tar) = 97e695f19df0edef4d833afb8114b24822e3db27
 Size (ddos_scan.tar) = 30720 bytes
 SHA1 (patch-aa) = 934117d4d3806244137a9a6438d781cd9372487b
+SHA1 (patch-ab) = d74cc9a603f20e144c77444b2c956e53c8511b55
diff -r abd8afbc2f40 -r 2d6ecd819b90 security/ddos-scan/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ddos-scan/patches/patch-ab       Sun May 23 23:03:40 2004 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-ab,v 1.1 2004/05/23 23:03:40 kristerw Exp $
+
+--- dds.c.orig 2000-02-11 00:52:22.000000000 +0100
++++ dds.c      2004-05-24 01:00:57.000000000 +0200
+@@ -14,5 +14,5 @@
+ 
+ #if YOU_HAVE_NOT_READ_THIS_YET
+-
++/*
+ This software should only be used in compliance with all applicable laws and
+ the policies and preferences of the owners of any networks, systems, or hosts
+@@ -31,5 +31,5 @@
+ ACTION OF CONTRACT, TORT (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING
+ OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.  
+-
++*/
+ #endif
+ 



Home | Main Index | Thread Index | Old Index