<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable/m4, branch v3.7.3</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v3.7.3</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v3.7.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2022-07-12T14:29:39+00:00</updated>
<entry>
<title>Detect machine/endian.h for macOS</title>
<updated>2022-07-12T14:29:39+00:00</updated>
<author>
<name>Jiajie Chen</name>
<email>c@jia.je</email>
</author>
<published>2022-07-12T14:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=ef2d6c70daf540926d2d5fd4d50e2942633ec9bd'/>
<id>urn:sha1:ef2d6c70daf540926d2d5fd4d50e2942633ec9bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update autotool macro deprecations</title>
<updated>2022-02-27T12:05:41+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2022-02-27T12:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=56bf8d4f4191184470b1f15815b9b8de1eab1b8e'/>
<id>urn:sha1:56bf8d4f4191184470b1f15815b9b8de1eab1b8e</id>
<content type='text'>
fix latest round of autotool complaints
</content>
</entry>
<entry>
<title>Add libmd as platform specific libraries for Solaris</title>
<updated>2022-01-17T10:04:23+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2022-01-17T10:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=9a18f4247e2eef970c491969afaaec0e07d3c5d1'/>
<id>urn:sha1:9a18f4247e2eef970c491969afaaec0e07d3c5d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set IA-64 compiler flag only if it is HP-UX with IA-64</title>
<updated>2021-11-23T04:27:17+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2021-11-23T04:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=2f3066df94e794dc91a1ddb6425755ed0d8c9dd0'/>
<id>urn:sha1:2f3066df94e794dc91a1ddb6425755ed0d8c9dd0</id>
<content type='text'>
Compiler switch -mlp64 (GCC) or +DD64(HP CC) gives build failure with
platform HP-UX other than IA-64.
This avoids build break on HP-UX with PA-RISC platform.

Suggested from Larkin Nickle (me &lt;at&gt; larbob org) by libressl ML.
</content>
</entry>
<entry>
<title>Autoconf updates</title>
<updated>2021-11-10T04:43:53+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2021-11-10T04:34:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=f69066726257d07257fce6c5f076bbf27f49b376'/>
<id>urn:sha1:f69066726257d07257fce6c5f076bbf27f49b376</id>
<content type='text'>
Move machine/endian.h to endian.h, use AC_HEADER_RESOLV over individual
header checks, and include prerequisites for netinet/ip.h check.
</content>
</entry>
<entry>
<title>Support operating systems without some non-POSIX headers</title>
<updated>2021-10-03T11:33:16+00:00</updated>
<author>
<name>Jonas 'Sortie' Termansen</name>
<email>sortie@maxsi.org</email>
</author>
<published>2021-10-03T11:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=fcf6c877881626ee2ac94fc77051c79e3f7ae7ce'/>
<id>urn:sha1:fcf6c877881626ee2ac94fc77051c79e3f7ae7ce</id>
<content type='text'>
The arpa/nameser.h, netinet/ip.h, and resolv.h headers are not crucial
to building LibreSSL. The netinet/ip.h header is used in nc(1) for
optional IPTOS_ features that can be ifdef'd on systems without support.

The endian.h header is the upcoming standard header and should be used
whenever available and correct. The machine/endian.h header is
non-standard and doesn't have to exist on POSIX systems.

Fix the check for getpagesize(3) not forward declaring the function,
such that CFLAGS with -Werror=implicit-function-declaration doesn't
cause the check to fail.
</content>
</entry>
<entry>
<title>Remove -D_FORTIFY_SOURCE=2 and -lssp with mingw build</title>
<updated>2021-05-30T05:12:30+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2021-05-30T04:52:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=e07b5feba5103e662016158a2d77ca6bf1db12fb'/>
<id>urn:sha1:e07b5feba5103e662016158a2d77ca6bf1db12fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mingw build on ubuntu 20.04</title>
<updated>2021-05-30T01:11:45+00:00</updated>
<author>
<name>kinichiro</name>
<email>kinichiro.inoguchi@gmail.com</email>
</author>
<published>2021-05-29T02:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=420723ee1818e1b62300f845f7af6a1a0cba6398'/>
<id>urn:sha1:420723ee1818e1b62300f845f7af6a1a0cba6398</id>
<content type='text'>
- Link libssp to resolve undefined reference __memcpy_chk
- Disable dtlstest since mingw does not have poll
</content>
</entry>
<entry>
<title>Add '--enable-libtls-only' build option</title>
<updated>2021-04-07T12:51:45+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2021-04-05T07:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=921c0675a25708d19e76aa8e3b48c4483a1a255d'/>
<id>urn:sha1:921c0675a25708d19e76aa8e3b48c4483a1a255d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add -lbcrypt to Windows builds for CNG in getentropy</title>
<updated>2020-11-11T11:39:56+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2020-11-11T11:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=df3d4bb57a253f85bb60567aaea5f2dd992a9fbd'/>
<id>urn:sha1:df3d4bb57a253f85bb60567aaea5f2dd992a9fbd</id>
<content type='text'>
</content>
</entry>
</feed>
