<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libgssapi/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>6e4dbb7f - pkgbase: split kerberos binaries and libs</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#6e4dbb7f</link>
        <description>pkgbase: split kerberos binaries and libsSummary:This allows installing packages that depend on kerberos librarieswithout pulling in all the binaries. It also moves libgssapi to runtimeto allow installing kerbereos libraries without adding a dependancy onthe large utilities package. It makes sense to put libgssapi in runtimerather than kerberos-lib since this is a plugin layer which is intendedto support any GSS-API mechanisms, not just kerberos.A good example of a package which uses kerberos libraries withoutneeding the kerberos utilities is sshd. This uses the kerberos GSS-APIlibraries to implement its GSSAPIAuthentication option.MFC after: 2 weeksSubscribers: impDifferential Revision: https://reviews.freebsd.org/D36028

            List of files:
            /freebsd-14.2/lib/libgssapi/Makefile</description>
        <pubDate>Fri, 29 Jul 2022 09:14:34 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4c1a82ce - pkgbase: Create a FreeBSD-utilities package and make it the default one</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#4c1a82ce</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-14.2/lib/libgssapi/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>ec6d8817 - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#ec6d8817</link>
        <description>Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesThis simplifies pathing in make/displayed outputMFC after:    3 weeksSponsored by: Dell EMC Isilon

            List of files:
            /freebsd-14.2/lib/libgssapi/Makefile</description>
        <pubDate>Fri, 20 Jan 2017 04:53:20 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a70cba95 - First pass through library packaging.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#a70cba95</link>
        <description>First pass through library packaging.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libgssapi/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>daaf5759 - Build lib/ with WARNS=6 by default.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#daaf5759</link>
        <description>Build lib/ with WARNS=6 by default.Similar to libexec/, do the same with lib/. Make WARNS=6 the norm andlower it when needed.I&apos;m setting WARNS?=0 for secure/. It seems secure/ includes theMakefile.inc provided by lib/. I&apos;m not going to touch that directory.Most of the code there is contributed anyway.

            List of files:
            /freebsd-14.2/lib/libgssapi/Makefile</description>
        <pubDate>Sat, 02 Jan 2010 09:58:07 +0000</pubDate>
        <dc:creator>Ed Schouten &lt;ed@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8f55a568 - Add an implementation of the RPCSEC_GSS authentication protocol for RPC. This</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#8f55a568</link>
        <description>Add an implementation of the RPCSEC_GSS authentication protocol for RPC. Thisis based on an old implementation from the University of Michigan with lots ofchanges and fixes by me and the addition of a Solaris-compatible API.Sponsored by:	Isilon SystemsReviewed by:	alfred

            List of files:
            /freebsd-14.2/lib/libgssapi/Makefile</description>
        <pubDate>Wed, 06 Aug 2008 14:02:05 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>33f12199 - Fix conflicts after heimdal-1.1 import and add build infrastructure. Import</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#33f12199</link>
        <description>Fix conflicts after heimdal-1.1 import and add build infrastructure. Importall non-style changes made by heimdal to our own libgssapi.

            List of files:
            /freebsd-14.2/lib/libgssapi/Makefile</description>
        <pubDate>Wed, 07 May 2008 13:53:12 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0bb7d94 - While checking over the libraries for 7.0-REL Kris found the following</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#c0bb7d94</link>
        <description>While checking over the libraries for 7.0-REL Kris found the followinglibraries had not had their versions bumped relative to 6.3-REL buthad indeed been changed.  We need to bump their version so they can beproperly added to the compat6x port:	libasn1.so.8 libgssapi.so.8 libhdb.so.8 libkadm5clnt.so.8	libkadm5srv.so.8 libkafs5.so.8 libkrb5.so.8 libobjc.so.2MFC After:	1 day

            List of files:
            /freebsd-14.2/lib/libgssapi/Makefile</description>
        <pubDate>Tue, 20 Nov 2007 04:20:32 +0000</pubDate>
        <dc:creator>Ken Smith &lt;kensmith@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0606b994 - Use the correct shared-library version number (the same as the one used</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#0606b994</link>
        <description>Use the correct shared-library version number (the same as the one usedby the standalone version of heimdal GSS-API). If any compat issuesarise, I may increment the version number once more.

            List of files:
            /freebsd-14.2/lib/libgssapi/Makefile</description>
        <pubDate>Sun, 01 Jan 2006 11:01:01 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c0b9f4fe - Add a new extensible GSS-API layer which can support GSS-API plugins,</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libgssapi/Makefile#c0b9f4fe</link>
        <description>Add a new extensible GSS-API layer which can support GSS-API plugins,similar the the Solaris implementation. Repackage the krb5 GSS mechanismas a plugin library for the new implementation. This also includes acomprehensive set of manpages for the GSS-API functions with text mostlytaken from the RFC.Reviewed by: Love H&#246;rnquist &#197;strand &lt;lha@it.su.se&gt;, ru (build system), des (openssh parts)

            List of files:
            /freebsd-14.2/lib/libgssapi/Makefile</description>
        <pubDate>Thu, 29 Dec 2005 14:40:22 +0000</pubDate>
        <dc:creator>Doug Rabson &lt;dfr@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
