Browse Source

Merge branch 'master' of git+ssh://openadk.org/git/openadk

Waldemar Brodkorb 13 years ago
parent
commit
ade3509991

+ 3 - 3
package/bison/patches/patch-Makefile_in

@@ -1,6 +1,6 @@
---- bison-2.4.2.orig/Makefile.in	2010-03-20 18:14:08.000000000 +0100
-+++ bison-2.4.2/Makefile.in	2010-07-30 17:11:16.198057000 +0200
-@@ -871,7 +871,7 @@ top_build_prefix = @top_build_prefix@
+--- bison-2.4.3.orig/Makefile.in	2010-08-06 03:00:27.000000000 +0200
++++ bison-2.4.3/Makefile.in	2012-09-28 20:42:50.000000000 +0200
+@@ -909,7 +909,7 @@ top_build_prefix = @top_build_prefix@
  top_builddir = @top_builddir@
  top_builddir = @top_builddir@
  top_srcdir = @top_srcdir@
  top_srcdir = @top_srcdir@
  ACLOCAL_AMFLAGS = -I m4
  ACLOCAL_AMFLAGS = -I m4

+ 12 - 0
package/bison/patches/patch-lib_config_hin

@@ -0,0 +1,12 @@
+--- bison-2.4.3.orig/lib/config.hin	2010-08-06 03:00:25.000000000 +0200
++++ bison-2.4.3/lib/config.hin	2012-09-28 20:44:10.000000000 +0200
+@@ -1350,6 +1350,9 @@
+    accessed atomically even in the presence of asynchnonous signals. */
+ #undef sig_atomic_t
+ 
++/* Define to `unsigned int' if <sys/types.h> does not define. */
++#undef size_t
++
+ /* Define to `int' if <sys/types.h> doesn't define. */
+ #undef uid_t
+ 

+ 10 - 0
package/bison/patches/patch-lib_stdio_in_h

@@ -0,0 +1,10 @@
+--- bison-2.4.3.orig/lib/stdio.in.h	2010-08-06 03:00:04.000000000 +0200
++++ bison-2.4.3/lib/stdio.in.h	2012-09-29 09:34:19.000000000 +0200
+@@ -143,7 +143,6 @@ _GL_WARN_ON_USE (fflush, "fflush is not 
+    so any use of gets warrants an unconditional warning.  Assume it is
+    always declared, since it is required by C89.  */
+ #undef gets
+-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+ 
+ #if @GNULIB_FOPEN@
+ # if @REPLACE_FOPEN@

+ 3 - 3
package/bison/patches/patch-src_Makefile_in

@@ -1,6 +1,6 @@
---- bison-2.4.2.orig/src/Makefile.in	2010-03-20 18:14:10.000000000 +0100
-+++ bison-2.4.2/src/Makefile.in	2010-07-30 17:28:09.000000000 +0200
-@@ -1313,7 +1313,7 @@ uninstall-am: uninstall-binPROGRAMS unin
+--- bison-2.4.3.orig/src/Makefile.in	2010-08-06 03:00:29.000000000 +0200
++++ bison-2.4.3/src/Makefile.in	2012-09-28 20:42:50.000000000 +0200
+@@ -1352,7 +1352,7 @@ uninstall-am: uninstall-binPROGRAMS unin
  
  
  yacc:
  yacc:
  	echo '#! /bin/sh' >$@
  	echo '#! /bin/sh' >$@

+ 40 - 0
package/coreutils/patches/patch-lib_config_hin

@@ -0,0 +1,40 @@
+--- coreutils-8.15.orig/lib/config.hin	2012-01-06 16:51:29.000000000 +0100
++++ coreutils-8.15/lib/config.hin	2012-09-29 09:50:30.000000000 +0200
+@@ -41,12 +41,12 @@
+ /* Define to 1 if chown mishandles trailing slash. */
+ #undef CHOWN_TRAILING_SLASH_BUG
+ 
+-/* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP
+-   systems. This function is required for 'alloca.c' support on those systems.
++/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
++   systems. This function is required for `alloca.c' support on those systems.
+    */
+ #undef CRAY_STACKSEG_END
+ 
+-/* Define to 1 if using 'alloca.c'. */
++/* Define to 1 if using `alloca.c'. */
+ #undef C_ALLOCA
+ 
+ /* Define as the bit index in the word where to find bit 0 of the exponent of
+@@ -3509,9 +3509,9 @@
+ /* If using the C implementation of alloca, define if you know the
+    direction of stack growth for your system; otherwise it will be
+    automatically deduced at runtime.
+-        STACK_DIRECTION > 0 => grows toward higher addresses
+-        STACK_DIRECTION < 0 => grows toward lower addresses
+-        STACK_DIRECTION = 0 => direction of growth unknown */
++	STACK_DIRECTION > 0 => grows toward higher addresses
++	STACK_DIRECTION < 0 => grows toward lower addresses
++	STACK_DIRECTION = 0 => direction of growth unknown */
+ #undef STACK_DIRECTION
+ 
+ /* Define if the block counts reported by statfs may be truncated to 2GB and
+@@ -3668,7 +3668,7 @@
+ # endif
+ #endif
+ 
+-/* Enable large inode numbers on Mac OS X.  */
++/* Enable large inode numbers on Mac OS X 10.5.  */
+ #ifndef _DARWIN_USE_64_BIT_INODE
+ # define _DARWIN_USE_64_BIT_INODE 1
+ #endif

+ 10 - 0
package/coreutils/patches/patch-lib_stdio_in_h

@@ -0,0 +1,10 @@
+--- coreutils-8.15.orig/lib/stdio.in.h	2012-01-06 08:22:03.000000000 +0100
++++ coreutils-8.15/lib/stdio.in.h	2012-09-29 15:31:11.000000000 +0200
+@@ -715,7 +715,6 @@ _GL_CXXALIASWARN (gets);
+ /* It is very rare that the developer ever has full control of stdin,
+    so any use of gets warrants an unconditional warning.  Assume it is
+    always declared, since it is required by C89.  */
+-_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
+ #endif
+ 
+ 

+ 2 - 2
package/dnsmasq/Makefile

@@ -4,9 +4,9 @@
 include ${TOPDIR}/rules.mk
 include ${TOPDIR}/rules.mk
 
 
 PKG_NAME:=		dnsmasq
 PKG_NAME:=		dnsmasq
-PKG_VERSION:=		2.61
+PKG_VERSION:=		2.63
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		6ed0a5c2524dfc3a74ef494ee2469f09
+PKG_MD5SUM:=		43e771997615ebcd8f6c6ffa60c3e40b
 PKG_DESCR:=		A lightweight DNS and DHCP server
 PKG_DESCR:=		A lightweight DNS and DHCP server
 PKG_SECTION:=		dns
 PKG_SECTION:=		dns
 PKG_URL:=		http://thekelleys.org.uk/dnsmasq/
 PKG_URL:=		http://thekelleys.org.uk/dnsmasq/

+ 2 - 2
package/mksh/Makefile

@@ -4,9 +4,9 @@
 include ${TOPDIR}/rules.mk
 include ${TOPDIR}/rules.mk
 
 
 PKG_NAME:=		mksh
 PKG_NAME:=		mksh
-PKG_VERSION:=		40d
+PKG_VERSION:=		40f
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		c6428401103367730a95b99284bf47dc
+PKG_MD5SUM:=		22c9570660c2efadf36de7b620d06966
 PKG_DESCR:=		MirBSD Korn Shell
 PKG_DESCR:=		MirBSD Korn Shell
 PKG_SECTION:=		shells
 PKG_SECTION:=		shells
 PKG_URL:=		http://www.mirbsd.org/
 PKG_URL:=		http://www.mirbsd.org/

+ 2 - 2
package/openssh/Makefile

@@ -4,9 +4,9 @@
 include ${TOPDIR}/rules.mk
 include ${TOPDIR}/rules.mk
 
 
 PKG_NAME:=		openssh
 PKG_NAME:=		openssh
-PKG_VERSION:=		6.0p1
+PKG_VERSION:=		6.1p1
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		3c9347aa67862881c5da3f3b1c08da7b
+PKG_MD5SUM:=		3345cbf4efe90ffb06a78670ab2d05d5
 PKG_DESCR:=		OpenSSH
 PKG_DESCR:=		OpenSSH
 PKG_SECTION:=		net/security
 PKG_SECTION:=		net/security
 PKG_BUILDDEP:=		zlib openssl
 PKG_BUILDDEP:=		zlib openssl

+ 2 - 2
package/pixman/Makefile

@@ -4,9 +4,9 @@
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/rules.mk
 
 
 PKG_NAME:=		pixman
 PKG_NAME:=		pixman
-PKG_VERSION:=		0.20.2
+PKG_VERSION:=		0.26.2
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		a923c20af88e469ac29ba42cfedb88c2
+PKG_MD5SUM:=		276242da5b3af1258d072cf205d18f0b
 PKG_DESCR:=		Pixel manipulation library
 PKG_DESCR:=		Pixel manipulation library
 PKG_SECTION:=		x11/libs
 PKG_SECTION:=		x11/libs
 PKG_BUILDDEP:=		libpng
 PKG_BUILDDEP:=		libpng

+ 0 - 11
package/pixman/patches/patch-ltmain_sh

@@ -1,11 +0,0 @@
---- pixman-0.20.2.orig/ltmain.sh	2010-10-30 23:18:32.000000000 +0200
-+++ pixman-0.20.2/ltmain.sh	2011-04-07 15:05:45.000000000 +0200
-@@ -5091,7 +5091,7 @@ func_mode_link ()
-       # @file                GCC response files
-       # -tp=*                Portland pgcc target processor selection
-       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
--      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*)
-+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|-fstack-protector*|-flto*)
-         func_quote_for_eval "$arg"
- 	arg="$func_quote_for_eval_result"
-         func_append compile_command " $arg"

+ 4 - 3
package/qemu/Makefile

@@ -4,9 +4,9 @@
 include $(TOPDIR)/rules.mk
 include $(TOPDIR)/rules.mk
 
 
 PKG_NAME:=		qemu
 PKG_NAME:=		qemu
-PKG_VERSION:=		1.0
+PKG_VERSION:=		1.2.0
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		a64b36067a191451323b0d34ebb44954
+PKG_MD5SUM:=		78eb1e984f4532aa9f2bdd3c127b5b61
 PKG_DESCR:=		cpu and system emulator
 PKG_DESCR:=		cpu and system emulator
 PKG_SECTION:=		misc
 PKG_SECTION:=		misc
 PKG_DEPENDS:=		zlib libsdl libpng
 PKG_DEPENDS:=		zlib libsdl libpng
@@ -14,8 +14,9 @@ PKG_BUILDDEP:=		zlib sdl libpng
 PKG_URL:=		http://wwww.qemu.org/
 PKG_URL:=		http://wwww.qemu.org/
 PKG_SITES:=		http://wiki.qemu.org/download/
 PKG_SITES:=		http://wiki.qemu.org/download/
 
 
+DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
 PKG_ARCH_DEPENDS:=	native x86 x86_64
 PKG_ARCH_DEPENDS:=	native x86 x86_64
-#PKG_SYSTEM_DEPENDS:=	ibm-x40 shuttle-sa76
 
 
 include $(TOPDIR)/mk/package.mk
 include $(TOPDIR)/mk/package.mk
 
 

+ 4 - 4
package/sqlite/Makefile

@@ -4,17 +4,17 @@
 include ${TOPDIR}/rules.mk
 include ${TOPDIR}/rules.mk
 
 
 PKG_NAME:=		sqlite
 PKG_NAME:=		sqlite
-PKG_VERSION:=		3.7.10
+PKG_VERSION:=		3.7.14
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		9ed2ca93577b58cfa0d01f64b9312ab9
+PKG_MD5SUM:=		6464d429b1396a8db35864e791673b65
 PKG_DESCR:=		embeddable SQL database (cli)
 PKG_DESCR:=		embeddable SQL database (cli)
 PKG_SECTION:=		db
 PKG_SECTION:=		db
 PKG_BUILDDEP:=		ncurses readline
 PKG_BUILDDEP:=		ncurses readline
 PKG_URL:=		http://www.sqlite.org/
 PKG_URL:=		http://www.sqlite.org/
 PKG_SITES:=		http://www.sqlite.org/
 PKG_SITES:=		http://www.sqlite.org/
 
 
-DISTFILES:=		sqlite-autoconf-3071000.tar.gz
-WRKDIST=		${WRKDIR}/sqlite-autoconf-3071000
+DISTFILES:=		sqlite-autoconf-3071400.tar.gz
+WRKDIST=		${WRKDIR}/sqlite-autoconf-3071400
 
 
 PKG_SUBPKGS:=		SQLITE_CLI LIBSQLITE LIBSQLITE_DEV
 PKG_SUBPKGS:=		SQLITE_CLI LIBSQLITE LIBSQLITE_DEV
 PKGSD_LIBSQLITE:=	sqlite library
 PKGSD_LIBSQLITE:=	sqlite library

+ 2 - 2
package/subversion/Makefile

@@ -4,9 +4,9 @@
 include ${TOPDIR}/rules.mk
 include ${TOPDIR}/rules.mk
 
 
 PKG_NAME:=		subversion
 PKG_NAME:=		subversion
-PKG_VERSION:=		1.7.5
+PKG_VERSION:=		1.7.6
 PKG_RELEASE:=		1
 PKG_RELEASE:=		1
-PKG_MD5SUM:=		badb502508625512763f7e2b4e735c3e
+PKG_MD5SUM:=		bf8ce4b6bd8d807719a531d01a605bef
 PKG_DESCR:=		revision control program
 PKG_DESCR:=		revision control program
 PKG_SECTION:=		scm
 PKG_SECTION:=		scm
 PKG_DEPENDS:=		zlib apr apr-util libiconv libexpat libsqlite neon
 PKG_DEPENDS:=		zlib apr apr-util libiconv libexpat libsqlite neon

File diff suppressed because it is too large
+ 6 - 0
package/subversion/patches/patch-build-outputs_mk


+ 1 - 0
target/packages/pkg-available/development

@@ -19,6 +19,7 @@ config ADK_PKG_DEVELOPMENT
 	select ADK_PACKAGE_LIBNCURSES
 	select ADK_PACKAGE_LIBNCURSES
 	select ADK_PACKAGE_LIBNCURSES_DEV
 	select ADK_PACKAGE_LIBNCURSES_DEV
 	select ADK_PACKAGE_LIBTIRPC_DEV
 	select ADK_PACKAGE_LIBTIRPC_DEV
+	select ADK_PACKAGE_LZOP
 	select ADK_PACKAGE_M4
 	select ADK_PACKAGE_M4
 	select ADK_PACKAGE_MAKE
 	select ADK_PACKAGE_MAKE
 	select ADK_PACKAGE_PATCH
 	select ADK_PACKAGE_PATCH

Some files were not shown because too many files changed in this diff