<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libsodium/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-07-30T20:01:12Z</updated>
<entry>
<title>libsodium: update to 1.0.20</title>
<updated>2025-07-30T20:01:12Z</updated>
<author>
<name>Georgi Valkov</name>
</author>
<published>2025-07-30T07:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6b4d3b0548e3193b42bc1d4c3465a30fdd9fbfdf'/>
<id>urn:sha1:6b4d3b0548e3193b42bc1d4c3465a30fdd9fbfdf</id>
<content type='text'>
Change log
[1] https://github.com/jedisct1/libsodium/blob/master/ChangeLog

Signed-off-by: Georgi Valkov &lt;gvalkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>libsodium: fix building with GCC 15.1</title>
<updated>2025-07-30T12:32:40Z</updated>
<author>
<name>Lovin Yarn</name>
</author>
<published>2025-07-30T11:56:13Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7814960a7d87b9b69728c1dae8db754314ceb8de'/>
<id>urn:sha1:7814960a7d87b9b69728c1dae8db754314ceb8de</id>
<content type='text'>
Force the default C version to -std=gnu17,

to fix the following build error:

&lt;command-line&gt;: error: unknown type name 'thread_local'; did you mean 'pthread_rwlock_t'?
randombytes/internal/randombytes_internal_random.c:132:8: note: in expansion of macro 'TLS'
  132 | static TLS InternalRandom stream = {
      |        ^~~
randombytes/internal/randombytes_internal_random.c:132:27: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'stream'
  132 | static TLS InternalRandom stream = {
      |                           ^~~~~~

[1] https://github.com/openwrt/openwrt/pull/16522#issuecomment-3134756935
[2] https://github.com/openwrt/packages/issues/27122

Tested-by: Georgi Valkov &lt;gvalkov@gmail.com&gt;
Signed-off-by: Lovin Yarn &lt;juanshengyuan@gmail.com&gt;
</content>
</entry>
<entry>
<title>libsodium: Update to 1.0.19 and fix patches</title>
<updated>2024-01-03T08:09:32Z</updated>
<author>
<name>Carsten Schuette</name>
</author>
<published>2023-11-07T08:28:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=4f31101fbfbf5efb9774884f386fcfd8669f48c0'/>
<id>urn:sha1:4f31101fbfbf5efb9774884f386fcfd8669f48c0</id>
<content type='text'>
Also add TAR_OPTIONS and TAR_CMD. Unfortunately, latest version of libsodium extracts to an additional libsodium-latest subfolder, which is unneccessary and removed by these options.

Signed-off-by: Carsten Schuette &lt;schuettecarsten@googlemail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>libsodium: update maintainer email address</title>
<updated>2021-10-09T13:50:35Z</updated>
<author>
<name>Damiano Renfer</name>
</author>
<published>2021-10-09T13:13:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=7c529bab916572d981fd6063b6db353e77b45b36'/>
<id>urn:sha1:7c529bab916572d981fd6063b6db353e77b45b36</id>
<content type='text'>
Signed-off-by: Damiano Renfer &lt;x9w2n7xnu@relay.firefox.com&gt;
</content>
</entry>
<entry>
<title>libsodium: include ed25519_core in minimal build</title>
<updated>2021-10-09T00:28:56Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-10-09T00:25:21Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3da874371b0d3e95110fbcff025caa16b577c73c'/>
<id>urn:sha1:3da874371b0d3e95110fbcff025caa16b577c73c</id>
<content type='text'>
Functions from ed25519_core are needed for GNUnet to build.
Include them in the minimal build of libsodium so we don't need to
switch to the full build just for that.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libsodium: add autoreconf</title>
<updated>2020-08-03T23:37:02Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-03T23:36:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=6d23184a8d929e2e890d7cdd3dcefe5aa7c142c2'/>
<id>urn:sha1:6d23184a8d929e2e890d7cdd3dcefe5aa7c142c2</id>
<content type='text'>
The patch, while it works, requires autoreconf. Added.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libsodium: compile with scalarmult_ed25519_ref10</title>
<updated>2020-08-01T21:31:39Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-08-01T21:31:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=3ef28a4ab0cb60877c4ec68f5ba8c276021a1ab6'/>
<id>urn:sha1:3ef28a4ab0cb60877c4ec68f5ba8c276021a1ab6</id>
<content type='text'>
scalarmult_ed25519_ref10 was excluded from 'minimal' variant (which is
what we are building) by upstream commit f5076db5f8ef27.
Revert that to allow downstream projects to make use of it (eg. gnunet)

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>libsodium: Update to 1.0.18</title>
<updated>2019-06-04T03:04:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-06-04T03:04:46Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=efc45ea3ca21a14de553c1343ff7e3dce052f98b'/>
<id>urn:sha1:efc45ea3ca21a14de553c1343ff7e3dce052f98b</id>
<content type='text'>
Added PKG_BUILD_PARALLEL for faster compilation.

Several Makefile cleanups.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libsodium: Update to 1.0.17</title>
<updated>2019-01-20T06:33:29Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-01-20T06:33:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c1e2b23285521060821b004c5e3da52f4d2b1bea'/>
<id>urn:sha1:c1e2b23285521060821b004c5e3da52f4d2b1bea</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;</content>
</entry>
</feed>
