Author: alexander Date: 2007-06-05 08:13:42 -0600 (Tue, 05 Jun 2007) New Revision: 1904
Modified: trunk/packages/LFS-BOOK/Makefile trunk/packages/linux-headers/Makefile trunk/packages/linux/Makefile trunk/packages/linux64/Makefile trunk/packages/man-pages/Makefile trunk/packages/tcl/Makefile Log: Updated Linux, Man-Pages and TCL Modified: trunk/packages/LFS-BOOK/Makefile =================================================================== --- trunk/packages/LFS-BOOK/Makefile 2007-06-04 08:33:14 UTC (rev 1903) +++ trunk/packages/LFS-BOOK/Makefile 2007-06-05 14:13:42 UTC (rev 1904) @@ -10,7 +10,7 @@ #URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE) #SHA-$(FILE)= 729bcf04d8e4ed0af3c58daf0d289e94d6385052 -REV= 8144 +REV= 8145 REVPARM= -r $(REV) URL= svn://svn.linuxfromscratch.org/LFS/trunk/BOOK Modified: trunk/packages/linux/Makefile =================================================================== --- trunk/packages/linux/Makefile 2007-06-04 08:33:14 UTC (rev 1903) +++ trunk/packages/linux/Makefile 2007-06-05 14:13:42 UTC (rev 1904) @@ -1,12 +1,12 @@ # Linux Kernel Makefile NM= linux -VRS= 2.6.21.1 +VRS= 2.6.21.3 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) -SHA-$(FILE)= 22d5885f87f4b63455891e2042fcae96900af57a +SHA-$(FILE)= 13e5d58040ea4bf5434a6957ff04df91955b1250 PATCH3= tulip-is-not-a-proper-driver-for-dm910x.patch Modified: trunk/packages/linux-headers/Makefile =================================================================== --- trunk/packages/linux-headers/Makefile 2007-06-04 08:33:14 UTC (rev 1903) +++ trunk/packages/linux-headers/Makefile 2007-06-05 14:13:42 UTC (rev 1904) @@ -1,12 +1,12 @@ # Linux-headers Makefile NM= linux -VRS= 2.6.21.1 +VRS= 2.6.21.3 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) -SHA-$(FILE)= 22d5885f87f4b63455891e2042fcae96900af57a +SHA-$(FILE)= 13e5d58040ea4bf5434a6957ff04df91955b1250 # Targets Modified: trunk/packages/linux64/Makefile =================================================================== --- trunk/packages/linux64/Makefile 2007-06-04 08:33:14 UTC (rev 1903) +++ trunk/packages/linux64/Makefile 2007-06-05 14:13:42 UTC (rev 1904) @@ -1,12 +1,12 @@ # Linux Kernel Makefile NM= linux -VRS= 2.6.21.1 +VRS= 2.6.21.3 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) -SHA-$(FILE)= 22d5885f87f4b63455891e2042fcae96900af57a +SHA-$(FILE)= 13e5d58040ea4bf5434a6957ff04df91955b1250 PATCH3= tulip-is-not-a-proper-driver-for-dm910x.patch Modified: trunk/packages/man-pages/Makefile =================================================================== --- trunk/packages/man-pages/Makefile 2007-06-04 08:33:14 UTC (rev 1903) +++ trunk/packages/man-pages/Makefile 2007-06-05 14:13:42 UTC (rev 1904) @@ -1,12 +1,12 @@ # Man-pages Makefile NM= man-pages -VRS= 2.48 +VRS= 2.51 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/docs/manpages/$(FILE) -SHA-$(FILE)= f630d2443380443515e05bbdb2f547dee8138343 +SHA-$(FILE)= c0bf66824bf995cc692adfe7fe6c51890a1489c0 # Targets Modified: trunk/packages/tcl/Makefile =================================================================== --- trunk/packages/tcl/Makefile 2007-06-04 08:33:14 UTC (rev 1903) +++ trunk/packages/tcl/Makefile 2007-06-05 14:13:42 UTC (rev 1904) @@ -1,12 +1,12 @@ # Tcl Makefile NM= tcl -VRS= 8.4.14 +VRS= 8.4.15 DIR= $(NM)$(VRS) FILE= $(DIR)-src.tar.gz -URL-$(FILE)= $(HTTP)/$(NM)/$(FILE) -SHA-$(FILE)= d7af7e0c7ed563e2344dda04bbe49961589244dd +URL-$(FILE)= http://easynews.dl.sourceforge.net/sourceforge/tcl/$(FILE) +SHA-$(FILE)= fbfae3ca68633a10b3fe870018588ade0944caed # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
