<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/apps/nc, branch v2.4.1</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v2.4.1</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v2.4.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2016-05-02T07:03:03+00:00</updated>
<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>allow optionally installing nc(1) with '--enable-nc'</title>
<updated>2015-12-07T14:14:51+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-07T14:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=28aaab43234226b2885d66d1e70f536cd7e438f0'/>
<id>urn:sha1:28aaab43234226b2885d66d1e70f536cd7e438f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixup cert.pem path override for libtls, add for nc(1)</title>
<updated>2015-12-07T13:55:05+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-12-07T13:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=1988b8f65e4bfa2c9fb1fa13316f3c22ec59d298'/>
<id>urn:sha1:1988b8f65e4bfa2c9fb1fa13316f3c22ec59d298</id>
<content type='text'>
this also fixes the formatting of help for nc(1)
</content>
</entry>
<entry>
<title>ensure we don't pass a negative int to ctypes functions</title>
<updated>2015-11-23T08:06:03+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2015-11-23T08:06:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=7109fb3260a2bde622a5dfab8d57f0a114ec8d32'/>
<id>urn:sha1:7109fb3260a2bde622a5dfab8d57f0a114ec8d32</id>
<content type='text'>
Some implementations, e.g. cygwin, use a table lookup that can cast
a char to a negative array offset.
</content>
</entry>
<entry>
<title>nc: Use AM_CPPFLAGS, not CPPFLAGS in Makefile.am</title>
<updated>2015-10-14T21:33:25+00:00</updated>
<author>
<name>Jeremy Huddleston Sequoia</name>
<email>jeremyhu@apple.com</email>
</author>
<published>2015-10-11T23:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9afc452761c630816e443b9e945f3db2259afbb9'/>
<id>urn:sha1:9afc452761c630816e443b9e945f3db2259afbb9</id>
<content type='text'>
CPPFLAGS should just be set by the user at configure time

Signed-off-by: Jeremy Huddleston Sequoia &lt;jeremyhu@apple.com&gt;
</content>
</entry>
<entry>
<title>add b64_ntop checking and fallback for nc(1)</title>
<updated>2015-10-01T12:40:26+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-10-01T12:40:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=a7f031ba55ac4a69263000357eb7f6d7fb88101a'/>
<id>urn:sha1:a7f031ba55ac4a69263000357eb7f6d7fb88101a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix a library paths, nc patch</title>
<updated>2015-09-14T00:15:34+00:00</updated>
<author>
<name>Brent Cook</name>
<email>bcook@openbsd.org</email>
</author>
<published>2015-09-14T00:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=c7ae7c0c9dfacbf93c939f14665d861495595a32'/>
<id>urn:sha1:c7ae7c0c9dfacbf93c939f14665d861495595a32</id>
<content type='text'>
</content>
</entry>
</feed>
