<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/umurmur, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-10-31T07:03:17Z</updated>
<entry>
<title>umurmur: Use example config and add own init script</title>
<updated>2025-10-31T07:03:17Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-10-30T09:04:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b03e655bf02ec0eaf6a2bdbe5b1829d5e0b3710b'/>
<id>urn:sha1:b03e655bf02ec0eaf6a2bdbe5b1829d5e0b3710b</id>
<content type='text'>
Files such as config file and init script related to OpenWrt
were removed in upstream [1]. Config file was same as umurmur.conf.example,
thus use it and init script, we need to ship our own. Add a simple one.

[1] https://github.com/umurmur/umurmur/commit/209edb5c887e5a5d3ab2c95ab4a8aeb8c1e6e8f3

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>umurmur: move config file to its default location</title>
<updated>2025-10-31T07:03:17Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-10-29T06:48:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3d6be64ea309bd2a6f961f11ae5e36aa4343db10'/>
<id>urn:sha1:3d6be64ea309bd2a6f961f11ae5e36aa4343db10</id>
<content type='text'>
This was changed in version 0.3.1 [1]

Fixes initial start of umurmur:
```
root@turris:~# umurmurd
Error in config file /etc/umurmur/umurmur.conf line 0: file I/O error
```

And also while running help of umurmurd, the defailt location is /etc/umurmur/umurmur.conf
```
Usage: umurmurd [-d] [-r] [-h] [-p &lt;pidfile&gt;] [-t] [-c &lt;conf file&gt;] [-a &lt;addr&gt;] [-b &lt;port&gt;]
       -c &lt;conf file&gt; - Specify configuration file (default /etc/umurmur/umurmur.conf)
```
[1] https://github.com/umurmur/umurmur/commit/4f3ed41357bb6fcb7afddd5343b59cfef54d65a4

Fixes: c4a23ca99662e67c8b6f5b8bad76d93fc2381ea0 ("umurmur: update to version 0.3.1")

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>umurmur: update to version 0.3.1</title>
<updated>2025-09-30T15:51:38Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2025-09-30T06:45:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c4a23ca99662e67c8b6f5b8bad76d93fc2381ea0'/>
<id>urn:sha1:c4a23ca99662e67c8b6f5b8bad76d93fc2381ea0</id>
<content type='text'>
Makefile changes
----------------

1. The location of uMurmur binary was changed to /sbin
in release 0.3.1. See release notes [1]

2. I need to specify location of the library file instead of
the directory.

Fixes:
CMake Warning at src/CMakeLists.txt:44 (target_link_libraries):
  Target "umurmurd" requests linking to directory
  "/build/staging_dir/target-powerpc_8548_musl/usr/lib".
  Targets may link only to libraries.  CMake is dropping the item.

CMake Warning at src/CMakeLists.txt:44 (target_link_libraries):
  Target "umurmurd" requests linking to directory
  "/build/staging_dir/target-powerpc_8548_musl/usr/lib".
  Targets may link only to libraries.  CMake is dropping the item.

Because of these two warnings, the build fails with
undefined references to
protobuf-c symbols (e.g. protobuf_c_message_get_packed_size).

Patches
-------

Removed all of them, because they are included in
the upstream source code.

[1] https://github.com/umurmur/umurmur/releases/tag/v0.3.1

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>umurmur: add pending patch fixing support for MbedTLS 3.x</title>
<updated>2024-11-07T19:02:51Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-11-07T13:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a8dc8a281a2291f147e8b8d0369a7198e0e476c1'/>
<id>urn:sha1:a8dc8a281a2291f147e8b8d0369a7198e0e476c1</id>
<content type='text'>
Add pending patch fixing support for MbedTLS 3.x.

Small variation to the provided PR from [0] to remove the dropped
mbedtls/certs.h header.

[0] https://github.com/umurmur/umurmur/pull/190

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>umurmur: fix compilation with OpenSSL 3.0</title>
<updated>2023-02-16T13:28:52Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2023-02-09T18:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6b40dccedf068f69c6886fe8d024846dbceb01da'/>
<id>urn:sha1:6b40dccedf068f69c6886fe8d024846dbceb01da</id>
<content type='text'>
Remove a call to CRYPTO_mem_ctrl(), which is used only for debugging,

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: back to cmake.mk</title>
<updated>2021-06-13T04:05:01Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-10T23:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2e654b19f38f1f941c70a5adcdac6311234362c3'/>
<id>urn:sha1:2e654b19f38f1f941c70a5adcdac6311234362c3</id>
<content type='text'>
Ninja was merged to base and therefore we can now use normal cmake.mk

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>uMurmur: Update to 0.2.20. Fix build against OpenSSL without deprecated API enabled.</title>
<updated>2021-03-23T18:36:15Z</updated>
<author>
<name>Martin Johansson</name>
</author>
<published>2021-03-22T20:11:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=463666249a581172b9aa72cc573ddb0a20237f57'/>
<id>urn:sha1:463666249a581172b9aa72cc573ddb0a20237f57</id>
<content type='text'>
Signed-off-by: Martin Johansson &lt;martin@fatbob.nu&gt;
</content>
</entry>
<entry>
<title>uMurmur: Update to 0.2.19. Patches required for 0.2.17 merged upstream.</title>
<updated>2021-01-25T08:12:47Z</updated>
<author>
<name>Martin Johansson</name>
</author>
<published>2021-01-25T08:12:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=268a9056302d178cff16b125f7eda0a7e5f0ff34'/>
<id>urn:sha1:268a9056302d178cff16b125f7eda0a7e5f0ff34</id>
<content type='text'>
Signed-off-by: Martin Johansson &lt;martin@fatbob.nu&gt;
</content>
</entry>
<entry>
<title>umurmur: fix paths</title>
<updated>2019-10-29T19:54:22Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-10-29T19:54:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e11a3d101f2fa6d5722aa0e5056ac60870092867'/>
<id>urn:sha1:e11a3d101f2fa6d5722aa0e5056ac60870092867</id>
<content type='text'>
The wrong paths slipped into the Makefile when converting to CMake. This
commit corrects them.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>umurmur: Switch to CMake</title>
<updated>2019-09-30T01:20:25Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-09-26T04:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0c6fcf6ed0680585a51f1f615a1a341bb4d07614'/>
<id>urn:sha1:0c6fcf6ed0680585a51f1f615a1a341bb4d07614</id>
<content type='text'>
Fixed license information.

Added HTTPS to URL.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
