[med-svn] [Git][med-team/libmurmurhash][upstream] New upstream version 1.6

Andreas Tille (@tille) gitlab at salsa.debian.org
Tue Feb 6 08:04:01 GMT 2024



Andreas Tille pushed to branch upstream at Debian Med / libmurmurhash


Commits:
69fa53ce by Andreas Tille at 2024-02-06T09:01:23+01:00
New upstream version 1.6
- - - - -


3 changed files:

- Readme.md
- configure.ac
- murmurhash.c


Changes:

=====================================
Readme.md
=====================================
@@ -38,4 +38,4 @@ No license—all code is public domain. I appreciate credit, though.
 
 ## Contact
 
-Please file a bug on GitHub <github.com/kloetzl/libmurmurhash> or send me a mail <kloetzl at evolbio.mpg.de>.
+Please file a bug on GitHub <github.com/kloetzl/libmurmurhash> or send me a mail <fabian-libmurmurhash at kloetzl.info>.


=====================================
configure.ac
=====================================
@@ -1,4 +1,4 @@
-AC_INIT(libmurmurhash, 1.5, kloetzl at evolbio.mpg.de)
+AC_INIT(libmurmurhash, 1.6, fabian-libmurmurhash at kloetzl.info)
 AC_CONFIG_SRCDIR([murmurhash.h])
 AC_CONFIG_HEADERS([config.h])
 


=====================================
murmurhash.c
=====================================
@@ -40,7 +40,7 @@ void lmmh_x86_32(const void *addr, unsigned int len, MH_UINT32 seed,
 #define ROTL32(x, r) (((uint32_t)x << r) | ((uint32_t)x >> (32 - r)))
 #define ROTL64(x, r) (((uint64_t)x << r) | ((uint64_t)x >> (64 - r)))
 
-static uint32_t getblock32(const void *addr, int offset)
+static uint32_t getblock32(const unsigned char *addr, int offset)
 {
 	unsigned char data[sizeof(uint32_t)];
 	memcpy(&data, addr + offset * sizeof(uint32_t), sizeof(uint32_t));



View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/-/commit/69fa53cea14abd5230de2bc698aee91f484ca1cb

-- 
View it on GitLab: https://salsa.debian.org/med-team/libmurmurhash/-/commit/69fa53cea14abd5230de2bc698aee91f484ca1cb
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240206/70a20ab7/attachment-0001.htm>


More information about the debian-med-commit mailing list