Update of /cvsroot/leaf/src/bering-uclibc/apps/iptables
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv30297

Modified Files:
        buildtool.cfg buildtool.mk 
Added Files:
        iptables-1.3.6.tar.bz2 iptables-make.patch 
Removed Files:
        iptables-1.3.5.tar.bz2 
Log Message:
update to version 1.3.6, bug fixes

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/iptables/buildtool.mk,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** buildtool.mk        14 Mar 2006 21:02:58 -0000      1.17
--- buildtool.mk        7 Oct 2006 18:48:25 -0000       1.18
***************
*** 7,11 ****
  
  include $(MASTERMAKEFILE)
! IPTABLES_DIR:=iptables-1.3.5
  IPP2P_DIR:=ipp2p-0.8.0
  IPTABLES_TARGET_DIR:=$(BT_BUILD_DIR)/iptables
--- 7,11 ----
  
  include $(MASTERMAKEFILE)
! IPTABLES_DIR:=iptables-1.3.6
  IPP2P_DIR:=ipp2p-0.8.0
  IPTABLES_TARGET_DIR:=$(BT_BUILD_DIR)/iptables
***************
*** 28,32 ****
  $(IPTABLES_DIR)/.source: 
        bzcat $(IPTABLES_SOURCE) |  tar -xvf - 
! #     zcat $(IPTABLES_PATCH1) | patch -d $(IPTABLES_DIR) -p1
        -ln -s $(IPTABLES_DIR) iptables
        zcat $(IPP2P_SOURCE) |  tar -xvf - 
--- 28,32 ----
  $(IPTABLES_DIR)/.source: 
        bzcat $(IPTABLES_SOURCE) |  tar -xvf - 
!       cat $(IPTABLES_PATCH1) | patch -d $(IPTABLES_DIR) -p1
        -ln -s $(IPTABLES_DIR) iptables
        zcat $(IPP2P_SOURCE) |  tar -xvf - 

--- NEW FILE: iptables-1.3.6.tar.bz2 ---
(This appears to be a binary file; contents omitted.)

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/iptables/buildtool.cfg,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** buildtool.cfg       26 Jun 2006 18:28:17 -0000      1.15
--- buildtool.cfg       7 Oct 2006 18:48:25 -0000       1.16
***************
*** 5,9 ****
  </File>
  
! <File iptables-1.3.5.tar.bz2>
    Server = cvs-sourceforge
    envname = IPTABLES_SOURCE
--- 5,9 ----
  </File>
  
! <File iptables-1.3.6.tar.bz2>
    Server = cvs-sourceforge
    envname = IPTABLES_SOURCE
***************
*** 19,33 ****
  </File>
  
! #<File grsecurity-1.3.1-iptables.patch.gz>
! #  Server = cvs-sourceforge
! #  envname = IPTABLES_PATCH1
! #  Revision = HEAD
! #  Directory = iptables
! #</File>
  
  <Package>
        <iptables>
!               Version  = 1.3.5
!               Revision = 2
  
  
--- 19,33 ----
  </File>
  
! <File iptables-make.patch>
!   Server = cvs-sourceforge
!   envname = IPTABLES_PATCH1
!   Revision = HEAD
!   Directory = iptables
! </File>
  
  <Package>
        <iptables>
!               Version  = 1.3.6
!               Revision = 1
  
  
***************
*** 66,71 ****
  
        <ip6table>
!               Version  = 1.3.5
!               Revision = 2
  
  
--- 66,71 ----
  
        <ip6table>
!               Version  = 1.3.6
!               Revision = 1
  
  
***************
*** 104,109 ****
  
        <iptutil>
!               Version  = 1.3.5
!               Revision = 2
  
  
--- 104,109 ----
  
        <iptutil>
!               Version  = 1.3.6
!               Revision = 1
  
  
***************
*** 142,147 ****
  
        <ip6tutil>
!               Version  = 1.3.5
!               Revision = 2
  
  
--- 142,147 ----
  
        <ip6tutil>
!               Version  = 1.3.6
!               Revision = 1
  
  

--- NEW FILE: iptables-make.patch ---
diff -urN iptables-1.3.6.orig/Rules.make iptables-1.3.6/Rules.make
--- iptables-1.3.6.orig/Rules.make      2006-09-28 18:40:36.000000000 +0200
+++ iptables-1.3.6/Rules.make   2006-10-05 23:58:07.000000000 +0200
@@ -31,7 +31,7 @@
            sed -e '[EMAIL PROTECTED]:@$*.d $*_sh.o:@' > $@
 
 $(SHARED_LIBS): %.so : %_sh.o
-       $(CC) -shared $(EXT_LDFLAGS) -o $@ $<
+       $(LD) -shared $(EXT_LDFLAGS) -o $@ $<
 
 $(SHARED_SE_LIBS:%.so=%.d): %.d: %.c
        @-$(CC) -M -MG $(CFLAGS) $< | \

--- iptables-1.3.5.tar.bz2 DELETED ---


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to