This fixes bug #592906. Thanks to Brand Huntsman for the report.
Package-Manager: portage-2.3.0
"${FILESDIR}/${P}-apcupsd.patch" \
"${FILESDIR}/${P}-default-graph-size.patch" \
"${FILESDIR}/${P}-diskio-dmmajor.patch" \
- "${FILESDIR}/${P}-tinfo.patch"
+ "${FILESDIR}/${P}-tinfo.patch" \
+ "${FILESDIR}/${P}-update-noaa-metar-uri.patch"
# Allow user patches #478482
epatch_user
--- /dev/null
+--- a/src/weather.c
++++ b/src/weather.c
+@@ -858,7 +858,7 @@
+ }
+ } else
+ #endif /* XOAP */
+- if (strstr(uri, "weather.noaa.gov")) {
++ if (strstr(uri, "tgftp.nws.noaa.gov")) {
+ strcat(uri, locID);
+ strcat(uri, ".TXT");
+ } else if (!strstr(uri, "localhost") && !strstr(uri, "127.0.0.1")) {