opencc.git
5 days agoMerge version 1.1.9+ds1-1+rpi1 and 1.1.9+ds1-1+deb13u1 to produce 1.1.9+ds1-1+rpi1... trixie-staging archive/raspbian/1.1.9+ds1-1+rpi1+deb13u1 raspbian/1.1.9+ds1-1+rpi1+deb13u1
Raspbian automatic forward porter [Mon, 20 Jul 2026 15:46:26 +0000 (16:46 +0100)]
Merge version 1.1.9+ds1-1+rpi1 and 1.1.9+ds1-1+deb13u1 to produce 1.1.9+ds1-1+rpi1+deb13u1

5 weeks agoMerge opencc (1.1.9+ds1-1+deb13u1) import into refs/heads/workingbranch
Adrian Bunk [Sat, 20 Jun 2026 16:41:39 +0000 (19:41 +0300)]
Merge opencc (1.1.9+ds1-1+deb13u1) import into refs/heads/workingbranch

5 weeks agoFix two out-of-bounds read issues when handling truncated UTF-8 input (#1005)
frankslin [Tue, 13 Jan 2026 00:51:38 +0000 (16:51 -0800)]
Fix two out-of-bounds read issues when handling truncated UTF-8 input (#1005)

Two independent out-of-bounds read issues were identified in OpenCC's UTF-8
processing logic when handling malformed or truncated UTF-8 sequences.

1) MaxMatchSegmentation:
   NextCharLength() could return a value larger than the remaining input size.
   The previous logic subtracted this value from a size_t length counter,
   potentially causing underflow and subsequent out-of-bounds reads.

2) Conversion:
   Similar length handling could allow reads past the end of the input buffer
   during dictionary matching, potentially propagating unintended bytes to the
   conversion output.

This patch fixes both issues by:
- Explicitly tracking the end of the input buffer
- Recomputing remaining length on each iteration
- Clamping matched character and key lengths to the remaining buffer size
- Preventing reads past the null terminator

The changes preserve existing behavior for valid UTF-8 input and add test
coverage for truncated UTF-8 sequences.

These issues may have security implications when processing untrusted input
and are classified as heap out-of-bounds reads (CWE-125).

Co-authored-by: Claude <noreply@anthropic.com>
Gbp-Pq: Name 0001-Fix-two-out-of-bounds-read-issues-when-handling-trun.patch

5 weeks agoDisable build in setup.py
Shengjing Zhu [Fri, 2 Aug 2024 09:11:08 +0000 (17:11 +0800)]
Disable build in setup.py

Gbp-Pq: Name 0005-Disable-build-in-setup.py.patch

5 weeks agoUse system googletest
Shengjing Zhu [Sun, 28 Jul 2024 23:44:27 +0000 (19:44 -0400)]
Use system googletest

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0004-Use-system-googletest.patch

5 weeks agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sun, 28 Jul 2024 23:42:55 +0000 (19:42 -0400)]
Don't fetch remote images when reading docs on disk

This fixes a privacy breach previously reported as Lintian warnings

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0003-no-remote-images-when-reading-docs-on-disk.patch

5 weeks agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2024-07-28

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

5 weeks agoopencc (1.1.9+ds1-1+deb13u1) trixie; urgency=medium
Adrian Bunk [Sat, 20 Jun 2026 16:41:39 +0000 (19:41 +0300)]
opencc (1.1.9+ds1-1+deb13u1) trixie; urgency=medium

  * Non-maintainer upload.
  * CVE-2025-15536: Out-of-bounds read (Closes: #1126286)

[dgit import unpatched opencc 1.1.9+ds1-1+deb13u1]

5 weeks agoImport opencc_1.1.9+ds1-1+deb13u1.debian.tar.xz
Adrian Bunk [Sat, 20 Jun 2026 16:41:39 +0000 (19:41 +0300)]
Import opencc_1.1.9+ds1-1+deb13u1.debian.tar.xz

[dgit import tarball opencc 1.1.9+ds1-1+deb13u1 opencc_1.1.9+ds1-1+deb13u1.debian.tar.xz]

22 months agoMerge version 1.1.8+ds1-3+rpi1 and 1.1.9+ds1-1 to produce 1.1.9+ds1-1+rpi1 archive/raspbian/1.1.9+ds1-1+rpi1 raspbian/1.1.9+ds1-1+rpi1
Raspbian automatic forward porter [Sun, 8 Sep 2024 11:33:46 +0000 (12:33 +0100)]
Merge version 1.1.8+ds1-3+rpi1 and 1.1.9+ds1-1 to produce 1.1.9+ds1-1+rpi1

23 months agoMerge version 1.1.8+ds1-1+rpi1 and 1.1.8+ds1-3 to produce 1.1.8+ds1-3+rpi1 archive/raspbian/1.1.8+ds1-3+rpi1 raspbian/1.1.8+ds1-3+rpi1
Raspbian automatic forward porter [Sun, 18 Aug 2024 07:22:27 +0000 (08:22 +0100)]
Merge version 1.1.8+ds1-1+rpi1 and 1.1.8+ds1-3 to produce 1.1.8+ds1-3+rpi1

23 months agoMerge opencc (1.1.9+ds1-1) import into refs/heads/workingbranch
Boyuan Yang [Wed, 14 Aug 2024 18:05:52 +0000 (14:05 -0400)]
Merge opencc (1.1.9+ds1-1) import into refs/heads/workingbranch

23 months agoDisable build in setup.py
Shengjing Zhu [Fri, 2 Aug 2024 09:11:08 +0000 (17:11 +0800)]
Disable build in setup.py

Gbp-Pq: Name 0005-Disable-build-in-setup.py.patch

23 months agoUse system googletest
Shengjing Zhu [Sun, 28 Jul 2024 23:44:27 +0000 (19:44 -0400)]
Use system googletest

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0004-Use-system-googletest.patch

23 months agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sun, 28 Jul 2024 23:42:55 +0000 (19:42 -0400)]
Don't fetch remote images when reading docs on disk

This fixes a privacy breach previously reported as Lintian warnings

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0003-no-remote-images-when-reading-docs-on-disk.patch

23 months agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2024-07-28

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

23 months agoopencc (1.1.9+ds1-1) unstable; urgency=medium
Boyuan Yang [Wed, 14 Aug 2024 18:05:52 +0000 (14:05 -0400)]
opencc (1.1.9+ds1-1) unstable; urgency=medium

  * Upload to unstable.

[dgit import unpatched opencc 1.1.9+ds1-1]

23 months agoImport opencc_1.1.9+ds1-1.debian.tar.xz
Boyuan Yang [Wed, 14 Aug 2024 18:05:52 +0000 (14:05 -0400)]
Import opencc_1.1.9+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.9+ds1-1 opencc_1.1.9+ds1-1.debian.tar.xz]

23 months agoImport opencc_1.1.9+ds1.orig.tar.xz
Boyuan Yang [Wed, 14 Aug 2024 16:32:59 +0000 (12:32 -0400)]
Import opencc_1.1.9+ds1.orig.tar.xz

[dgit import orig opencc_1.1.9+ds1.orig.tar.xz]

23 months agoMerge opencc (1.1.8+ds1-3) import into refs/heads/workingbranch
Boyuan Yang [Sat, 3 Aug 2024 23:07:26 +0000 (19:07 -0400)]
Merge opencc (1.1.8+ds1-3) import into refs/heads/workingbranch

23 months agoDisable build in setup.py
Shengjing Zhu [Fri, 2 Aug 2024 09:11:08 +0000 (17:11 +0800)]
Disable build in setup.py

Gbp-Pq: Name 0005-Disable-build-in-setup.py.patch

23 months agoUse system googletest
Shengjing Zhu [Sun, 28 Jul 2024 23:44:27 +0000 (19:44 -0400)]
Use system googletest

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0004-Use-system-googletest.patch

23 months agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sun, 28 Jul 2024 23:42:55 +0000 (19:42 -0400)]
Don't fetch remote images when reading docs on disk

This fixes a privacy breach previously reported as Lintian warnings

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0003-no-remote-images-when-reading-docs-on-disk.patch

23 months agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0002-data-Explicitly-use-python3.patch

23 months agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2024-07-28

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

23 months agoopencc (1.1.8+ds1-3) unstable; urgency=medium
Boyuan Yang [Sat, 3 Aug 2024 23:07:26 +0000 (19:07 -0400)]
opencc (1.1.8+ds1-3) unstable; urgency=medium

  * Upload to unstable. Closes: #1077816
  * debian/control: Move main description to source package section.
  * debian/control: Add new build-dependency pybuild-plugin-pyproject.
  * debian/control: Use dh-sequence-python3.
  * debian/rules: Use pyproject instead of distutils for pybuild.

[dgit import unpatched opencc 1.1.8+ds1-3]

23 months agoImport opencc_1.1.8+ds1-3.debian.tar.xz
Boyuan Yang [Sat, 3 Aug 2024 23:07:26 +0000 (19:07 -0400)]
Import opencc_1.1.8+ds1-3.debian.tar.xz

[dgit import tarball opencc 1.1.8+ds1-3 opencc_1.1.8+ds1-3.debian.tar.xz]

23 months agoMerge version 1.1.6+ds1-1+rpi1 and 1.1.8+ds1-1 to produce 1.1.8+ds1-1+rpi1 archive/raspbian/1.1.8+ds1-1+rpi1 raspbian/1.1.8+ds1-1+rpi1
Raspbian automatic forward porter [Fri, 2 Aug 2024 13:38:21 +0000 (14:38 +0100)]
Merge version 1.1.6+ds1-1+rpi1 and 1.1.8+ds1-1 to produce 1.1.8+ds1-1+rpi1

23 months agoMerge opencc (1.1.8+ds1-1) import into refs/heads/workingbranch
Boyuan Yang [Mon, 29 Jul 2024 16:07:48 +0000 (12:07 -0400)]
Merge opencc (1.1.8+ds1-1) import into refs/heads/workingbranch

23 months agoUse system googletest
Shengjing Zhu [Sun, 28 Jul 2024 23:44:27 +0000 (19:44 -0400)]
Use system googletest

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0005-Use-system-googletest.patch

23 months agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sun, 28 Jul 2024 23:42:55 +0000 (19:42 -0400)]
Don't fetch remote images when reading docs on disk

This fixes a privacy breach previously reported as Lintian warnings

Forwarded: not-needed
Last-Update: 2024-07-28

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

23 months agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

23 months agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2024-07-28

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

23 months agoopencc (1.1.8+ds1-1) unstable; urgency=medium
Boyuan Yang [Mon, 29 Jul 2024 16:07:48 +0000 (12:07 -0400)]
opencc (1.1.8+ds1-1) unstable; urgency=medium

  * Upload to unstable.
  * debian/libopencc1.1.symbols: Reconfirm symbols.

[dgit import unpatched opencc 1.1.8+ds1-1]

23 months agoImport opencc_1.1.8+ds1-1.debian.tar.xz
Boyuan Yang [Mon, 29 Jul 2024 16:07:48 +0000 (12:07 -0400)]
Import opencc_1.1.8+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.8+ds1-1 opencc_1.1.8+ds1-1.debian.tar.xz]

23 months agoImport opencc_1.1.8+ds1.orig.tar.xz
Boyuan Yang [Mon, 29 Jul 2024 00:00:37 +0000 (20:00 -0400)]
Import opencc_1.1.8+ds1.orig.tar.xz

[dgit import orig opencc_1.1.8+ds1.orig.tar.xz]

2 years agoMerge opencc (1.1.7+ds1-1) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Sat, 21 Oct 2023 19:22:49 +0000 (20:22 +0100)]
Merge opencc (1.1.7+ds1-1) import into refs/heads/workingbranch

2 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2022-12-10

Gbp-Pq: Name 0005-Use-system-googletest.patch

2 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

2 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

2 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2022-12-10

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

2 years agoopencc (1.1.7+ds1-1) unstable; urgency=medium
Gunnar Hjalmarsson [Sat, 21 Oct 2023 19:22:49 +0000 (20:22 +0100)]
opencc (1.1.7+ds1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.1.7+ds1
  * debian/libopencc-dev.install:
    - Install CMake config modules

[dgit import unpatched opencc 1.1.7+ds1-1]

2 years agoImport opencc_1.1.7+ds1.orig.tar.xz
Gunnar Hjalmarsson [Sat, 21 Oct 2023 19:22:49 +0000 (20:22 +0100)]
Import opencc_1.1.7+ds1.orig.tar.xz

[dgit import orig opencc_1.1.7+ds1.orig.tar.xz]

2 years agoImport opencc_1.1.7+ds1-1.debian.tar.xz
Gunnar Hjalmarsson [Sat, 21 Oct 2023 19:22:49 +0000 (20:22 +0100)]
Import opencc_1.1.7+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.7+ds1-1 opencc_1.1.7+ds1-1.debian.tar.xz]

2 years agoMerge opencc (1.1.6+ds1-2) import into refs/heads/workingbranch
Boyuan Yang [Fri, 1 Sep 2023 16:00:26 +0000 (17:00 +0100)]
Merge opencc (1.1.6+ds1-2) import into refs/heads/workingbranch

2 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2022-12-10

Gbp-Pq: Name 0005-Use-system-googletest.patch

2 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

2 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

2 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2022-12-10

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

2 years agoopencc (1.1.6+ds1-2) unstable; urgency=medium
Boyuan Yang [Fri, 1 Sep 2023 16:00:26 +0000 (17:00 +0100)]
opencc (1.1.6+ds1-2) unstable; urgency=medium

  [ Helmut Grohne ]
  * Fix FTCBFS: Add B-D: opencc <cross> for opencc_dict. (Closes: #1051036)

[dgit import unpatched opencc 1.1.6+ds1-2]

2 years agoImport opencc_1.1.6+ds1-2.debian.tar.xz
Boyuan Yang [Fri, 1 Sep 2023 16:00:26 +0000 (17:00 +0100)]
Import opencc_1.1.6+ds1-2.debian.tar.xz

[dgit import tarball opencc 1.1.6+ds1-2 opencc_1.1.6+ds1-2.debian.tar.xz]

3 years agoMerge version 1.1.5+ds1-1+rpi1 and 1.1.6+ds1-1 to produce 1.1.6+ds1-1+rpi1 bookworm-staging archive/raspbian/1.1.6+ds1-1+rpi1 raspbian/1.1.6+ds1-1+rpi1
Raspbian automatic forward porter [Tue, 13 Dec 2022 22:01:22 +0000 (22:01 +0000)]
Merge version 1.1.5+ds1-1+rpi1 and 1.1.6+ds1-1 to produce 1.1.6+ds1-1+rpi1

3 years agoMerge opencc (1.1.6+ds1-1) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Sat, 10 Dec 2022 12:10:03 +0000 (12:10 +0000)]
Merge opencc (1.1.6+ds1-1) import into refs/heads/workingbranch

3 years agoImport opencc_1.1.6+ds1.orig.tar.xz
Gunnar Hjalmarsson [Sat, 10 Dec 2022 12:10:03 +0000 (12:10 +0000)]
Import opencc_1.1.6+ds1.orig.tar.xz

[dgit import orig opencc_1.1.6+ds1.orig.tar.xz]

3 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2022-12-10

Gbp-Pq: Name 0005-Use-system-googletest.patch

3 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

3 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

3 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2022-12-10

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

3 years agoopencc (1.1.6+ds1-1) unstable; urgency=medium
Gunnar Hjalmarsson [Sat, 10 Dec 2022 12:10:03 +0000 (12:10 +0000)]
opencc (1.1.6+ds1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.1.6+ds1
  * Refresh patches:
    - d/p/0001-use-cmake-install-libdir.patch
    - d/p/0005-Use-system-googletest.patch

[dgit import unpatched opencc 1.1.6+ds1-1]

3 years agoImport opencc_1.1.6+ds1-1.debian.tar.xz
Gunnar Hjalmarsson [Sat, 10 Dec 2022 12:10:03 +0000 (12:10 +0000)]
Import opencc_1.1.6+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.6+ds1-1 opencc_1.1.6+ds1-1.debian.tar.xz]

3 years agoMerge version 1.1.4+ds1-4+rpi1 and 1.1.5+ds1-1 to produce 1.1.5+ds1-1+rpi1 archive/raspbian/1.1.5+ds1-1+rpi1 raspbian/1.1.5+ds1-1+rpi1
Raspbian automatic forward porter [Fri, 9 Dec 2022 05:36:04 +0000 (05:36 +0000)]
Merge version 1.1.4+ds1-4+rpi1 and 1.1.5+ds1-1 to produce 1.1.5+ds1-1+rpi1

3 years agoMerge opencc (1.1.5+ds1-1) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Tue, 6 Dec 2022 12:40:36 +0000 (12:40 +0000)]
Merge opencc (1.1.5+ds1-1) import into refs/heads/workingbranch

3 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

3 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

3 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

3 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

3 years agoopencc (1.1.5+ds1-1) unstable; urgency=medium
Gunnar Hjalmarsson [Tue, 6 Dec 2022 12:40:36 +0000 (12:40 +0000)]
opencc (1.1.5+ds1-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.1.5+ds1

[dgit import unpatched opencc 1.1.5+ds1-1]

3 years agoImport opencc_1.1.5+ds1.orig.tar.xz
Gunnar Hjalmarsson [Tue, 6 Dec 2022 12:40:36 +0000 (12:40 +0000)]
Import opencc_1.1.5+ds1.orig.tar.xz

[dgit import orig opencc_1.1.5+ds1.orig.tar.xz]

3 years agoImport opencc_1.1.5+ds1-1.debian.tar.xz
Gunnar Hjalmarsson [Tue, 6 Dec 2022 12:40:36 +0000 (12:40 +0000)]
Import opencc_1.1.5+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.5+ds1-1 opencc_1.1.5+ds1-1.debian.tar.xz]

3 years agoMerge version 1.1.4+ds1-3+rpi1 and 1.1.4+ds1-4 to produce 1.1.4+ds1-4+rpi1 archive/raspbian/1.1.4+ds1-4+rpi1 raspbian/1.1.4+ds1-4+rpi1
Raspbian automatic forward porter [Mon, 14 Nov 2022 17:01:37 +0000 (17:01 +0000)]
Merge version 1.1.4+ds1-3+rpi1 and 1.1.4+ds1-4 to produce 1.1.4+ds1-4+rpi1

3 years agoMerge opencc (1.1.4+ds1-4) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Tue, 8 Nov 2022 15:33:54 +0000 (15:33 +0000)]
Merge opencc (1.1.4+ds1-4) import into refs/heads/workingbranch

3 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

3 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

3 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

3 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

3 years agoopencc (1.1.4+ds1-4) unstable; urgency=medium
Gunnar Hjalmarsson [Tue, 8 Nov 2022 15:33:54 +0000 (15:33 +0000)]
opencc (1.1.4+ds1-4) unstable; urgency=medium

  * Team upload
  * Work around uscan issue with GitHub releases page

[dgit import unpatched opencc 1.1.4+ds1-4]

3 years agoImport opencc_1.1.4+ds1-4.debian.tar.xz
Gunnar Hjalmarsson [Tue, 8 Nov 2022 15:33:54 +0000 (15:33 +0000)]
Import opencc_1.1.4+ds1-4.debian.tar.xz

[dgit import tarball opencc 1.1.4+ds1-4 opencc_1.1.4+ds1-4.debian.tar.xz]

3 years agoMerge version 1.1.4+ds1-1+rpi1 and 1.1.4+ds1-3 to produce 1.1.4+ds1-3+rpi1 archive/raspbian/1.1.4+ds1-3+rpi1 raspbian/1.1.4+ds1-3+rpi1
Raspbian automatic forward porter [Wed, 27 Jul 2022 16:10:12 +0000 (17:10 +0100)]
Merge version 1.1.4+ds1-1+rpi1 and 1.1.4+ds1-3 to produce 1.1.4+ds1-3+rpi1

4 years agoMerge opencc (1.1.4+ds1-3) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Mon, 25 Jul 2022 00:26:42 +0000 (01:26 +0100)]
Merge opencc (1.1.4+ds1-3) import into refs/heads/workingbranch

4 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

4 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

4 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

4 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

4 years agoopencc (1.1.4+ds1-3) unstable; urgency=medium
Gunnar Hjalmarsson [Mon, 25 Jul 2022 00:26:42 +0000 (01:26 +0100)]
opencc (1.1.4+ds1-3) unstable; urgency=medium

  * Team upload
  * debian/libopencc1.1.symbols:
    - Update other archs for LTO using buildd logs (closes: #1015565)
  * Build with GCC-12
    - It builds fine now with GCC-12, so the symbols fix for LTO also
      closes: #1013008.

[dgit import unpatched opencc 1.1.4+ds1-3]

4 years agoImport opencc_1.1.4+ds1-3.debian.tar.xz
Gunnar Hjalmarsson [Mon, 25 Jul 2022 00:26:42 +0000 (01:26 +0100)]
Import opencc_1.1.4+ds1-3.debian.tar.xz

[dgit import tarball opencc 1.1.4+ds1-3 opencc_1.1.4+ds1-3.debian.tar.xz]

4 years agoMerge version 1.1.3+ds1-5+rpi1 and 1.1.4+ds1-1 to produce 1.1.4+ds1-1+rpi1 archive/raspbian/1.1.4+ds1-1+rpi1 raspbian/1.1.4+ds1-1+rpi1
Raspbian automatic forward porter [Mon, 13 Jun 2022 04:42:05 +0000 (05:42 +0100)]
Merge version 1.1.3+ds1-5+rpi1 and 1.1.4+ds1-1 to produce 1.1.4+ds1-1+rpi1

4 years agoImport opencc_1.1.4+ds1.orig.tar.xz
Boyuan Yang [Sat, 4 Jun 2022 15:52:24 +0000 (16:52 +0100)]
Import opencc_1.1.4+ds1.orig.tar.xz

[dgit import orig opencc_1.1.4+ds1.orig.tar.xz]

4 years agoMerge opencc (1.1.4+ds1-1) import into refs/heads/workingbranch
Boyuan Yang [Sat, 4 Jun 2022 15:52:24 +0000 (16:52 +0100)]
Merge opencc (1.1.4+ds1-1) import into refs/heads/workingbranch

4 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

4 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

4 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

4 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch

4 years agoopencc (1.1.4+ds1-1) unstable; urgency=medium
Boyuan Yang [Sat, 4 Jun 2022 15:52:24 +0000 (16:52 +0100)]
opencc (1.1.4+ds1-1) unstable; urgency=medium

  [ xiao sheng wen ]
  * update-debian-copyright to 2021 year.

  [ Boyuan Yang ]
  * New upstream version 1.1.4+ds1.
  * debian/patches: Refresh patches.
  * debian/libopencc1.1.symbols: Refresh symbols.

[dgit import unpatched opencc 1.1.4+ds1-1]

4 years agoImport opencc_1.1.4+ds1-1.debian.tar.xz
Boyuan Yang [Sat, 4 Jun 2022 15:52:24 +0000 (16:52 +0100)]
Import opencc_1.1.4+ds1-1.debian.tar.xz

[dgit import tarball opencc 1.1.4+ds1-1 opencc_1.1.4+ds1-1.debian.tar.xz]

4 years agoMerge version 1.1.3+ds1-3+rpi1 and 1.1.3+ds1-5 to produce 1.1.3+ds1-5+rpi1 archive/raspbian/1.1.3+ds1-5+rpi1 raspbian/1.1.3+ds1-5+rpi1
Raspbian automatic forward porter [Wed, 3 Nov 2021 02:52:10 +0000 (02:52 +0000)]
Merge version 1.1.3+ds1-3+rpi1 and 1.1.3+ds1-5 to produce 1.1.3+ds1-5+rpi1

4 years agoMerge opencc (1.1.3+ds1-5) import into refs/heads/workingbranch
Gunnar Hjalmarsson [Wed, 27 Oct 2021 07:39:59 +0000 (08:39 +0100)]
Merge opencc (1.1.3+ds1-5) import into refs/heads/workingbranch

4 years agoUse system googletest
Shengjing Zhu [Sat, 6 Mar 2021 09:53:25 +0000 (17:53 +0800)]
Use system googletest

Forwarded: not-needed
Last-Update: 2021-09-18

Gbp-Pq: Name 0005-Use-system-googletest.patch

4 years agoDon't fetch remote images when reading docs on disk
Gunnar Hjalmarsson [Sat, 6 Mar 2021 09:45:20 +0000 (17:45 +0800)]
Don't fetch remote images when reading docs on disk

Forwarded: no
Last-Update: 2021-09-18

This fixes a privacy breach previously reported as Lintian warnings

Gbp-Pq: Name 0004-no-remote-images-when-reading-docs-on-disk.patch

4 years agodata/: Explicitly use python3
Boyuan Yang [Fri, 26 Jun 2020 00:32:44 +0000 (20:32 -0400)]
data/: Explicitly use python3

Before "python" is default to python3, this patch should be kept.

Last-Update: 2020-06-25

Gbp-Pq: Name 0003-data-Explicitly-use-python3.patch

4 years agouse-cmake-install-libdir
IME Packaging Team [Mon, 9 Oct 2017 14:02:39 +0000 (22:02 +0800)]
use-cmake-install-libdir

Update 2021-09-18: Also use GNUInstallDirs.

Last-Update: 2021-09-18

Gbp-Pq: Name 0001-use-cmake-install-libdir.patch