[Pkg-javascript-commits] [node-ws] 01/01: Use secure links for Vcs-* fields.

Ximin Luo infinity0 at debian.org
Tue Jan 5 16:24:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository node-ws.

commit 9665dd9f6a2132ec78476becf631c3d465ee0b2e
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Jan 5 17:23:38 2016 +0100

    Use secure links for Vcs-* fields.
    
    Even though the data is public, the fact that a particular person is reading
    the data does not need to be public. Also, plaintext protocols are susceptible
    to injection attacks.
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6bbe0cf..d27fd17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+node-ws (1.0.0+ds1.e6ddaae4-2) UNRELEASED; urgency=medium
+
+  * Use secure links for Vcs-* fields.
+
+ -- Ximin Luo <infinity0 at debian.org>  Tue, 05 Jan 2016 17:22:58 +0100
+
 node-ws (1.0.0+ds1.e6ddaae4-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 8d1f280..beceb61 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Build-Depends:
  node-tinycolor
 Standards-Version: 3.9.6
 Homepage: https://github.com/websockets/ws
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-ws.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-ws.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-ws.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-ws.git
 
 Package: node-ws
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ws.git



More information about the Pkg-javascript-commits mailing list