pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc/guide/files
Module Name: pkgsrc
Committed By: sevan
Date: Wed Apr 3 15:41:06 UTC 2019
Modified Files:
pkgsrc/doc/guide/files: using.xml
Log Message:
Switch to using cdn.NetBSD.org
pkg-vulnerabilities file is fetched from ftp.NetBSD.org via http, see
tnf_vulnerability_base in pkgtools/pkg_install/files/lib/parse-config.c
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/doc/guide/files/using.xml
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/guide/files/using.xml
diff -u pkgsrc/doc/guide/files/using.xml:1.45 pkgsrc/doc/guide/files/using.xml:1.46
--- pkgsrc/doc/guide/files/using.xml:1.45 Tue Sep 26 10:26:59 2017
+++ pkgsrc/doc/guide/files/using.xml Wed Apr 3 15:41:06 2019
@@ -1,4 +1,4 @@
-<!-- $NetBSD: using.xml,v 1.45 2017/09/26 10:26:59 wiz Exp $ -->
+<!-- $NetBSD: using.xml,v 1.46 2019/04/03 15:41:06 sevan Exp $ -->
<chapter id="using"> <?dbhtml filename="using.html"?>
<title>Using pkgsrc</title>
@@ -13,8 +13,8 @@ and you can still use binary packages fr
<sect1 id="using-pkg">
<title>Using binary packages</title>
- <para>On the <ulink url="ftp://ftp.NetBSD.org/">ftp.NetBSD.org</ulink>
- server and its mirrors, there are collections of binary packages,
+ <para>On the <ulink url="https://cdn.NetBSD.org/">cdn.NetBSD.org</ulink>
+ site and mirrors, there are collections of binary packages,
ready to be installed. These binary packages have been built using the
default settings for the directories, that is:</para>
@@ -35,7 +35,7 @@ and you can still use binary packages fr
<para>To install binary packages, you first need to know from where
to get them. The first place where you should look is on the main
pkgsrc FTP server in the directory <ulink
- url="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/"><filename>/pub/pkgsrc/packages</filename></ulink>.</para>
+ url="https://cdn.NetBSD.org/pub/pkgsrc/packages/"><filename>/pub/pkgsrc/packages</filename></ulink>.</para>
<para>This directory contains binary packages for multiple
platforms. First, select your operating system. (Ignore the
@@ -67,7 +67,7 @@ and you can still use binary packages fr
<screen>
&rprompt; <userinput>PATH="/usr/pkg/sbin:$PATH"</userinput>
-&rprompt; <userinput>PKG_PATH="ftp://ftp.NetBSD.org/pub/pkgsrc/packages/<replaceable>OPSYS</replaceable>/<replaceable>ARCH</replaceable>/<replaceable>VERSIONS</replaceable>/All/"</userinput>
+&rprompt; <userinput>PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/<replaceable>OPSYS</replaceable>/<replaceable>ARCH</replaceable>/<replaceable>VERSIONS</replaceable>/All/"</userinput>
&rprompt; <userinput>export PATH PKG_PATH</userinput>
</screen>
@@ -142,7 +142,7 @@ and you can still use binary packages fr
The NetBSD Security-Officer and Packages Groups maintain a list of
known security vulnerabilities to packages which are (or have been)
included in pkgsrc. The list is available from the NetBSD
- FTP site at <ulink url="ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/vulnerabilities"/>.
+ FTP site at <ulink url="http://ftp.NetBSD.org/pub/pkgsrc/distfiles/vulnerabilities"/>.
</para>
<para>
@@ -167,7 +167,7 @@ and you can still use binary packages fr
<para>
You may wish to have the
- <ulink url="ftp://ftp.NetBSD.org/pub/pkgsrc/distfiles/vulnerabilities">vulnerabilities</ulink>
+ <ulink url="http://ftp.NetBSD.org/pub/pkgsrc/distfiles/vulnerabilities">vulnerabilities</ulink>
file downloaded daily so that
it remains current. This may be done by adding an appropriate entry
to the root users &man.crontab.5; entry. For example the entry
Home |
Main Index |
Thread Index |
Old Index