pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/scrypt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jul 26 22:11:18 UTC 2025

Modified Files:
        pkgsrc/security/scrypt: Makefile distinfo

Log Message:
scrypt: update to 1.3.3.

1.3.3

Notable changes since 1.3.2:

* The maximum value of the 'p' command-line parameter has been increased.

* Improved check for OpenSSL installed via brew on macOS.

* Portability and standards compliance fixes.

1.3.2

Notable changes since 1.3.1:

* A strict-aliasing violation in non-SSE2 code (aka for non-x86 systems
and very very ancient x86 systems) is fixed; with gcc 11 and later, this
was causing a self-test failure.

* Runtime POSIX-violation checks are disabled when cross-compiling.

* Slightly improved performance on many x86 and ARM systems due to
using cryptographic CPU instructions (the scrypt key derivation itself
isn't affected, only the file encryption/decryption).

* Build fixes for OpenBSD and autoconf 2.70.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/scrypt/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/scrypt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/scrypt/Makefile
diff -u pkgsrc/security/scrypt/Makefile:1.12 pkgsrc/security/scrypt/Makefile:1.13
--- pkgsrc/security/scrypt/Makefile:1.12        Mon Mar  3 20:29:31 2025
+++ pkgsrc/security/scrypt/Makefile     Sat Jul 26 22:11:18 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2025/03/03 20:29:31 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2025/07/26 22:11:18 wiz Exp $
 
-DISTNAME=      scrypt-1.3.1
-PKGREVISION=   1
+DISTNAME=      scrypt-1.3.3
 CATEGORIES=    security
 MASTER_SITES=  https://www.tarsnap.com/scrypt/
 EXTRACT_SUFX=  .tgz

Index: pkgsrc/security/scrypt/distinfo
diff -u pkgsrc/security/scrypt/distinfo:1.8 pkgsrc/security/scrypt/distinfo:1.9
--- pkgsrc/security/scrypt/distinfo:1.8 Tue Oct 26 11:18:00 2021
+++ pkgsrc/security/scrypt/distinfo     Sat Jul 26 22:11:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:18:00 nia Exp $
+$NetBSD: distinfo,v 1.9 2025/07/26 22:11:18 wiz Exp $
 
-BLAKE2s (scrypt-1.3.1.tgz) = c4225ef34bc3f178c3b99e4a12e9ad712a97ca7de1f4ca6f4c6a29638bff9c80
-SHA512 (scrypt-1.3.1.tgz) = c76c29463d2a4db6b62283daca80bc4124a6272f37f983d472d44251b98da702f1edb16ad15058a8d0ea320c23bc1486892ab25d367d37ec77c38a55ad7e69fe
-Size (scrypt-1.3.1.tgz) = 394516 bytes
+BLAKE2s (scrypt-1.3.3.tgz) = f7863c2137fa94ed5be0401adccc1808663e95c92a9d58a8e4b92d3dbed6ba68
+SHA512 (scrypt-1.3.3.tgz) = 73dab45d0a395a2abc96ab2395afbea6abbe8818cd30f734e6af443677cb25756e0969cbdfbedc200e19167359c7d9be7967eb8e6dba45178fed6036c2859e8e
+Size (scrypt-1.3.3.tgz) = 432339 bytes



Home | Main Index | Thread Index | Old Index