pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-notebook py-notebook: updated to 5.7.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/666aa2b37871
branches:  trunk
changeset: 322610:666aa2b37871
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 25 13:19:48 2019 +0000

description:
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.

diffstat:

 www/py-notebook/Makefile |   4 ++--
 www/py-notebook/PLIST    |   5 ++++-
 www/py-notebook/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 2c3e74284ee6 -r 666aa2b37871 www/py-notebook/Makefile
--- a/www/py-notebook/Makefile  Thu Apr 25 13:08:31 2019 +0000
+++ b/www/py-notebook/Makefile  Thu Apr 25 13:19:48 2019 +0000
@@ -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/}
diff -r 2c3e74284ee6 -r 666aa2b37871 www/py-notebook/PLIST
--- a/www/py-notebook/PLIST     Thu Apr 25 13:08:31 2019 +0000
+++ b/www/py-notebook/PLIST     Thu Apr 25 13:19:48 2019 +0000
@@ -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/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
diff -r 2c3e74284ee6 -r 666aa2b37871 www/py-notebook/distinfo
--- a/www/py-notebook/distinfo  Thu Apr 25 13:08:31 2019 +0000
+++ b/www/py-notebook/distinfo  Thu Apr 25 13:19:48 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index