pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/portsentry Fix build problem with gcc 3.X.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/588279baf19c
branches:  trunk
changeset: 467067:588279baf19c
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jan 26 11:16:11 2004 +0000

description:
Fix build problem with gcc 3.X.

diffstat:

 security/portsentry/distinfo         |   4 ++--
 security/portsentry/patches/patch-ad |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r e40ea917fcd3 -r 588279baf19c security/portsentry/distinfo
--- a/security/portsentry/distinfo      Mon Jan 26 11:08:18 2004 +0000
+++ b/security/portsentry/distinfo      Mon Jan 26 11:16:11 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.4 2004/01/22 10:08:19 agc Exp $
+$NetBSD: distinfo,v 1.5 2004/01/26 11:16:11 taca Exp $
 
 SHA1 (portsentry-1.2.tar.gz) = 091124db3f9ccc29afae08d6ab1fdd073b789d0a
 Size (portsentry-1.2.tar.gz) = 48054 bytes
 SHA1 (patch-aa) = eea7602eaed3d065b4ec6002dff524bdcd846e9f
 SHA1 (patch-ab) = 76d9062ba8fd205b05d64ce8485e1c6c294bed1a
 SHA1 (patch-ac) = eec6acd40439fff51744feb1b15e07ff0bc1d196
-SHA1 (patch-ad) = 9d1a6769bb83eff53faccbd70979c48d13f432e8
+SHA1 (patch-ad) = 7e79e119eda32e4e2f53f878ea1b24afdce2ee54
diff -r e40ea917fcd3 -r 588279baf19c security/portsentry/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/portsentry/patches/patch-ad      Mon Jan 26 11:16:11 2004 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2004/01/26 11:16:11 taca Exp $
+
+--- portsentry.c.orig  2003-05-24 03:10:13.000000000 +0900
++++ portsentry.c
+@@ -1581,8 +1581,8 @@ void
+ Usage (void)
+ {
+   printf ("PortSentry - Port Scan Detector.\n");
+-  printf ("Copyright 1997-2003 Craig H. Rowland <craigrowland at users dot 
+-sourceforget dot net>\n");
++  printf ("Copyright 1997-2003 Craig H. Rowland <craigrowland at users dot \n"
++"sourceforget dot net>\n");
+   printf ("Licensing restrictions apply. Please see documentation\n");
+   printf ("Version: %s\n\n", VERSION);
+ #ifdef SUPPORT_STEALTH



Home | Main Index | Thread Index | Old Index