<feed xmlns='http://www.w3.org/2005/Atom'>
<title>portable, branch v4.3.2</title>
<subtitle>A mirror of https://github.com/libressl/portable.git
</subtitle>
<id>https://git.lua4.win/portable/atom?h=v4.3.2</id>
<link rel='self' href='https://git.lua4.win/portable/atom?h=v4.3.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/'/>
<updated>2026-05-26T03:11:12+00:00</updated>
<entry>
<title>allow releases to be retriggered on failure</title>
<updated>2026-05-26T03:11:12+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2026-05-26T02:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=05fc4bad4ea5211549cc8289e56b39f44022129f'/>
<id>urn:sha1:05fc4bad4ea5211549cc8289e56b39f44022129f</id>
<content type='text'>
This just gives us a manual rerun option.
</content>
</entry>
<entry>
<title>update changelog</title>
<updated>2026-05-24T10:23:47+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2026-05-24T10:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=273523547816ed7bbd791684b639100e83b1a878'/>
<id>urn:sha1:273523547816ed7bbd791684b639100e83b1a878</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not override user CFLAGS/LDFLAGS in hardening flag detection</title>
<updated>2026-05-24T10:22:30+00:00</updated>
<author>
<name>Kenjiro Nakayama</name>
<email>nakayamakenjiro@gmail.com</email>
</author>
<published>2026-04-30T06:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=7573f4ae7505549646289264646a933ef153fdb6'/>
<id>urn:sha1:7573f4ae7505549646289264646a933ef153fdb6</id>
<content type='text'>
`CHECK_CFLAG` / `CHECK_LDFLAG` overwrote `CFLAGS`/`LDFLAGS` with only
the flag under test, so feature detection ran with a different target
than the real build.

For example `CFLAGS=-march=i586 ./configure` accepted
`-fcf-protection=full` (detected under the toolchain's i686 default)
but then failed to compile because GCC 15 rejects `-fcf-protection` on
i586.

Prepend `$USER_CFLAGS` / `$USER_LDFLAGS` (saved before `AC_PROG_CC`)
to the detection command so the probe matches the real build.

Fixes #1268
</content>
</entry>
<entry>
<title>Land #1280 - fix executable stack on linux</title>
<updated>2026-05-12T17:20:16+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2026-05-12T17:20:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=7110baee1dd8f9987d674b64b89ac737e097e137'/>
<id>urn:sha1:7110baee1dd8f9987d674b64b89ac737e097e137</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid executable stack on linux in the 4.3 branch</title>
<updated>2026-05-12T16:49:01+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2026-05-12T16:48:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=4dae91d056c6c75ba5cf2bc5e6148b8e02239119'/>
<id>urn:sha1:4dae91d056c6c75ba5cf2bc5e6148b8e02239119</id>
<content type='text'>
Fixes #1278
</content>
</entry>
<entry>
<title>ChangeLog: tense/minor tweaks</title>
<updated>2026-05-09T14:06:23+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2026-05-09T14:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=3d2bba7d37b2f3211c60835dc55bca85d9599280'/>
<id>urn:sha1:3d2bba7d37b2f3211c60835dc55bca85d9599280</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak ChangeLog</title>
<updated>2026-05-09T14:04:06+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2026-05-09T14:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=29586311af91884f2f85ba5a59e8467a8019a823'/>
<id>urn:sha1:29586311af91884f2f85ba5a59e8467a8019a823</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some portable changes</title>
<updated>2026-05-09T14:00:27+00:00</updated>
<author>
<name>Theo Buehler</name>
<email>tb@openbsd.org</email>
</author>
<published>2026-05-09T13:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=140d23f1689f1df889391d6a399377f052052e19'/>
<id>urn:sha1:140d23f1689f1df889391d6a399377f052052e19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>create branch for 4.3.x</title>
<updated>2026-04-24T03:24:34+00:00</updated>
<author>
<name>Brent Cook</name>
<email>busterb@gmail.com</email>
</author>
<published>2026-04-24T03:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=07cb742ca68701420ed954231785ae6c1278f11d'/>
<id>urn:sha1:07cb742ca68701420ed954231785ae6c1278f11d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ci: update vmactions/solaris-vm action to v1.3.3</title>
<updated>2026-04-24T03:17:38+00:00</updated>
<author>
<name>renovate[bot]</name>
<email>29139614+renovate[bot]@users.noreply.github.com</email>
</author>
<published>2026-04-20T10:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/portable/commit/?id=8c0f447b1ec3bd76a332ff546060b6d72f241894'/>
<id>urn:sha1:8c0f447b1ec3bd76a332ff546060b6d72f241894</id>
<content type='text'>
</content>
</entry>
</feed>
