Author: alexander Date: 2007-06-17 06:57:31 -0600 (Sun, 17 Jun 2007) New Revision: 1924
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/udev/Makefile Log: Updated LFS book Modified: trunk/packages/LFS-BOOK/Makefile =================================================================== --- trunk/packages/LFS-BOOK/Makefile 2007-06-17 05:30:41 UTC (rev 1923) +++ trunk/packages/LFS-BOOK/Makefile 2007-06-17 12:57:31 UTC (rev 1924) @@ -10,7 +10,7 @@ #URL-$(FILE)= http://www.linuxfromscratch.org/lfs/downloads/6.2/$(FILE) #SHA-$(FILE)= 729bcf04d8e4ed0af3c58daf0d289e94d6385052 -REV= 8164 +REV= 8170 REVPARM= -r $(REV) URL= svn://svn.linuxfromscratch.org/LFS/trunk/BOOK Modified: trunk/packages/linux/Makefile =================================================================== --- trunk/packages/linux/Makefile 2007-06-17 05:30:41 UTC (rev 1923) +++ trunk/packages/linux/Makefile 2007-06-17 12:57:31 UTC (rev 1924) @@ -1,12 +1,12 @@ # Linux Kernel Makefile NM= linux -VRS= 2.6.21.3 +VRS= 2.6.21.5 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) -SHA-$(FILE)= 13e5d58040ea4bf5434a6957ff04df91955b1250 +SHA-$(FILE)= f6e5507bf9d46563a845edfa174ac22bfa2f8896 PATCH3= tulip-is-not-a-proper-driver-for-dm910x.patch Modified: trunk/packages/linux-headers/Makefile =================================================================== --- trunk/packages/linux-headers/Makefile 2007-06-17 05:30:41 UTC (rev 1923) +++ trunk/packages/linux-headers/Makefile 2007-06-17 12:57:31 UTC (rev 1924) @@ -1,12 +1,12 @@ # Linux-headers Makefile NM= linux -VRS= 2.6.21.3 +VRS= 2.6.21.5 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) -SHA-$(FILE)= 13e5d58040ea4bf5434a6957ff04df91955b1250 +SHA-$(FILE)= f6e5507bf9d46563a845edfa174ac22bfa2f8896 # Targets Modified: trunk/packages/linux64/Makefile =================================================================== --- trunk/packages/linux64/Makefile 2007-06-17 05:30:41 UTC (rev 1923) +++ trunk/packages/linux64/Makefile 2007-06-17 12:57:31 UTC (rev 1924) @@ -1,12 +1,12 @@ # Linux Kernel Makefile NM= linux -VRS= 2.6.21.3 +VRS= 2.6.21.5 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/kernel/v2.6/$(FILE) -SHA-$(FILE)= 13e5d58040ea4bf5434a6957ff04df91955b1250 +SHA-$(FILE)= f6e5507bf9d46563a845edfa174ac22bfa2f8896 PATCH3= tulip-is-not-a-proper-driver-for-dm910x.patch Modified: trunk/packages/man-pages/Makefile =================================================================== --- trunk/packages/man-pages/Makefile 2007-06-17 05:30:41 UTC (rev 1923) +++ trunk/packages/man-pages/Makefile 2007-06-17 12:57:31 UTC (rev 1924) @@ -1,12 +1,12 @@ # Man-pages Makefile NM= man-pages -VRS= 2.55 +VRS= 2.56 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/docs/manpages/$(FILE) -SHA-$(FILE)= 96cdd349325c37e46d40cf66567f3c904e79d583 +SHA-$(FILE)= c2f80a3d0c1602d426196be4ab90cd94592690fd # Targets Modified: trunk/packages/udev/Makefile =================================================================== --- trunk/packages/udev/Makefile 2007-06-17 05:30:41 UTC (rev 1923) +++ trunk/packages/udev/Makefile 2007-06-17 12:57:31 UTC (rev 1924) @@ -8,7 +8,7 @@ FILE= $(DIR).tar.bz2 URL-$(FILE)= http://www.kernel.org/pub/linux/utils/kernel/hotplug/$(FILE) -SHA-$(FILE)= 910e8f31835528ec45cd59ba4a00f88c7f93670e +SHA-$(FILE)= f55270798370eb7f432c8ec0c83627ae57cc6274 FILE1= $(CONFDIR).tar.bz2 URL-$(FILE1)= http://www.linuxfromscratch.org/lfs/downloads/development/$(FILE1) -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
