diff options
author | taca <taca@pkgsrc.org> | 2004-01-26 11:16:11 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-01-26 11:16:11 +0000 |
commit | 510272cbc2166c597983d96dfc16c50cec99c329 (patch) | |
tree | 527464bb403a371095e0c75f0c01e1646d94cf27 /security | |
parent | edf25839456f015e5ff105769a589e4be6f6e3c2 (diff) | |
download | pkgsrc-510272cbc2166c597983d96dfc16c50cec99c329.tar.gz |
Fix build problem with gcc 3.X.
Diffstat (limited to 'security')
-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 |