py-notebook: updated to 5.7.8

5.7.8
- Fix regression in restarting kernels in 5.7.5.
  The restart handler would return before restart was completed.
- Further improve compatibility with tornado 6 with improved
  checks for when websockets are closed.
- Fix regression in 5.7.6 on Windows where .js files could have the wrong mime-type.
- Fix Open Redirect vulnerability (CVE-2019-10255)
  where certain malicious URLs could redirect from the Jupyter login page
  to a malicious site after a successful login.
  5.7.7 contained only a partial fix for this issue.
This commit is contained in:
adam 2019-04-25 13:19:48 +00:00
parent baf17776bb
commit 223ca9adc1
3 changed files with 11 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.13 2019/03/22 17:55:05 adam Exp $
# $NetBSD: Makefile,v 1.14 2019/04/25 13:19:48 adam Exp $
DISTNAME= notebook-5.7.6
DISTNAME= notebook-5.7.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=n/notebook/}

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2019/01/02 15:32:41 adam Exp $
@comment $NetBSD: PLIST,v 1.9 2019/04/25 13:19:48 adam Exp $
bin/jupyter-bundlerextension-${PYVERSSUFFIX}
bin/jupyter-nbextension-${PYVERSSUFFIX}
bin/jupyter-notebook-${PYVERSSUFFIX}
@ -43,6 +43,9 @@ ${PYSITELIB}/notebook/auth/security.pyo
${PYSITELIB}/notebook/auth/tests/__init__.py
${PYSITELIB}/notebook/auth/tests/__init__.pyc
${PYSITELIB}/notebook/auth/tests/__init__.pyo
${PYSITELIB}/notebook/auth/tests/test_login.py
${PYSITELIB}/notebook/auth/tests/test_login.pyc
${PYSITELIB}/notebook/auth/tests/test_login.pyo
${PYSITELIB}/notebook/auth/tests/test_security.py
${PYSITELIB}/notebook/auth/tests/test_security.pyc
${PYSITELIB}/notebook/auth/tests/test_security.pyo

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2019/03/22 17:55:05 adam Exp $
$NetBSD: distinfo,v 1.10 2019/04/25 13:19:48 adam Exp $
SHA1 (notebook-5.7.6.tar.gz) = f6d31d620b2817ca99e9e0f6685543effdc4185f
RMD160 (notebook-5.7.6.tar.gz) = bfe058dcc54e0be016df47ca8f3837a09f89c54f
SHA512 (notebook-5.7.6.tar.gz) = 3382dad95a0fd3de99b96c3a05a0d931fd99829320ef38760e70193b4162d4168459463d399fc066d5606e292462fee0c663ba7763b6f6834fce2c749533a017
Size (notebook-5.7.6.tar.gz) = 13369646 bytes
SHA1 (notebook-5.7.8.tar.gz) = 99a2236320a503b7b32b9bfc51cd5d3537d70637
RMD160 (notebook-5.7.8.tar.gz) = 4e6a19afed2729b93308f7eadfe971e22d4afeb0
SHA512 (notebook-5.7.8.tar.gz) = 1cccb23ce6810df85b3b600c0e2e5d6599be5551ea5243c7b1a9c73ed45c34dea8b16b0fbb3624aefb9eda848bce2fdcea1f3add8df3f00a90c13a9b01ea3f07
Size (notebook-5.7.8.tar.gz) = 13371684 bytes