public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [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
Date: Wed, 16 Jul 2014 16:54:07 +0000 (UTC)	[thread overview]
Message-ID: <20140716165407.B51B02004F@flycatcher.gentoo.org> (raw)

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"





                 reply	other threads:[~2014-07-16 16:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140716165407.B51B02004F@flycatcher.gentoo.org \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox