Your message dated Sat, 09 Nov 2024 10:51:02 +0000 with message-id <b0a29248bc631362ed06a8879f93b8cdae5414d0.camel@adam-barratt.org.uk> and subject line Closing bugs released with 12.8 has caused the Debian Bug report #1082322, regarding bookworm-pu: package libskk/1.0.5-2+deb12u1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1082322: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082322 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: bookworm-pu: package libskk/1.0.5-2+deb12u1
- From: Boyuan Yang <byang@debian.org>
- Date: Thu, 19 Sep 2024 16:32:56 -0400
- Message-id: <e25cfadb6d9d9e6a3eaad94a6c0a692c53d1cd70.camel@debian.org>
Package: release.debian.org Control: affects -1 + src:libskk X-Debbugs-Cc: libskk@packages.debian.org User: release.debian.org@packages.debian.org Usertags: pu Tags: bookworm X-Debbugs-Cc: byang@debian.org Severity: normal Dear Debian Stable Release Managers, [ Reason ] I am looking to fix https://bugs.debian.org/1081915 in Debian Bookworm (Debian 12). A grammar error in the json data file will trigger crash when the program is executed. [ Impact ] This bug will cause crash when /usr/bin/skk is executed, details are discussed in https://bugs.debian.org/1081915 . [ Tests ] Manually tested. [ Risks ] Minimal. The fix has been merged upstream, and is now present in Debian Testing/Unstable. [ Checklist ] [X] *all* changes are documented in the d/changelog [X] I reviewed all changes and I approve them [X] attach debdiff against the package in (old)stable [X] the issue is verified as fixed in unstable [ Changes ] See the attached debdiff for full changes. [ Other info ] Please let me know if you have any questions. Regards, Boyuan Yangdiff -Nru libskk-1.0.5/debian/changelog libskk-1.0.5/debian/changelog --- libskk-1.0.5/debian/changelog 2021-01-09 13:26:52.000000000 -0500 +++ libskk-1.0.5/debian/changelog 2024-09-19 16:19:13.000000000 -0400 @@ -1,3 +1,11 @@ +libskk (1.0.5-2+deb12u1) bookworm; urgency=medium + + * debian/patches/a2936e865fcc00e6e0c0bfc6c1d62db19e49fe74.patch: + Cherry-pick upstream patch to fix invalid escape in json file that + triggered crash. (Closes: #1081915) + + -- Boyuan Yang <byang@debian.org> Thu, 19 Sep 2024 16:19:13 -0400 + libskk (1.0.5-2) unstable; urgency=medium * Rebuild before Debian 11 release. diff -Nru libskk-1.0.5/debian/patches/a2936e865fcc00e6e0c0bfc6c1d62db19e49fe74.patch libskk-1.0.5/debian/patches/a2936e865fcc00e6e0c0bfc6c1d62db19e49fe74.patch --- libskk-1.0.5/debian/patches/a2936e865fcc00e6e0c0bfc6c1d62db19e49fe74.patch 1969-12-31 19:00:00.000000000 -0500 +++ libskk-1.0.5/debian/patches/a2936e865fcc00e6e0c0bfc6c1d62db19e49fe74.patch 2024-09-19 16:19:01.000000000 -0400 @@ -0,0 +1,34 @@ +From a2936e865fcc00e6e0c0bfc6c1d62db19e49fe74 Mon Sep 17 00:00:00 2001 +From: Mamoru TASAKA <mtasaka@fedoraproject.org> +Date: Thu, 22 Aug 2024 00:53:12 +0900 +Subject: [PATCH] Fix invalid escape on json file +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Fix the following invalid escape on +rules/default/rom-kana/default.json: + +/usr/share/libskk/rules/default/rom-kana/default.json:121:47: 閫???具??? unexpected +character `,', expected string constant + +Fixes: #89 +Bug-Debian: https://bugs.debian.org/1081915 +Applied-Upstream: https://github.com/ueno/libskk/commit/a2936e865fcc00e6e0c0bfc6c1d62db19e49fe74 +--- + rules/default/rom-kana/default.json | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/rules/default/rom-kana/default.json b/rules/default/rom-kana/default.json +index 6ddfce6a..68dcff9b 100644 +--- a/rules/default/rom-kana/default.json ++++ b/rules/default/rom-kana/default.json +@@ -108,7 +108,7 @@ + "myi": ["", "?踴?" ], + "myo": ["", "?踴?" ], + "myu": ["", "?踴?" ], +- "n\'": ["", "?? ], ++ "n'": ["", "?? ], + "na": ["", "?? ], + "ne": ["", "?? ], + "ni": ["", "?? ], diff -Nru libskk-1.0.5/debian/patches/series libskk-1.0.5/debian/patches/series --- libskk-1.0.5/debian/patches/series 1969-12-31 19:00:00.000000000 -0500 +++ libskk-1.0.5/debian/patches/series 2024-09-19 16:18:38.000000000 -0400 @@ -0,0 +1 @@ +a2936e865fcc00e6e0c0bfc6c1d62db19e49fe74.patchAttachment: signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
- To: 1074088-done@bugs.debian.org, 1074126-done@bugs.debian.org, 1076473-done@bugs.debian.org, 1077668-done@bugs.debian.org, 1079689-done@bugs.debian.org, 1079733-done@bugs.debian.org, 1080363-done@bugs.debian.org, 1080402-done@bugs.debian.org, 1080968-done@bugs.debian.org, 1081034-done@bugs.debian.org, 1081035-done@bugs.debian.org, 1081169-done@bugs.debian.org, 1081317-done@bugs.debian.org, 1081343-done@bugs.debian.org, 1081388-done@bugs.debian.org, 1081389-done@bugs.debian.org, 1081394-done@bugs.debian.org, 1081399-done@bugs.debian.org, 1081410-done@bugs.debian.org, 1081413-done@bugs.debian.org, 1081418-done@bugs.debian.org, 1081750-done@bugs.debian.org, 1082024-done@bugs.debian.org, 1082153-done@bugs.debian.org, 1082155-done@bugs.debian.org, 1082322-done@bugs.debian.org, 1082701-done@bugs.debian.org, 1082710-done@bugs.debian.org, 1082746-done@bugs.debian.org, 1082783-done@bugs.debian.org, 1082902-done@bugs.debian.org, 1082935-done@bugs.debian.org, 1083026-done@bugs.debian.org, 1083090-done@bugs.debian.org, 1083162-done@bugs.debian.org, 1083223-done@bugs.debian.org, 1084171-done@bugs.debian.org, 1084845-done@bugs.debian.org, 1084907-done@bugs.debian.org, 1085026-done@bugs.debian.org, 1085176-done@bugs.debian.org, 1085227-done@bugs.debian.org, 1085281-done@bugs.debian.org, 1085430-done@bugs.debian.org, 1085591-done@bugs.debian.org, 1085708-done@bugs.debian.org, 1085711-done@bugs.debian.org, 1085965-done@bugs.debian.org, 1086116-done@bugs.debian.org, 1086149-done@bugs.debian.org, 1086151-done@bugs.debian.org, 1086154-done@bugs.debian.org, 1086157-done@bugs.debian.org, 1086163-done@bugs.debian.org, 1086164-done@bugs.debian.org, 1086193-done@bugs.debian.org, 1086207-done@bugs.debian.org, 1086601-done@bugs.debian.org, 1086611-done@bugs.debian.org, 1086613-done@bugs.debian.org, 1086632-done@bugs.debian.org, 1081535-done@bugs.debian.org
- Subject: Closing bugs released with 12.8
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 09 Nov 2024 10:51:02 +0000
- Message-id: <b0a29248bc631362ed06a8879f93b8cdae5414d0.camel@adam-barratt.org.uk>
Source: release.debian.org Version: 12.8 Hi, Each of the updates tracked by these bugs was included in today's 12.8 bookworm point release. Regards, Adam
--- End Message ---