<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/libreswan, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/libreswan: upgrade to 3.31</title>
<updated>2020-03-05T09:47:59+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2020-03-04T21:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=a943adb42f8cecd25df6dd8074d1c0f65b04dae1'/>
<id>a943adb42f8cecd25df6dd8074d1c0f65b04dae1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libreswan: upgrade to 3.30</title>
<updated>2020-02-14T12:30:41+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2020-02-14T12:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=ee0e58dec98e9a81bef2528184290dd14ef0fbdc'/>
<id>ee0e58dec98e9a81bef2528184290dd14ef0fbdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more stale patches from community/</title>
<updated>2020-01-28T23:31:53+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2020-01-28T23:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d420552f02af2ad6a15cf3a70b76bf86b222c07e'/>
<id>d420552f02af2ad6a15cf3a70b76bf86b222c07e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libreswan: rebuild against libevent-2.1.so.7</title>
<updated>2019-11-05T17:47:45+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-05T17:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=fa7cbdbdf98138008c71e56dab62aa785d6f48a3'/>
<id>fa7cbdbdf98138008c71e56dab62aa785d6f48a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libreswan: upgrade to 3.29</title>
<updated>2019-08-23T21:34:31+00:00</updated>
<author>
<name>Leo</name>
<email>thinkabit.ukim@gmail.com</email>
</author>
<published>2019-08-20T17:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=6655a0bf0bf687e97df7bdd1897df0e546d61f7e'/>
<id>6655a0bf0bf687e97df7bdd1897df0e546d61f7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libreswan: do not use local copy of CERT_CompareAVA</title>
<updated>2018-12-19T12:37:21+00:00</updated>
<author>
<name>alpine-mips-patches</name>
<email>info@mobile-stream.com</email>
</author>
<published>2018-12-19T07:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=18aa08c946b29cb674fc5103f65672d8475ad18e'/>
<id>18aa08c946b29cb674fc5103f65672d8475ad18e</id>
<content type='text'>
As lib/libswan/nss_copies.c says:

/*
 * The NSS function CERT_CompareAVA() appears in the NSS header files,
 * but the library does not actually export the function. This is a copy
 * of that function until upstream NSS is fixed and the fix available in
 * the common Linux distributions. This workaround is enabled using
 * NSS_REQ_AVA_COPY=true
 *
 * See also:
 * https://bugzilla.mozilla.org/show_bug.cgi?id=1336487
 * https://bugzilla.mozilla.org/show_bug.cgi?id=294538
 */

So disable the work-around on Alpine since main/nss is new enough. This
is also a build fix for mips* as nss_copies.c expects that libc provides
&lt;sgidefs.h&gt; in the standard location.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As lib/libswan/nss_copies.c says:

/*
 * The NSS function CERT_CompareAVA() appears in the NSS header files,
 * but the library does not actually export the function. This is a copy
 * of that function until upstream NSS is fixed and the fix available in
 * the common Linux distributions. This workaround is enabled using
 * NSS_REQ_AVA_COPY=true
 *
 * See also:
 * https://bugzilla.mozilla.org/show_bug.cgi?id=1336487
 * https://bugzilla.mozilla.org/show_bug.cgi?id=294538
 */

So disable the work-around on Alpine since main/nss is new enough. This
is also a build fix for mips* as nss_copies.c expects that libc provides
&lt;sgidefs.h&gt; in the standard location.
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libreswan: fix another inclusion of limits.h</title>
<updated>2018-11-12T09:01:39+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2018-11-12T09:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=3ffc1416f4c05983297e7d1353090ae2abbaf90c'/>
<id>3ffc1416f4c05983297e7d1353090ae2abbaf90c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libreswan: fix inclusion of limits.h</title>
<updated>2018-11-12T07:39:57+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2018-11-12T07:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=78b96c7dc8163c675a9bc9c76a8b4cf354c1deec'/>
<id>78b96c7dc8163c675a9bc9c76a8b4cf354c1deec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libreswan: upgrade to 3.27</title>
<updated>2018-11-12T07:30:01+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2018-10-20T13:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=39fbd1698bce3af6bab5cdf7420b36ca2a76b3f1'/>
<id>39fbd1698bce3af6bab5cdf7420b36ca2a76b3f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libreswan: rebuild against nss-3.38</title>
<updated>2018-07-11T10:34:36+00:00</updated>
<author>
<name>Leonardo Arena</name>
<email>rnalrd@alpinelinux.org</email>
</author>
<published>2018-07-11T09:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=89f0c687bb6e1ec77e44e05114dd6cab06c273c3'/>
<id>89f0c687bb6e1ec77e44e05114dd6cab06c273c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
