From 74890e1457a94062cf4ba34246e4587a94cd2c88 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 25 Jun 2018 21:50:38 -0400 Subject: [PATCH] set 6.20180626 as urgent upgrade This causes the webapp to tell the user's it's an urgent upgrade, which this security fix is. --- Build/DistributionUpdate.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index 67433c5c5f..920cadb3e8 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -126,7 +126,7 @@ makeinfos updated version = do , distributionKey = k , distributionVersion = bv , distributionReleasedate = now - , distributionUrgentUpgrade = Nothing + , distributionUrgentUpgrade = Just "6.20180626" } liftIO $ writeFile infofile $ formatInfoFile d void $ inRepo $ runBool [Param "add", File infofile]