aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2019-01-19 00:31:06 +0000
committerBen Hutchings <ben@decadent.org.uk>2019-01-19 00:38:42 +0000
commitd4267b09846f6f986c1ad586bd98696791711c74 (patch)
treef6edfe8301741c90f48a23b13c28750b69aa1d7a
parent9a520a5d4aca66d148ad871366fea843cb7ab845 (diff)
downloadklibc-d4267b09846f6f986c1ad586bd98696791711c74.tar.gz
[klibc] Update URLs in docs and spec file
Several URLs are no longer valid; in particular kernel.org no longer provides FTP service. Unencrypted HTTP and git transports are also insecure, and we can use HTTP-S for everything now. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--README14
-rw-r--r--klibc.spec.in4
-rw-r--r--usr/klibc/README.klibc2
3 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 6e2be32746ca1..d41c997c540e9 100644
--- a/README
+++ b/README
@@ -5,22 +5,22 @@ various platforms.
klibc is archived at:
- ftp://ftp.kernel.org/pub/linux/libs/klibc/
+ https://mirrors.kernel.org/pub/linux/libs/klibc/
There is a mailing list for klibc and early-userspace issues at:
klibc@zytor.com
- http://www.zytor.com/mailman/listinfo/klibc/
+ https://www.zytor.com/pipermail/klibc/
klibc is maintained in the git version control system. The git
repository can be viewed on the web at:
- http://www.kernel.org/git/?p=libs/klibc/klibc.git;a=summary
+ https://git.kernel.org/pub/scm/libs/klibc/klibc.git/
To clone the klibc repository using git:
- git clone git://git.kernel.org/pub/scm/libs/klibc/klibc.git <workdir>
+ git clone https://git.kernel.org/pub/scm/libs/klibc/klibc.git <workdir>
To update an already cloned tree:
@@ -28,6 +28,6 @@ To update an already cloned tree:
For more information on git, see:
- http://git.or.cz/
- http://www.kernel.org/pub/software/scm/git/docs/tutorial.html
- http://www.kernel.org/pub/software/scm/git/docs
+ https://git-scm.com/
+ https://mirrors.kernel.org/pub/software/scm/git/docs/gittutorial.html
+ https://mirrors.kernel.org/pub/software/scm/git/docs/
diff --git a/klibc.spec.in b/klibc.spec.in
index e40afc32bff85..7d78b9ab9d5be 100644
--- a/klibc.spec.in
+++ b/klibc.spec.in
@@ -4,8 +4,8 @@ Version: @@VERSION@@
Release: 1
License: BSD/GPL
Group: Development/Libraries
-URL: http://www.zytor.com/mailman/listinfo/klibc
-Source: http://www.kernel.org/pub/linux/libs/klibc-%{version}.tar.gz
+URL: https://www.zytor.com/mailman/listinfo/klibc
+Source: https://www.kernel.org/pub/linux/libs/klibc/2.0/klibc-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: kernel >= 2.6.0, kernel-devel
Packager: H. Peter Anvin <hpa@zytor.com>
diff --git a/usr/klibc/README.klibc b/usr/klibc/README.klibc
index 63a149be89831..2ed0f31ce178f 100644
--- a/usr/klibc/README.klibc
+++ b/usr/klibc/README.klibc
@@ -73,7 +73,7 @@ c) Try the test programs in the tests/ directory. They should run...
Contact the klibc mailing list:
- http://www.zytor.com/mailman/listinfo/klibc
+ https://www.zytor.com/mailman/listinfo/klibc
... for more info.