Bug 276090 - www/elinks: update to 0.17.0
Summary: www/elinks: update to 0.17.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Fernando Apesteguía
URL: https://raw.githubusercontent.com/rkd...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-03 03:55 UTC by Dustin Marquess
Modified: 2024-01-04 18:46 UTC (History)
2 users (show)

See Also:


Attachments
update patch (8.04 KB, patch)
2024-01-03 03:55 UTC, Dustin Marquess
jailbird: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dustin Marquess 2024-01-03 03:55:00 UTC
Created attachment 247428 [details]
update patch

www/elinks: update to 0.17.0

Changelog: https://raw.githubusercontent.com/rkd77/elinks/master/NEWS
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-01-04 18:41:21 UTC
A commit in branch main references this bug:

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

commit d32cb47a89c0c9eb62fc7b81eb3abfdd7a01118e
Author:     Dustin Marquess <jailbird@fdf.net>
AuthorDate: 2024-01-04 09:13:54 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-01-04 18:40:58 +0000

    www/elinks: update to 0.17.0

    ChangeLog: https://raw.githubusercontent.com/rkd77/elinks/master/NEWS

    ELinks 0.17.0
    -------------

    Released on 2023-12-25

    * fix for some 32-bit systems and select-only builds
    * fix for gettext in Windows builds

    ELinks 0.17.0rc2
    ----------------

    Released on 2023-12-10

    * Avoid division by zero. Refs #276
    * Fix for FSP under Windows

    ELinks 0.17.0rc1
    ----------------

    Released on 2023-12-02

    * configuration files are now saved to ~/.config/elinks/ or $XDG_CONFIG_HOME/elinks/ #199
      User must copy files from ~/.elinks/ to ~/.config/elinks/ himself or herself
    * HOME_ETC support was dropped, you can set ELINKS_CONFDIR instead
    * idn2 in place of idn #206
    * libcss support (a few netsurf's libraries are required). Set document.css.libcss = 1 to enable
    * experimental libsixel support (image/*; img2sixel %s; copiousoutput) in ~/.mailcap
      Must be enabled in a few places in configuration: set document.plain.sixel = 1
      and in terminal options. Do not try it on metered remote connections
    * testing libcurl support (explicit FTPS and SFTP among others)
      To enable set protocol.ftp.use_curl = 1
      set protocol.http.use_curl = 1 for http/https
    * ui.sessions.postpone_unlink option. Delete temporary files at exit instead of immediately after
      closing viewer #257
    * redefined isspace #249
    * Serbian translation update
    * compilation fixes

    PR:             276090
    Reported by:    jailbird@fdf.net (maintainer)

 www/elinks/Makefile                              | 88 +++++++++++++-----------
 www/elinks/distinfo                              |  6 +-
 www/elinks/files/patch-meson.build               | 25 ++++---
 www/elinks/files/patch-src_document_renderer.cpp |  6 +-
 4 files changed, 65 insertions(+), 60 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2024-01-04 18:46:05 UTC
Committed,

Thanks!