aboutsummaryrefslogtreecommitdiff
path: root/net/umurmur
Commit message (Collapse)AuthorAge
* umurmur: fix compilation with OpenSSL 3.0Eneas U de Queiroz2023-02-16
| | | | | | Remove a call to CRYPTO_mem_ctrl(), which is used only for debugging, Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* uMurmur: Update to 0.2.20. Fix build against OpenSSL without deprecated API ↵Martin Johansson2021-03-23
| | | | | | enabled. Signed-off-by: Martin Johansson <martin@fatbob.nu>
* uMurmur: Update to 0.2.19. Patches required for 0.2.17 merged upstream.Martin Johansson2021-01-25
| | | | Signed-off-by: Martin Johansson <martin@fatbob.nu>
* umurmur: fix pathsSebastian Kemper2019-10-29
| | | | | | | The wrong paths slipped into the Makefile when converting to CMake. This commit corrects them. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* umurmur: Switch to CMakeRosen Penev2019-09-29
| | | | | | | | Fixed license information. Added HTTPS to URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* umurmur: Fix compilation without OpenSSL ECC supportRosen Penev2018-12-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* umurmur: Switch to tarballRosen Penev2018-07-16
| | | | | | Should be a faster download Signed-off-by: Rosen Penev <rosenp@gmail.com>
* umurmur: update to version 0.2.17Eneas U de Queiroz2018-06-08
| | | | | | | This version supports openssl-1.1. Added a patch to update openssl 1.1 deprecated API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* umurmur: Update to lastest version. Replace PolarSSL with mbed TLSTed Hess2017-01-10
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* umurmur: Update to 0.2.16. Also fix build breakage since PolarSSL/MbedTLS's ↵Martin Johansson2015-05-21
| | | | | | version module was disabled. Signed-off-by: Martin Johansson <martin@fatbob.nu>
* umurmur: use generic autoreconf fixupJo-Philipp Wich2015-02-07
| | | | | | | | | Use the generic autoreconf facility to pickup proper variants of autoconf, automake and libtool. Remove the unneeded Build/Configure override. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* umurmur: Set PKG_LICENSEMartin Johansson2014-08-14
| | | | Signed-off-by: Martin Johansson <martin@fatbob.nu>
* Add package umurmur. Add myself as maintainer.Martin Johansson2014-08-10