Skip to content

Commit

Permalink
mk: Replace RMD160 as a default distfile hash with BLAKE2s
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia committed Oct 26, 2021
1 parent 2f2e00f commit a50ceac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/checksum/checksum.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: checksum.mk,v 1.24 2021/10/07 13:04:46 nia Exp $
# $NetBSD: checksum.mk,v 1.25 2021/10/26 09:06:06 nia Exp $
#
# See bsd.checksum.mk for helpful comments.
#

_DIGEST_ALGORITHMS?= RMD160 SHA512
_DIGEST_ALGORITHMS?= BLAKE2s SHA512
_PATCH_DIGEST_ALGORITHMS?= SHA1

# These variables are set by pkgsrc/mk/fetch/bsd.fetch-vars.mk.
Expand Down

0 comments on commit a50ceac

Please sign in to comment.