[Pkg-javascript-commits] [node-cipher-base] 11/13: New upstream version
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Aug 12 21:30:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-cipher-base.
commit f149d87f0a746946dae6c67316663ca8b75213bd
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sat Aug 12 23:25:43 2017 +0200
New upstream version
---
debian/changelog | 8 ++++++++
debian/control | 2 ++
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 44f2a09..3b94321 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+node-cipher-base (1.0.4-1) unstable; urgency=medium
+
+ * New upstream version:
+ + Use safe buffer in order to improve security
+ * Bump policy: no change
+
+ -- Bastien Roucariès <rouca at debian.org> Sat, 12 Aug 2017 23:24:50 +0200
+
node-cipher-base (1.0.3-1) unstable; urgency=low
* Initial release (Closes: #854114)
diff --git a/debian/control b/debian/control
index 494f97d..56a22a6 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends:
, dpkg-dev (>= 1.17.14)
, node-tape (>= 4.6) <!nocheck>
, node-inherits (>= 2.0.1) <!nocheck>
+ , node-safe-buffer (>=5.0.1) <!nocheck>
Standards-Version: 3.9.8
Homepage: https://github.com/crypto-browserify/cipher-base#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-cipher-base.git
@@ -21,6 +22,7 @@ Depends:
${misc:Depends}
, nodejs (>= 4.7)
, node-inherits (>= 2.0.1)
+ , node-safe-buffer (>=5.0.1)
Description: abstract base class for crypto-streams
This module implements an abstract base class to inherit from,
for creating node crypto streams.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cipher-base.git
More information about the Pkg-javascript-commits
mailing list