summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-09-04 23:17:49 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-09-04 23:17:49 +0000
commit8b597445ecdbaaa7ec70cdc87add770dd8650b3c (patch)
treeeb0e20034f6d76adf955d3908a0a7f99c2c94fcf /net-firewall
parentDelete obsolete patches. (diff)
downloadgentoo-2-8b597445ecdbaaa7ec70cdc87add770dd8650b3c.tar.gz
gentoo-2-8b597445ecdbaaa7ec70cdc87add770dd8650b3c.tar.bz2
gentoo-2-8b597445ecdbaaa7ec70cdc87add770dd8650b3c.zip
Cleaning out unused patches
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/firehol/ChangeLog6
-rw-r--r--net-firewall/firehol/files/firehol-1.250-groupwith.patch27
-rw-r--r--net-firewall/firehol/files/firehol-1.256-printf.patch47
3 files changed, 5 insertions, 75 deletions
diff --git a/net-firewall/firehol/ChangeLog b/net-firewall/firehol/ChangeLog
index be07f9d3b7ec..9b765ffbd162 100644
--- a/net-firewall/firehol/ChangeLog
+++ b/net-firewall/firehol/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/firehol
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.42 2009/07/16 08:02:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/firehol/ChangeLog,v 1.43 2009/09/04 23:17:49 vostorga Exp $
+
+ 04 Sep 2009; Víctor Ostorga <vostorga@gentoo.org>
+ -files/firehol-1.250-groupwith.patch, -files/firehol-1.256-printf.patch:
+ Cleaning out unused patches
16 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
firehol-1.273-r1.ebuild:
diff --git a/net-firewall/firehol/files/firehol-1.250-groupwith.patch b/net-firewall/firehol/files/firehol-1.250-groupwith.patch
deleted file mode 100644
index 0ab51fb53472..000000000000
--- a/net-firewall/firehol/files/firehol-1.250-groupwith.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- firehol.sh 2007-02-27 13:17:40.000000000 -0500
-+++ firehol.new 2007-03-21 16:02:34.000000000 -0400
-@@ -3040,6 +3040,7 @@
-
- case $type in
- with|start|begin)
-+ local direction="${1}"
- # increase the counter
- FIREHOL_GROUP_COUNTER=$[FIREHOL_GROUP_COUNTER + 1]
-
-@@ -3053,8 +3054,14 @@
- mychain="group${FIREHOL_GROUP_COUNTER}"
-
- # create the new chain
-- create_chain filter "in_${mychain}" "in_${work_name}" in "$@" || return 1
-- create_chain filter "out_${mychain}" "out_${work_name}" out reverse "$@" || return 1
-+ if [ "$direction" = "src" ]
-+ then
-+ create_chain filter "in_${mychain}" "in_${work_name}" in "$@" || return 1
-+ create_chain filter "out_${mychain}" "out_${work_name}" out reverse "$@" || return 1
-+ else
-+ create_chain filter "in_${mychain}" "in_${work_name}" out reverse "$@" || return 1
-+ create_chain filter "out_${mychain}" "out_${work_name}" in "$@" || return 1
-+ fi
-
- # set a new name for new rules
- work_name=${mychain}
diff --git a/net-firewall/firehol/files/firehol-1.256-printf.patch b/net-firewall/firehol/files/firehol-1.256-printf.patch
deleted file mode 100644
index 1222e15de65d..000000000000
--- a/net-firewall/firehol/files/firehol-1.256-printf.patch
+++ /dev/null
@@ -1,47 +0,0 @@
---- firehol.sh 2006-12-27 14:34:58.000000000 +0100
-+++ firehol.new 2006-12-27 14:53:16.000000000 +0100
-@@ -2412,7 +2412,7 @@
- printf "runcmd '${check}' '${FIREHOL_LINEID}' " >>${FIREHOL_OUTPUT}
- fi
-
-- printf "%q " "$@" >>${FIREHOL_OUTPUT}
-+ printf "%b " "$@" >>${FIREHOL_OUTPUT}
- printf "\n" >>${FIREHOL_OUTPUT}
-
- if [ ${FIREHOL_EXPLAIN} -eq 1 ]
-@@ -4885,7 +4885,7 @@
- echo >&2 "WARNING"
- echo >&2 "WHAT : ${work_function}"
- echo >&2 "WHY :" "$@"
-- printf >&2 "COMMAND: "; printf >&2 "%q " "${work_realcmd[@]}"; echo >&2
-+ printf >&2 "COMMAND: "; printf >&2 "%b " "${work_realcmd[@]}"; echo >&2
- echo >&2 "SOURCE : line ${FIREHOL_LINEID} of ${FIREHOL_CONFIG}"
- echo >&2
-
-@@ -4906,7 +4906,7 @@
- echo >&2 "ERROR #: ${work_error}"
- echo >&2 "WHAT : ${work_function}"
- echo >&2 "WHY :" "$@"
-- printf >&2 "COMMAND: "; printf >&2 "%q " "${work_realcmd[@]}"; echo >&2
-+ printf >&2 "COMMAND: "; printf >&2 "%b " "${work_realcmd[@]}"; echo >&2
- echo >&2 "SOURCE : line ${FIREHOL_LINEID} of ${FIREHOL_CONFIG}"
- echo >&2
-
-@@ -4960,7 +4960,7 @@
- echo >&2 "WHAT : A runtime command failed to execute (returned error ${ret})."
- echo >&2 "SOURCE : line ${line} of ${FIREHOL_CONFIG}"
- printf >&2 "COMMAND : "
-- printf >&2 "%q " "$@"
-+ printf >&2 "%b " "$@"
- printf >&2 "\n"
- echo >&2 "OUTPUT : "
- echo >&2
-@@ -5157,7 +5157,7 @@
- *) ;;
- esac
-
-- printf "%q " "${work_realcmd[@]}"
-+ printf "%b " "${work_realcmd[@]}"
- printf "\n\n"
- ) >>${FIREHOL_OUTPUT}
- }