<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/apps/openssl, branch v2.5.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.5.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.5.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2017-01-09T08:22:26+00:00</updated>
<entry>
<title>fix static mingw builds, platform LDADD needs to come at the end</title>
<updated>2017-01-09T08:22:26+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2017-01-09T08:22:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c691459502efc76b7fa4478b461ba7ab6c0d48cb'/>
<id>urn:sha1:c691459502efc76b7fa4478b461ba7ab6c0d48cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unneeded slash after DESTDIR</title>
<updated>2016-10-31T02:40:24+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-10-20T09:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=332c2eeaa3ad0133bd0ef725884652c509275c88'/>
<id>urn:sha1:332c2eeaa3ad0133bd0ef725884652c509275c88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove cms</title>
<updated>2016-09-14T13:49:53+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-09-14T13:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=df207699777fe7a671df25998808dac473903678'/>
<id>urn:sha1:df207699777fe7a671df25998808dac473903678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Land #192, fix fix ld warning "attempted multiple inclusion of file" on Solaris</title>
<updated>2016-05-02T07:03:03+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2016-05-02T07:03:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=552817b77f8dca7332d29af4b7a7bc0a08ec9a7a'/>
<id>urn:sha1:552817b77f8dca7332d29af4b7a7bc0a08ec9a7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ld warning "attempted multiple inclusion of file" on Solaris</title>
<updated>2016-04-21T07:12:47+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-04-21T05:49:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=02e1cc4df185d34963b45b3e7c478f9c5a1818cc'/>
<id>urn:sha1:02e1cc4df185d34963b45b3e7c478f9c5a1818cc</id>
<content type='text'>
- To avoid ld warning on Solaris, use abs_top_builddir in Makefile.am
</content>
</entry>
<entry>
<title>add cmake build options</title>
<updated>2016-04-14T06:16:52+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-04-11T03:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=bda62f7fe4ad3965f8f6e7f06838c76455340567'/>
<id>urn:sha1:bda62f7fe4ad3965f8f6e7f06838c76455340567</id>
<content type='text'>
- add cmake build options as configure provides
  * -DENABLE_ASM (default ON)
  * -DENABLE_EXTRATESTS (default OFF)
  * -DENABLE_NC (default OFF)
  * -DOPENSSLDIR (default ${CMAKE_INSTALL_PREFIX}/etc/ssl)

- add biotest and pidwraptest if ENABLE_EXTRATESTS is ON

- add compiler flag `-fno-common` if CMAKE_SYSTEM_NAME is Darwin
  to prevent link error Undefined symbols "_OPENSSL_ia32cap_P"
</content>
</entry>
<entry>
<title>modify cmake to build nc</title>
<updated>2016-04-09T17:06:40+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2016-04-07T06:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=2510a5e6f98360bb7cd4a52ecf2274656fe75dcc'/>
<id>urn:sha1:2510a5e6f98360bb7cd4a52ecf2274656fe75dcc</id>
<content type='text'>
- modify structure of CMakeLists.txt under apps/
  * move apps/CMakeLists.txt to apps/openssl/ since this is for openssl build
  * create new apps/nc/CMakeLists.txt for nc build
  * modify apps/CMakeLists.txt just add_subdirectory()

- add checking and compile of arc4random_uniform()

- add installing man files, openssl.1 and nc.1
</content>
</entry>
<entry>
<title>update apps.h include</title>
<updated>2015-10-18T15:48:17+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-18T15:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=0086809a82b595dd5f421601f9edec30509228dd'/>
<id>urn:sha1:0086809a82b595dd5f421601f9edec30509228dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Windows compatibility fixes</title>
<updated>2015-10-18T14:28:10+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-18T14:28:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=0197a589691274055e3a6f47a3652a6714d676bc'/>
<id>urn:sha1:0197a589691274055e3a6f47a3652a6714d676bc</id>
<content type='text'>
VS2013 has trouble with relative include paths for apps/openssl, so move
certhash_win/apps_win.c back to apps/openssl.

gmtime_r on mingw64 fails with negative time_t, override

gmtime_s fails all of the time unit tests, override

SHUT_RD/WR are defined in newer mingw64 headers, check before overriding
</content>
</entry>
<entry>
<title>visual studio path updates</title>
<updated>2015-09-18T13:43:57+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-18T13:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=630e7b604037820d6d4f90dbfd891c0a0e837639'/>
<id>urn:sha1:630e7b604037820d6d4f90dbfd891c0a0e837639</id>
<content type='text'>
</content>
</entry>
</feed>
