File: 0002-Fix-URL-used-by-ntpleapfetch.patch

package info (click to toggle)
ntpsec 1.2.3%2Bdfsg1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,960 kB
  • sloc: ansic: 62,004; python: 32,017; sh: 1,553; yacc: 1,293; makefile: 190; javascript: 138
file content (25 lines) | stat: -rw-r--r-- 738 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 7c13df80c896cc201afd6aa9c758fc3103fad818 Mon Sep 17 00:00:00 2001
From: Hal Murray <halmurray@sonic.net>
Date: Sun, 3 Nov 2024 13:04:58 -0800
Subject: [PATCH 2/2] Fix URL used by ntpleapfetch

---
 ntpclients/ntpleapfetch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ntpclients/ntpleapfetch b/ntpclients/ntpleapfetch
index bcae167ec..67a3dde1a 100755
--- a/ntpclients/ntpleapfetch
+++ b/ntpclients/ntpleapfetch
@@ -21,7 +21,7 @@
 # ########## Default configuration ##########
 #
 # Where to get the file
-LEAPSRC="https://data.iana.org/time-zones/data/leap-seconds.list"
+LEAPSRC="https://data.iana.org/time-zones/tzdb/leap-seconds.list"
 
 # How many times to try to download new file
 MAXTRIES=6
-- 
2.47.2