Bug 266084 - mail/rss2email3: Update to v3.14
Summary: mail/rss2email3: Update to v3.14
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: Neel Chauhan
URL: https://github.com/rss2email/rss2emai...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-28 13:39 UTC by Corey Halpin
Modified: 2022-08-29 16:29 UTC (History)
1 user (show)

See Also:
chalpin: maintainer-feedback+


Attachments
Proposed patch (896 bytes, patch)
2022-08-28 13:39 UTC, Corey Halpin
chalpin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Corey Halpin 2022-08-28 13:39:09 UTC
Created attachment 236178 [details]
Proposed patch

Changelog (copy/pasted from upstream):

    * New `digest-type` configuration adds optional more widely supported `multipart/mixed` format
    * New argument `--only-new` on the `add` command to ignore entries in feed
      when added, so only new entries will be sent.
    * Fix exception when parsing a feed with a linebreak in its title
    * Add a new `subject-format` setting, customise the subject line
    * Removed '$' interpolation in config file to allow URLs containing dollar signs. Interpolation was not fully supported, and the placeholder would not survive a second save. Config files with ${...} placeholders will need to be manually edited after upgrading, or a save forced by adding and removing a fake feed before upgrading.
    * Fix default HTTP User-Agent to use `rss2email` instead of `feedparser`, and fix `user-agent` setting to consistently apply to both outgoing emails and HTTP requests. This introduces a couple of potentially breaking changes:
       o Configurations that came to rely on the `feedparser` UA string should adjust to the updated UA string going forward.
       o Configurations that came to rely on the unintended behaviour, that configuring the User-Agent header in emails does not affect HTTP requests, should use a custom `post-process` hook instead.
Comment 1 Neel Chauhan freebsd_committer freebsd_triage 2022-08-29 16:29:18 UTC
Committed!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-08-29 16:29:24 UTC
A commit in branch main references this bug:

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

commit 402a11f63842ae13011c20e5b4a73bdfcc65fa3b
Author:     Corey Halpin <chalpin@cs.wisc.edu>
AuthorDate: 2022-08-29 16:28:49 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-08-29 16:28:49 +0000

    mail/rss2email3: Update to v3.14

    Changes: https://github.com/rss2email/rss2email/releases/tag/v3.14

    PR:     266084

 mail/rss2email3/Makefile | 2 +-
 mail/rss2email3/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)