public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/portsentry/files: portsentry-1.2-conf.patch portsentry-1.2-ignore.csh.patch portsentry-1.2-gcc.patch portsentry-1.2-config.h.patch gcc.patch
@ 2014-07-16 16:54 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-07-16 16:54 UTC (permalink / raw
  To: gentoo-commits

jer         14/07/16 16:54:07

  Added:                portsentry-1.2-conf.patch
                        portsentry-1.2-ignore.csh.patch
                        portsentry-1.2-gcc.patch
                        portsentry-1.2-config.h.patch
  Removed:              gcc.patch
  Log:
  EAPI bump. Remove short <longdescription>. Convert sed scripts to patches.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.1                  net-analyzer/portsentry/files/portsentry-1.2-conf.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/portsentry/files/portsentry-1.2-conf.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/portsentry/files/portsentry-1.2-conf.patch?rev=1.1&content-type=text/plain

Index: portsentry-1.2-conf.patch
===================================================================
--- a/portsentry.conf
+++ b/portsentry.conf
@@ -80,11 +80,11 @@
 ######################
 #
 # Hosts to ignore
-IGNORE_FILE="/usr/local/psionic/portsentry/portsentry.ignore"
+IGNORE_FILE="/etc/portsentry/portsentry.ignore"
 # Hosts that have been denied (running history)
-HISTORY_FILE="/usr/local/psionic/portsentry/portsentry.history"
+HISTORY_FILE="/etc/portsentry/portsentry.history"
 # Hosts that have been denied this session only (temporary until next restart)
-BLOCKED_FILE="/usr/local/psionic/portsentry/portsentry.blocked"
+BLOCKED_FILE="/etc/portsentry/portsentry.blocked"
 
 ##############################
 # Misc. Configuration Options#



1.1                  net-analyzer/portsentry/files/portsentry-1.2-ignore.csh.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/portsentry/files/portsentry-1.2-ignore.csh.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/portsentry/files/portsentry-1.2-ignore.csh.patch?rev=1.1&content-type=text/plain

Index: portsentry-1.2-ignore.csh.patch
===================================================================
--- a/ignore.csh
+++ b/ignore.csh
@@ -35,7 +35,7 @@
 endif
   
 # Safe directory 
-set SENTRYDIR=/usr/local/psionic/portsentry
+set SENTRYDIR=/etc/portsentry
 set TMPFILE=portsentry.ignore.tmp
  
 if (-f $SENTRYDIR/portsentry.ignore) then 



1.1                  net-analyzer/portsentry/files/portsentry-1.2-gcc.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/portsentry/files/portsentry-1.2-gcc.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/portsentry/files/portsentry-1.2-gcc.patch?rev=1.1&content-type=text/plain

Index: portsentry-1.2-gcc.patch
===================================================================
--- a/portsentry.c
+++ b/portsentry.c
@@ -1581,8 +1581,7 @@
 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 sourceforget dot net>\n");
   printf ("Licensing restrictions apply. Please see documentation\n");
   printf ("Version: %s\n\n", VERSION);
 #ifdef SUPPORT_STEALTH



1.1                  net-analyzer/portsentry/files/portsentry-1.2-config.h.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/portsentry/files/portsentry-1.2-config.h.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/portsentry/files/portsentry-1.2-config.h.patch?rev=1.1&content-type=text/plain

Index: portsentry-1.2-config.h.patch
===================================================================
--- a/portsentry_config.h
+++ b/portsentry_config.h
@@ -22,7 +22,7 @@
 
 /* These are probably ok. Be sure you change the Makefile if you */
 /* change the path */
-#define CONFIG_FILE "/usr/local/psionic/portsentry/portsentry.conf"
+#define CONFIG_FILE "/etc/portsentry/portsentry.conf"
 
 /* The location of Wietse Venema's TCP Wrapper hosts.deny file */
 #define WRAPPER_HOSTS_DENY "/etc/hosts.deny"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-16 16:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-16 16:54 [gentoo-commits] gentoo-x86 commit in net-analyzer/portsentry/files: portsentry-1.2-conf.patch portsentry-1.2-ignore.csh.patch portsentry-1.2-gcc.patch portsentry-1.2-config.h.patch gcc.patch Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox