summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-25 21:53:10 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-25 21:53:10 +0100
commitae0528b01b8d26bedb08c08b38927290420b8422 (patch)
treeb4d167cde55fbe4490e11a397e68513341f5ca94
parent2e2ff851a88b1910e05d78d5bbccffcc5af28013 (diff)
Change to secure URIs; Switch from SSLv23_client_method to TLS_client_method
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
-rw-r--r--debian/copyright2
-rw-r--r--debian/patches/0130_openssl.patch2
-rw-r--r--debian/watch2
5 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index b459719..78e09ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ argyll (2.0.0+repack-1) UNRELEASED; urgency=medium
* debian/rules:
- Add script to remove executable flag from upstream source.
* Declare compliance with Debian Policy 4.1.1. (No changes needed).
+ * Change to secure URI.
+ - Homepage in debian/copyright, debian/watch and debian/control.
+ * debian/patches/0130_openssl.patch:
+ - Switch from SSLv23_client_method to TLS_client_method (Closes: #871427).
-- Jörg Frings-Fürst <debian@jff.email> Sat, 25 Nov 2017 10:10:30 +0100
diff --git a/debian/control b/debian/control
index 8ce395d..7368f11 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Build-Depends:
x11proto-scrnsaver-dev,
x11proto-xf86vidmode-dev,
zlib1g-dev
-Homepage: http://www.argyllcms.com/
+Homepage: https://www.argyllcms.com/
Vcs-Git: git://anonscm.debian.org/collab-maint/argyll.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/argyll.git
diff --git a/debian/copyright b/debian/copyright
index b1455cd..d2c43af 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ArgyllCMS
Upstream-Contact: Graeme W. Gill <Graeme@argyllcms.com>
-Source: http://www.argyllcms.com/
+Source: https://www.argyllcms.com/
Files-Excluded: yajl/yajl_test.exe
yajl/yajl_test.obj
usb/bin/*
diff --git a/debian/patches/0130_openssl.patch b/debian/patches/0130_openssl.patch
index b938ddc..5e000ee 100644
--- a/debian/patches/0130_openssl.patch
+++ b/debian/patches/0130_openssl.patch
@@ -13,7 +13,7 @@ Index: trunk/ccast/ccpacket.c
#else
// Want to use TLS_client_method(), but older OpenSSL doesn't have it...
- if ((p->ctx = SSL_CTX_new(TLSv1_client_method())) == NULL)
-+ if ((p->ctx = SSL_CTX_new(SSLv23_client_method())) == NULL)
++ if ((p->ctx = SSL_CTX_new(TLS_client_method())) == NULL)
#endif
{
DBG((g_log,0, "connect ssl_ctx_new failed\n"))
diff --git a/debian/watch b/debian/watch
index 22723ec..8592949 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,4 +2,4 @@ version=4
#opts="dversionmangle=s/\+repack\d+$//" http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip
opts=dversionmangle=s/\+repack(.*)//,repacksuffix=+repack,compression=xz \
-http://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip
+https://www.argyllcms.com/downloadsrc.html Argyll_V(.*)_src\.zip