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

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[2136] ipcop/trunk
From:       gespinasse () users ! sourceforge ! net
Date:       2008-11-29 16:57:17
Message-ID: E1L6T89-00083n-TF () bj8yhf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 2136
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2136&view=rev
Author:   gespinasse
Date:     2008-11-29 16:57:17 +0000 (Sat, 29 Nov 2008)

Log Message:
-----------
Upgrade from 1.12.2 with patch to 1.12.3
Everything look good

Modified Paths:
--------------
    ipcop/trunk/lfs/busybox

Removed Paths:
-------------
    ipcop/trunk/src/patches/busybox-1.13.0-getopt.patch

Modified: ipcop/trunk/lfs/busybox
===================================================================
--- ipcop/trunk/lfs/busybox	2008-11-29 15:38:39 UTC (rev 2135)
+++ ipcop/trunk/lfs/busybox	2008-11-29 16:57:17 UTC (rev 2136)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = busybox
-VER        = 1.12.2
+VER        = 1.12.3
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -51,7 +51,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 1a47c00828c7b38b7516f6fdc35800e2
+$(DL_FILE)_MD5 = cc4cb0b131e2789ab099edf2b94b2976
 
 install : $(TARGET)
 
@@ -82,7 +82,6 @@
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 	cd $(DIR_APP) && cp -f $(DIR_SRC)/config/busybox/busybox-1.12.x-config .config
-	cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/busybox-1.13.0-getopt.patch
 
 ifeq "$(MACHINE)" "alpha"
 	cd $(DIR_APP) && sed -i -e 's/#define BB_INSMOD//' Config.h

Deleted: ipcop/trunk/src/patches/busybox-1.13.0-getopt.patch
===================================================================
--- ipcop/trunk/src/patches/busybox-1.13.0-getopt.patch	2008-11-29 15:38:39 UTC (rev \
                2135)
+++ ipcop/trunk/src/patches/busybox-1.13.0-getopt.patch	2008-11-29 16:57:17 UTC (rev \
2136) @@ -1,22 +0,0 @@
---- busybox-1.13.0/libbb/getopt32.c	Thu Oct 30 08:41:34 2008
-+++ busybox-1.13.0-getopt/libbb/getopt32.c	Wed Nov 12 23:04:01 2008
-@@ -515,6 +515,19 @@
- 		}
- 	}
- 
-+	/* In case getopt32 was already called:
-+	 * reset the libc getopt() function, which keeps internal state.
-+	 * run_nofork_applet_prime() does this, but we might end up here
-+	 * also via gunzip_main() -> gzip_main(). Play safe.
-+	 */
-+#ifdef __GLIBC__
-+	optind = 0;
-+#else /* BSD style */
-+	optind = 1;
-+	/* optreset = 1; */
-+#endif
-+	/* optarg = NULL; opterr = 0; optopt = 0; - do we need this?? */
-+
- 	pargv = NULL;
- 
- 	/* Note: just "getopt() <= 0" will not work well for


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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