pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-rfc3986 py-rfc3986: updated to 1.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5afd0073eb4
branches:  trunk
changeset: 427053:a5afd0073eb4
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Apr 11 07:11:35 2020 +0000

description:
py-rfc3986: updated to 1.4.0

1.4.0:

Security

- Prevent users from receiving an invalid authority parsed from a malicious
  URL. Previously we did not stop parsing the authority section at the first
  backslash (``\\``) character. As a result, it was possible to trick our
  parser into parsing up to the first forward-slash (``/``) and thus
  generating an invalid authority.

Bug Fixes and Features

- Add ``from_uri`` to ``URIBuilder`` to allow creation of a ``URIBuilder``
  from an existing URI.

- Fix a typographical error in our documentation.

diffstat:

 www/py-rfc3986/Makefile |   4 ++--
 www/py-rfc3986/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r bf4b54f98a48 -r a5afd0073eb4 www/py-rfc3986/Makefile
--- a/www/py-rfc3986/Makefile   Sat Apr 11 07:09:16 2020 +0000
+++ b/www/py-rfc3986/Makefile   Sat Apr 11 07:11:35 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2020/01/08 19:58:20 adam Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/11 07:11:35 adam Exp $
 
-DISTNAME=      rfc3986-1.3.2
+DISTNAME=      rfc3986-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rfc3986/}
diff -r bf4b54f98a48 -r a5afd0073eb4 www/py-rfc3986/distinfo
--- a/www/py-rfc3986/distinfo   Sat Apr 11 07:09:16 2020 +0000
+++ b/www/py-rfc3986/distinfo   Sat Apr 11 07:11:35 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/01/08 19:58:20 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/04/11 07:11:35 adam Exp $
 
-SHA1 (rfc3986-1.3.2.tar.gz) = 58afa5113e83c744f14d075e68884b7b79004d85
-RMD160 (rfc3986-1.3.2.tar.gz) = 8db83ce5e98117b8da60a35b9c9adbc34efa5bf2
-SHA512 (rfc3986-1.3.2.tar.gz) = c086c55295d80ccf33dbfeff06059303119e7a407bfc405b7f75ec30413221ec58d3061d75fd3ca696b7acf9b1be1dfcc785e01280bf659a53be43ab1f300b15
-Size (rfc3986-1.3.2.tar.gz) = 44225 bytes
+SHA1 (rfc3986-1.4.0.tar.gz) = 73c7ca3eb801da630abfb458de69fc38087c874e
+RMD160 (rfc3986-1.4.0.tar.gz) = 439c303cbd0edd800b00e235627058c9cb11bd5b
+SHA512 (rfc3986-1.4.0.tar.gz) = dbcddc09331b794eafed8c2d7b81b7b632ba5cae2741e33ad12e781bc923427a05febd2f2715d037f35769b18c8d790546dfd4bbebe6e71d35777745e446888b
+Size (rfc3986-1.4.0.tar.gz) = 44912 bytes



Home | Main Index | Thread Index | Old Index