summaryrefslogtreecommitdiff
path: root/security/age
AgeCommit message (Collapse)AuthorFilesLines
2022-12-08Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-11-02Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-10-05Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-09-26Revbump all Go packages after 1.19 became defaultbsiegert1-2/+2
2022-09-07Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-08-12Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-07-13Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-06-02Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-05-11Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-04-13Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-03-07Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-02-13Revump all Go packages after go117 updatebsiegert1-2/+2
2022-01-09Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-12-09Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-11-05Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-14/+14
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-09remove redundant do-install, CHECK_RELRO_SKIP, INSTALLATIONS_DIRS ...tnn1-7/+1
... for packages where the go-module.mk defaults DTRT as-is.
2021-10-08Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-14/+1
2021-09-17Revbump all Go packages after go117 updatebsiegert1-1/+2
2021-09-12age: update to 1.0.0.wiz3-80/+69
v1.0.0 is the first stable release of the Go CLI and API, twenty months after the first beta.
2021-08-11Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-07-13Revbump all Go packages after go116 updatebsiegert1-1/+2
2021-06-23age: update to 1.0.0rc3.wiz3-8/+18
Never two without three Maybe™️ actually™️ the last v1.0.0 release candidate! Encrypted identity files are now supported. Regular passphrase-encrypted age files can be used with -i, the passphrase will be requested interactively, and the decrypted file will be read line-by-line as a standard identity file. Passphrases can now be requested interactively from the terminal on Windows even if standard input is in use. Errors are now tidier and all start with age: error: .
2021-06-10Add missed "include go-modules.mk"abs1-1/+3
2021-06-09Added security/age version 1.0.0rc2abs5-0/+104
age is a simple, modern and secure file encryption tool, format, and Go library. It features small explicit keys, no config options, and UNIX-style composability The format specification is at age-encryption.org/v1. age was designed by @Benjojo12 and @FiloSottile. An alternative interoperable Rust implementation is available at github.com/str4d/rage.