[Python-modules-commits] [django-anymail] 04/04: Update debian/watch and debian/copyright to use secure URIs
Scott Kitterman
kitterman at moszumanska.debian.org
Sat Feb 3 16:24:29 UTC 2018
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch debian/master
in repository django-anymail.
commit cb59de8c296cae974de6bfffad845cd362bf71e9
Author: Scott Kitterman <scott at kitterman.com>
Date: Sat Feb 3 11:24:10 2018 -0500
Update debian/watch and debian/copyright to use secure URIs
---
debian/changelog | 3 ++-
debian/copyright | 2 +-
debian/watch | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f411091..ef01178 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ django-anymail (1.3-1) unstable; urgency=medium
- Includes security fix for timing attack on WEBHOOK_AUTHORIZATION secret
(no CVE assigned) as described in
https://github.com/anymail/django-anymail/releases/tag/v1.2.1
+ * Update debian/watch and debian/copyright to use secure URIs
- -- Scott Kitterman <scott at kitterman.com> Sat, 03 Feb 2018 11:17:13 -0500
+ -- Scott Kitterman <scott at kitterman.com> Sat, 03 Feb 2018 11:23:43 -0500
django-anymail (1.2-1) unstable; urgency=medium
diff --git a/debian/copyright b/debian/copyright
index 82b1117..bf4d96b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Django Anymail
Upstream-Contact: Mike Edmunds <medmunds at gmail.com>
Source: https://github.com/anymail/django-anymail
diff --git a/debian/watch b/debian/watch
index 73f6ca7..90115bd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
version=3
opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/django-anymail/django-anymail-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://pypi.debian.net/django-anymail/django-anymail-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-anymail.git
More information about the Python-modules-commits
mailing list