Author: alexander Date: 2007-06-30 08:22:42 -0600 (Sat, 30 Jun 2007) New Revision: 1944
Modified: trunk/packages/LVM2/Makefile trunk/packages/device-mapper/Makefile Log: Updated device-mapper and LVM2 Modified: trunk/packages/LVM2/Makefile =================================================================== --- trunk/packages/LVM2/Makefile 2007-06-30 12:49:49 UTC (rev 1943) +++ trunk/packages/LVM2/Makefile 2007-06-30 14:22:42 UTC (rev 1944) @@ -1,12 +1,12 @@ # lvm2 Makefile NM= LVM2 -VRS= 2.02.24 +VRS= 2.02.26 DIR= $(NM).$(VRS) FILE= $(DIR).tgz -URL-$(FILE)= http://downloads.planetmirror.com/pub/sourceware/lvm2/$(FILE) -SHA-$(FILE)= 3b4e5998e2aa5ac6283bd908f53a1e826cc5ee89 +URL-$(FILE)= ftp://sources.redhat.com/pub/lvm2/$(FILE) +SHA-$(FILE)= 10b59327f08d62c835513d04429066150ebd27a8 # Targets Modified: trunk/packages/device-mapper/Makefile =================================================================== --- trunk/packages/device-mapper/Makefile 2007-06-30 12:49:49 UTC (rev 1943) +++ trunk/packages/device-mapper/Makefile 2007-06-30 14:22:42 UTC (rev 1944) @@ -1,12 +1,12 @@ # device-mapper Makefile NM= device-mapper -VRS= 1.02.18 +VRS= 1.02.20 DIR= $(NM).$(VRS) FILE= $(DIR).tgz -URL-$(FILE)= http://downloads.planetmirror.com/pub/sourceware/dm/$(FILE) -SHA-$(FILE)= 61fb505bf634b7c026551d98030fe7fc004367fb +URL-$(FILE)= ftp://sources.redhat.com/pub/dm/$(FILE) +SHA-$(FILE)= d6827fbb817a4a8557916aa3a134bf091ca476d7 # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
