mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
security/libsodium: Fix aarch64 build
Apply upstream patch to fix build on aarch64 PR: 278259 Reported by: Thierry Dussuet <thierry.dussuet@protonmail.com> Approved by: portmgr (blanket)
This commit is contained in:
parent
ac3f645b3d
commit
3d1bb5a67c
@ -6,6 +6,9 @@ PORTVERSION= 1.0.19
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://download.libsodium.org/libsodium/releases/
|
||||
|
||||
PATCH_SITES= https://github.com/jedisct1/libsodium/commit/
|
||||
PATCHFILES= bb6e6a4b527194e3ca8e8bc7e96b166b361853e3.patch:-p1 # aarch64 build fix
|
||||
|
||||
MAINTAINER= vsevolod@FreeBSD.org
|
||||
COMMENT= Library to build higher-level cryptographic tools
|
||||
WWW= https://github.com/jedisct1/libsodium/
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1712589058
|
||||
TIMESTAMP = 1716542819
|
||||
SHA256 (libsodium-1.0.19.tar.gz) = 018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea
|
||||
SIZE (libsodium-1.0.19.tar.gz) = 1945523
|
||||
SHA256 (bb6e6a4b527194e3ca8e8bc7e96b166b361853e3.patch) = 99100456fad1ef049073b91ce535a56b807d9cb6347f8410c8107fbf952c59a0
|
||||
SIZE (bb6e6a4b527194e3ca8e8bc7e96b166b361853e3.patch) = 4426
|
||||
|
Loading…
Reference in New Issue
Block a user