[Git][haskell-team/DHG_packages][master] taffybar: use HTTPS for weather

Clint Adams gitlab at salsa.debian.org
Sun May 10 14:14:35 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
f5b9d3fb by Clint Adams at 2020-05-10T09:13:03-04:00
taffybar: use HTTPS for weather

- - - - -


3 changed files:

- p/taffybar/debian/changelog
- + p/taffybar/debian/patches/https-weather
- p/taffybar/debian/patches/series


Changes:

=====================================
p/taffybar/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+taffybar (3.0.0-3) unstable; urgency=medium
+
+  * Use HTTPS for weather data.
+
+ -- Clint Adams <clint at debian.org>  Sun, 10 May 2020 08:43:08 -0400
+
 taffybar (3.0.0-2) unstable; urgency=medium
 
   * Patch for newer GHC.


=====================================
p/taffybar/debian/patches/https-weather
=====================================
@@ -0,0 +1,11 @@
+--- a/src/System/Taffybar/Widget/Weather.hs
++++ b/src/System/Taffybar/Widget/Weather.hs
+@@ -254,7 +254,7 @@ getCurrentWeather getter labelTpl toolti
+ 
+ -- | The NOAA URL to get data from
+ baseUrl :: String
+-baseUrl = "http://tgftp.nws.noaa.gov/data/observations/metar/decoded"
++baseUrl = "https://tgftp.nws.noaa.gov/data/observations/metar/decoded"
+ 
+ -- | A wrapper to allow users to specify a custom weather formatter.
+ -- The default interpolates variables into a string as described


=====================================
p/taffybar/debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 man-page.patch
 newer-ghc
+https-weather



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f5b9d3fb92ca2f6a0a700f43941a3f3562d4069e

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/f5b9d3fb92ca2f6a0a700f43941a3f3562d4069e
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200510/405abcc5/attachment.html>


More information about the Pkg-haskell-commits mailing list