Version in base suite: 2021a-1+deb11u2 Version in overlay suite: 2021a-1+deb11u3 Base version: tzdata_2021a-1+deb11u3 Target version: tzdata_2021a-1+deb11u4 Base file: /srv/ftp-master.debian.org/ftp/pool/main/t/tzdata/tzdata_2021a-1+deb11u3.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/t/tzdata/tzdata_2021a-1+deb11u4.dsc changelog | 8 ++++++ patches/07-no-leap-second-2022-06-30.patch | 36 +++++++++++++++++++++++++++++ patches/series | 1 3 files changed, 45 insertions(+) diff -Nru tzdata-2021a/debian/changelog tzdata-2021a/debian/changelog --- tzdata-2021a/debian/changelog 2022-03-22 21:07:41.000000000 +0000 +++ tzdata-2021a/debian/changelog 2022-06-10 17:59:11.000000000 +0000 @@ -1,3 +1,11 @@ +tzdata (2021a-1+deb11u4) bullseye; urgency=medium + + * Cherry-pick patches from upstream: + - 07-no-leap-second-2022-06-30.patch: update leap-seconds.list, new + expiration date on 28 December 2022. Closes: #1012191. + + -- Aurelien Jarno Fri, 10 Jun 2022 19:59:11 +0200 + tzdata (2021a-1+deb11u3) bullseye; urgency=medium * Cherry-pick patches from tzdata-2022a: diff -Nru tzdata-2021a/debian/patches/07-no-leap-second-2022-06-30.patch tzdata-2021a/debian/patches/07-no-leap-second-2022-06-30.patch --- tzdata-2021a/debian/patches/07-no-leap-second-2022-06-30.patch 1970-01-01 00:00:00.000000000 +0000 +++ tzdata-2021a/debian/patches/07-no-leap-second-2022-06-30.patch 2022-06-10 17:59:11.000000000 +0000 @@ -0,0 +1,36 @@ +commit 9c8cb5d7635bf0ff3ef3d1e836d77d29fd9ae18f +Author: Tim Parenti +Date: Mon Jan 10 22:00:45 2022 -0500 + + No leap second on 2022-06-30 + + Per IERS Bulletin C 63 (2022-01-05). + https://hpiers.obspm.fr/iers/bul/bulc/bulletinc.63 + + * leap-seconds.list: Update file from NIST, retrieved from + ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list + +diff --git a/leap-seconds.list b/leap-seconds.list +index cfda3e8..0f43115 100644 +--- a/leap-seconds.list ++++ b/leap-seconds.list +@@ -204,10 +204,10 @@ + # current -- the update time stamp, the data and the name of the file + # will not change. + # +-# Updated through IERS Bulletin C62 +-# File expires on: 28 June 2022 ++# Updated through IERS Bulletin C63 ++# File expires on: 28 December 2022 + # +-#@ 3865363200 ++#@ 3881174400 + # + 2272060800 10 # 1 Jan 1972 + 2287785600 11 # 1 Jul 1972 +@@ -252,4 +252,4 @@ + # the hash line is also ignored in the + # computation. + # +-#h 599d45bf accd4b4f 8b60e46 49b623 7d13b825 ++#h 732b2044 5863a938 b7e43179 1339c710 ded63837 diff -Nru tzdata-2021a/debian/patches/series tzdata-2021a/debian/patches/series --- tzdata-2021a/debian/patches/series 2022-03-22 21:07:39.000000000 +0000 +++ tzdata-2021a/debian/patches/series 2022-06-10 17:59:11.000000000 +0000 @@ -4,3 +4,4 @@ 04-fiji-dst.patch 05-palestine-dst.patch 06-palestine-dst2.patch +07-no-leap-second-2022-06-30.patch