Package: wmweather
Version: 2.4.5-2
Severity: grave
Tags: upstream patch
Justification: renders package unusable

Dear Maintainer,

The URL of the source of the data used by wmweather has changed, causing
the software to exit immediately upon start.

The fix is trivial, and a patch is included.

-- System Information:
Debian Release: 8.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-1) 
(ignored: LC_ALL set to en_US.iso88591)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages wmweather depends on:
ii  libc6            2.19-18+deb8u4
ii  libcurl3-gnutls  7.38.0-4+deb8u4
ii  libx11-6         2:1.6.2-3
ii  libxext6         2:1.3.3-1
ii  libxpm4          1:3.5.11-1+b1

Versions of packages wmweather recommends:
ii  x11-utils  7.7+2

Versions of packages wmweather suggests:
ii  wmaker  0.95.5-2+b2

-- no debconf information
diff -Nru wmweather-2.4.5/debian/changelog wmweather-2.4.5/debian/changelog
--- wmweather-2.4.5/debian/changelog	2013-12-30 17:28:13.000000000 +0200
+++ wmweather-2.4.5/debian/changelog	2016-08-03 21:52:36.000000000 +0300
@@ -1,3 +1,10 @@
+wmweather (2.4.5-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Updated NOAA URL
+
+ -- Matthieu Weber <mwe...@free.fr>  Wed, 03 Aug 2016 21:52:24 +0300
+
 wmweather (2.4.5-2) unstable; urgency=low
 
   * Updated build system.
diff -Nru wmweather-2.4.5/debian/patches/series wmweather-2.4.5/debian/patches/series
--- wmweather-2.4.5/debian/patches/series	1970-01-01 02:00:00.000000000 +0200
+++ wmweather-2.4.5/debian/patches/series	2016-08-03 21:52:50.000000000 +0300
@@ -0,0 +1 @@
+update-url.patch
diff -Nru wmweather-2.4.5/debian/patches/update-url.patch wmweather-2.4.5/debian/patches/update-url.patch
--- wmweather-2.4.5/debian/patches/update-url.patch	1970-01-01 02:00:00.000000000 +0200
+++ wmweather-2.4.5/debian/patches/update-url.patch	2016-08-03 21:53:29.000000000 +0300
@@ -0,0 +1,11 @@
+--- a/src/wmweather.c
++++ b/src/wmweather.c
+@@ -62,7 +62,7 @@
+ static struct memory
+ 	header = {NULL, 0};
+ char
+-	url[]       = "http://weather.noaa.gov/pub/data/observations/metar/decoded/\0\0\0\0.TXT";,
++	url[]       = "http://tgftp.nws.noaa.gov/data/observations/metar/decoded/\0\0\0\0.TXT";,
+ 	xtitle[]    = "weather report for \0\0\0\0\0",
+ 	*station    = NULL,
+ 	*report     = NULL,

Reply via email to