commit:     a4bf53ff158ba677987db17e91161951560db8c0
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 21:33:04 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 21:33:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bf53ff

curl: switch to https:// URI

 media-gfx/gmic/files/gmic-1.6.5.0-makefile.patch          | 2 +-
 media-gfx/gmic/files/gmic-1.6.5.1-makefile.patch          | 2 +-
 media-plugins/gimp-gmic/files/gmic-1.6.5.0-makefile.patch | 2 +-
 media-plugins/gimp-gmic/files/gmic-1.6.5.1-makefile.patch | 2 +-
 net-misc/curl/curl-7.45.0.ebuild                          | 4 ++--
 net-misc/curl/curl-7.47.1.ebuild                          | 4 ++--
 net-misc/curl/curl-7.49.0.ebuild                          | 4 ++--
 net-misc/curl/curl-7.49.1.ebuild                          | 4 ++--
 8 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/media-gfx/gmic/files/gmic-1.6.5.0-makefile.patch 
b/media-gfx/gmic/files/gmic-1.6.5.0-makefile.patch
index 91e7528..ebf5e45 100644
--- a/media-gfx/gmic/files/gmic-1.6.5.0-makefile.patch
+++ b/media-gfx/gmic/files/gmic-1.6.5.0-makefile.patch
@@ -36,7 +36,7 @@
 +MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz
  
  # Flags to enable native support for downloading files from the network.
- # ( http://curl.haxx.se/libcurl/ )
+ # ( https://curl.haxx.se/libcurl/ )
 @@ -325,7 +324,6 @@
  
  cli:

diff --git a/media-gfx/gmic/files/gmic-1.6.5.1-makefile.patch 
b/media-gfx/gmic/files/gmic-1.6.5.1-makefile.patch
index e2d0dd3..4dfe9b7 100644
--- a/media-gfx/gmic/files/gmic-1.6.5.1-makefile.patch
+++ b/media-gfx/gmic/files/gmic-1.6.5.1-makefile.patch
@@ -35,7 +35,7 @@
 +MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz
  
  # Flags to enable native support for downloading files from the network.
- # ( http://curl.haxx.se/libcurl/ )
+ # ( https://curl.haxx.se/libcurl/ )
 @@ -308,7 +307,6 @@
  
  cli:

diff --git a/media-plugins/gimp-gmic/files/gmic-1.6.5.0-makefile.patch 
b/media-plugins/gimp-gmic/files/gmic-1.6.5.0-makefile.patch
index 91e7528..ebf5e45 100644
--- a/media-plugins/gimp-gmic/files/gmic-1.6.5.0-makefile.patch
+++ b/media-plugins/gimp-gmic/files/gmic-1.6.5.0-makefile.patch
@@ -36,7 +36,7 @@
 +MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz
  
  # Flags to enable native support for downloading files from the network.
- # ( http://curl.haxx.se/libcurl/ )
+ # ( https://curl.haxx.se/libcurl/ )
 @@ -325,7 +324,6 @@
  
  cli:

diff --git a/media-plugins/gimp-gmic/files/gmic-1.6.5.1-makefile.patch 
b/media-plugins/gimp-gmic/files/gmic-1.6.5.1-makefile.patch
index e2d0dd3..4dfe9b7 100644
--- a/media-plugins/gimp-gmic/files/gmic-1.6.5.1-makefile.patch
+++ b/media-plugins/gimp-gmic/files/gmic-1.6.5.1-makefile.patch
@@ -35,7 +35,7 @@
 +MINC2_LIBS = -lminc_io -lvolume_io2 -lminc2 -lnetcdf -lhdf5 -lz
  
  # Flags to enable native support for downloading files from the network.
- # ( http://curl.haxx.se/libcurl/ )
+ # ( https://curl.haxx.se/libcurl/ )
 @@ -308,7 +307,6 @@
  
  cli:

diff --git a/net-misc/curl/curl-7.45.0.ebuild b/net-misc/curl/curl-7.45.0.ebuild
index b29e386..6c147a8 100644
--- a/net-misc/curl/curl-7.45.0.ebuild
+++ b/net-misc/curl/curl-7.45.0.ebuild
@@ -7,8 +7,8 @@ EAPI="5"
 inherit autotools eutils prefix multilib-minimal
 
 DESCRIPTION="A Client that groks URLs"
-HOMEPAGE="http://curl.haxx.se/";
-SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2";
+HOMEPAGE="https://curl.haxx.se/";
+SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/net-misc/curl/curl-7.47.1.ebuild b/net-misc/curl/curl-7.47.1.ebuild
index 77a83d3..e23178d 100644
--- a/net-misc/curl/curl-7.47.1.ebuild
+++ b/net-misc/curl/curl-7.47.1.ebuild
@@ -7,8 +7,8 @@ EAPI="5"
 inherit autotools eutils prefix multilib-minimal
 
 DESCRIPTION="A Client that groks URLs"
-HOMEPAGE="http://curl.haxx.se/";
-SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2";
+HOMEPAGE="https://curl.haxx.se/";
+SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/net-misc/curl/curl-7.49.0.ebuild b/net-misc/curl/curl-7.49.0.ebuild
index 0624a92..8f4be9e 100644
--- a/net-misc/curl/curl-7.49.0.ebuild
+++ b/net-misc/curl/curl-7.49.0.ebuild
@@ -7,8 +7,8 @@ EAPI="5"
 inherit autotools eutils prefix multilib-minimal
 
 DESCRIPTION="A Client that groks URLs"
-HOMEPAGE="http://curl.haxx.se/";
-SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2";
+HOMEPAGE="https://curl.haxx.se/";
+SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/net-misc/curl/curl-7.49.1.ebuild b/net-misc/curl/curl-7.49.1.ebuild
index ae337f1..42592d4 100644
--- a/net-misc/curl/curl-7.49.1.ebuild
+++ b/net-misc/curl/curl-7.49.1.ebuild
@@ -7,8 +7,8 @@ EAPI="5"
 inherit autotools eutils prefix multilib-minimal
 
 DESCRIPTION="A Client that groks URLs"
-HOMEPAGE="http://curl.haxx.se/";
-SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2";
+HOMEPAGE="https://curl.haxx.se/";
+SRC_URI="https://curl.haxx.se/download/${P}.tar.bz2";
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to