Next | Query returned 90 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-05-19 15:30:39 by Taylor R Campbell | Files touched by this commit (1)
Log message:
pkgtools/digest: Work around gcc compiler bug on VAX.

I think it has been fixed in gcc10, though, so let's limit the
versions to which this applies and extend it later if we find it's
still broken, rather than just carry it on indefinitely without
warning and a performance penalty of -O0 in a critical path on VAX.

PR 53947
   2022-02-17 18:34:56 by David H. Gutteridge | Files touched by this commit (1)
Log message:
digest: catch configure.ac up with configure
   2022-02-15 06:25:38 by Michael Forney | Files touched by this commit (2)
Log message:
digest: fix aliasing bug with gcc 11

gcc 11 with -O2 optimizes away the store of the bit length into the
last 8 bytes of the context buffer due to an aliasing violation
(stored through uint64_t, retrieved through uint32_t).

To fix this, import the NetBSD patch from christos[0] which makes
it use memcpy instead.

[0] \ 
http://cvsweb.netbsd.org/bsdweb.cgi/src/common/lib/libc/hash/sha2/sha2.c.diff?r1=1.12&r2=1.13
   2021-10-23 20:09:13 by Nia Alarie | Files touched by this commit (2)
Log message:
digest: match b2sum in terms of capitalizing BLAKE2s/BLAKE2b
   2021-10-05 17:38:48 by Nia Alarie | Files touched by this commit (2)
Log message:
digest: Remove _POSIX_C_SOURCE. PR pkg/56439
   2021-09-29 15:10:40 by Nia Alarie | Files touched by this commit (2)
Log message:
digest: correct hash size of blake2s
   2021-09-28 15:05:08 by Nia Alarie | Files touched by this commit (7)
Log message:
digest: Add blake2s hash.
   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2019-01-27 23:50:55 by Alistair G. Crooks | Files touched by this commit (3)
Log message:
Update digest package to version 20190127

Remove some gcc-isms in a macro in keccak.c, provided by Erno Palonheimo
in PR pkg/53771
   2018-11-07 01:39:07 by Amitai Schleier | Files touched by this commit (1)
Log message:
Fix build on Tribblix without introducing warnings on NetBSD. From
riastradh@ ("commit!") with help from maya@.

Next | Query returned 90 messages, browsing 1 to 10 | Previous