diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-04 13:54:23 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-04 13:54:23 -0400 |
commit | 6c49fbac47ddb2c42ee285130afea56f349a2d40 (patch) | |
tree | 285e5c0306e3484c8cbfbe5566242fe49857399d /dev-vcs | |
parent | dev-libs/libintl: stable on arm. bug #584616 (diff) | |
download | gentoo-6c49fbac47ddb2c42ee285130afea56f349a2d40.tar.gz gentoo-6c49fbac47ddb2c42ee285130afea56f349a2d40.tar.bz2 gentoo-6c49fbac47ddb2c42ee285130afea56f349a2d40.zip |
savannah: switch to https URLs
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/archway/archway-0.2.1.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch | 2 | ||||
-rw-r--r-- | dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-vcs/archway/archway-0.2.1.ebuild b/dev-vcs/archway/archway-0.2.1.ebuild index 82c895fe2978..be4ae5eff931 100644 --- a/dev-vcs/archway/archway-0.2.1.ebuild +++ b/dev-vcs/archway/archway-0.2.1.ebuild @@ -7,7 +7,7 @@ inherit eutils DESCRIPTION="A GUI for GNU Arch" HOMEPAGE="http://www.nongnu.org/archway/" -SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz" +SRC_URI="https://savannah.nongnu.org/download/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch b/dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch index d27bcc04a681..04eb03ab600d 100644 --- a/dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch +++ b/dev-vcs/cvs/files/cvs-1.12.12-getdelim.patch @@ -2,7 +2,7 @@ The function getdelim() behaves slightly different on FreeBSD, only appending to the *line buffer if line_size is 0. See: -http://savannah.nongnu.org/bugs/?29466 +https://savannah.nongnu.org/bugs/?29466 http://bugs.gentoo.org/314791 Already comitted upstream: diff --git a/dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch b/dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch index 4554b9ac912a..1dbaa51ec4c9 100644 --- a/dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch +++ b/dev-vcs/cvs/files/cvs-1.12.13.1-fix-gnulib-SEGV-vasnprintf.patch @@ -2,7 +2,7 @@ Attemt to use CVS leads to glibc crash: $ cvs up *** %n in writable segment detected *** -Fixes: http://savannah.nongnu.org/bugs/?35432 +Fixes: https://savannah.nongnu.org/bugs/?35432 Upstream gnulib commit: From 913c09becd9df89dbd9b9f386e7f35c240d5efe8 Mon Sep 17 00:00:00 2001 |