> This may intersect badly with our current policy of not shipping any > CAs in base.
I objected to the conversion of http -> https in base when it started. I saw no good reason for it, and for the very reason you site, https is totally useless in base until you have installed CA's. Fetch is in base and works fine with http:, now falls over if you cut and paste any of these until you manually convert them back to http: > > Best, > Conrad > > On Fri, Jul 27, 2018 at 3:40 AM, Eitan Adler <ead...@freebsd.org> wrote: > > Author: eadler > > Date: Fri Jul 27 10:40:48 2018 > > New Revision: 336757 > > URL: https://svnweb.freebsd.org/changeset/base/336757 > > > > Log: > > Use https over http for FreeBSD pages > > > > Modified: > > head/share/man/man4/firewire.4 > > head/share/man/man7/tests.7 > > head/share/misc/bsd-family-tree > > head/sys/dev/firewire/00README > > head/sys/dev/hwpmc/pmc_events.h > > head/sys/dev/sk/if_sk.c > > head/sys/dev/sound/pci/maestro3.c > > head/sys/dev/sound/pcm/dsp.c > > head/sys/fs/nfsclient/nfs_clstate.c > > > > Modified: head/share/man/man4/firewire.4 > > ============================================================================== > > --- head/share/man/man4/firewire.4 Fri Jul 27 07:05:50 2018 > > (r336756) > > +++ head/share/man/man4/firewire.4 Fri Jul 27 10:40:48 2018 > > (r336757) > > @@ -87,7 +87,7 @@ Debugging over the firewire interace is possible with > > .Xr dcons 4 > > driver. > > Please see > > -.Pa http://wiki.freebsd.org/DebugWithDcons > > +.Pa https://wiki.freebsd.org/DebugWithDcons > > for details on how to setup debugging with firewire. > > .Sh FILES > > .Bl -tag -width "Pa /dev/fwmem0.0" -compact > > > > Modified: head/share/man/man7/tests.7 > > ============================================================================== > > --- head/share/man/man7/tests.7 Fri Jul 27 07:05:50 2018 (r336756) > > +++ head/share/man/man7/tests.7 Fri Jul 27 10:40:48 2018 (r336757) > > @@ -198,7 +198,7 @@ problem report. > > For more details please refer to: > > .Bl -bullet -offset indent -compact > > .It > > -.Lk http://lists.freebsd.org/ "FreeBSD Mailing Lists" > > +.Lk https://lists.freebsd.org/ "FreeBSD Mailing Lists" > > .It > > .Lk https://www.freebsd.org/support.html "Problem Reporting" > > .El > > > > Modified: head/share/misc/bsd-family-tree > > ============================================================================== > > --- head/share/misc/bsd-family-tree Fri Jul 27 07:05:50 2018 > > (r336756) > > +++ head/share/misc/bsd-family-tree Fri Jul 27 10:40:48 2018 > > (r336757) > > @@ -814,6 +814,6 @@ Steven M. Schultz for providing 2.8BSD, 2.10BSD, 2.11B > > > > -- > > Copyright (c) 1997-2012 Wolfram Schneider <wo...@freebsd.org> > > -URL: http://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree > > +URL: https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree > > > > $FreeBSD$ > > > > Modified: head/sys/dev/firewire/00README > > ============================================================================== > > --- head/sys/dev/firewire/00README Fri Jul 27 07:05:50 2018 > > (r336756) > > +++ head/sys/dev/firewire/00README Fri Jul 27 10:40:48 2018 > > (r336757) > > @@ -9,7 +9,7 @@ IEEE 1394 support for FreeBSD-5.X and 4.X. > > modified by Hidetoshi Shimokawa <simok...@freebsd.org>. > > Please note this driver is still under development. > > You can find latest snapshots under: > > - http://people.freebsd.org/~simokawa/ > > + https://people.freebsd.org/~simokawa/ > > named firewire-2002XXXX.tar.gz > > > > The driver consists of 6 parts: > > > > Modified: head/sys/dev/hwpmc/pmc_events.h > > ============================================================================== > > --- head/sys/dev/hwpmc/pmc_events.h Fri Jul 27 07:05:50 2018 > > (r336756) > > +++ head/sys/dev/hwpmc/pmc_events.h Fri Jul 27 10:40:48 2018 > > (r336757) > > @@ -36,7 +36,7 @@ > > * the source tree at src/share/doc/papers/hwpmc/hwpmc.ms > > * as well as on-line at: > > * > > - * http://wiki.freebsd.org/PmcTools/PmcHardwareHowTo > > + * https://wiki.freebsd.org/PmcTools/PmcHardwareHowTo > > * > > * Please refer to those resources before you attempt to modify > > * this file or the hwpmc driver/subsystem. > > > > Modified: head/sys/dev/sk/if_sk.c > > ============================================================================== > > --- head/sys/dev/sk/if_sk.c Fri Jul 27 07:05:50 2018 (r336756) > > +++ head/sys/dev/sk/if_sk.c Fri Jul 27 10:40:48 2018 (r336757) > > @@ -64,7 +64,7 @@ __FBSDID("$FreeBSD$"); > > * XMAC II datasheet online. I have put my copy at people.freebsd.org as a > > * convenience to others until Vitesse corrects this problem: > > * > > - * > > http://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf > > + * > > https://people.freebsd.org/~wpaul/SysKonnect/xmacii_datasheet_rev_c_9-29.pdf > > * > > * Written by Bill Paul <wp...@ee.columbia.edu> > > * Department of Electrical Engineering > > > > Modified: head/sys/dev/sound/pci/maestro3.c > > ============================================================================== > > --- head/sys/dev/sound/pci/maestro3.c Fri Jul 27 07:05:50 2018 > > (r336756) > > +++ head/sys/dev/sound/pci/maestro3.c Fri Jul 27 10:40:48 2018 > > (r336757) > > @@ -45,7 +45,7 @@ > > * <z...@zabbo.net>, http://www.zabbo.net/maestro3 > > * > > * Cameron Grant created the pcm framework used here nearly verbatim. > > - * <c...@freebsd.org>, http://people.freebsd.org/~cg/template.c > > + * <c...@freebsd.org>, https://people.freebsd.org/~cg/template.c > > * > > * Taku YAMAMOTO for his Maestro-1/2 FreeBSD driver and sanity reference. > > * <t...@cent.saitama-u.ac.jp> > > > > Modified: head/sys/dev/sound/pcm/dsp.c > > ============================================================================== > > --- head/sys/dev/sound/pcm/dsp.c Fri Jul 27 07:05:50 2018 > > (r336756) > > +++ head/sys/dev/sound/pcm/dsp.c Fri Jul 27 10:40:48 2018 > > (r336757) > > @@ -2222,7 +2222,7 @@ dsp_mmap_single(struct cdev *i_dev, vm_ooffset_t *offs > > * Unfortunately, we have to give up this one due to linux_mmap > > * changes. > > * > > - * > > http://lists.freebsd.org/pipermail/freebsd-emulation/2007-June/003698.html > > + * > > https://lists.freebsd.org/pipermail/freebsd-emulation/2007-June/003698.html > > * > > */ > > #ifdef SV_ABI_LINUX > > > > Modified: head/sys/fs/nfsclient/nfs_clstate.c > > ============================================================================== > > --- head/sys/fs/nfsclient/nfs_clstate.c Fri Jul 27 07:05:50 2018 > > (r336756) > > +++ head/sys/fs/nfsclient/nfs_clstate.c Fri Jul 27 10:40:48 2018 > > (r336757) > > @@ -1890,8 +1890,7 @@ nfscl_umount(struct nfsmount *nmp, NFSPROC_T *p) > > * mutex for NFSLOCKCLSTATE(), so it is "m" for the following > > * explanation, courtesy of Alan Cox. > > * What follows is a snippet from Alan Cox's email at: > > - * http://docs.FreeBSD.org/cgi/ > > - * mid.cgi?BANLkTikR3d65zPHo9==08ZfJ2vmqZucEvw > > + * > > https://docs.FreeBSD.org/cgi/mid.cgi?BANLkTikR3d65zPHo9==08ZfJ2vmqZucEvw > > * > > * 1. Set MNTK_UNMOUNTF > > * 2. Acquire a standard FreeBSD mutex "m". > > > > -- Rod Grimes rgri...@freebsd.org _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"