-update to 5.0.1
changes: fixes for issues: -invalid text in XML declaration causes sanitizer to crash -sanitization can be bypassed by malformed XML comments -sanitizer doesn't strip unsafe URI schemes -add test target
This commit is contained in:
parent
ff5eccf7b4
commit
07dc2b9411
2 changed files with 9 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.16 2011/01/28 01:41:06 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2011/03/16 16:43:35 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= feedparser-5.0
|
||||
DISTNAME= feedparser-5.0.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= http://feedparser.googlecode.com/files/
|
||||
|
@ -16,5 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}/feedparser && ${PYTHONBIN} feedparsertest.py
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.10 2011/01/28 01:41:06 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.11 2011/03/16 16:43:35 drochner Exp $
|
||||
|
||||
SHA1 (feedparser-5.0.zip) = ea71e12462d7e871fca936589802c7e6db0663f4
|
||||
RMD160 (feedparser-5.0.zip) = b19fd387b178cf6fd5ddf7f75f0abb1f0162d610
|
||||
Size (feedparser-5.0.zip) = 2002639 bytes
|
||||
SHA1 (feedparser-5.0.1.zip) = 6b6840030718fc768790d45c54aaabc49ed30f55
|
||||
RMD160 (feedparser-5.0.1.zip) = 6c3001b53bd4b227cb435fdec6578f3d3f8853db
|
||||
Size (feedparser-5.0.1.zip) = 2022807 bytes
|
||||
|
|
Loading…
Reference in a new issue