umurmur: update to version 0.3.1
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 30 Sep 2025 06:45:04 +0000 (08:45 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 30 Sep 2025 15:51:38 +0000 (17:51 +0200)
commitc4a23ca99662e67c8b6f5b8bad76d93fc2381ea0
treea3a7b0d359ff19c2daf1b3091c6b5bcc9fc31882
parentc48ddeb5a5eb38dd1308710a25a93a993a8aa8f6
umurmur: update to version 0.3.1

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 <pepe.schlehofer@gmail.com>
net/umurmur/Makefile
net/umurmur/patches/010-umurmur-0.2.20-openssl3.patch [deleted file]
net/umurmur/patches/100-Add-support-for-mbedtls-3.x.patch [deleted file]