<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable, branch v2.1.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.1.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2014-12-09T00:35:22+00:00</updated>
<entry>
<title>don't hardcode a fixed # of jobs for make</title>
<updated>2014-12-09T00:35:22+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-09T00:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=cfa04451151388d3d340d23457dc61d9ed1063cc'/>
<id>urn:sha1:cfa04451151388d3d340d23457dc61d9ed1063cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update libtls URL</title>
<updated>2014-12-09T00:34:06+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-09T00:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=722b48f04408546a2db2ee94a8dfaae413d4559d'/>
<id>urn:sha1:722b48f04408546a2db2ee94a8dfaae413d4559d</id>
<content type='text'>
thanks to gschutijser from github for pointing it out
</content>
</entry>
<entry>
<title>update and rework changelog for readability</title>
<updated>2014-12-08T04:24:03+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-08T01:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=cfbc62e686f020f3db6b2aa4e86cc19b662c3597'/>
<id>urn:sha1:cfbc62e686f020f3db6b2aa4e86cc19b662c3597</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use the new $MV macro to generate assembly files</title>
<updated>2014-12-08T00:50:58+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-08T00:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=6f6ca9dcf0a67715dbdc8fe49cfc5a149e8805ac'/>
<id>urn:sha1:6f6ca9dcf0a67715dbdc8fe49cfc5a149e8805ac</id>
<content type='text'>
Avoid spurious rebuilds running update.sh by generating a temp file and
comparing the result to the existing one.
</content>
</entry>
<entry>
<title>use 'make distcheck' for the release build script</title>
<updated>2014-12-08T00:16:16+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2014-12-08T00:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5109e657df4a8b2e7e64633eea8db2811fab0ff3'/>
<id>urn:sha1:5109e657df4a8b2e7e64633eea8db2811fab0ff3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/Makefile.am.tpl: remove generated files on distclean</title>
<updated>2014-12-08T00:07:53+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2014-12-07T23:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a270e6a90b8714c71a2fc71c7f2ac363d17769c0'/>
<id>urn:sha1:a270e6a90b8714c71a2fc71c7f2ac363d17769c0</id>
<content type='text'>
Add pidwraptest.txt to DISTCLEANFILES to let it be removed on distclean.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>update.sh: remove linked manpages on uninstall</title>
<updated>2014-12-08T00:07:53+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2014-12-07T23:13:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=afcd515b99a4f9e61f48e92ed93710c45028a06c'/>
<id>urn:sha1:afcd515b99a4f9e61f48e92ed93710c45028a06c</id>
<content type='text'>
Add additional code to remove linked manpages on uninstall. Since we do
linking manually, automake will not remove them for us.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>update.sh: add MV-like function preserving file timestamps</title>
<updated>2014-12-08T00:07:53+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2014-12-07T23:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9d70cdc60dbebccd92e073035dca5d27615569c8'/>
<id>urn:sha1:9d70cdc60dbebccd92e073035dca5d27615569c8</id>
<content type='text'>
Add a do_mv()/$MV wrappers to be called instead of just mv. This
function will preserve the target file if it does not differ from the
source file. This helps to remove unnecessary compilator calls after
calling update.sh w/o source changes.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>update.sh: call $CP instead of cp to ease rebuilds</title>
<updated>2014-12-08T00:07:52+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2014-12-07T23:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=5390bbea3edcbafd48c5cb54f1e73070af78da04'/>
<id>urn:sha1:5390bbea3edcbafd48c5cb54f1e73070af78da04</id>
<content type='text'>
In several additional places call $CP instead of just cp to ease and
speed up rebuilds after update.sh execution.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>Update .gitignore</title>
<updated>2014-12-08T00:07:52+00:00</updated>
<author>
<name>Dmitry Eremin-Solenikov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2014-12-07T23:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a40fccc73b82199ee2cf70512c3b00e755dc8f27'/>
<id>urn:sha1:a40fccc73b82199ee2cf70512c3b00e755dc8f27</id>
<content type='text'>
Add gost test suite and camellia cipher dir to .gitignore.

Signed-off-by: Dmitry Eremin-Solenikov &lt;dbaryshkov@gmail.com&gt;
</content>
</entry>
</feed>
