mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
scrypt: update to 1.3.2.
This commit is contained in:
parent
d6b3496eb7
commit
47a3daca56
2 changed files with 19 additions and 2 deletions
17
srcpkgs/scrypt/patches/disable-aarch64-extensions.patch
Normal file
17
srcpkgs/scrypt/patches/disable-aarch64-extensions.patch
Normal file
|
@ -0,0 +1,17 @@
|
|||
--- a/libcperciva/cpusupport/Build/cpusupport.sh
|
||||
+++ b/libcperciva/cpusupport/Build/cpusupport.sh
|
||||
@@ -98,14 +98,3 @@
|
||||
"-msse4.2 -Wno-cast-align -fno-strict-aliasing -Wno-cast-qual"
|
||||
feature X86 SSSE3 "" "-mssse3" \
|
||||
"-mssse3 -Wno-cast-align"
|
||||
-
|
||||
-# Detect specific ARM features
|
||||
-feature ARM AES "-march=armv8.1-a+crypto" \
|
||||
- "-march=armv8.1-a+crypto -D__ARM_ACLE=200"
|
||||
-feature ARM CRC32_64 "-march=armv8.1-a" \
|
||||
- "-march=armv8.1-a+crc" \
|
||||
- "-march=armv8.1-a+crc -Wno-cast-align" \
|
||||
- "-march=armv8.1-a -D__ARM_ACLE=200"
|
||||
-feature ARM SHA256 "-march=armv8.1-a+crypto" \
|
||||
- "-march=armv8.1-a+crypto -Wno-cast-align" \
|
||||
- "-march=armv8.1-a+crypto -D__ARM_ACLE=200"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'scrypt'
|
||||
pkgname=scrypt
|
||||
version=1.3.1
|
||||
revision=3
|
||||
version=1.3.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="openssl-devel"
|
||||
short_desc="Scrypt key derivation function"
|
||||
|
|
Loading…
Add table
Reference in a new issue