<?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>ba1276acd1c8c22d225b1bcf370a14c878644f44 - IMPORT openssh-9.8p1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#ba1276acd1c8c22d225b1bcf370a14c878644f44</link>
        <description>IMPORT openssh-9.8p1* Fixes CVE-2024-6387-openssh* NOTE that DragonFly is not known to be vulnerable to this CVE, but  because it is a general signal race we are updating sshd anyway,  just in case.

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Fri, 05 Jul 2024 00:39:39 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>c1ccac55bb3d6d949d55e5bec84095901c77627a - ldns: Adjust makefiles for ldns-1.8.3 update.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#c1ccac55bb3d6d949d55e5bec84095901c77627a</link>
        <description>ldns: Adjust makefiles for ldns-1.8.3 update. - Bump soname for api changes, 1.8.3 has major as 3. - Update ldns/ headers and remove them from the vendor branch. - Adjust lib/libssh Makefile to include the headers from ldns. - Update READMES.Currently only user of the libprivate_ldns is drill(1).OpenSSH will be adjusted to use this lib next.

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Sun, 13 Nov 2022 01:12:24 +0000</pubDate>
        <dc:creator>Antonio Huete Jimenez &lt;tuxillo@quantumachine.net&gt;</dc:creator>
    </item>
<item>
        <title>44aab0abd6c14206fc060b90e42b7b8366085f51 - Local adjustments for OpenSSH-8.3p1.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#44aab0abd6c14206fc060b90e42b7b8366085f51</link>
        <description>Local adjustments for OpenSSH-8.3p1.

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Sat, 09 Oct 2021 11:25:53 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>e926d9f338dd5529d4bd857f7ac14e0a32ea0ab1 - Build libssh with ldns support. 2/2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#e926d9f338dd5529d4bd857f7ac14e0a32ea0ab1</link>
        <description>Build libssh with ldns support. 2/2Hook ldns support into libssh via our libprivate_ldns:- revise libraries build order- adapt Makefiles- update libssh/config.h- drop libssh/openbsd-compat/getrrsetbyname.c, import  getrrsetbyname-ldns.c insteadApproved by: Rimvydas Jasinskas

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Tue, 04 Aug 2020 09:47:39 +0000</pubDate>
        <dc:creator>Daniel Fojt &lt;df@neosystem.org&gt;</dc:creator>
    </item>
<item>
        <title>bc9cc67551e02abead3208ce19947fac15901d84 - Upgrade openssh. 2/2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#bc9cc67551e02abead3208ce19947fac15901d84</link>
        <description>Upgrade openssh. 2/2- update README.{DELETED,DRAGONFLY)- adapt Makefiles- regenerate config.h and openbsd-compat/

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Tue, 28 Jul 2020 15:12:51 +0000</pubDate>
        <dc:creator>Daniel Fojt &lt;df@neosystem.org&gt;</dc:creator>
    </item>
<item>
        <title>ca4ef999d6849b98c0cc692b42e5ff0913970a3e - libssh: Bump shlib version for api change.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#ca4ef999d6849b98c0cc692b42e5ff0913970a3e</link>
        <description>libssh: Bump shlib version for api change.The private libssh does not install any headers. Make it shpub.There are few issues that need to be addressed later on.For now just document its dependency on libutil, adjust order.The libprivate_ssh.so must be built before libpam shared modules.

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Fri, 19 Apr 2019 18:08:25 +0000</pubDate>
        <dc:creator>zrj &lt;rimvydas.jasinskas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>73b5ca6b1fdea7c9966e0d7318e42768cbd5de90 - Inline Makefile.ssh.common</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#73b5ca6b1fdea7c9966e0d7318e42768cbd5de90</link>
        <description>Inline Makefile.ssh.commonThis fixes path, include and libraries order sequences and will be neededfor further PRIV changes.Requested-by: swildner

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Thu, 18 Apr 2019 11:45:20 +0000</pubDate>
        <dc:creator>zrj &lt;rimvydas.jasinskas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7b1120e5f5006ee5587ba15187b182040eb0ff5c - Adjust makefiles for OpenSSH 8.0p1 update.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#7b1120e5f5006ee5587ba15187b182040eb0ff5c</link>
        <description>Adjust makefiles for OpenSSH 8.0p1 update.Update pam_ssh module to use new sshkey api.The pkcs11 support explicitly disabled to avoid use of dlopen().If security token/card support is needed it can be enabled back.This update brings several backwards compatibilty breakages.More in official release notes.

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Thu, 18 Apr 2019 09:35:16 +0000</pubDate>
        <dc:creator>zrj &lt;rimvydas.jasinskas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9c10bdf4c49621ca6d6d53cbda217805e5418725 - Make libssh and mandoc use reallocarray() from libc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#9c10bdf4c49621ca6d6d53cbda217805e5418725</link>
        <description>Make libssh and mandoc use reallocarray() from libc.

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Sat, 12 Jan 2019 22:39:00 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>a30b61461e41411595cd6cedbc04ba3b02cb5ee0 - libssh: No need of compat vis.c as we support VIS_ALL</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#a30b61461e41411595cd6cedbc04ba3b02cb5ee0</link>
        <description>libssh: No need of compat vis.c as we support VIS_ALLThis helps avoid the vis.o symbol conflicts between libc and libssh.

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Mon, 11 Jun 2018 05:29:31 +0000</pubDate>
        <dc:creator>Aaron LI &lt;aly@aaronly.me&gt;</dc:creator>
    </item>
<item>
        <title>91f53520bc1e62a0303bb66284937f77aeb4b314 - Revert &quot;libssh: Remove local vis.c from the build.&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#91f53520bc1e62a0303bb66284937f77aeb4b314</link>
        <description>Revert &quot;libssh: Remove local vis.c from the build.&quot;This reverts commit dc312142da731a4dd82f924bf4442734ec45e880.It needs further thought, our &lt;vis.h&gt; does not have VIS_ALL(see BROKEN_STRNVIS in lib/libssh/config.h).

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Wed, 11 Apr 2018 16:10:32 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>dc312142da731a4dd82f924bf4442734ec45e880 - libssh: Remove local vis.c from the build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#dc312142da731a4dd82f924bf4442734ec45e880</link>
        <description>libssh: Remove local vis.c from the build.

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Wed, 11 Apr 2018 12:58:13 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>1fe7e945f3685215c267632222c9bb8c33f052ec - Import OpenSSH-7.6p1</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#1fe7e945f3685215c267632222c9bb8c33f052ec</link>
        <description>Import OpenSSH-7.6p1* Adjust build to match import

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Fri, 13 Oct 2017 01:33:48 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>6d1a01fe7a5f23f17441518d8491cff605126b9e - LIBPRIV: Introduce PRIVATELIB knob (just like INTERNALLIB).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#6d1a01fe7a5f23f17441518d8491cff605126b9e</link>
        <description>LIBPRIV: Introduce PRIVATELIB knob (just like INTERNALLIB).Collect common private libraries path handling bits into share/mk/bsd.lib.mk.It is cleaner this way, prevents issues like manual paths and/or ignoring stale.depend for /usr/obj/usr/src/world_x86_64/usr/lib/priv/priv/libprivate_ncurses.a

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Wed, 09 Nov 2016 15:36:05 +0000</pubDate>
        <dc:creator>zrj &lt;rimvydas.jasinskas@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0fe46dc6296951eb138485d8c6b580bac0488fd8 - build - Rewire secure, remove conflicts from libmd, libcrypt</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/lib/libssh/Makefile#0fe46dc6296951eb138485d8c6b580bac0488fd8</link>
        <description>build - Rewire secure, remove conflicts from libmd, libcrypt* Remove /usr/src/secure, folding all of its subsystems into  /usr/src.  There&apos;s no point having a /usr/src/secure any more,  the system won&apos;t run without the secure stuff, the idea that some foreign  actor could segregate it in order to legally download code without crypto  is absurd on the modern internet, and the U.S. government stopped caring  decades ago.* Remove conflicts from libmd and libcrypt.  Essentially this removes  the SHA*_*() and MD5_*() APIs from libmd because these APIs already  exist in lib[re]ssl.  The older SHA*() and MD5*() APIs are partially retained for legacy base  code, but will be removed in a later stage (moved to direct-linking the  needed support source).  Conflicting routines in libcrypt have been renamed and internalized to  be libcrypt-only.* Major rewiring of the Makefile&apos;s to support the changes.

            List of files:
            /dflybsd-src/lib/libssh/Makefile</description>
        <pubDate>Thu, 27 Oct 2016 23:11:22 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
</channel>
</rss>
