<?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 .gitignore</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2c72d8219c5679490c3becad8118ea5c8950b893 - Vendor import of OpenSSH 10.3p1</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#2c72d8219c5679490c3becad8118ea5c8950b893</link>
        <description>Vendor import of OpenSSH 10.3p1Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Mon, 06 Apr 2026 15:03:29 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6409980cbba7323bd1c86249ed16f8bea9fa5490 - Vendor import of OpenSSH 10.1p1</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#6409980cbba7323bd1c86249ed16f8bea9fa5490</link>
        <description>Vendor import of OpenSSH 10.1p1

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Mon, 06 Oct 2025 14:29:14 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0427abbc78cf28d98d8f1393669ba96e4018a77b - Vendor import of libcbor 0.13.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#0427abbc78cf28d98d8f1393669ba96e4018a77b</link>
        <description>Vendor import of libcbor 0.13.0Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Sun, 22 Mar 2026 15:31:52 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aa1599ed2bad271ece23ac2d2ca14c6540fa5ffa - Vendor import of libcbor 0.12.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#aa1599ed2bad271ece23ac2d2ca14c6540fa5ffa</link>
        <description>Vendor import of libcbor 0.12.0Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Sun, 22 Mar 2026 15:31:02 +0100</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4544f34f2d30ee63ab1eec9fa52c31bd92d457ca - .gitignore: ignore additional unwanted files</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#4544f34f2d30ee63ab1eec9fa52c31bd92d457ca</link>
        <description>.gitignore: ignore additional unwanted filesIgnore more files generated by toolchains, e.g., `.pico`, etc. Ignore the`.DS_Store` produced by macOS as well because all they provide isadditional file metadata that shouldn&apos;t be committed to `git`.MFC after:	1 weekDifferential Revision:	https://reviews.freebsd.org/D55096

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Wed, 04 Feb 2026 08:39:03 +0100</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3a4c29b5bed4ea20266ad9371fbfdc6bca088f92 - GoogleTest: import 1.17.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#3a4c29b5bed4ea20266ad9371fbfdc6bca088f92</link>
        <description>GoogleTest: import 1.17.0The changes between the two versions can be found in this diff of thetwo release tags:https://github.com/google/googletest/compare/v1.15.2...v1.17.0One notable change is that GoogleTest 1.17.0 now requires C++-17 tobuild.

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Fri, 26 Sep 2025 09:39:07 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>653f765f05b8c7e3908ae92e9bf61522a50cefc9 - contrib/bsddialog: Import version 1.0.5</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#653f765f05b8c7e3908ae92e9bf61522a50cefc9</link>
        <description>contrib/bsddialog: Import version 1.0.5Version for change and feature requests.* Improve documentation for --alternate-screen and --normal-screen.  Request: https://bugs.freebsd.org/285459. (This PR is not about  bsddialog itself but is used as an example for an official FreeBSD  documentation request.)* Reduce the number of screen refreshes to improve performance over a  115200 UART connection.  Request: https://gitlab.com/alfix/bsddialog/-/issues/8.* Change textbox buttons to return distinct values (previously always  returned OK).  Request: https://reviews.freebsd.org/D48668; already committed in  contrib/ 96a241a35905078bdc5d20bf25943cdb67758dea* Change forms navigation key behavior for ENTER and TAB.  Request: https://bugs.freebsd.org/287592.Refer to /usr/src/contrib/bsddialog/CHANGELOG to know more.PR:		287592Reported by:	adrianSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Thu, 09 Oct 2025 17:31:26 +0200</pubDate>
        <dc:creator>Alfonso S. Siciliano &lt;asiciliano@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dd8c666d8b78f6b9ddb691f0505837fa885ff3b4 - src.sys.mk: Support src.conf in SRCTOP</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#dd8c666d8b78f6b9ddb691f0505837fa885ff3b4</link>
        <description>src.sys.mk: Support src.conf in SRCTOPIf SRCCONF is not defined and src.conf exists at the top level of thesource tree, use that instead of /etc/src.conf.MFC after:	3 daysReviewed by:	kevans, impDifferential Revision:	https://reviews.freebsd.org/D52470

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Wed, 10 Sep 2025 18:57:26 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e2f270469c61337ef7f5f92ab93f691e5d86492 - libucl: Update to 0.9.2</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#1e2f270469c61337ef7f5f92ab93f691e5d86492</link>
        <description>libucl: Update to 0.9.2Approved by:	baptDifferential Revision:	https://reviews.freebsd.org/D50363

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Thu, 22 May 2025 15:42:38 +0200</pubDate>
        <dc:creator>Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9792a032f0a99557271d6b7f7b0a955386c1fdbe - Vendor import of OpenSSH 10.0p1</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#9792a032f0a99557271d6b7f7b0a955386c1fdbe</link>
        <description>Vendor import of OpenSSH 10.0p1Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Wed, 09 Apr 2025 16:48:56 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95286bbb7907e5ae9f7971e09072d1805f50cd9b - lyaml: vendor import lyaml bindings for libyaml version 6.2.8</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#95286bbb7907e5ae9f7971e09072d1805f50cd9b</link>
        <description>lyaml: vendor import lyaml bindings for libyaml version 6.2.8

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Thu, 26 Jun 2025 09:09:58 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5f99da5545ebe3c081dc126e00ec7d801db9c772 - libyaml: vendor import 0.2.5</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#5f99da5545ebe3c081dc126e00ec7d801db9c772</link>
        <description>libyaml: vendor import 0.2.5

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Wed, 25 Jun 2025 17:13:45 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d565364dadebdaabef4ecead36ae102774e81174 - Vendor import of OpenSSH 9.8p1</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#d565364dadebdaabef4ecead36ae102774e81174</link>
        <description>Vendor import of OpenSSH 9.8p1

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Mon, 01 Jul 2024 16:01:36 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>736d663976d1768533badbf06581481d01fade4c - Import libecc v0.9.7</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#736d663976d1768533badbf06581481d01fade4c</link>
        <description>Import libecc v0.9.7libecc will be used privately for upcoming ECC support in pkg(7).  Othercrypto consumers should continue using openssl.

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Tue, 17 Dec 2024 05:18:42 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>efff9f8a94ab4118bc5f5a1a65bf6938f4dedadf - Import libder v1.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#efff9f8a94ab4118bc5f5a1a65bf6938f4dedadf</link>
        <description>Import libder v1.0libder will be used by pkg(7) to read DER-encoded keys and signaturesin the upcoming ECC support.

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Tue, 17 Dec 2024 05:16:27 +0100</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2022efa03048f4b6b5cef39bdd900d61dd484734 - Update vendor/libarchive to 3.7.5</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#2022efa03048f4b6b5cef39bdd900d61dd484734</link>
        <description>Update vendor/libarchive to 3.7.5Security fixes: #2158 rpm: calculate huge header sizes correctly #2160 util: fix out of boundary access in mktemp functions #2168 uu: stop processing if lines are too long #2174 lzop: prevent integer overflow #2172 rar4: protect copy_from_lzss_window_to_unp() (CVE-2024-20696) #2175 unzip: unify EOF handling #2179 rar4: fix out of boundary access with large files #2203 rar4: fix OOB access with unicode filenames #2210 rar4: add boundary checks to rgb filter #2248 rar4: fix OOB in delta filter #2249 rar4: fix OOB in audio filter #2256 fix multiple vulnerabilities identified by SAST #2258 cpio: ignore out-of-range gid/uid/size/ino and harden AFIO parsing #2265 rar5: clear &apos;data ready&apos; cache on window buffer reallocs #2269 rar4: fix CVE-2024-26256 (CVE-2024-26256)Important bugfixes: #2150 xar: fix another infinite loop and expat error handling #2173 shar: check strdup return value #2161 lha: fix integer truncation on 32-bit systems #2245 7zip: fix issue when skipping first file in 7zip archive that       is a multiple of 65536 bytes #2259 rar5: don&apos;t try to read rediculously long names #2290 ar: fix archive entries having no typeObtained from:	libarchiveVendor commit: 	12ecf8418ab3595d66cdea1abadcea8b6a9d288bCVE:		CVE-2024-20696, CVE-2024-26256

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Sat, 14 Sep 2024 11:40:31 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ef491440fcaec96f899d73e08873426c78583a4 - Import GoogleTest v1.14.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#8ef491440fcaec96f899d73e08873426c78583a4</link>
        <description>Import GoogleTest v1.14.0Imported via the following general commands:```git rm -rf *git archive --format=tar v1.14.0 | tar -xvf - -C /path/to/git/vendor/clonegit commit -A```Obtained from:	https://github.com/google/googletest

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Tue, 08 Aug 2023 07:56:32 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e85dbcdab023dbfc335f9a0a5cb9c3dc3f830b94 - Vendor import of libfido2 1.14.0</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#e85dbcdab023dbfc335f9a0a5cb9c3dc3f830b94</link>
        <description>Vendor import of libfido2 1.14.0

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Sat, 04 May 2024 02:05:23 +0200</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d6f77d3cfa8e56aed99e2ea250fdb242f51747df - Update vendor/libarchive to 3.7.4</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#d6f77d3cfa8e56aed99e2ea250fdb242f51747df</link>
        <description>Update vendor/libarchive to 3.7.4Security fixes: #2135 rar: Fix OOB in rar e8 filter (CVE-2024-26256) #2145 zip: Fix out of boundary accessImportant bugfixes: #2131 7zip: Limit amount of properties #2110 bsdtar: Fix error handling around strtol() usages #2116 passphrase: Never allow empty passwords #2124 rar: Fix &quot;File CRC Error&quot; when extracting specific rar4 archives #2123 xar: Avoid infinite link loop #2108 zip: Update AppleDouble support for directories #2071 zstd: Implement core detectionObained from:		libarchiveLibarchive commit:	313aa1fa10b657de791e3202c168a6c833bc3543

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Fri, 26 Apr 2024 12:11:59 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a509d68f27b9f114b876bbe3b9caa9d0ee0c5606 - Update vendor/libarchive to 3.7.3</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/.gitignore#a509d68f27b9f114b876bbe3b9caa9d0ee0c5606</link>
        <description>Update vendor/libarchive to 3.7.3New features:  #1941 uudecode filter: support file name and file mode in raw mode  #1943 7-zip reader: translate Windows permissions into UNIX        permissions  #1962 zstd filter now supports the &quot;long&quot; write option  #2012 add trailing letter b to bsdtar(1) substitute pattern  #2031 PCRE2 support  #2054 add support for long options &quot;--group&quot; and &quot;--owner&quot; to tar(1)Security fixes:  #2101 Fix possible vulnerability in tar error reporting introduced        in f27c173Important bugfixes:  #1974 ISO9660: preserve the natural order of links  #2105 rar5: fix infinite loop if during rar5 decompression the last        block produced no data  #2027 xz filter: fix incorrect eof at the end of an lzip member  #2043 zip: fix end-of-data marker processing when decompressing zip        archivesObtained from:		libarchiveLibarchive commit:	4fcc02d906cca4b9e21a78a833f1142a2689ec52

            List of files:
            /freebsd/.gitignore</description>
        <pubDate>Thu, 11 Apr 2024 15:37:34 +0200</pubDate>
        <dc:creator>Martin Matuska &lt;mm@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
