[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[4176] ipcop/trunk
From:       owes () users ! sourceforge ! net
Date:       2010-01-26 16:20:05
Message-ID: E1NZo97-0005Cn-Sw () 3kljzd1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 4176
          http://ipcop.svn.sourceforge.net/ipcop/?rev=4176&view=rev
Author:   owes
Date:     2010-01-26 16:20:05 +0000 (Tue, 26 Jan 2010)

Log Message:
-----------
Update linux-atm to 2.5.1. headers patch seems no longer needed.

Modified Paths:
--------------
    ipcop/trunk/lfs/linux-atm
    ipcop/trunk/updates/1.9.12/ROOTFILES.i486-1.9.12
    ipcop/trunk/updates/1.9.12/information.xml

Removed Paths:
-------------
    ipcop/trunk/src/patches/linux-atm-2.5.0-headers.patch

Modified: ipcop/trunk/lfs/linux-atm
===================================================================
--- ipcop/trunk/lfs/linux-atm	2010-01-26 16:12:16 UTC (rev 4175)
+++ ipcop/trunk/lfs/linux-atm	2010-01-26 16:20:05 UTC (rev 4176)
@@ -33,13 +33,13 @@
 include Config
 
 PKG_NAME   = linux-atm
-VER        = 2.5.0
+VER        = 2.5.1
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
-THISAPP    = linux-atm-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
-DL_FROM    = $(URL_SFNET)/linux-atm
+THISAPP    = $(PKG_NAME)-$(VER)
+DL_FILE    = $(THISAPP).tgz
+DL_FROM    = $(URL_SFNET)/$(PKG_NAME)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
@@ -51,7 +51,7 @@
 
 $(DL_FILE)			= $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5			= 0b45a0e801fac7093ce4b0cadf419965
+$(DL_FILE)_MD5			= 9560b0e1f410a05b849dfdab465dd758
 
 install : $(TARGET)
 
@@ -83,7 +83,6 @@
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
 
-	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/linux-atm-2.5.0-headers.patch
 	cd $(DIR_APP) && ./configure	--prefix=/usr \
 					--sysconfdir=/etc \
 					--disable-static

Deleted: ipcop/trunk/src/patches/linux-atm-2.5.0-headers.patch
===================================================================
--- ipcop/trunk/src/patches/linux-atm-2.5.0-headers.patch	2010-01-26 16:12:16 UTC \
                (rev 4175)
+++ ipcop/trunk/src/patches/linux-atm-2.5.0-headers.patch	2010-01-26 16:20:05 UTC \
(rev 4176) @@ -1,214 +0,0 @@
---- linux-atm/src/maint/hediag.c.orig
-+++ linux-atm/src/maint/hediag.c
-@@ -1,4 +1,6 @@
- #include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
- #include <sys/ioctl.h>
- #include <sys/types.h>
- #include <sys/socket.h>
---- linux-atm/src/arpd/io.c
-+++ linux-atm/src/arpd/io.c
-@@ -16,7 +16,7 @@
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/ioctl.h>
--#include <net/if.h>
-+#include <linux/if.h>
- #include <netinet/in.h>
- #include <atm.h>
- #include <linux/atmclip.h> /* for CLIP_DEFAULT_IDLETIMER */
---- linux-atm/src/debug/svctor.c
-+++ linux-atm/src/debug/svctor.c
-@@ -20,6 +20,7 @@
- #define QOS		"ubr,aal5:tx:max_sdu=100,rx:max_sdu=100"
- 
- #include <stdio.h>
-+#include <stdlib.h>
- #include <unistd.h>
- #include <fcntl.h>
- #include <signal.h>
---- linux-atm/src/ilmid/asn1/asn_bits.c
-+++ linux-atm/src/ilmid/asn1/asn_bits.c
-@@ -20,6 +20,8 @@
- #if HAVE_CONFIG_H
- #include <config.h>
- #endif
-+#include <stdlib.h>
-+#include <string.h>
- 
- #include "asn_config.h"
- #include "asn_len.h"
---- linux-atm/src/ilmid/asn1/asn_list.c
-+++ linux-atm/src/ilmid/asn1/asn_list.c
-@@ -20,6 +20,7 @@
- #include <config.h>
- #endif
- 
-+#include <stdlib.h>
- #include "asn_config.h"
- #include "asn_list.h"
- 
---- linux-atm/src/ilmid/asn1/asn_octs.c
-+++ linux-atm/src/ilmid/asn1/asn_octs.c
-@@ -20,6 +20,8 @@
- #if HAVE_CONFIG_H
- #include <config.h>
- #endif
-+#include <stdlib.h>
-+#include <string.h>
- 
- #include "asn_config.h"
- #include "asn_len.h"
---- linux-atm/src/ilmid/asn1/asn_oid.c
-+++ linux-atm/src/ilmid/asn1/asn_oid.c
-@@ -20,6 +20,8 @@
- #if HAVE_CONFIG_H
- #include <config.h>
- #endif
-+#include <stdlib.h>
-+#include <string.h>
- 
- #include "asn_config.h"
- #include "asn_len.h"
---- linux-atm/src/ilmid/asn1/nibble_alloc.c
-+++ linux-atm/src/ilmid/asn1/nibble_alloc.c
-@@ -20,6 +20,7 @@
- #include <config.h>
- #endif
- 
-+#include <stdlib.h>
- #include <memory.h>
- #include "asn_config.h"
- #include "nibble_alloc.h"
---- linux-atm/src/ilmid/atmf_uni.c
-+++ linux-atm/src/ilmid/atmf_uni.c
-@@ -25,6 +25,7 @@
- #include <config.h>
- #endif
- 
-+#include <stdlib.h>
- #include "atmf_uni.h"
- #include "atmd.h"
- #include "util.h"
---- linux-atm/src/ilmid/mib.c
-+++ linux-atm/src/ilmid/mib.c
-@@ -30,6 +30,7 @@
- #include "atmf_uni.h"
- #include "util.h"
- #include "atmd.h"
-+#include "io.h"
- 
- #include <unistd.h>		/* gethostname()	*/
- #include <netdb.h>		/* gethostbyname()	*/
---- linux-atm/src/lane/lecs_db.l
-+++ linux-atm/src/lane/lecs_db.l
-@@ -7,6 +7,7 @@
- /*Standard includes*/
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- 
- /* Local includes */
- #include "lecs_load.h"
---- linux-atm/src/lane/load_lex.l
-+++ linux-atm/src/lane/load_lex.l
-@@ -4,6 +4,7 @@
- #include <config.h>
- #endif
- 
-+#include <string.h>
- #include <netinet/in.h>
- #include <arpa/inet.h>
- 
---- linux-atm/src/lane/mem_lecs.c
-+++ linux-atm/src/lane/mem_lecs.c
-@@ -13,6 +13,7 @@
- /* System includes */
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #include <sys/types.h>
- 
- /* Local includes */
---- linux-atm/src/mpoad/k_interf.c
-+++ linux-atm/src/mpoad/k_interf.c
-@@ -3,6 +3,7 @@
- #endif
- 
- #include <stdio.h>
-+#include <stdlib.h>
- #include <unistd.h>
- #include <string.h>
- #include <errno.h>
---- linux-atm/src/qgen/ql_y.y
-+++ linux-atm/src/qgen/ql_y.y
-@@ -26,6 +26,8 @@
- static STRUCTURE *structures = NULL;
- static const char *abort_id; /* indicates abort flag */
- 
-+void yyerror(const char *s);
-+int yylex ( void );
- 
- static NAME_LIST *get_name_list(const char *name)
- {
---- linux-atm/src/sigd/cfg_y.y
-+++ linux-atm/src/sigd/cfg_y.y
-@@ -7,6 +7,7 @@
- #include <config.h>
- #endif
- 
-+#include <stdlib.h>
- #include <string.h>
- #include <ctype.h>
- #include <limits.h>
-@@ -23,6 +24,9 @@
- static RULE *rule;
- static SIG_ENTITY *curr_sig = &_entity;
- 
-+void yyerror(const char *s);
-+void yywarn(const char *s);
-+int yylex ( void );
- 
- static int hex2num(char digit)
- {
-@@ -126,7 +130,7 @@
- 	    for (sig = entities; sig; sig = sig->next)
- 		if (atm_equal((struct sockaddr *) &sig->signaling_pvc,
- 		  (struct sockaddr *) &$2,0,0))
--		    yyerror("duplicate PVC address %d.%d.%d",S_PVC(sig));
-+		    yyerror("duplicate PVC address");
- 	    curr_sig = alloc_t(SIG_ENTITY);
- 	    *curr_sig = _entity;
- 	    curr_sig->signaling_pvc = $2;
---- linux-atm/src/switch/cfg_y.y
-+++ linux-atm/src/switch/cfg_y.y
-@@ -7,6 +7,7 @@
- #include <config.h>
- #endif
- 
-+#include <stdlib.h>
- #include <string.h>
- #include <errno.h>
- #include <limits.h>
-@@ -22,6 +23,9 @@
- static int itf;
- static SIGNALING_ENTITY *sig;
- 
-+void yyerror(const char *s);
-+int yylex ( void );
-+
- %}
- 
- %union {
---- linux-atm/src/test/ispl_y.y
-+++ linux-atm/src/test/ispl_y.y
-@@ -19,6 +19,7 @@
- 
- static struct atmsvc_msg msg;
- 
-+int yylex ( void );
- 
- %}
- 
-

Modified: ipcop/trunk/updates/1.9.12/ROOTFILES.i486-1.9.12
===================================================================
--- ipcop/trunk/updates/1.9.12/ROOTFILES.i486-1.9.12	2010-01-26 16:12:16 UTC (rev \
                4175)
+++ ipcop/trunk/updates/1.9.12/ROOTFILES.i486-1.9.12	2010-01-26 16:20:05 UTC (rev \
4176) @@ -8,3 +8,8 @@
 /usr/local/sbin/updatekernel.pl
 ## iptstate-2.2.2
 /usr/sbin/iptstate
+## linux-atm-2.5.1
+/usr/sbin/atmarp
+/usr/sbin/atmarpd
+/usr/sbin/atmsigd
+/usr/sbin/atmtcp

Modified: ipcop/trunk/updates/1.9.12/information.xml
===================================================================
--- ipcop/trunk/updates/1.9.12/information.xml	2010-01-26 16:12:16 UTC (rev 4175)
+++ ipcop/trunk/updates/1.9.12/information.xml	2010-01-26 16:20:05 UTC (rev 4176)
@@ -2,7 +2,7 @@
     <update>
         <version>1.9.12</version>
         <releasedate>2010-02-x</releasedate>
-        <description>Upgrade iptstate to 2.2.2.</description>
+        <description>Upgrade iptstate to 2.2.2, linux-atm to 2.5.1.</description>
         <previousversion>1.9.11</previousversion>
         <installdate>INSTALLDATE</installdate>
         <latest />


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic