<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in mirrorselect</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>45079cdf8b517adf803db7dc7aa85e5728cfeb2f - installer: Add download.freebsd.org to mirror list</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#45079cdf8b517adf803db7dc7aa85e5728cfeb2f</link>
        <description>installer: Add download.freebsd.org to mirror listdownload.freebsd.org is backed by project mirrors and a CDN, whichshould benefit most users.Sponsored by:	The FreeBSD FoundationReviewed by:	delphij (releng)MFC after:	3 daysDifferential Revision: https://reviews.freebsd.org/D54849

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Thu, 09 Apr 2026 06:06:19 +0200</pubDate>
        <dc:creator>Li-Wen Hsu &lt;lwhsu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d44d79e577eab3e66b993c783b969b82678792d1 - bsdinstall: remove ftp.at.freebsd.org</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#d44d79e577eab3e66b993c783b969b82678792d1</link>
        <description>bsdinstall: remove ftp.at.freebsd.orgAfter ~13 years of running the ftp.at.freebsd.org community mirror isshutting down at the end of March.  Remove it from the mirrorselectscript.Reported by:	Klaus P. Ohrhallinger &lt;k@7he.at&gt;

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Sat, 28 Feb 2026 10:56:23 +0100</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2911c44bafa7daef67f528aa9af251d134f8f8ea - bsdinstall: remove two dead mirrors</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#2911c44bafa7daef67f528aa9af251d134f8f8ea</link>
        <description>bsdinstall: remove two dead mirrors

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Thu, 15 Feb 2024 14:49:33 +0100</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9c59988175ffd6b42c6927c0939e13abc43f7344 - bsdinstall: prefer HTTP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#9c59988175ffd6b42c6927c0939e13abc43f7344</link>
        <description>bsdinstall: prefer HTTPIn 2024, users are more likely to have working HTTP than working FTP.Present http://ftp.FreeBSD.org as the first option in the installer.Keep ftp://ftp.FreeBSD.org as the second option.MFC after:	3 weeks

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Thu, 15 Feb 2024 14:49:33 +0100</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0e249d32c780ee8240fe8b3b8144078a8eec41f - bsdinstall: avoid conflicts with fd 3</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#c0e249d32c780ee8240fe8b3b8144078a8eec41f</link>
        <description>bsdinstall: avoid conflicts with fd 3Throughout the bsdinstall script fd 3 is used by f_dprintf (set through$TERMINAL_STDOUT_PASSTHRU). In several places in the bsdinstalls scripts,we use fd 3 to juggle stdout when calling out to other tools, which cancause the installer to fail with a &quot;Bad file descriptor&quot; error whenf_dprintf attempts to use it.This commit replaces all constructs like this:    exec 3&gt;&amp;1    SOME_VARIABLE=$(some command 2&gt;&amp;1 1&gt;&amp;3)    exec 3&gt;&amp;-With:    exec 5&gt;&amp;1    SOME_VARIABLE=$(some command 2&gt;&amp;1 1&gt;&amp;5)    exec 5&gt;&amp;-PR:			273148Reviewed by:		corvinkFixes:			1f7746d81f53447ac15cc99395bb714d4dd0a4da (&quot;bsdinstall: stop messing with file descriptors&quot;)MFC after:		1 week

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Tue, 15 Aug 2023 17:44:02 +0200</pubDate>
        <dc:creator>Lars Kellogg-Stedman &lt;lars@oddbit.com&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>591e29117964248d4bfea639e973a12e27f96ac9 - bsdconfig, bsdinstall: Refresh mirrors list</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#591e29117964248d4bfea639e973a12e27f96ac9</link>
        <description>bsdconfig, bsdinstall: Refresh mirrors listThe mirrors list is in sync with the Handbook / Mirrors section [1],which was refreshed a few months ago. Mirrors removed were notresponding or had duplicated addresses (aliases) with another mirror.1 - https://docs.freebsd.org/en/books/handbook/mirrors/Reviewed by:	philip (clusteradm)Approved by:	philipMFC after:	1 weekDifferential Revision: https://reviews.freebsd.org/D38014

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Tue, 10 Jan 2023 02:06:57 +0100</pubDate>
        <dc:creator>Danilo G. Baio &lt;dbaio@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cc42ef5328963ee55c3305b136e9a86145f24594 - bsdinstall: allow whitelabeling the scripts</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#cc42ef5328963ee55c3305b136e9a86145f24594</link>
        <description>bsdinstall: allow whitelabeling the scriptsApproved by:		allanjude, asicilianoDifferential Revision:	https://reviews.freebsd.org/D35197Sponsored by:		Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Tue, 24 May 2022 17:49:06 +0200</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bbddd8888aa9119746d3af3af98800b359ab3b40 - bsdinstall mirrorselect: Replace dialog with bsddialog</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#bbddd8888aa9119746d3af3af98800b359ab3b40</link>
        <description>bsdinstall mirrorselect: Replace dialog with bsddialogReplace (LGPL) dialog utility with (BSD-2-Clause) bsddialog utility.Approved by:		bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D34582

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Sat, 26 Mar 2022 01:13:59 +0100</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7daa45becfd32cb38933bfdc87e8a10fc982d188 - bsdinstall: add a new mirror in Bulgaria</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#7daa45becfd32cb38933bfdc87e8a10fc982d188</link>
        <description>bsdinstall: add a new mirror in BulgariaProvided by Telepoint Mirror Service.Reported by:	Valentin Nikolov &lt;mirror@telepoint.bg&gt;MFC after:	3 days

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Thu, 17 Jun 2021 15:07:37 +0200</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e5fc416c2855d684d49bfbcc6199b54620bf1bfe - bsdinstall: remove ftp7.ua.freebsd.org mirror</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#e5fc416c2855d684d49bfbcc6199b54620bf1bfe</link>
        <description>bsdinstall: remove ftp7.ua.freebsd.org mirrorPR:		254779Reported by:	Dmytro &lt;dima@dima.rv.ua&gt;

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Tue, 06 Apr 2021 04:32:52 +0200</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ce5ab9661fad44c74f61043fc10ca09e22573e37 - bsdconfig, bsdinstall: Prune dead mirrors</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#ce5ab9661fad44c74f61043fc10ca09e22573e37</link>
        <description>bsdconfig, bsdinstall: Prune dead mirrorsPrune dead mirrors from the list of mirrors in bsdconfig and bsdinstall.All these return NXDOMAIN when trying to resolve them.Reviewed by:	emasteApproved by:	emasteMFC after:	3 daysDifferential Revision:	https://reviews.freebsd.org/D26535

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Sat, 26 Sep 2020 18:27:09 +0200</pubDate>
        <dc:creator>Niclas Zeising &lt;zeising@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91019ea7d45385dd73bc853691375c169bd5941d - Merge ^/head r358400 through r358465.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#91019ea7d45385dd73bc853691375c169bd5941d</link>
        <description>Merge ^/head r358400 through r358465.

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Sat, 29 Feb 2020 16:08:14 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>762f1f6b6844ec8f08f9cd734f0e2de927711f4d - bsdinstall: remove the Italian mirror</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#762f1f6b6844ec8f08f9cd734f0e2de927711f4d</link>
        <description>bsdinstall: remove the Italian mirrorftp.it.FreeBSD.org has been down for several years.PR:             244481Reported by:    xgeoplasma6@gmail.comMFC after:      3 days

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Fri, 28 Feb 2020 04:39:00 +0100</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6879c6c14eedbd060ba588a3129a6c60ebbe783 - Merge ^/head r339015 through r339669.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#c6879c6c14eedbd060ba588a3129a6c60ebbe783</link>
        <description>Merge ^/head r339015 through r339669.

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Tue, 23 Oct 2018 23:09:37 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c32835287967b56a6bd1f0063bb359ccf1b5f94 - MFH r338661 through r339253.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#7c32835287967b56a6bd1f0063bb359ccf1b5f94</link>
        <description>MFH r338661 through r339253.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Tue, 09 Oct 2018 16:27:55 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2ba8b5b375edc0e403c07f97a03e78bb61372958 - Fix the distribution path for -ALPHA builds, which are under</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#2ba8b5b375edc0e403c07f97a03e78bb61372958</link>
        <description>Fix the distribution path for -ALPHA builds, which are underthe snapshots directory, not releases.Reported by:	David Marec david.marec _at_ davenulle _dot_ orgApproved by:	re (rgrimes)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Mon, 08 Oct 2018 21:48:58 +0200</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>246e7a2b6494cd991b08ac669ed761ecea0cc98c - IFC @r269962</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#246e7a2b6494cd991b08ac669ed761ecea0cc98c</link>
        <description>IFC @r269962Submitted by:	Anish Gupta (akgupt3@gmail.com)

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Tue, 02 Sep 2014 06:22:42 +0200</pubDate>
        <dc:creator>Neel Natu &lt;neel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee7b0571c2c18bdec848ed2044223cc88db29bd8 - Merge head from 7/28</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#ee7b0571c2c18bdec848ed2044223cc88db29bd8</link>
        <description>Merge head from 7/28

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Tue, 19 Aug 2014 08:50:54 +0200</pubDate>
        <dc:creator>Simon J. Gerraty &lt;sjg@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1b833d535b9ce1789dca84d8bd15d22e1ed58d46 - Sync to HEAD@r269943.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/usr.sbin/bsdinstall/scripts/mirrorselect#1b833d535b9ce1789dca84d8bd15d22e1ed58d46</link>
        <description>Sync to HEAD@r269943.

            List of files:
            /freebsd/usr.sbin/bsdinstall/scripts/mirrorselect</description>
        <pubDate>Wed, 13 Aug 2014 18:20:41 +0200</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
