2018-11-04 19:38:09 by Benny Siegert | Files touched by this commit (122) |  |
Log message:
Revbump all Go packages after go111 update.
|
2018-11-03 18:36:48 by Alexander Nasonov | Files touched by this commit (3) |
Log message:
Update devel/go-siphash to v1.2.0.
Changelog:
Removed ARM assembly implementation (ARM will use pure Go implementation now) \
because it had a bug #15.
While there was no changes regarding compiler versions, it doesn't make sense to \
support Go 1.1.
|
2018-06-12 19:50:29 by Benny Siegert | Files touched by this commit (102) |  |
Log message:
Revbump all Go packages after lang/go update.
|
2018-03-30 13:56:27 by Benny Siegert | Files touched by this commit (94) |  |
Log message:
Revbump all Go packages after 1.10.1 update.
ok wiz@ for committing during freeze
|
2018-03-04 16:52:21 by Benny Siegert | Files touched by this commit (95) |  |
Log message:
Revbump all Go packages after Go 1.10 update.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-09-29 08:14:39 by Alexander Nasonov | Files touched by this commit (5) |  |
Log message:
Initial import of devel/go-siphash, version 1.0.0.
Go implementation of SipHash-2-4, a fast short-input PRF created
by Jean-Philippe Aumasson and Daniel J. Bernstein.
|