<?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>c4b7a9e7940c62d92a81ee31e05e281e6035fadc - bsd.own.mk: rename GCC_NO_* to CC_WNO_*</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile#c4b7a9e7940c62d92a81ee31e05e281e6035fadc</link>
        <description>bsd.own.mk: rename GCC_NO_* to CC_WNO_*Rename compiler-warning-disable variables from	GCC_NO_warningto	CC_WNO_warningwhere warning is the full warning name as used by the compiler.GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGHUsing the convention CC_compilerflag, where compilerflagis based on the full compiler flag name.

            List of files:
            /netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile</description>
        <pubDate>Sat, 03 Jun 2023 09:09:01 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c3599c38211ea137e260f2f180c46ba3c44cfef6 - Handle OpenSSH-3.x</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile#c3599c38211ea137e260f2f180c46ba3c44cfef6</link>
        <description>Handle OpenSSH-3.x

            List of files:
            /netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile</description>
        <pubDate>Tue, 09 May 2023 22:25:26 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a2362fee00309f37fb5fc519f2ec05b5f90e7947 - Redo the sshsk_sign() stuff properly, but putting the helper in libssh.so</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile#a2362fee00309f37fb5fc519f2ec05b5f90e7947</link>
        <description>Redo the sshsk_sign() stuff properly, but putting the helper in libssh.so

            List of files:
            /netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile</description>
        <pubDate>Sun, 01 Mar 2020 20:59:52 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed75d7a867996c84cfa88e3b8906816277e957f7 - Merge conflicts</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile#ed75d7a867996c84cfa88e3b8906816277e957f7</link>
        <description>Merge conflicts

            List of files:
            /netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile</description>
        <pubDate>Thu, 27 Feb 2020 00:24:38 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>de11d876419df3570c2418468613aebcebafe6ae - introduce some common variables for use in GCC warning disables:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile#de11d876419df3570c2418468613aebcebafe6ae</link>
        <description>introduce some common variables for use in GCC warning disables:GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)use these to turn off warnings for most GCC-8 complaints.  manyof these are false positives, most of the real bugs are alreadycommited, or are yet to come.we plan to introduce versions of (some?) of these that use the&quot;-Wno-error=&quot; form, which still displays the warnings but doesnot make it an error, and all of the above will be re-consideredas either being &quot;fix me&quot; (warning still displayed) or &quot;warningis wrong.&quot;

            List of files:
            /netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile</description>
        <pubDate>Sun, 13 Oct 2019 07:28:04 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5db11ae9178c2c3268359a72a606e503046383d7 - Updated custom makefiles for OpenSSH 5.6</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile#5db11ae9178c2c3268359a72a606e503046383d7</link>
        <description>Updated custom makefiles for OpenSSH 5.6

            List of files:
            /netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile</description>
        <pubDate>Sun, 21 Nov 2010 19:19:21 +0000</pubDate>
        <dc:creator>adam &lt;adam@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>313c6c94c424eed90c7b7e494aa83308a0a5d0ce - Merge in our changes:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile#313c6c94c424eed90c7b7e494aa83308a0a5d0ce</link>
        <description>Merge in our changes:- conditionalize login_cap- conditionalize bsd_auth- bring in pam from portable- restore krb5, krb4, afs, skey- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none- add ignore root rhosts option- fix ctype macro arguments- umac is broken, disable it- better ~homedir handling- netbsd style tunnels- urandom, xhome, chrootdir, rescuedir NetBSD handling- utmp/utmpx handling- handle tty posix_vdisable properly- handle setuid and unsetuid the posix way instead of setresuid()- add all missing functions- add new moduli- add build glue

            List of files:
            /netbsd-src/crypto/external/bsd/openssh/bin/ssh-agent/Makefile</description>
        <pubDate>Sun, 07 Jun 2009 22:38:44 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
