svn commit: trunk/buildroot/package: autoconf automake bash bison coreutils d etc...

andersen at uclibc.org andersen at uclibc.org
Fri Jun 23 07:29:45 UTC 2006


Author: andersen
Date: 2006-06-23 00:29:40 -0700 (Fri, 23 Jun 2006)
New Revision: 15492

Log:
don't use ftp for gnu stuff, a few version bumps as well,
based on a patch from Fu Yunhui


Modified:
   trunk/buildroot/package/autoconf/autoconf.mk
   trunk/buildroot/package/automake/automake.mk
   trunk/buildroot/package/bash/bash.mk
   trunk/buildroot/package/bison/bison.mk
   trunk/buildroot/package/coreutils/coreutils.mk
   trunk/buildroot/package/diffutils/diffutils.mk
   trunk/buildroot/package/findutils/findutils.mk
   trunk/buildroot/package/gawk/gawk.mk
   trunk/buildroot/package/gettext/gettext.mk
   trunk/buildroot/package/gzip/gzip.mk
   trunk/buildroot/package/libtool/libtool.mk
   trunk/buildroot/package/m4/m4.mk
   trunk/buildroot/package/make/make.mk
   trunk/buildroot/package/ncurses/ncurses.mk
   trunk/buildroot/package/sed/sed.mk
   trunk/buildroot/package/wget/wget.mk


Changeset:
Modified: trunk/buildroot/package/autoconf/autoconf.mk
===================================================================
--- trunk/buildroot/package/autoconf/autoconf.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/autoconf/autoconf.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -4,7 +4,7 @@
 #
 #############################################################
 AUTOCONF_SOURCE:=autoconf-2.59.tar.bz2
-AUTOCONF_SITE:=ftp://ftp.gnu.org/gnu/autoconf
+AUTOCONF_SITE:=http://ftp.gnu.org/pub/gnu/autoconf
 AUTOCONF_CAT:=bzcat
 AUTOCONF_DIR:=$(BUILD_DIR)/autoconf-2.59
 AUTOCONF_BINARY:=autoconf

Modified: trunk/buildroot/package/automake/automake.mk
===================================================================
--- trunk/buildroot/package/automake/automake.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/automake/automake.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -5,7 +5,7 @@
 #############################################################
 AUTOMAKE_VER:=1.9.6
 AUTOMAKE_SOURCE:=automake-$(AUTOMAKE_VER).tar.bz2
-AUTOMAKE_SITE:=ftp://ftp.gnu.org/gnu/automake
+AUTOMAKE_SITE:=http://ftp.gnu.org/pub/gnu/automake
 AUTOMAKE_CAT:=bzcat
 AUTOMAKE_DIR:=$(BUILD_DIR)/automake-$(AUTOMAKE_VER)
 AUTOMAKE_BINARY:=automake

Modified: trunk/buildroot/package/bash/bash.mk
===================================================================
--- trunk/buildroot/package/bash/bash.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/bash/bash.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -5,7 +5,7 @@
 #############################################################
 BASH_VER:=3.1
 BASH_SOURCE:=bash-$(BASH_VER).tar.gz
-BASH_SITE:=ftp://ftp.gnu.org/gnu/bash
+BASH_SITE:=http://ftp.gnu.org/pub/gnu/bash
 BASH_CAT:=zcat
 BASH_DIR:=$(BUILD_DIR)/bash-$(BASH_VER)
 BASH_BINARY:=bash

Modified: trunk/buildroot/package/bison/bison.mk
===================================================================
--- trunk/buildroot/package/bison/bison.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/bison/bison.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -3,9 +3,9 @@
 # bison
 #
 #############################################################
-BISON_VER:=2.1
+BISON_VER:=2.3
 BISON_SOURCE:=bison-$(BISON_VER).tar.bz2
-BISON_SITE:=ftp://ftp.gnu.org/gnu/bison
+BISON_SITE:=http://ftp.gnu.org/pub/gnu/bison
 BISON_DIR:=$(BUILD_DIR)/bison-$(BISON_VER)
 BISON_CAT:=bzcat
 BISON_BINARY:=src/bison

Modified: trunk/buildroot/package/coreutils/coreutils.mk
===================================================================
--- trunk/buildroot/package/coreutils/coreutils.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/coreutils/coreutils.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -3,10 +3,10 @@
 # coreutils
 #
 #############################################################
-COREUTILS_VER:=5.94
+COREUTILS_VER:=5.96
 COREUTILS_SOURCE:=coreutils-$(COREUTILS_VER).tar.bz2
 #COREUTILS_SITE:=ftp://alpha.gnu.org/gnu/coreutils/
-COREUTILS_SITE:=ftp://ftp.gnu.org/gnu/coreutils/
+COREUTILS_SITE:=http://ftp.gnu.org/pub/gnu/coreutils
 COREUTILS_CAT:=bzcat
 COREUTILS_DIR:=$(BUILD_DIR)/coreutils-$(COREUTILS_VER)
 COREUTILS_BINARY:=src/vdir

Modified: trunk/buildroot/package/diffutils/diffutils.mk
===================================================================
--- trunk/buildroot/package/diffutils/diffutils.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/diffutils/diffutils.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -3,10 +3,12 @@
 # diffutils
 #
 #############################################################
-DIFFUTILS_SOURCE:=diffutils-2.8.4.tar.gz
-DIFFUTILS_SITE:=ftp://alpha.gnu.org/gnu/diffutils/
+DIFFUTILS_VER=2.8.7
+DIFFUTILS_SOURCE:=diffutils-$(DIFFUTILS_VER).tar.gz
+#DIFFUTILS_SITE:=ftp://alpha.gnu.org/gnu/diffutils/
+DIFFUTILS_SITE:=http://mirrors.ircam.fr/pub/gnu/alpha/gnu/diffutils
 DIFFUTILS_CAT:=zcat
-DIFFUTILS_DIR:=$(BUILD_DIR)/diffutils-2.8.4
+DIFFUTILS_DIR:=$(BUILD_DIR)/diffutils-$(DIFFUTILS_VER)
 DIFFUTILS_BINARY:=src/diff
 DIFFUTILS_TARGET_BINARY:=usr/bin/diff
 

Modified: trunk/buildroot/package/findutils/findutils.mk
===================================================================
--- trunk/buildroot/package/findutils/findutils.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/findutils/findutils.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -3,9 +3,10 @@
 # findutils
 #
 #############################################################
-FINDUTILS_VER:=4.2.24
+FINDUTILS_VER:=4.2.27
 FINDUTILS_SOURCE:=findutils-$(FINDUTILS_VER).tar.gz
-FINDUTILS_SITE:=ftp://alpha.gnu.org/gnu/findutils
+#FINDUTILS_SITE:=ftp://alpha.gnu.org/gnu/findutils
+FINDUTILS_SITE:=http://ftp.gnu.org/pub/gnu/findutils/
 FINDUTILS_CAT:=zcat
 FINDUTILS_DIR:=$(BUILD_DIR)/findutils-$(FINDUTILS_VER)
 FINDUTILS_BINARY:=find/find

Modified: trunk/buildroot/package/gawk/gawk.mk
===================================================================
--- trunk/buildroot/package/gawk/gawk.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/gawk/gawk.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -4,9 +4,9 @@
 #
 #############################################################
 GAWK_VER:=3.1.5
-GAWK_SOURCE:=gawk-$(GAWK_VER).tar.gz
-GAWK_SITE:=ftp://ftp.gnu.org/gnu/gawk
-GAWK_CAT:=zcat
+GAWK_SOURCE:=gawk-$(GAWK_VER).tar.bz2
+GAWK_SITE:=http://ftp.gnu.org/pub/gnu/gawk
+GAWK_CAT:=bzcat
 GAWK_DIR:=$(BUILD_DIR)/gawk-$(GAWK_VER)
 GAWK_BINARY:=gawk
 GAWK_TARGET_BINARY:=usr/bin/gawk

Modified: trunk/buildroot/package/gettext/gettext.mk
===================================================================
--- trunk/buildroot/package/gettext/gettext.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/gettext/gettext.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -3,9 +3,9 @@
 # gettext
 #
 #############################################################
-GETTEXT_SOURCE:=gettext-0.11.5.tar.gz
-GETTEXT_SITE:=ftp://ftp.gnu.org/gnu/gettext
-GETTEXT_DIR:=$(BUILD_DIR)/gettext-0.11.5
+GETTEXT_SOURCE:=gettext-0.14.5.tar.gz
+GETTEXT_SITE:=http://ftp.gnu.org/pub/gnu/gettext
+GETTEXT_DIR:=$(BUILD_DIR)/gettext-0.14.5
 GETTEXT_CAT:=zcat
 GETTEXT_BINARY:=src/gettext
 GETTEXT_TARGET_BINARY:=usr/bin/gettext

Modified: trunk/buildroot/package/gzip/gzip.mk
===================================================================
--- trunk/buildroot/package/gzip/gzip.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/gzip/gzip.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -5,7 +5,8 @@
 #############################################################
 GZIP_VER:=1.3.5
 GZIP_SOURCE:=gzip-$(GZIP_VER).tar.gz
-GZIP_SITE:=ftp://alpha.gnu.org/gnu/gzip
+#GZIP_SITE:=ftp://alpha.gnu.org/gnu/gzip
+GZIP_SITE:=http://mirrors.ircam.fr/pub/gnu/alpha/gnu/gzip
 GZIP_DIR:=$(BUILD_DIR)/gzip-$(GZIP_VER)
 GZIP_CAT:=zcat
 GZIP_BINARY:=$(GZIP_DIR)/gzip

Modified: trunk/buildroot/package/libtool/libtool.mk
===================================================================
--- trunk/buildroot/package/libtool/libtool.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/libtool/libtool.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -5,7 +5,7 @@
 #############################################################
 LIBTOOL_VER:=1.5.22
 LIBTOOL_SOURCE:=libtool-$(LIBTOOL_VER).tar.gz
-LIBTOOL_SITE:=ftp://ftp.gnu.org/gnu/libtool
+LIBTOOL_SITE:=http://ftp.gnu.org/pub/gnu/libtool
 LIBTOOL_CAT:=zcat
 LIBTOOL_DIR:=$(BUILD_DIR)/libtool-$(LIBTOOL_VER)
 LIBTOOL_BINARY:=libtool

Modified: trunk/buildroot/package/m4/m4.mk
===================================================================
--- trunk/buildroot/package/m4/m4.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/m4/m4.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -5,7 +5,7 @@
 #############################################################
 M4_VER:=1.4.4
 M4_SOURCE:=m4-$(M4_VER).tar.bz2
-M4_SITE:=ftp://ftp.gnu.org/gnu/m4
+M4_SITE:=http://ftp.gnu.org/pub/gnu/m4
 M4_CAT:=bzcat
 M4_DIR:=$(BUILD_DIR)/m4-$(M4_VER)
 M4_BINARY:=m4

Modified: trunk/buildroot/package/make/make.mk
===================================================================
--- trunk/buildroot/package/make/make.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/make/make.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -5,7 +5,7 @@
 #############################################################
 GNUMAKE_VER:=3.81
 GNUMAKE_SOURCE:=make-$(GNUMAKE_VER).tar.bz2
-GNUMAKE_SITE:=ftp://ftp.gnu.org/gnu/make
+GNUMAKE_SITE:=http://ftp.gnu.org/pub/gnu/make
 GNUMAKE_DIR:=$(BUILD_DIR)/make-$(GNUMAKE_VER)
 GNUMAKE_CAT:=bzcat
 GNUMAKE_BINARY:=make

Modified: trunk/buildroot/package/ncurses/ncurses.mk
===================================================================
--- trunk/buildroot/package/ncurses/ncurses.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/ncurses/ncurses.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -24,7 +24,7 @@
 
 # TARGETS
 NCURSES_VER:=5.5
-NCURSES_SITE:=ftp://ftp.gnu.org/pub/gnu/ncurses
+NCURSES_SITE:=http://ftp.gnu.org/pub/gnu/ncurses
 NCURSES_DIR:=$(BUILD_DIR)/ncurses-$(NCURSES_VER)
 NCURSES_SOURCE:=ncurses-$(NCURSES_VER).tar.gz
 

Modified: trunk/buildroot/package/sed/sed.mk
===================================================================
--- trunk/buildroot/package/sed/sed.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/sed/sed.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -3,9 +3,9 @@
 # sed
 #
 #############################################################
-SED_VER:=4.1.4
+SED_VER:=4.1.5
 SED_SOURCE:=sed-$(SED_VER).tar.gz
-SED_SITE:=ftp://ftp.gnu.org/gnu/sed
+SED_SITE:=http://ftp.gnu.org/pub/gnu/sed
 SED_CAT:=zcat
 SED_DIR1:=$(TOOL_BUILD_DIR)/sed-$(SED_VER)
 SED_DIR2:=$(BUILD_DIR)/sed-$(SED_VER)

Modified: trunk/buildroot/package/wget/wget.mk
===================================================================
--- trunk/buildroot/package/wget/wget.mk	2006-06-23 07:09:55 UTC (rev 15491)
+++ trunk/buildroot/package/wget/wget.mk	2006-06-23 07:29:40 UTC (rev 15492)
@@ -5,7 +5,7 @@
 #############################################################
 WGET_VER:=1.10.2
 WGET_SOURCE:=wget-$(WGET_VER).tar.gz
-WGET_SITE:=ftp://mirrors.kernel.org/gnu/wget
+WGET_SITE:=http://ftp.gnu.org/pub/gnu/wget
 WGET_DIR:=$(BUILD_DIR)/wget-$(WGET_VER)
 WGET_CAT:=zcat
 WGET_BINARY:=src/wget




More information about the uClibc-cvs mailing list