pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-notebook



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 25 13:19:48 UTC 2019

Modified Files:
        pkgsrc/www/py-notebook: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-notebook/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-notebook/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-notebook/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-notebook/Makefile
diff -u pkgsrc/www/py-notebook/Makefile:1.13 pkgsrc/www/py-notebook/Makefile:1.14
--- pkgsrc/www/py-notebook/Makefile:1.13        Fri Mar 22 17:55:05 2019
+++ pkgsrc/www/py-notebook/Makefile     Thu Apr 25 13:19:48 2019
@@ -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/}

Index: pkgsrc/www/py-notebook/PLIST
diff -u pkgsrc/www/py-notebook/PLIST:1.8 pkgsrc/www/py-notebook/PLIST:1.9
--- pkgsrc/www/py-notebook/PLIST:1.8    Wed Jan  2 15:32:41 2019
+++ pkgsrc/www/py-notebook/PLIST        Thu Apr 25 13:19:48 2019
@@ -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

Index: pkgsrc/www/py-notebook/distinfo
diff -u pkgsrc/www/py-notebook/distinfo:1.9 pkgsrc/www/py-notebook/distinfo:1.10
--- pkgsrc/www/py-notebook/distinfo:1.9 Fri Mar 22 17:55:05 2019
+++ pkgsrc/www/py-notebook/distinfo     Thu Apr 25 13:19:48 2019
@@ -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