It seems also gdb has got an silent upgrade to an "a" version, so a patch to the according Makefile is required to get the sourcefile downloaded:
=== modified file 'gnu/gdb/Makefile' --- gnu/gdb/Makefile 2011-07-31 21:19:10 +0000 +++ gnu/gdb/Makefile 2011-08-31 08:03:46 +0000 @@ -1,11 +1,12 @@ GARNAME = gdb GARVERSION = 7.3 +MINOR_UPDATE = a MASTER_SITES = $(MASTER_GNU) MASTER_SUBDIR = gdb/ -DISTFILES = $(DISTNAME).tar.gz -SIGFILES = $(DISTNAME).tar.gz.sig +DISTFILES = $(DISTNAME)$(MINOR_UPDATE).tar.gz +SIGFILES = $(DISTNAME)$(MINOR_UPDATE).tar.gz.sig # BUILDDEPS = # LIBDEPS = === modified file 'gnu/gdb/sha256sums' --- gnu/gdb/sha256sums 2011-07-31 21:19:10 +0000 +++ gnu/gdb/sha256sums 2011-08-31 08:08:33 +0000 @@ -1,2 +1,2 @@ -d1791d1f9d6c21ec265f4f74dadc15bc35698158a1b836d1626b9a69b818f5c5 download/gdb-7.3.tar.gz -4c1dbab88493e80ab61824ec79c3d31805c07eaf340a3c9cd9e9f4bcd731c110 download/gdb-7.3.tar.gz.sig +2c2b26eea33ab477ea1f7739a8e511b1e8d89b6f74d87cdd510c6262a3af82d7 download/gdb-7.3a.tar.gz +76a3a54dec1b68e45f6d84385036f3401770afeb07a833b213133981fcd5eba9 download/gdb-7.3a.tar.gz.sig Kind regards Berthold Höllmann -- Germanischer Lloyd SE Berthold Höllmann Project Engineer, CAE Development Brooktorkai 18 20457 Hamburg Germany Phone: +49(0)40 36149-7374 Fax: +49(0)40 36149-7320 e-mail: [email protected] Internet: http://www.gl-group.com This e-mail and any attachment thereto may contain confidential information and/or information protected by intellectual property rights for the exclusive attention of the intended addressees named above. Any access of third parties to this e-mail is unauthorised. Any use of this e-mail by unintended recipients such as total or partial copying, distribution, disclosure etc. is prohibited and may be unlawful. When addressed to our clients the content of this e-mail is subject to the General Terms and Conditions of GL's Group of Companies applicable at the date of this e-mail. If you have received this e-mail in error, please notify the sender either by telephone or by e-mail and delete the material from any computer. GL's Group of Companies does not warrant and/or guarantee that this message at the moment of receipt is authentic, correct and its communication free of errors, interruption etc. Germanischer Lloyd SE, 115442 AG HH, Hamburg, Vorstand: Erik van der Noordaa, Dr. Joachim Segatz, Pekka Paasivaara, Vorsitzender des Aufsichtsrats: Dr. Wolfgang Peiner
