switch to d/l'ing source of freebsd-update-server to be more
secure than unauthenticated HTTP. Reviewed by: delphij
This commit is contained in:
parent
d184334c88
commit
6243e7933c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51283
1 changed files with 2 additions and 2 deletions
|
@ -126,9 +126,9 @@
|
|||
<para>Download the <link
|
||||
xlink:href="http://svnweb.freebsd.org/base/user/cperciva/freebsd-update-build/">
|
||||
freebsd-update-server</link> software by installing
|
||||
<package>devel/subversion</package>, and execute:</para>
|
||||
<package>devel/subversion</package> and <package>security/ca_root_nss</package>, and execute:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>svn co http://svn.freebsd.org/base/user/cperciva/freebsd-update-build freebsd-update-server</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>svn co https://svn.freebsd.org/base/user/cperciva/freebsd-update-build freebsd-update-server</userinput></screen>
|
||||
|
||||
<para>Update <filename>scripts/build.conf</filename>
|
||||
appropriately. It is sourced during all build
|
||||
|
|
Loading…
Reference in a new issue