<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/strongswan/src/stroke, branch master</title>
<subtitle>tteras' strongSwan tree
</subtitle>
<id>https://git-old.alpinelinux.org/user/tteras/strongswan/atom?h=master</id>
<link rel='self' href='https://git-old.alpinelinux.org/user/tteras/strongswan/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/'/>
<updated>2017-10-12T07:09:12Z</updated>
<entry>
<title>starter: Add the correct keywords header file to EXTRA_DIST</title>
<updated>2017-10-12T07:09:12Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-10-11T16:10:46Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=a97de61e78df611207a2700dad7057d9b74fb5bc'/>
<id>urn:sha1:a97de61e78df611207a2700dad7057d9b74fb5bc</id>
<content type='text'>
The fix for gperf in 0ae19f0ced8d added the generated header to
EXTRA_DIST but that's already added to the distribution because it is
contained in *_SOURCES, what was not added, though, was the .h.in file.

Also fixes the reference to the header file in the .c rule here and for
stroke in out-of-tree builds.

Fixes: 0ae19f0ced8d ("configure: Fix gperf length parameter determination")
</content>
</entry>
<entry>
<title>configure: Fix gperf length parameter determination</title>
<updated>2017-10-02T15:21:42Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-09-26T10:23:36Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=0ae19f0ced8d64bb6996a8ae01406cebacff04a1'/>
<id>urn:sha1:0ae19f0ced8d64bb6996a8ae01406cebacff04a1</id>
<content type='text'>
gperf is not actually a build dependency as the generated files are
shipped in the tarball.  So the type depends on the gperf version on
the host that ran gperf and created the tarball, which might not be
the same as that on the actual build host, and gperf might not even
be installed there, leaving the type undetermined.

Fixes: e0e43229736a ("configure: Detect type of length parameter for gperf generated function")
</content>
</entry>
<entry>
<title>configure: Detect type of length parameter for gperf generated function</title>
<updated>2017-09-19T11:24:43Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-09-18T15:57:05Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=e0e43229736a84db5af6cb7af9cc2ae03da4c906'/>
<id>urn:sha1:e0e43229736a84db5af6cb7af9cc2ae03da4c906</id>
<content type='text'>
Since 3.1 gperf uses size_t for the length parameter instead of an
unsigned int.
</content>
</entry>
<entry>
<title>stroke: Make 96-bit truncation for SHA-256 configurable</title>
<updated>2017-05-26T09:22:28Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2017-05-10T17:32:53Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=4270c8fcb07f37100889695d19a3a3e876f2a1b8'/>
<id>urn:sha1:4270c8fcb07f37100889695d19a3a3e876f2a1b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use standard unsigned integer types</title>
<updated>2016-03-24T17:52:48Z</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2016-03-22T12:22:01Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=b12c53ce77beb8e04b044d0c0dc9249ddba72200'/>
<id>urn:sha1:b12c53ce77beb8e04b044d0c0dc9249ddba72200</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stroke: Fix --utc option for list* commands</title>
<updated>2015-12-17T15:56:20Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-12-17T15:56:20Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=1c3aa9bfc871598317971a5c66441d3fcc632e96'/>
<id>urn:sha1:1c3aa9bfc871598317971a5c66441d3fcc632e96</id>
<content type='text'>
Fixes: dcb168413fa3 ("stroke: Add --daemon option")
</content>
</entry>
<entry>
<title>Refactored certificate management for the vici and stroke interfaces</title>
<updated>2015-12-11T23:19:24Z</updated>
<author>
<name>Andreas Steffen</name>
<email>andreas.steffen@strongswan.org</email>
</author>
<published>2015-12-11T17:24:58Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=02d431022c45cf9638b13aa84c0d485a655d370b'/>
<id>urn:sha1:02d431022c45cf9638b13aa84c0d485a655d370b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>stroke: Add missing include for UINT16_MAX</title>
<updated>2015-06-09T08:25:33Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-06-09T08:24:25Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=2d5b3d34ecd15baa28a655fc3742fcbd7b3a214f'/>
<id>urn:sha1:2d5b3d34ecd15baa28a655fc3742fcbd7b3a214f</id>
<content type='text'>
Fixes the build on FreeBSD.

Fixes #988.
</content>
</entry>
<entry>
<title>stroke: Dynamically resize stroke messages</title>
<updated>2015-05-22T08:40:15Z</updated>
<author>
<name>Tobias Brunner</name>
<email>tobias@strongswan.org</email>
</author>
<published>2015-05-20T16:21:15Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=d8fe354a0e3a41d7d400a44fd2865312782db5df'/>
<id>urn:sha1:d8fe354a0e3a41d7d400a44fd2865312782db5df</id>
<content type='text'>
The maximum size of a stroke message is currently 64k due to the 2 byte
length field.

Fixes #943.
</content>
</entry>
<entry>
<title>stroke: Double the stroke message string buffer size</title>
<updated>2015-02-06T15:44:39Z</updated>
<author>
<name>Martin Willi</name>
<email>martin@revosec.ch</email>
</author>
<published>2015-02-06T15:43:33Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/strongswan/commit/?id=c6bc167c0b29286eaf83663e541773495efe7f42'/>
<id>urn:sha1:c6bc167c0b29286eaf83663e541773495efe7f42</id>
<content type='text'>
</content>
</entry>
</feed>
