Received: by mail.netbsd.org (Postfix, from userid 605) id 82DF384D5D; Tue, 4 Feb 2020 00:18:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C36084D36 for ; Tue, 4 Feb 2020 00:18:03 +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 2JTSfmk-rIws for ; Tue, 4 Feb 2020 00:18:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6A9A784CDB for ; Tue, 4 Feb 2020 00:18:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64051FBF4; Tue, 4 Feb 2020 00:18:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15807754824890" MIME-Version: 1.0 Date: Tue, 4 Feb 2020 00:18:02 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/www/py-feedgen To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20200204001802.64051FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15807754824890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Tue Feb 4 00:18:02 UTC 2020 Modified Files: pkgsrc/www/py-feedgen: Makefile PLIST distinfo Log Message: www/py-feedgen: Update to 0.9.0 This version fixes a DoS vulnerability (CVE-2020-5227). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-feedgen/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-feedgen/PLIST \ pkgsrc/www/py-feedgen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15807754824890 Content-Disposition: inline Content-Length: 4170 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-feedgen/Makefile diff -u pkgsrc/www/py-feedgen/Makefile:1.2 pkgsrc/www/py-feedgen/Makefile:1.3 --- pkgsrc/www/py-feedgen/Makefile:1.2 Sun Aug 28 15:48:36 2016 +++ pkgsrc/www/py-feedgen/Makefile Tue Feb 4 00:18:02 2020 @@ -1,20 +1,19 @@ -# $NetBSD: Makefile,v 1.2 2016/08/28 15:48:36 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2020/02/04 00:18:02 minskim Exp $ -DISTNAME= v0.3.2 -PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT:S/python-//}-${DISTNAME:S/v//} -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_GITHUB:=lkiesow/} -GITHUB_PROJECT= python-feedgen -GITHUB_TAG= ${DISTNAME} -DIST_SUBDIR= ${GITHUB_PROJECT} +DISTNAME= feedgen-0.9.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www python +MASTER_SITES= ${MASTER_SITE_PYPI:=f/feedgen/} MAINTAINER= minskim@NetBSD.org -HOMEPAGE= ${MASTER_SITE_GITHUB:=lkiesow/python-feedgen/} -COMMENT= Python module to generate ATOM feeds, RSS feeds, and Podcasts +HOMEPAGE= https://lkiesow.github.io/python-feedgen +COMMENT= Feed Generator (ATOM, RSS, Podcasts) LICENSE= 2-clause-bsd DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml -.include "../../lang/python/distutils.mk" +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-feedgen/PLIST diff -u pkgsrc/www/py-feedgen/PLIST:1.1 pkgsrc/www/py-feedgen/PLIST:1.2 --- pkgsrc/www/py-feedgen/PLIST:1.1 Wed Aug 17 01:01:22 2016 +++ pkgsrc/www/py-feedgen/PLIST Tue Feb 4 00:18:02 2020 @@ -1,5 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1 2016/08/17 01:01:22 minskim Exp $ -${PYSITELIB}/feedgen-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info +@comment $NetBSD: PLIST,v 1.2 2020/02/04 00:18:02 minskim Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/feedgen/__init__.py ${PYSITELIB}/feedgen/__init__.pyc ${PYSITELIB}/feedgen/__init__.pyo @@ -21,6 +25,15 @@ ${PYSITELIB}/feedgen/ext/base.pyo ${PYSITELIB}/feedgen/ext/dc.py ${PYSITELIB}/feedgen/ext/dc.pyc ${PYSITELIB}/feedgen/ext/dc.pyo +${PYSITELIB}/feedgen/ext/geo.py +${PYSITELIB}/feedgen/ext/geo.pyc +${PYSITELIB}/feedgen/ext/geo.pyo +${PYSITELIB}/feedgen/ext/geo_entry.py +${PYSITELIB}/feedgen/ext/geo_entry.pyc +${PYSITELIB}/feedgen/ext/geo_entry.pyo +${PYSITELIB}/feedgen/ext/media.py +${PYSITELIB}/feedgen/ext/media.pyc +${PYSITELIB}/feedgen/ext/media.pyo ${PYSITELIB}/feedgen/ext/podcast.py ${PYSITELIB}/feedgen/ext/podcast.pyc ${PYSITELIB}/feedgen/ext/podcast.pyo @@ -30,6 +43,9 @@ ${PYSITELIB}/feedgen/ext/podcast_entry.p ${PYSITELIB}/feedgen/ext/syndication.py ${PYSITELIB}/feedgen/ext/syndication.pyc ${PYSITELIB}/feedgen/ext/syndication.pyo +${PYSITELIB}/feedgen/ext/torrent.py +${PYSITELIB}/feedgen/ext/torrent.pyc +${PYSITELIB}/feedgen/ext/torrent.pyo ${PYSITELIB}/feedgen/feed.py ${PYSITELIB}/feedgen/feed.pyc ${PYSITELIB}/feedgen/feed.pyo Index: pkgsrc/www/py-feedgen/distinfo diff -u pkgsrc/www/py-feedgen/distinfo:1.1 pkgsrc/www/py-feedgen/distinfo:1.2 --- pkgsrc/www/py-feedgen/distinfo:1.1 Wed Aug 17 01:01:22 2016 +++ pkgsrc/www/py-feedgen/distinfo Tue Feb 4 00:18:02 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/08/17 01:01:22 minskim Exp $ +$NetBSD: distinfo,v 1.2 2020/02/04 00:18:02 minskim Exp $ -SHA1 (python-feedgen/v0.3.2.tar.gz) = 4fdf62276134438cf4bc5802fef0ab07a017ad4d -RMD160 (python-feedgen/v0.3.2.tar.gz) = 96ee1a2b146a50c53743e29192cd11aae091f363 -SHA512 (python-feedgen/v0.3.2.tar.gz) = 2bcaf707daf2ea24b0534a0fd8707d9d12ca709f84a554d05e83f7eebb3d595989535aa44c8ae93531cb358b3774402d80b9d5897428eed44ef5f5c54984bde7 -Size (python-feedgen/v0.3.2.tar.gz) = 42953 bytes +SHA1 (feedgen-0.9.0.tar.gz) = 9da79674d8d1b0a830066f0e8d7dcd9f23db98f1 +RMD160 (feedgen-0.9.0.tar.gz) = ebcc5aa289c6f2d17d7d77b03d9ea3e739bd967e +SHA512 (feedgen-0.9.0.tar.gz) = fca43ad43656b6a63c7489a8c8d4e9dd46182e2ecaead988d978014a29bec87e1cfbaae962907fae6373a759e8ab68ea2dfed8fa538d2deba7eaa5298c07af1d +Size (feedgen-0.9.0.tar.gz) = 217925 bytes --_----------=_15807754824890--