summaryrefslogtreecommitdiff
path: root/p/haskell-x509-validation
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-x509-validation')
-rw-r--r--p/haskell-x509-validation/debian/changelog6
-rw-r--r--p/haskell-x509-validation/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/haskell-x509-validation/debian/changelog b/p/haskell-x509-validation/debian/changelog
index d62c60af2..5fa8f6ec2 100644
--- a/p/haskell-x509-validation/debian/changelog
+++ b/p/haskell-x509-validation/debian/changelog
@@ -1,3 +1,9 @@
+haskell-x509-validation (1.6.3-2) UNRELEASED; urgency=medium
+
+ * Use secure (https) uri in Vcs-Git field in 'debian/control'
+
+ -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:36:32 +0300
+
haskell-x509-validation (1.6.3-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-x509-validation/debian/control b/p/haskell-x509-validation/debian/control
index 0a50d451a..83f3991e7 100644
--- a/p/haskell-x509-validation/debian/control
+++ b/p/haskell-x509-validation/debian/control
@@ -50,7 +50,7 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.6
Homepage: http://github.com/vincenthz/hs-certificate
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
-Vcs-Git: git://git.debian.org/git/pkg-haskell/DHG_packages.git
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
X-Description: X.509 certificate and CRL validation
X.509 certificate/CRL checks and validations routines, following
RFC5280 / RFC6818.