<?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>
    <link>http://nxr.netbsd.org/rss/src/crypto/external/bsd/openssl/lib/libssl/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>openssl: Use VERSION_MAP, not bespoke LDFLAGS.<br/><br/>PR lib/58376: Missing DPADD for library version scripts</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.19</description>
    <pubDate>Fri Nov 01 23:44:04 UTC 2024</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>branches:  1.18.2;<br/>Explicitly run openssl's "gen" script in a shell<br/><br/>The script has permissions 755 in the repo but ends up with permissions<br/>644 in the source sets, therefore we cannot invoke it simply as<br/>path/to/gen .</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.18</description>
    <pubDate>Sat May 27 20:51:22 UTC 2023</pubDate>
    <dc:creator>hgutch</dc:creator>
</item>

<item>
    <title>openssl: Consolidate new CWARNFLAGS.clang stuff in Makefile.openssl.</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.17</description>
    <pubDate>Thu May 25 19:12:06 UTC 2023</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>openssl: Suppress clang warnings for using string literals as char *.<br/><br/>Not sure this is actually forbidden by the C standard.  There may be<br/>bugs lurking here, but OpenSSL uses this extensively, so let's just<br/>get the build going again.</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.16</description>
    <pubDate>Thu May 25 16:05:28 UTC 2023</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>openssl: Nix trailing whitespace in build goo.<br/><br/>No functional change intended.</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.15</description>
    <pubDate>Thu May 25 15:52:29 UTC 2023</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>add missing assembly stub macro, remove WARNS=0</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.14</description>
    <pubDate>Wed May 17 19:09:42 UTC 2023</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>make things build again.</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.13</description>
    <pubDate>Tue May 09 19:22:07 UTC 2023</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>misc cleanups</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.12</description>
    <pubDate>Sun May 07 19:13:15 UTC 2023</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>checkpoint</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.11</description>
    <pubDate>Sat May 06 17:07:24 UTC 2023</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.10.10;<br/>elide a warning that triggers on arm/clang</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.10</description>
    <pubDate>Mon Oct 08 18:01:23 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.9.2;  1.9.4;<br/>Remove unused part of the Makefile (Muhammed.Shameem)</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.9</description>
    <pubDate>Fri Mar 02 13:26:40 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>use the right map file</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.8</description>
    <pubDate>Thu Feb 08 22:51:06 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Add a linker script</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.7</description>
    <pubDate>Thu Feb 08 22:49:14 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>update build glue</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.6</description>
    <pubDate>Thu Feb 08 21:57:29 UTC 2018</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Add pkgconfig gluons</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.5</description>
    <pubDate>Fri Jan 18 18:09:56 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.4.2;<br/>merge openssl-1.0.1c</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.4</description>
    <pubDate>Thu Jul 26 19:58:42 UTC 2012</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.3.4;  1.3.6;<br/>Default to -Wno-sign-compare -Wno-pointer-sign for clang.<br/>Push -Wno-array-bounds down to the cases that depend on it.<br/>Selectively disable warnings for 3rd party software or non-trivial<br/>issues to be reviewed later to get clang -Werror to build most of the<br/>tree.</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.3</description>
    <pubDate>Thu May 26 00:56:25 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>remove almost all the ability to build netbsd with an a.out target.<br/>we're ELF now, and there are many missing checks against OBJECT_FMT.<br/>if we ever consider switching, the we can figure out what new ones<br/>we need but for now it's just clutter.<br/><br/>this doesn't remove any of the support for exec_aout or any actually<br/>required-for-boot a.out support, only the ability to build a netbsd<br/>release in a.out format.  ie, most of this code has been dead for<br/>over a decade.<br/><br/>i've tested builds on vax, amd64, i386, mac68k, macppc, sparc, atari,<br/>amiga, shark, cats, dreamcast, landisk, mmeye and x68k.  this covers<br/>the 5 MACHINE_ARCH's affected, and all the other arch code touched.<br/>it also includes some actual run-time testing of sparc, i386 and<br/>shark, and i performed binary comparison upon amiga and x68k as well.<br/><br/><br/>some minor details relevant:<br/>- move shlib.[ch] from ld.aout_so into ldconfig proper, and cut them<br/>  down to only the parts ldconfig needs<br/>- remove various unused source files<br/>- switch amiga bootblocks to using elf2bb.h instead of aout2bb.h</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.2</description>
    <pubDate>Tue Jul 06 05:59:51 UTC 2010</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>- add build glue<br/>- apply our changes</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.1</description>
    <pubDate>Sun Jul 19 23:30:58 UTC 2009</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Apply patch (requested by spz in ticket #1284):<br/>Update OpenSSL to 1.0.1m.</title>
    <description>/src/crypto/external/bsd/openssl/lib/libssl/Makefile - 1.3.6.3</description>
    <pubDate>Thu Apr 02 17:47:55 UTC 2015</pubDate>
    <dc:creator>snj</dc:creator>
</item>
</channel></rss>

