<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libssl/man, branch butholakala</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=butholakala</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=butholakala'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-04-13T15:49:51+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2git to create tag 'butholakala'.</title>
<updated>2014-04-13T15:49:51+00:00</updated>
<author>
<name>cvs2svn</name>
<email>admin@example.com</email>
</author>
<published>2014-04-13T15:49:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9ef0d5fb5b0acfd35d73a5557198f46525ab1667'/>
<id>urn:sha1:9ef0d5fb5b0acfd35d73a5557198f46525ab1667</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move build machinery for libcrypto from libssl/crypto to libcrypto, as well</title>
<updated>2014-04-11T22:51:54+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-04-11T22:51:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4362780bc2f199c11d5612e83851f6fc88139d21'/>
<id>urn:sha1:4362780bc2f199c11d5612e83851f6fc88139d21</id>
<content type='text'>
as configuration files; split manpages and .pc files between libcrypto and
libssl.
No functional change, only there to make engineering easier, and libcrypto
sources are still found in libssl/src/crypto at the moment.

ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.
</content>
</entry>
<entry>
<title>* Fix another instance of directly writing to the target with a utility</title>
<updated>2014-03-18T18:48:46+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-03-18T18:48:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6d9e5419e69b1cf604d6022bbe30bf7d7451ec5a'/>
<id>urn:sha1:6d9e5419e69b1cf604d6022bbe30bf7d7451ec5a</id>
<content type='text'>
that might fail.
* Keep the build log clean.
* Make sure syntax checks run again when doing:  make clean; make
ok espie@
</content>
</entry>
<entry>
<title>prevent failed command from generating bogus file</title>
<updated>2014-03-18T18:06:25+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2014-03-18T18:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9ef75aa122239dc8172a60d700c4552b17ec6fac'/>
<id>urn:sha1:9ef75aa122239dc8172a60d700c4552b17ec6fac</id>
<content type='text'>
okay guenther@
</content>
</entry>
<entry>
<title>Install a bunch more of OpenSSL manpages.  ok deraadt@</title>
<updated>2013-12-23T00:09:22+00:00</updated>
<author>
<name>jca</name>
<email></email>
</author>
<published>2013-12-23T00:09:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb7c5dafb56feec1bf690b3a2894c6661680a6cb'/>
<id>urn:sha1:cb7c5dafb56feec1bf690b3a2894c6661680a6cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove ACSS, crank libcrypto major; ok markus@ deraadt@</title>
<updated>2013-01-26T06:10:22+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2013-01-26T06:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4fd69672e5f9867343486cefcdfdd970465430d6'/>
<id>urn:sha1:4fd69672e5f9867343486cefcdfdd970465430d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>switch to installing source manuals (base part)</title>
<updated>2011-06-23T22:46:12+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2011-06-23T22:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=79b3d818d1ddcbc013825cb74b3d7c1885990acf'/>
<id>urn:sha1:79b3d818d1ddcbc013825cb74b3d7c1885990acf</id>
<content type='text'>
discussed with lots of people, tested by naddy@,
"move fast" deraadt@
</content>
</entry>
<entry>
<title>Use mandoc instead of groff to build PostScript manuals; note that</title>
<updated>2010-09-09T22:50:47+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2010-09-09T22:50:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ff822646da9a3e8482aca70d706806ee22df9949'/>
<id>urn:sha1:ff822646da9a3e8482aca70d706806ee22df9949</id>
<content type='text'>
these are not built by default, but only built when MANPS is set.
kristaps@ and jmc@ agree with the idea,
and the patch doesn't bother deraadt@ at all
</content>
</entry>
<entry>
<title>Build all manual pages in base with mandoc(1) instead of groff,</title>
<updated>2010-04-03T19:34:00+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2010-04-03T19:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f27e698e64998f829bed51ac4c4fc4b93e262e9'/>
<id>urn:sha1:4f27e698e64998f829bed51ac4c4fc4b93e262e9</id>
<content type='text'>
excepting the tbl(1) pages, which are less than twenty.

"commit the diff that enables it, now"  deraadt@
</content>
</entry>
<entry>
<title>resync libssl/libcrypto pod documentation - quite a few more pages and</title>
<updated>2009-04-10T06:04:49+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2009-04-10T06:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ddce03a424f04646910a56a719d278d7b5cb7062'/>
<id>urn:sha1:ddce03a424f04646910a56a719d278d7b5cb7062</id>
<content type='text'>
MLINKS; feedback and ok jmc@
</content>
</entry>
</feed>
