diff options
author | taca <taca> | 2004-01-26 11:16:11 +0000 |
---|---|---|
committer | taca <taca> | 2004-01-26 11:16:11 +0000 |
commit | 55ee9a32d9301bd02856896210b11b49cb20fa8b (patch) | |
tree | 527464bb403a371095e0c75f0c01e1646d94cf27 | |
parent | e125eaad01721ca01edff24cd1e2988aebcc7b9e (diff) | |
download | pkgsrc-55ee9a32d9301bd02856896210b11b49cb20fa8b.tar.gz |
Fix build problem with gcc 3.X.
-rw-r--r-- | security/portsentry/distinfo | 4 | ||||
-rw-r--r-- | security/portsentry/patches/patch-ad | 15 |
2 files changed, 17 insertions, 2 deletions
diff --git a/security/portsentry/distinfo b/security/portsentry/distinfo index ec91c9bb60d..9d05905a17e 100644 --- a/security/portsentry/distinfo +++ b/security/portsentry/distinfo @@ -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 --git a/security/portsentry/patches/patch-ad b/security/portsentry/patches/patch-ad new file mode 100644 index 00000000000..33248b81fca --- /dev/null +++ b/security/portsentry/patches/patch-ad @@ -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 |