Summary: | mail/rss2email2: filter out bad tags | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jonathan <jonathan> | ||||
Component: | Individual Port(s) | Assignee: | Tobias Kortkamp <tobik> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | pi, srg, w.schwarzenfeld | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(srg) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jonathan
2016-11-29 22:28:58 UTC
Created attachment 189695 [details]
svn-diff-rss2mail2
A commit references this bug: Author: tobik Date: Thu Nov 8 11:55:58 UTC 2018 New revision: 484444 URL: https://svnweb.freebsd.org/changeset/ports/484444 Log: mail/rss2email2: Add workaround for filtering out bad tags This can apparently be triggered with malformed RSS feeds. Traceback (most recent call last): File "/usr/share/rss2email/rss2email.py", line 711, in run tagline = ",".join(taglist) TypeError: sequence item 1: expected string or Unicode, NoneType found https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734327 - Reset maintainer due to the long timeout PR: 214934 Submitted by: jonathan@invertedearth.net Approved by: srg@guglielmo.us (maintainer timeout, ~2 years) Changes: head/mail/rss2email2/Makefile head/mail/rss2email2/files/patch-rss2email.py A commit references this bug: Author: tobik Date: Thu Nov 8 13:51:18 UTC 2018 New revision: 484456 URL: https://svnweb.freebsd.org/changeset/ports/484456 Log: MFH: r484444 mail/rss2email2: Add workaround for filtering out bad tags This can apparently be triggered with malformed RSS feeds. Traceback (most recent call last): File "/usr/share/rss2email/rss2email.py", line 711, in run tagline = ",".join(taglist) TypeError: sequence item 1: expected string or Unicode, NoneType found https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734327 - Reset maintainer due to the long timeout PR: 214934 Submitted by: jonathan@invertedearth.net Approved by: srg@guglielmo.us (maintainer timeout, ~2 years) Approved by: ports-secteam runtime fix blanket Changes: _U branches/2018Q4/ branches/2018Q4/mail/rss2email2/Makefile branches/2018Q4/mail/rss2email2/files/patch-rss2email.py |