notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: security/highwayhash/Makefile
SVNWeb

Number of commits found: 26

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  857c05f  (Only the first 10 of 840 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 25 Oct 2021
[ 12:58 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:61b661339366b6ee95ca1de0667979da9240c6b8  commit hash:61b661339366b6ee95ca1de0667979da9240c6b8  commit hash:61b661339366b6ee95ca1de0667979da9240c6b8  61b6613  (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
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) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 9 Dec 2020
[ 16:29 pkubaj search for other commits by this committer ] Original commit   Revision:557378
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 search for other commits by this committer ] Original commit   Revision:555097
security/highwayhash: Update g20200803 -> g20201021
Sat, 10 Oct 2020
[ 12:35 pkubaj search for other commits by this committer ] Original commit   Revision:551925
security/highwayhash: unbreak aarch64

Builds fine.
[ 11:37 pkubaj search for other commits by this committer ] Original commit   Revision:551915
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 search for other commits by this committer ] Original commit   Revision:549963
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 search for other commits by this committer ] Original commit   Revision:548584
security/highwayhash: Update g20200527 -> g20200803
Wed, 27 May 2020
[ 21:46 yuri search for other commits by this committer ] Original commit   Revision:536722
security/highwayhash: Update g20191102 ->  g20200527
Wed, 29 Apr 2020
[ 19:05 yuri search for other commits by this committer ] Original commit   Revision:533386
security/highwayhash: Update g20190324 -> g20191102
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:507126
security/highwayhash: Update g20181002 -> g20190324
Sat, 4 May 2019
[ 08:59 yuri search for other commits by this committer ] Original commit   Revision:500794
security/highwayhash: Revert the erroneous update

Reported by:	tobik
[ 07:58 yuri search for other commits by this committer ] Original commit   Revision:500786
security/highwayhash: Update g20181002 -> 1.1
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:481118
security/highwayhash: Update g20180626 -> g20181002

Wrong installation directory is fixed.
Mon, 10 Sep 2018
[ 01:18 linimon search for other commits by this committer ] Original commit   Revision:479345
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 search for other commits by this committer ] Original commit   Revision:474222
security/highwayhash: Update g20170512 -> g20180626

Add workaround for their regression that makes it install files
into /.
Mon, 18 Jun 2018
[ 14:40 linimon search for other commits by this committer ] Original commit   Revision:472699 (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:462887 (Only the first 10 of 98 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:456719 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:453284 (Only the first 10 of 57 ports in this commit are shown above. View all ports for this commit)
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
Wed, 11 Oct 2017
[ 16:07 linimon search for other commits by this committer ] Original commit   Revision:451758
The correct spelling of the arch is 'aarch64'.

Approved by:	maintainer (email)
Sun, 13 Aug 2017
[ 22:35 ultima search for other commits by this committer ] Original commit   Revision:447922
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