CVS log for pkgsrc/security/hs-crypton/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / security / hs-crypton
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:49 2025 UTC (12 days, 21 hours ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
recursive revbump after patching lang/ghc910
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:43 2025 UTC (6 weeks, 1 day ago) by pho
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1
lines
Bump all Haskell packages after switching the default compiler.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jan 30 10:04:15 2025 UTC (6 weeks, 4 days ago) by pho
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -3
lines
security/hs-crypton: update to crypton-1.0.1
## 1.0.1
* Update decaf library.
[#38](https://github.com/kazu-yamamoto/crypton/pull/38)
* Add TypeOperators language extension to EdDSA.hs.
[#36](https://github.com/kazu-yamamoto/crypton/pull/36)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:32 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1
lines
Recursive revbump after changing the default Haskell compiler
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu May 2 23:19:38 2024 UTC (10 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1
lines
hs-crypton: fix PLIST handling
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Apr 29 09:40:16 2024 UTC (10 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -4
lines
security/hs-crypton: Fix build on i386 and x86_64
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 29 09:35:01 2024 UTC (10 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3
lines
security/hs-crypton: Update to 1.0.0
1.0.0
Versions follow the standard version policy.
Removing pthread stuff. #32
0.34
Hashing getRandomBytes before using as Seed for ChaChaDRG #24
Add support for XChaCha and XChaChaPoly1305 #18
Strict byteArray of IV c #16
Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:37:20 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
Revbump all Haskell after updating lang/ghc96
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Oct 28 06:06:11 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -1
lines
security/hs-crypton: Fix PLIST, some modules are only built on specific platforms
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 27 10:58:52 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
security/hs-crypton: import hs-crypton-0.33
A repository of cryptographic primitives.
* Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia,
RC4, Salsa, XSalsa, ChaCha.
* Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd,
Tiger, Whirlpool, Blake2
* MAC: HMAC, KMAC, Poly1305
* Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448,
Ed25519, Ed448
* Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt,
BCryptPBKDF
* Cryptographic Random generation: System Entropy, Deterministic Random
Generator
* Data related: Anti-Forensic Information Splitter (AFIS)
If anything cryptographic related is missing from here, submit a pull
request to have it added. This package strives to be a cryptographic
kitchen sink that provides cryptography for everyone.
CVSweb <webmaster@jp.NetBSD.org>