Bug 282559 - devel/libkiwix: Update to 14.0.0
Summary: devel/libkiwix: Update to 14.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Olivier Certner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-05 02:26 UTC by wen
Modified: 2025-01-10 13:48 UTC (History)
2 users (show)

See Also:


Attachments
Update to 14.0.0 (1.58 KB, patch)
2024-11-05 02:26 UTC, wen
no flags Details | Diff
patch-src_tools_networkTools.cpp (234 bytes, patch)
2024-11-05 02:28 UTC, wen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description wen 2024-11-05 02:26:31 UTC
Created attachment 254963 [details]
Update to 14.0.0

Update to 14.0.0
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2024-11-05 02:26:31 UTC
Maintainer informed via mail
Comment 2 wen 2024-11-05 02:28:12 UTC
Created attachment 254964 [details]
patch-src_tools_networkTools.cpp
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-12-26 02:51:47 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dafb538b3fd6eabe519f34c3f83027cf17e286e8

commit dafb538b3fd6eabe519f34c3f83027cf17e286e8
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-12-26 02:48:47 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-12-26 02:50:51 +0000

    devel/libkiwix: Update to 14.0.0

    PR:             282559
    Reported by:    wenheping2000@hotmail.com
    Approved by:    maintainer(timeout, > 50 days)

 devel/libkiwix/Makefile                                     |  2 +-
 devel/libkiwix/distinfo                                     |  6 +++---
 devel/libkiwix/files/patch-src_tools_networkTools.cpp (new) | 10 ++++++++++
 devel/libkiwix/pkg-plist                                    |  3 ++-
 4 files changed, 16 insertions(+), 5 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-01-10 13:22:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0009322d2223e315dfde0563a367c694cae92d91

commit 0009322d2223e315dfde0563a367c694cae92d91
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-01-08 15:36:02 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-01-10 13:19:35 +0000

    devel/libkiwix: Update 13.1.0 → 14.0.0 again

    Now that devel/libkiwix13 has been created and www/kiwix-tools changed
    to depend on it, fixing the latter's build and avoiding a bump of
    PORTEPOCH here, we can reapply the update.

    This commit is different than the initial update's one, as local patches
    here match what was upstreamed in the meantime (see
    https://github.com/kiwix/libkiwix/pull/1173).

    Selected list of changes:
    - Support of IPv6
    - Better public IP configuration/detection
    - Fix API errors in catalog searches if Xapian keyword in used
    - Improve welcome page download buttons
    - Better handling of external (non-HTTP) links
    - Fix book illustration size on welcome page to 48x48 pixels
    - Remove "Multiple Languages" in language filter
    - Stop transforming tags casing
    - ZIM file size consistently advertised in MiB
    - Add accesskeys
    - Add OpenSearch to head of pages

    See also:
    https://github.com/kiwix/libkiwix/releases/tag/14.0.0

    This is a maintainer update (olce.freebsd.ports@certner.fr).

    PR:             282559
    Reported by:    wenheping2000@hotmail.com
    Reviewed by:    jrm
    Fixes:          dafb538b3fd6 ("devel/libkiwix: Update to 14.0.0")
    MFH:            2025Q1
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D48397

 devel/libkiwix/Makefile                            |  2 +-
 devel/libkiwix/distinfo                            |  6 +--
 devel/libkiwix/files/patch-meson.build             | 46 +++++++++++++++++++---
 .../files/patch-src_tools_networkTools.cpp (new)   | 13 ++++++
 devel/libkiwix/pkg-plist                           |  3 +-
 5 files changed, 60 insertions(+), 10 deletions(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2025-01-10 13:48:30 UTC
A commit in branch 2025Q1 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=39f69d73088038b0f5fdc98cb235f4f59c1fa336

commit 39f69d73088038b0f5fdc98cb235f4f59c1fa336
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-01-08 15:36:02 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-01-10 13:47:27 +0000

    devel/libkiwix: Update 13.1.0 → 14.0.0 again

    Now that devel/libkiwix13 has been created and www/kiwix-tools changed
    to depend on it, fixing the latter's build and avoiding a bump of
    PORTEPOCH here, we can reapply the update.

    This commit is different than the initial update's one, as local patches
    here match what was upstreamed in the meantime (see
    https://github.com/kiwix/libkiwix/pull/1173).

    Selected list of changes:
    - Support of IPv6
    - Better public IP configuration/detection
    - Fix API errors in catalog searches if Xapian keyword in used
    - Improve welcome page download buttons
    - Better handling of external (non-HTTP) links
    - Fix book illustration size on welcome page to 48x48 pixels
    - Remove "Multiple Languages" in language filter
    - Stop transforming tags casing
    - ZIM file size consistently advertised in MiB
    - Add accesskeys
    - Add OpenSearch to head of pages

    See also:
    https://github.com/kiwix/libkiwix/releases/tag/14.0.0

    This is a maintainer update (olce.freebsd.ports@certner.fr).

    PR:             282559
    Reported by:    wenheping2000@hotmail.com
    Reviewed by:    jrm
    Fixes:          dafb538b3fd6 ("devel/libkiwix: Update to 14.0.0")
    MFH:            2025Q1
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D48397

    (cherry picked from commit 0009322d2223e315dfde0563a367c694cae92d91)

 devel/libkiwix/Makefile                            |  2 +-
 devel/libkiwix/distinfo                            |  6 +--
 devel/libkiwix/files/patch-meson.build             | 46 +++++++++++++++++++---
 .../files/patch-src_tools_networkTools.cpp (new)   | 13 ++++++
 devel/libkiwix/pkg-plist                           |  3 +-
 5 files changed, 60 insertions(+), 10 deletions(-)