Received: by mail.netbsd.org (Postfix, from userid 605) id 5DDB484D84; Sat, 27 Aug 2022 04:40:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9719D84D46 for ; Sat, 27 Aug 2022 04:40:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rZGPmSgPkAt5 for ; Sat, 27 Aug 2022 04:40:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E871184D27 for ; Sat, 27 Aug 2022 04:40:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7601F9F3; Sat, 27 Aug 2022 04:40:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661575223228930" MIME-Version: 1.0 Date: Sat, 27 Aug 2022 04:40:23 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/mail/rss2email To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220827044023.D7601F9F3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661575223228930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Aug 27 04:40:23 UTC 2022 Modified Files: pkgsrc/mail/rss2email: Makefile distinfo Log Message: Update to 3.14. From the changelog: * 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: * Configurations that came to rely on the `feedparser` UA string should adjust to the updated UA string going forward. * 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. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 pkgsrc/mail/rss2email/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/mail/rss2email/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661575223228930 Content-Disposition: inline Content-Length: 1791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mail/rss2email/Makefile diff -u pkgsrc/mail/rss2email/Makefile:1.57 pkgsrc/mail/rss2email/Makefile:1.58 --- pkgsrc/mail/rss2email/Makefile:1.57 Thu Jun 30 11:18:35 2022 +++ pkgsrc/mail/rss2email/Makefile Sat Aug 27 04:40:23 2022 @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.57 2022/06/30 11:18:35 nia Exp $ +# $NetBSD: Makefile,v 1.58 2022/08/27 04:40:23 schmonz Exp $ -DISTNAME= rss2email-3.13.1 -PKGREVISION= 2 +DISTNAME= ${GITHUB_PROJECT}-3.14 CATEGORIES= mail python MASTER_SITES= ${MASTER_SITE_GITHUB:=rss2email/} +GITHUB_PROJECT= rss2email GITHUB_TAG= v${PKGVERSION_NOREV} -DIST_SUBDIR= ${PKGNAME_NOREV} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= https://github.com/rss2email/rss2email/ Index: pkgsrc/mail/rss2email/distinfo diff -u pkgsrc/mail/rss2email/distinfo:1.39 pkgsrc/mail/rss2email/distinfo:1.40 --- pkgsrc/mail/rss2email/distinfo:1.39 Tue Oct 26 10:54:27 2021 +++ pkgsrc/mail/rss2email/distinfo Sat Aug 27 04:40:23 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2021/10/26 10:54:27 nia Exp $ +$NetBSD: distinfo,v 1.40 2022/08/27 04:40:23 schmonz Exp $ -BLAKE2s (rss2email-3.13.1/rss2email-3.13.1.tar.gz) = f605e2373cf7b98e74b2622170a5106612de9878d5699488195a4556b7808bf4 -SHA512 (rss2email-3.13.1/rss2email-3.13.1.tar.gz) = fbfd47c3512fc86a4db692245f7765281515b733cfd9bb13e8f7d225c8fe20a816469be2f1f9e71e925216686e6f470349c16573ab9c662d8e2b4e9d1b6debe6 -Size (rss2email-3.13.1/rss2email-3.13.1.tar.gz) = 159108 bytes +BLAKE2s (rss2email-3.14.tar.gz) = 56d9235341f936e616988ba877dba4878214f24b6bbcfdd7ae9ed81f14e07f31 +SHA512 (rss2email-3.14.tar.gz) = 42308a3ae2bfe3adaf4b904983c2270a162d268ce5f4357d853a7ba74814d97dc5dc66d7d94ef6b3fbe510e8368361f63a99de814d3388f37b190fa63594a727 +Size (rss2email-3.14.tar.gz) = 175600 bytes --_----------=_1661575223228930--