Bas Couwenberg pushed to branch master at Debian GIS Project / josm
Commits: 3cc45d17 by Bas Couwenberg at 2026-03-17T05:04:57+01:00 Add upstream patch to fix HARICA TLS RSA Root CA 2021 fingerprint. (closes: #1131019) - - - - - 3 changed files: - debian/changelog - + debian/patches/r19487-HARICA_TLS_RSA_Root_CA_2021-fingerprint.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +josm (0.0.svn19481+dfsg-2) UNRELEASED; urgency=medium + + * Add upstream patch to fix HARICA TLS RSA Root CA 2021 fingerprint. + (closes: #1131019) + + -- Bas Couwenberg <[email protected]> Tue, 17 Mar 2026 05:04:13 +0100 + josm (0.0.svn19481+dfsg-1) unstable; urgency=medium * New tested snapshot. ===================================== debian/patches/r19487-HARICA_TLS_RSA_Root_CA_2021-fingerprint.patch ===================================== @@ -0,0 +1,16 @@ +Description: fix fingerprint +Author: stoecker +Origin: https://josm.openstreetmap.de/changeset/19487/josm +Forwarded: not-needed + +--- a/src/org/openstreetmap/josm/io/CertificateAmendment.java ++++ b/src/org/openstreetmap/josm/io/CertificateAmendment.java +@@ -180,7 +180,7 @@ public final class CertificateAmendment + // #24580 - Greek Research - https://repo.harica.gr (expires 2029) + new NativeCertAmend(Collections.singleton("HARICA TLS RSA Root CA 2021"), + "HARICA_TLS_RSA_Root_CA_2021.pem", +- "8dd4b5373cb0de36769c12339280d82746b3aa6cd426e797a31babe4279cf00b", ++ "d95d0e8eda79525bf9beb11b14d2100d3294985f0c62d9fabd9cd999eccb7b1d", + "https://www.harica.gr"), + }; + ===================================== debian/patches/series ===================================== @@ -4,3 +4,4 @@ 06-move_data_out_of_jar.patch 07-use_system_fonts.patch 08-use_noto_font.patch +r19487-HARICA_TLS_RSA_Root_CA_2021-fingerprint.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/josm/-/commit/3cc45d17bd80b4ec82c883ee35971589ec213ab1 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/josm/-/commit/3cc45d17bd80b4ec82c883ee35971589ec213ab1 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
