non port: security/highwayhash/Makefile |
SVNWeb
|
Number of commits found: 26 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 857c05f (Only the first 10 of 840 ports in this commit are shown above. )
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
Mon, 25 Oct 2021
|
[ 12:58 Alexey Dokuchaev (danfe) ] 61b6613 (Only the first 10 of 79 ports in this commit are shown above. )
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 9 Dec 2020
|
[ 16:29 pkubaj ]
security/highwayhash: remove obviously wrong hunk that I somehow missed before
The function reads TimeBase frequency, not the CPU frequency.
|
Sat, 14 Nov 2020
|
[ 08:34 yuri ]
security/highwayhash: Update g20200803 -> g20201021
|
Sat, 10 Oct 2020
|
[ 12:35 pkubaj ]
security/highwayhash: unbreak aarch64
Builds fine.
|
[ 11:37 pkubaj ]
security/highwayhash: fix build on powerpc64, powerpc64le and probably arm
architectures
Remove superflous ). Add necessary ifdefs.
MFH: 2020Q4 (fix build blanket)
|
Thu, 24 Sep 2020
|
[ 21:03 linimon ]
Update the actual error message seen on powerpc64.
Allow building on powerpc64le, but assume it will fail the same was as
on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Mon, 14 Sep 2020
|
[ 05:12 yuri ]
security/highwayhash: Update g20200527 -> g20200803
|
Wed, 27 May 2020
|
[ 21:46 yuri ]
security/highwayhash: Update g20191102 -> g20200527
|
Wed, 29 Apr 2020
|
[ 19:05 yuri ]
security/highwayhash: Update g20190324 -> g20191102
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Mon, 22 Jul 2019
|
[ 02:53 yuri ]
security/highwayhash: Update g20181002 -> g20190324
|
Sat, 4 May 2019
|
[ 08:59 yuri ]
security/highwayhash: Revert the erroneous update
Reported by: tobik
|
[ 07:58 yuri ]
security/highwayhash: Update g20181002 -> 1.1
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Tue, 2 Oct 2018
|
[ 14:47 yuri ]
security/highwayhash: Update g20180626 -> g20181002
Wrong installation directory is fixed.
|
Mon, 10 Sep 2018
|
[ 01:18 linimon ]
Try, but fail, to fix build on powerpc64. The fix is necessary but not
sufficient.
Approved by: portmgr (tier-2 blanket)
|
Mon, 9 Jul 2018
|
[ 03:33 yuri ]
security/highwayhash: Update g20170512 -> g20180626
Add workaround for their regression that makes it install files
into /.
|
Mon, 18 Jun 2018
|
[ 14:40 linimon ] (Only the first 10 of 27 ports in this commit are shown above. )
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
Sun, 25 Feb 2018
|
[ 00:40 yuri ] (Only the first 10 of 98 ports in this commit are shown above. )
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit)
|
Tue, 19 Dec 2017
|
[ 14:41 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
Mark more recently failing ports broken on aarch64.
While here, pet portlint and reformat some other BROKEN statements.
Approved by: portmgr (tier-2 blanket)
|
Wed, 1 Nov 2017
|
[ 13:10 olgeni ] (Only the first 10 of 57 ports in this commit are shown above. )
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
|
Wed, 11 Oct 2017
|
[ 16:07 linimon ]
The correct spelling of the arch is 'aarch64'.
Approved by: maintainer (email)
|
Sun, 13 Aug 2017
|
[ 22:35 ultima ]
Strong (well-distributed and unpredictable) hashes:
* Portable implementation of SipHash
* HighwayHash, a 5x faster SIMD hash with security claims
WWW: https://github.com/google/highwayhash
PR: 219232
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12002
|
Number of commits found: 26 |