Author: alexander Date: 2006-12-19 01:50:10 -0700 (Tue, 19 Dec 2006) New Revision: 1808
Modified: branches/6.2/packages/LVM2/Makefile branches/6.2/packages/device-mapper/Makefile branches/6.2/packages/rsync/Makefile Log: Fixed 404-errors. Switched device-mapper and LVM2 to HTTP mirror. Modified: branches/6.2/packages/LVM2/Makefile =================================================================== --- branches/6.2/packages/LVM2/Makefile 2006-12-18 11:57:07 UTC (rev 1807) +++ branches/6.2/packages/LVM2/Makefile 2006-12-19 08:50:10 UTC (rev 1808) @@ -1,12 +1,12 @@ # lvm2 Makefile NM= LVM2 -VRS= 2.02.12 +VRS= 2.02.17 DIR= $(NM).$(VRS) FILE= $(DIR).tgz -URL-$(FILE)= ftp://sources.redhat.com/pub/lvm2/$(FILE) -SHA-$(FILE)= 4344bdd23e7bebb15af505cc60aef4d747d3d371 +URL-$(FILE)= http://downloads.planetmirror.com/pub/sourceware/lvm2/$(FILE) +SHA-$(FILE)= 7f6066a40c41148e5a6ba4e55a3e302529711498 # Targets Modified: branches/6.2/packages/device-mapper/Makefile =================================================================== --- branches/6.2/packages/device-mapper/Makefile 2006-12-18 11:57:07 UTC (rev 1807) +++ branches/6.2/packages/device-mapper/Makefile 2006-12-19 08:50:10 UTC (rev 1808) @@ -5,8 +5,8 @@ DIR= $(NM).$(VRS) FILE= $(DIR).tgz -URL-$(FILE)= ftp://sources.redhat.com/pub/dm/$(FILE) -SHA-$(FILE)= e1188ea7ddc4976e3614000a492e30fb019de2d6 +URL-$(FILE)= http://downloads.planetmirror.com/pub/sourceware/dm/$(FILE) +SHA-$(FILE)= 54ab22fa9ecc307f10c6761f574f663ba080f6e1 # Targets Modified: branches/6.2/packages/rsync/Makefile =================================================================== --- branches/6.2/packages/rsync/Makefile 2006-12-18 11:57:07 UTC (rev 1807) +++ branches/6.2/packages/rsync/Makefile 2006-12-19 08:50:10 UTC (rev 1808) @@ -1,12 +1,12 @@ # rsync Makefile NM= rsync -VRS= 2.6.8 +VRS= 2.6.9 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz URL-$(FILE)= http://rsync.samba.org/ftp/rsync/$(FILE) -SHA-$(FILE)= 2ac54feed46054ced334eb0a234ada18aee53d9c +SHA-$(FILE)= 341618e230ea2e0e551d0ccf06f840d4f824c843 # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
