Changeset 45c2d26 in freewrt


Ignore:
Timestamp:
Jan 28, 2007, 9:26:26 PM (19 years ago)
Author:
Christian Gmeiner <austriancoder@…>
Children:
b79caca
Parents:
d979a96
Message:

version bump

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1792 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/shorewall
Files:
2 added
3 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • package/shorewall/Makefile

    rd979a96 r45c2d26  
    88
    99PKG_NAME:=              shorewall
    10 PKG_VERSION:=           3.2.6
     10PKG_VERSION:=           3.2.8
    1111PKG_RELEASE:=           1
    12 PKG_MD5SUM:=            4be5e3af5180252492dcaf48f699404f
     12PKG_MD5SUM:=            d9e354b3f2670ceb021eea51419ff0e9
    1313PKG_INIT:=              45
    1414PKG_SOURCE_URL:=        http://www1.shorewall.net/pub/${PKG_NAME}/3.2/${PKG_NAME}-${PKG_VERSION}
  • package/shorewall/patches/patch-install_sh

    rd979a96 r45c2d26  
    1 diff -Nur shorewall-3.2.6_org/install.sh shorewall-3.2.6/install.sh
    2 --- shorewall-3.2.6_org/install.sh      2006-11-12 16:50:09.000000000 +0100
    3 +++ shorewall-3.2.6/install.sh  2006-11-29 18:20:35.000000000 +0100
    4 @@ -180,23 +180,8 @@
     1$FreeWRT$
     2--- shorewall-3.2.8.orig/install.sh     2007-01-17 00:44:59.000000000 +0100
     3+++ shorewall-3.2.8/install.sh  2007-01-27 19:25:56.000000000 +0100
     4@@ -183,7 +183,6 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/
     5 #
     6 # Determine where to install the firewall script
     7 #
     8-DEBIAN=
    59 
    6  PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin
    7  
    8 -#
    9 -# Determine where to install the firewall script
    10 -#
    11 -DEBIAN=
    12 -
    1310 OWNERSHIP="-o $OWNER -g $GROUP"
    1411 
    15 -if [ -d /etc/apt -a -e /usr/bin/dpkg ]; then
     12@@ -195,15 +194,6 @@ if [ -n "$PREFIX" ]; then
     13 
     14        install -d $OWNERSHIP -m 755 ${PREFIX}/sbin
     15        install -d $OWNERSHIP -m 755 ${PREFIX}${DEST}
     16-elif [ -d /etc/apt -a -e /usr/bin/dpkg ]; then
    1617-    DEBIAN=yes
    1718-elif [ -f /etc/slackware-version ] ; then
     
    2223-      INIT="shorewall"
    2324-      ARCHLINUX=yes
    24 -fi
    25  if [ -n "$PREFIX" ]; then
    26         if [ `id -u` != 0 ] ; then
    27             echo "Not setting file owner/group permissions, not running as root."
    28 @@ -239,14 +224,7 @@
     25 fi
     26 
     27 #
     28@@ -238,14 +228,7 @@ echo "shorewall control program installe
    2929 #
    3030 # Install the Firewall Script
    3131 #
    3232-if [ -n "$DEBIAN" ]; then
    33 -    install_file_with_backup init.debian.sh /etc/init.d/shorewall 0544 ${PREFIX}/usr/share/shorewall-${VERSION}.bkout
     33-    install_file_with_backup init.debian.sh ${PREFIX}/etc/init.d/shorewall 0544 ${PREFIX}/usr/share/shorewall-${VERSION}.bkout
    3434-elif [ -n "$ARCHLINUX" ]; then
    3535-    install_file_with_backup init.archlinux.sh ${PREFIX}${DEST}/$INIT 0544 ${PREFIX}/usr/share/shorewall-${VERSION}.bkout
     
    4242 echo  "Shorewall script installed in ${PREFIX}${DEST}/$INIT"
    4343 
    44 @@ -274,10 +252,6 @@
     44@@ -273,10 +256,6 @@ if [ ! -f ${PREFIX}/etc/shorewall/shorew
    4545    echo "Config file installed as ${PREFIX}/etc/shorewall/shorewall.conf"
    4646 fi
     
    5353 # Install the zones file
    5454 #
    55 @@ -676,43 +650,6 @@
     55@@ -675,43 +654,6 @@ fi
    5656 #
    5757 install_file firewall ${PREFIX}/usr/share/shorewall/firewall 0555
Note: See TracChangeset for help on using the changeset viewer.