Commit Graph

13 Commits

Author SHA1 Message Date
bket
34a8a25e31 remove rcs IDs in ports maintained by me 2022-03-08 08:53:49 +00:00
bket
5691a287d0 Fix installation of xxhash's man pages 2021-12-03 06:21:48 +00:00
bket
1bc7eec0e3 Update to xxhash-0.8.1
Changelog: https://github.com/Cyan4973/xxHash/blob/v0.8.1/CHANGELOG

Minor of shared lib has been bumped because of some additions
2021-12-03 05:10:25 +00:00
bket
52cdc43d10 Fix empty version in .pc file 2020-12-07 05:19:19 +00:00
jca
f756e4119e Don't clobber CFLAGS to let this build on i386 with newer llvm
Upstream's (GNU)Makefile properly amends CFLAGS on a per-target basis,
but that can't happen if we override CFLAGS on gmake's command line.
We already provide CFLAGS through MAKE_ENV, let the Makefile do its job
and provide -fPIC where needed.

ok bket@ (maintainer)
2020-08-10 00:47:44 +00:00
bket
58c0fbe6b5 Update to xxhash-0.8.0
Changes: https://github.com/Cyan4973/xxHash/releases/tag/v0.8.0
2020-07-28 04:41:18 +00:00
bket
93f6cdd8a3 Update to xxhash-0.7.4
Changelog: https://github.com/Cyan4973/xxHash/blob/v0.7.4/CHANGELOG

Bump library minor version as a new symbol has been added.
2020-06-25 10:38:05 +00:00
bket
a10c15cd3c Update to xxhash-0.7.3
Changes: https://github.com/Cyan4973/xxHash/blob/v0.7.3/CHANGELOG
2020-03-06 04:22:13 +00:00
bket
c318d4cd3e Update to xxhash-0.7.2.
Maintenance release. Changelog can be found at
https://github.com/Cyan4973/xxHash/releases/tag/v0.7.2
2019-10-15 04:19:59 +00:00
bket
f5e7629942 Avoid DT_SONAME hardcoding.¬ 2019-09-07 20:09:35 +00:00
bket
43ac6d3aff Update to xxhash-0.7.1.
Bump minor of SHARED_LIBS as symbols have been added.

Overview of changes can be found at
https://github.com/Cyan4973/xxHash/releases/tag/v0.7.1
2019-08-17 18:52:47 +00:00
bcallah
14ee1f63ea Remove -Wvla flag; gcc-4.2.1 and earlier don't understand it.
ok bket@ (MAINTAINER)
2019-07-26 05:52:49 +00:00
bket
018547ebd4 Import xxhash-0.7.0.
DESCR:
xxHash is an extremely fast non-cryptographic hash algorithm, running at
RAM speed limits. Code is highly portable, and hashes are identical on
all platforms (little / big endian).

Comments/suggestions from sthen@, juanfra@, and kn@. Thanks!

OK sthen@, kn@
2019-07-11 16:28:13 +00:00