<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ecb75be376a3e18d3e4836b6ee07015264784694 - libpcap: Add changes missed in update to 1.10.5</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#ecb75be376a3e18d3e4836b6ee07015264784694</link>
        <description>libpcap: Add changes missed in update to 1.10.5Fixes:		afdbf109c6 (libpcap: Update to 1.10.5)Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Sat, 14 Sep 2024 17:33:19 +0000</pubDate>
        <dc:creator>Joseph Mingrone &lt;jrm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6f9cba8f8b5efd16249633e52483ea351876b67b - libpcap: Update to 1.10.3</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#6f9cba8f8b5efd16249633e52483ea351876b67b</link>
        <description>libpcap: Update to 1.10.3Local changes:- In contrib/libpcap/pcap/bpf.h, do not include pcap/dlt.h.  Our system  net/dlt.h is pulled in from net/bpf.h.- sys/net/dlt.h: Incorporate changes from libpcap 1.10.3.- lib/libpcap/Makefile: Update for libpcap 1.10.3.Changelog:	https://git.tcpdump.org/libpcap/blob/95691ebe7564afa3faa5c6ba0dbd17e351be455a:/CHANGESReviewed by:	emasteObtained from:	https://www.tcpdump.org/release/libpcap-1.10.3.tar.gzSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Fri, 31 Mar 2023 19:01:44 +0000</pubDate>
        <dc:creator>Joseph Mingrone &lt;jrm@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>57e22627f9459b9dfd6043b32e02ecfcf205e176 - MFV r353141 (by phillip):</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#57e22627f9459b9dfd6043b32e02ecfcf205e176</link>
        <description>MFV r353141 (by phillip):Update libpcap from 1.9.0 to 1.9.1.MFC after:	2 weeks

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Sat, 21 Dec 2019 21:01:03 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>174ae28247a9e8a23fa353a4c72aca812b025bd5 - Install missing pcap(3) manual pages and add missing manpage</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#174ae28247a9e8a23fa353a4c72aca812b025bd5</link>
        <description>Install missing pcap(3) manual pages and add missing manpagesection substitutions.Submitted by:	Martin Beran &lt;martin@mber.cz&gt;PR:		237893MFC after:	1 weekSponsored by:	Mellanox Technologies

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Mon, 16 Dec 2019 09:11:38 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f993ed2fbd3c307200ed9a6351e649f0904b39c5 - Merge ^/head r351732 through r352104.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#f993ed2fbd3c307200ed9a6351e649f0904b39c5</link>
        <description>Merge ^/head r351732 through r352104.

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Mon, 09 Sep 2019 19:58:46 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1a82cea504df7a79f5bd8f7d0a41cacccff16e - pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#4c1a82cea504df7a79f5bd8f7d0a41cacccff16e</link>
        <description>pkgbase: Create a FreeBSD-utilities package and make it the default oneThe default package use to be FreeBSD-runtime but it should only containbinaries and libs enough to boot to single user and repair the system, itis also very handy to have a package that can be tranform to a small mfsroot.So create a new package named FreeBSD-utilities and make it the default one.Also move a few binaries and lib into this package when it make sense.Reviewed by:	bapt, gjbDifferential Revision:	https://reviews.freebsd.org/D21506

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 14:15:47 +0000</pubDate>
        <dc:creator>Emmanuel Vadot &lt;manu@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7cf2653c6004361cfcc78acbffd3fd6d433870aa - Remove redundant header file from source list in libpcap.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#7cf2653c6004361cfcc78acbffd3fd6d433870aa</link>
        <description>Remove redundant header file from source list in libpcap.MFC after:	3 weeksSponsored by:	Mellanox Technologies

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Wed, 30 May 2018 08:24:57 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b00ab7548b418624b6719ab8a2e8aaeade767a70 - MFV r333789: libpcap 1.9.0 (pre-release)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#b00ab7548b418624b6719ab8a2e8aaeade767a70</link>
        <description>MFV r333789: libpcap 1.9.0 (pre-release)MFC after:	1 monthSponsored by:	Mellanox Technologies

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Mon, 28 May 2018 08:12:18 +0000</pubDate>
        <dc:creator>Hans Petter Selasky &lt;hselasky@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3798444e9c6fe8d9cf7e40e24c51fede92d72fd9 - Stop installing pcap-int.h, which is the internal interface for libpcap.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#3798444e9c6fe8d9cf7e40e24c51fede92d72fd9</link>
        <description>Stop installing pcap-int.h, which is the internal interface for libpcap.Reference:	https://github.com/the-tcpdump-group/libpcap/issues/560PR:		217221

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Tue, 07 Mar 2017 16:06:53 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a3906ca572a6be18d39883a1ce431f147918385a - Merge ^/head r313644 through r313895.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#a3906ca572a6be18d39883a1ce431f147918385a</link>
        <description>Merge ^/head r313644 through r313895.

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Fri, 17 Feb 2017 20:19:38 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ada6f083b93b4adce9c3b3ba00112528244a3b86 - MFV r313676: libpcap 1.8.1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#ada6f083b93b4adce9c3b3ba00112528244a3b86</link>
        <description>MFV r313676: libpcap 1.8.1MFC after:	1 month

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Mon, 13 Feb 2017 08:23:39 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9b3ece1c2eb92a881cb2553271e123382bfe31c1 - MFhead@r313243</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#9b3ece1c2eb92a881cb2553271e123382bfe31c1</link>
        <description>MFhead@r313243

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Sat, 04 Feb 2017 18:06:09 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a4aa656aa587a4bad15e15bf45e149e176c22293 - Merge ^/head r312309 through r312623.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#a4aa656aa587a4bad15e15bf45e149e176c22293</link>
        <description>Merge ^/head r312309 through r312623.

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Sun, 22 Jan 2017 16:05:13 +0000</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7423a04740be0e53ced61dc4337fb9541ba95b4a - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#7423a04740be0e53ced61dc4337fb9541ba95b4a</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis implifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:39:36 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13caa468668019a6c93ed6ff65ab21c673b378cb - Merge the projects/release-pkg branch to head.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#13caa468668019a6c93ed6ff65ab21c673b378cb</link>
        <description>Merge the projects/release-pkg branch to head.This allows packaging the base system with pkg(8), includingbut not limited to providing the ability to provide upstreambinary update possibilities for non-tier-1 architectures.This merge is a requirement of the 11.0-RELEASE, and as such,thank you to everyone that has tested the project branch.Documentation in build(7) etc. is still somewhat sparse, butupdates to those parts will follow.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Sat, 16 Apr 2016 07:45:30 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95822f662d3f9da5119b6a0c433e8f70af - First pass through library packaging.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#a70cba95822f662d3f9da5119b6a0c433e8f70af</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Thu, 04 Feb 2016 21:16:35 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Mon, 04 Jan 2016 19:19:48 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8d4f972badbf3513c0aa8ae210a17b4df345aed3 - Catch up with head.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#8d4f972badbf3513c0aa8ae210a17b4df345aed3</link>
        <description>Catch up with head.

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Thu, 26 Nov 2015 02:16:25 +0000</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b791fbe6302023b0cf00807865059c8f016fe5dc - META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/freebsd-src/lib/libpcap/Makefile#b791fbe6302023b0cf00807865059c8f016fe5dc</link>
        <description>META MODE: Don&apos;t create .meta files when symlinking sources into the obj directory.Tracking these leads to situations where meta mode will consider thefile to be out of date if /bin/sh or /bin/ln are newer than the sourcefile.  There&apos;s no reason for meta mode to do this as make is alreadyhandling the rebuild dependency fine.Sponsored by:	EMC / Isilon Storage Division

            List of files:
            /freebsd-src/lib/libpcap/Makefile</description>
        <pubDate>Wed, 25 Nov 2015 19:44:43 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
