<?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>fa2cb1e4 - MFS r353409:</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#fa2cb1e4</link>
        <description>MFS r353409: MFC r353320:  Rework the logic for installing the pkg(8) configuration.  &apos;quarterly&apos; package sets do not exist for head, so explicitly  install the &apos;latest&apos; configuration file there.  Otherwise,  fall back to the original conditional evaluation to determine  if the &apos;latest&apos; or &apos;quarterly&apos; configuration file should be  installed.Approved by:	re (kib)Sponsored by:	Rubicon Communications, LLC (Netgate)

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Thu, 10 Oct 2019 18:27:05 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d04faca3 - - Copy stable/12@r352480 to releng/12.1 as part of the 12.1 release</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#d04faca3</link>
        <description>- Copy stable/12@r352480 to releng/12.1 as part of the 12.1 release  cycle.- Update from PRERELEASE to BETA1.- Set the default pkg(7) repository to &apos;quarterly&apos;.- Bump __FreeBSD_version.- Prune svn:mergeinfo from the new branch.Approved by:	re (implicit)Sponsored by:	Rubicon Communications, LLC (Netgate)

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Fri, 20 Sep 2019 00:05:14 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f0d85a00 - On non-x86 systems, use &quot;quarterly&quot; packages.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#f0d85a00</link>
        <description>On non-x86 systems, use &quot;quarterly&quot; packages.x86 architectures have &quot;latest&quot; package builds on stable/*, so keep usingthose (they&apos;ll get switched over to &quot;quarterly&quot; during releases).Direct commit to stable/12 because using &quot;latest&quot; packages is appropriatefor all architectures on HEAD.Discussed with:	gjb

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Sat, 27 Apr 2019 19:45:33 +0000</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7ef3d6b0 - MFC r346628: Split the pkg configuration file FreeBSD.conf into versions</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#7ef3d6b0</link>
        <description>MFC r346628: Split the pkg configuration file FreeBSD.conf into versionsfor {latest, quarterly} and use Makefile logic to decide which one toinstall (right now, unconditionally &quot;latest&quot;).Discussed with:	gjb

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Sat, 27 Apr 2019 04:00:50 +0000</pubDate>
        <dc:creator>Colin Percival &lt;cperciva@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5836319a - Move pkg/FreeBSD.conf to usr.sbin/pkg/</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#5836319a</link>
        <description>Move pkg/FreeBSD.conf to usr.sbin/pkg/Approved by:	bapt (mentor)Differential Revision:	https://reviews.freebsd.org/D16491

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Tue, 31 Jul 2018 16:42:03 +0000</pubDate>
        <dc:creator>Brad Davis &lt;brd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64a0982b - usr.sbin: normalize paths using SRCTOP-relative paths or :H when possible</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#64a0982b</link>
        <description>usr.sbin: normalize paths using SRCTOP-relative paths or :H when possibleThis simplifies make logic/outputMFC after:	1 monthSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Sat, 04 Mar 2017 11:38:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>61acb458 - Implement pubkey support for the bootstrap</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#61acb458</link>
        <description>Implement pubkey support for the bootstrapNote that to not interfer with finger print it expects a signature on pkg itselfwhich is named pkg.txz.pubkeysignTo genrate it:echo -n &quot;$(sha256 -q pkg.txz)&quot; | openssl dgst -sha256 -sign /thekey \    -binary -out ./pkg.txz.pubkeysigNote the &quot;echo -n&quot; which prevent signing the &apos;\n&apos; one would get otherwisePR:		202622MFC after:	1 week

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Tue, 08 Sep 2015 21:25:36 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6db8143 - Convert usr.sbin to LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#c6db8143</link>
        <description>Convert usr.sbin to LIBADDReduce overlinking

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 16:57:27 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ffcaf4d2 - Remove spurious libelf dependency.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#ffcaf4d2</link>
        <description>Remove spurious libelf dependency.Submitted by:	pluknet

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Tue, 28 Oct 2014 14:11:54 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>60b9a1fc - Use pkg-1.4-style platform identifiers based on MACHINE_ARCH (e.g.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#60b9a1fc</link>
        <description>Use pkg-1.4-style platform identifiers based on MACHINE_ARCH (e.g.FreeBSD:11:amd64 instead of freebsd:11:x86:64) when bootstrapping pkg.Thanks to portmgr for providing symlinks so both styles work.Reviewed by:	baptMFC after:	3 weeks

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Mon, 27 Oct 2014 23:19:51 +0000</pubDate>
        <dc:creator>Nathan Whitehorn &lt;nwhitehorn@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d029c3aa - Rework privatelib/internallib</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#d029c3aa</link>
        <description>Rework privatelib/internallibMake sure everything linking to a privatelib and/or an internallib does it directlyfrom the OBJDIR rather than DESTDIR.Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsingin final installationIntroduce the LD* variable which is what ld(1) is expecting (via LDADD) to link tointernal/privatelibDirectly link to the .so in case of private library to avoid having to complexifyLDFLAGS.Phabric:	https://phabric.freebsd.org/D553Reviewed by:	imp, emaste

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Wed, 06 Aug 2014 22:17:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4d3b6a78 - Add missing LIBM to DPADD from r263650</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#4d3b6a78</link>
        <description>Add missing LIBM to DPADD from r263650Reported by:	jilles

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Mon, 24 Mar 2014 13:13:52 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>825ab354 - Fix build with libucl 20140321</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#825ab354</link>
        <description>Fix build with libucl 20140321

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Sat, 22 Mar 2014 22:20:43 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8a7d859e - Switch pkg(7) from libyaml to libucl</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#8a7d859e</link>
        <description>Switch pkg(7) from libyaml to libucl

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Sun, 23 Feb 2014 21:55:07 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5eb90b9a - Add a pkg(7) manpage for bootstrap</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#5eb90b9a</link>
        <description>Add a pkg(7) manpage for bootstrapApproved by:	baptMFC after:	2 days

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Wed, 30 Oct 2013 10:39:14 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>029df170 - Link in libcrypto as well to fix build in some cases.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#029df170</link>
        <description>Link in libcrypto as well to fix build in some cases.Approved by:	baptMFC after:	2 daysReported by:	many

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Sat, 26 Oct 2013 13:38:49 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f12db248 - Support checking signature for pkg bootstrap.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#f12db248</link>
        <description>Support checking signature for pkg bootstrap.If the pkg.conf is configured with SIGNATURE_TYPE: FINGERPRINTS,and FINGERPRINTS: /etc/keys/pkg then a pkg.sig file is fetched alongwith pkg.txz. The signature contains the signature provided by thesigning server, and the public key. The .sig is the exact outputfrom the signing server in the following format:  SIGNATURE  &lt;openssl signed&gt;  CERT  &lt;rsa public key&gt;  ENDThe signature is verified with the following logic: - If the .sig file is missing, it fails. - If the .sig doesn&apos;t validate, it fails. - If the public key in the .sig is not in the known trusted fingerprints,   it fails. - If the public key is in the revoked key list, it fails.Approved by:	baptMFC after:	2 daysDiscussed by:	bapt with des, jonathan, gavin

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Sat, 26 Oct 2013 03:43:02 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3ededfa - Rename libbsdyml to libyaml, make private, and bump</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#e3ededfa</link>
        <description>Rename libbsdyml to libyaml, make private, and bumpSHLIB_MAJOR to 1.0Suggested by:	desApproved by:	baptMFC after:	1 week

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Mon, 14 Oct 2013 18:31:15 +0000</pubDate>
        <dc:creator>Bryan Drewery &lt;bdrewery@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1f9712de - Fix a typo in DPADD.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#1f9712de</link>
        <description>Fix a typo in DPADD.

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Sun, 10 Mar 2013 17:10:16 +0000</pubDate>
        <dc:creator>Antoine Brodin &lt;antoine@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9950ecee - Add the ability to correctly read pkg.conf is exists.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/usr.sbin/pkg/Makefile#9950ecee</link>
        <description>Add the ability to correctly read pkg.conf is exists.Only look for boostrap useful options: - PACKAGESITE - ABI - MIRROR_TYPE - ASSUME_ALWAYS_YESWhile here makes PACKAGESITE expand the ${ABI} variable.Allow to deactivate any SRV record look up (MIRROR_TYPE=none)Use the same mechanism as for pkgng itself: first get configuration out ofenvironment variable and fallback on pkg.conf if exists.Reviewed by:	bdrewery

            List of files:
            /freebsd-12.1/usr.sbin/pkg/Makefile</description>
        <pubDate>Tue, 05 Mar 2013 13:31:06 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
