Author: alexander Date: 2007-11-07 08:56:35 -0700 (Wed, 07 Nov 2007) New Revision: 2131
Modified: trunk/packages/hibernate-script/Makefile trunk/packages/ncftp/Makefile trunk/packages/net-firmware/Makefile trunk/packages/xfsprogs/Makefile Log: Fixed 404-errors, redirects, and wrong SHA1 sums. Modified: trunk/packages/hibernate-script/Makefile =================================================================== --- trunk/packages/hibernate-script/Makefile 2007-10-21 15:20:34 UTC (rev 2130) +++ trunk/packages/hibernate-script/Makefile 2007-11-07 15:56:35 UTC (rev 2131) @@ -1,11 +1,12 @@ # hibernate-script Makefile +# Do not update - new versions are buggy (call hooks more than once) NM= hibernate-script VRS= 1.91 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz -URL-$(FILE)= http://at-mirror.suspend2.net/downloads/all/$(FILE) +URL-$(FILE)= http://at-mirror.tuxonice.net/downloads/all/$(FILE) SHA-$(FILE)= b81808f499068937a9696e977ef1cfd499d21eee PATCH1=$(DIR)-lfs-3.patch Modified: trunk/packages/ncftp/Makefile =================================================================== --- trunk/packages/ncftp/Makefile 2007-10-21 15:20:34 UTC (rev 2130) +++ trunk/packages/ncftp/Makefile 2007-11-07 15:56:35 UTC (rev 2131) @@ -5,7 +5,7 @@ DIR= $(NM)-$(VRS) FILE= $(DIR)-src.tar.bz2 -URL-$(FILE)= http://ftp.belnet.be/pub/mirror/ftp.ncftp.com/ncftp/$(FILE) +URL-$(FILE)= http://ftp.belnet.be/mirror/ftp.ncftp.com/ncftp/older_versions/$(FILE) SHA-$(FILE)= 708222170df81ed957e4f187213d69ea21e4f7dd # Targets Modified: trunk/packages/net-firmware/Makefile =================================================================== --- trunk/packages/net-firmware/Makefile 2007-10-21 15:20:34 UTC (rev 2130) +++ trunk/packages/net-firmware/Makefile 2007-11-07 15:56:35 UTC (rev 2131) @@ -75,12 +75,12 @@ DIR16= RT61_Firmware_V1.2 FILE16= $(DIR16).zip URL-$(FILE16)= http://www.ralinktech.com.tw/data/$(FILE16) -SHA-$(FILE16)= fded9f76ce620595b876b23b6a8c416af596dc5b +SHA-$(FILE16)= 8a50899160d1ef1cd9770e4f0426930fb2b42a1b DIR17= RT71W_Firmware_V1.8 FILE17= $(DIR17).zip URL-$(FILE17)= http://www.ralinktech.com.tw/data/$(FILE17) -SHA-$(FILE17)= 8f40bd8448c136e7edcc005f45e657258085ab8e +SHA-$(FILE17)= 51541bec5cf2fe6ff46e46a0bb157b774d2ff050 DIR18= iwlwifi-3945-ucode-2.14.4 FILE18= $(DIR18).tgz Modified: trunk/packages/xfsprogs/Makefile =================================================================== --- trunk/packages/xfsprogs/Makefile 2007-10-21 15:20:34 UTC (rev 2130) +++ trunk/packages/xfsprogs/Makefile 2007-11-07 15:56:35 UTC (rev 2131) @@ -5,7 +5,7 @@ DIR= $(NM)-$(VRS) FILE=$(NM)_$(VRS)-1.tar.gz -URL-$(FILE)= ftp://oss.sgi.com/projects/xfs/cmd_tars/$(FILE) +URL-$(FILE)= http://www.linuxfromscratch.org/~alexander/$(FILE) SHA-$(FILE)= 79996d24faefa89d46eb678d4c1c08d25d20dec7 # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
