pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/age
Module Name: pkgsrc
Committed By: nikita
Date: Mon Jan 16 16:07:49 UTC 2023
Modified Files:
pkgsrc/security/age: Makefile distinfo go-modules.mk
Log Message:
age: update to version 1.1.1
ChangeLog:
age v1.1.1
age v1.1.1 is a patch release to fix go install filippo.io/age/...@latest.
age v1.1.0
Breaking changes
If -i is used, passphrase-encrypted files are now rejected. Previously,
a passphrase-encrypted file was auto-detected and the identity file was
ignored. This could lead to unexpected behavior, such as a script blocking
for user interaction, based on potentially untrusted input files. Now,
age -d must be invoked without -i arguments to decrypt passphrase-encrypted
files. A helpful error is printed otherwise. This should not break any
automated system as passphrase decryption was always interactive.
Empty final chunks are now rejected. If a payload was a multiple of 64KiB
long, there were two valid encryptions for it: with a "full" last chunk
encrypting 64KiB, or with an additional "empty" chunk encrypting 0 bytes.
age, rage, and all other known implementations only ever produced the
former. (Note that age will forever decrypt files it generated.) The latter
is now rejected. The specification has been updated (C2SP/C2SP#13) and test
cases are included in the test suite.
Minor changes
PKCS#8-encoded Ed25519 private keys (such as 1Password exports) are now
supported as SSH identities.
If an armored file is pasted into the terminal, age will now attempt to
wait until the end of the file before prompting for a password.
Some invalid files are now correctly rejected, in particular encrypted files
with trailing data. (Yay for the test suite!)
If /dev/tty is present but can't be opened, age will now fallback to trying
to treat stdin as a terminal as if /dev/tty wasn't present.
(Thanks @brandsimon!)
Input prompts now go to the terminal, even if standard error is redirected.
Values of the new armor.Error type are now returned wrapped in decryption
errors when appropriate.
Windows binary releases are now signed. (Thanks @technion!)
Documentation and error messages were improved.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/age/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/age/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/age/go-modules.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/age/Makefile
diff -u pkgsrc/security/age/Makefile:1.25 pkgsrc/security/age/Makefile:1.26
--- pkgsrc/security/age/Makefile:1.25 Wed Jan 11 17:28:33 2023
+++ pkgsrc/security/age/Makefile Mon Jan 16 16:07:49 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2023/01/11 17:28:33 bsiegert Exp $
+# $NetBSD: Makefile,v 1.26 2023/01/16 16:07:49 nikita Exp $
-DISTNAME= age-1.0.0
-PKGREVISION= 18
+DISTNAME= age-1.1.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=FiloSottile/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/security/age/distinfo
diff -u pkgsrc/security/age/distinfo:1.5 pkgsrc/security/age/distinfo:1.6
--- pkgsrc/security/age/distinfo:1.5 Tue Oct 26 11:16:59 2021
+++ pkgsrc/security/age/distinfo Mon Jan 16 16:07:49 2023
@@ -1,41 +1,29 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:16:59 nia Exp $
+$NetBSD: distinfo,v 1.6 2023/01/16 16:07:49 nikita Exp $
-BLAKE2s (age-1.0.0.tar.gz) = af59be914fb4fd80c4787f6f84722d7e6afec64909ca4aa6e1cc051f31959176
-SHA512 (age-1.0.0.tar.gz) = 77ea1af03a76339f4e934222bc9fc6119698080d0e03011c79b25119e0e8a1e6c0772ede5069cd63bde48cfaa4d355c897912741680e8b0c52d4c518182c2f7f
-Size (age-1.0.0.tar.gz) = 59682 bytes
-BLAKE2s (filippo.io_edwards25519_@v_v1.0.0-rc.1.mod) = d401ee71a65661d75cad55e37819baf96503abc045e1a0a229d1997f9e2143c3
-SHA512 (filippo.io_edwards25519_@v_v1.0.0-rc.1.mod) = 2a56ce66f7ba29cd8f975014291690c2f929738a4a8b93529c2c367c0236b767f92e4f6dfda9fe1fdf981926302d7ab26665f7d64b022a22e5305aea693ad2dc
-Size (filippo.io_edwards25519_@v_v1.0.0-rc.1.mod) = 40 bytes
-BLAKE2s (filippo.io_edwards25519_@v_v1.0.0-rc.1.zip) = 894303ab72aef8bacf6f0287f9fc718e5a9b25903950a8f077d825eaeff011f0
-SHA512 (filippo.io_edwards25519_@v_v1.0.0-rc.1.zip) = 1f008db632f373f72d0be54c2b5669668e8bbfd124f2a56fc6b8368eb89bcd55d2e5669bed6362fe6bfb055016c80002394a7b3a92f33d0fb9d9c11d42be4c61
-Size (filippo.io_edwards25519_@v_v1.0.0-rc.1.zip) = 47154 bytes
-BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210817164053-32db794688a5.mod) = 824ffc805f5055d5008f6935f3b8f85d7550f8e0f91552186724b20823d87add
-SHA512 (golang.org_x_crypto_@v_v0.0.0-20210817164053-32db794688a5.mod) =
32f94123c2845965432016800e6f051341f6d5d0af3678e367ac6c55022c68e86e929cc545a576d466f2533c235c29fb72542de75eae7419dfb5640cd80df3ef
-Size (golang.org_x_crypto_@v_v0.0.0-20210817164053-32db794688a5.mod) = 247 bytes
-BLAKE2s (golang.org_x_crypto_@v_v0.0.0-20210817164053-32db794688a5.zip) = ce9090d55785b55b1c6ee2298f31cf228ae1500ec2288aef7a22017a4811f317
-SHA512 (golang.org_x_crypto_@v_v0.0.0-20210817164053-32db794688a5.zip) =
bb0e7965c8f5f6910d8d63951b16c23f0a832b2b5ed379b3261207f38dd4e859af47007163f5cea2bf7f8ab618f3e93abd91fcfcb64a942643d5273ea92f38af
-Size (golang.org_x_crypto_@v_v0.0.0-20210817164053-32db794688a5.zip) = 1876172 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.mod) = a2c15b99f803c8fec2304237e4f8b2e0588019bb634ed05eeac951521b68d811
-SHA512 (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.mod) = f8ad754f922057fe78b5497cc77089a5eedc774800b2728a3ccd74cc82d83ba1ff00cc2d28110d5535623b733af7e34616f2fe127e68a936b9551395487ec146
-Size (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.mod) = 179 bytes
-BLAKE2s (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.zip) = e72df62c8cbd0ba8d75eac8e5049756aee5c7ade75e86582dbaf3495b858b251
-SHA512 (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.zip) = 0e635def6bc35ca664d28575366161fcce349c9f78386a9ffa3dc700da1e1badd6fbb8440113451ad7c1cb9a18b49f949632734946ec56ff56d894d8d74b56bb
-Size (golang.org_x_net_@v_v0.0.0-20210226172049-e18ecbb05110.zip) = 1587056 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210903071746-97244b99971b.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
-SHA512 (golang.org_x_sys_@v_v0.0.0-20210903071746-97244b99971b.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
-Size (golang.org_x_sys_@v_v0.0.0-20210903071746-97244b99971b.mod) = 33 bytes
-BLAKE2s (golang.org_x_sys_@v_v0.0.0-20210903071746-97244b99971b.zip) = 8fc8d4ce78d1ba4647dc65e1de44526b584a1965a61b9bd11aaef179f912a57a
-SHA512 (golang.org_x_sys_@v_v0.0.0-20210903071746-97244b99971b.zip) = 819b6d3ac1247566bb377c71f4993e32186f5b4b21667479744896ff8de186d7dffd1a1c4612943ce9ee7fc62fcd0e55f602eb56c252b29bca57e9431dc6507d
-Size (golang.org_x_sys_@v_v0.0.0-20210903071746-97244b99971b.zip) = 1658183 bytes
-BLAKE2s (golang.org_x_term_@v_v0.0.0-20210615171337-6886f2dfbf5b.mod) = 0f390b4bf64eaa8a44136d9227dcd19975bee0ef0132e2d36548cfe38a79720b
-SHA512 (golang.org_x_term_@v_v0.0.0-20210615171337-6886f2dfbf5b.mod) = 81f571821c669188c4482da38b6921ac4c2c1747f8a803a6846531127cfde25dd04819d971f08f601c2d2cee2e636644c1648eff55dd24d89dfb3777e90fe9a0
-Size (golang.org_x_term_@v_v0.0.0-20210615171337-6886f2dfbf5b.mod) = 95 bytes
-BLAKE2s (golang.org_x_term_@v_v0.0.0-20210615171337-6886f2dfbf5b.zip) = 49df506ee6419cac49ef6080f0412c96a3e9271f70cdb2a8ed89fdbe661b800d
-SHA512 (golang.org_x_term_@v_v0.0.0-20210615171337-6886f2dfbf5b.zip) = 82711ee27037e2ec090919fe58efb173626b31b4bc9e0118d732eb585ba4a16de6f1ee994b97ae78b7ff1cb89c34f6aa7392ff4b3432cf1cf2c56d101c64fec8
-Size (golang.org_x_term_@v_v0.0.0-20210615171337-6886f2dfbf5b.zip) = 21403 bytes
-BLAKE2s (golang.org_x_text_@v_v0.3.3.mod) = 70f5179544ccad4f13f0825e55a41b11a7dd38266aada468eb391ab115a3458e
-SHA512 (golang.org_x_text_@v_v0.3.3.mod) = f3f68808ccf5223453f765f59db1ef551b2130069eb83518878961c2d4a2044f9049f8d49df6e67699fcd2645cf90b84d35626590b2cfbca302fcf0eac76dc8b
-Size (golang.org_x_text_@v_v0.3.3.mod) = 97 bytes
-BLAKE2s (golang.org_x_text_@v_v0.3.3.zip) = 5435514979eff113b6b90ef5af7606d42be711dc158719ef6fd1e1e75145b9b6
-SHA512 (golang.org_x_text_@v_v0.3.3.zip) = 024719305765ca737b225fec6268f84fc4c7d17c04e31eadfacafbb24a5f30af61920f4633e95d74dd2a266de40d1d2d13587881a3c22829ffeafb01fd75959f
-Size (golang.org_x_text_@v_v0.3.3.zip) = 8010747 bytes
+BLAKE2s (age-1.1.1.tar.gz) = b212bf9d0c56b2805884a2e027a7e600e5db1c8367faa2459c227c7b85d39c63
+SHA512 (age-1.1.1.tar.gz) = bee02208453982b6403382c1e351ba28cbe80942702e7a35de89c3ae9a640c26ad1ee8239feb3726eac5df4210a5fc6375d40623162cad033965bd2eb0f7ce1e
+Size (age-1.1.1.tar.gz) = 204281 bytes
+BLAKE2s (filippo.io_edwards25519_@v_v1.0.0.mod) = d401ee71a65661d75cad55e37819baf96503abc045e1a0a229d1997f9e2143c3
+SHA512 (filippo.io_edwards25519_@v_v1.0.0.mod) = 2a56ce66f7ba29cd8f975014291690c2f929738a4a8b93529c2c367c0236b767f92e4f6dfda9fe1fdf981926302d7ab26665f7d64b022a22e5305aea693ad2dc
+Size (filippo.io_edwards25519_@v_v1.0.0.mod) = 40 bytes
+BLAKE2s (filippo.io_edwards25519_@v_v1.0.0.zip) = 071620295e846bcf667605bc899ec1887c90f88bbd74ff75e4feb0f0da4efd75
+SHA512 (filippo.io_edwards25519_@v_v1.0.0.zip) = 620fd5866637206e1dbcd1f5bd58275a24743d0dfcfa82ea631b679ea65e02992b67dff311ba31a3138d4c013787387d1e8e9f6a584e96118944567eae9259f4
+Size (filippo.io_edwards25519_@v_v1.0.0.zip) = 48930 bytes
+BLAKE2s (golang.org_x_crypto_@v_v0.4.0.mod) = f32c04dac2e54583db8457bccc7e4975a5d7eda780652cf111c3aa4fee73fe00
+SHA512 (golang.org_x_crypto_@v_v0.4.0.mod) = 6b030d128f08df79270a74dd15eaa16288530b2ab9343f98e21b287c941e28e1c75cbf1b553a47857b8abbd9b4c3644846a2c1d5a22baffc5414c71f89e12579
+Size (golang.org_x_crypto_@v_v0.4.0.mod) = 171 bytes
+BLAKE2s (golang.org_x_crypto_@v_v0.4.0.zip) = 75e812111d649e42fd86177ddb43f1bf507719bdde0d3c12d2ca0040720f1a6a
+SHA512 (golang.org_x_crypto_@v_v0.4.0.zip) = 10b83b4e66586ae5896eadbff87df5a4ec7f712d9530bf92d3423142055f3dcad9a044b4a3cccd93ca09933a066431f0a7056e94efcb5b081e3db17763d1e1b7
+Size (golang.org_x_crypto_@v_v0.4.0.zip) = 1761018 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.3.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
+SHA512 (golang.org_x_sys_@v_v0.3.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
+Size (golang.org_x_sys_@v_v0.3.0.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.3.0.zip) = 196a4ed0cb55879c15c5dba9c1e69b04583fc328003580e6056c3de52a3fb310
+SHA512 (golang.org_x_sys_@v_v0.3.0.zip) = 0d14de6b67e169150564e56bf26f8f096f22ffdeba245b8e33b6d518fc5d482dc2da6b3633525cdc358173c9a4430bf914ae471546f0a49e2d7454c4ba33b35c
+Size (golang.org_x_sys_@v_v0.3.0.zip) = 1862151 bytes
+BLAKE2s (golang.org_x_term_@v_v0.3.0.mod) = 19381225007118a96ad21fda01a88d844b00776760f2175de2a06b6d1dd01880
+SHA512 (golang.org_x_term_@v_v0.3.0.mod) = 03e1b2b3e092e2fc09e4a506bd611f4c2a84d9e81029890661cd5995e3e793f5a57122db8742a89101fbb2ad00c55bb3cc977b7e1978452e8fcdbe23b5f73e1e
+Size (golang.org_x_term_@v_v0.3.0.mod) = 67 bytes
+BLAKE2s (golang.org_x_term_@v_v0.3.0.zip) = abbb13903a661dee3f675be82a8b0810e5a56f4b5137d150e3e34bb38451df7f
+SHA512 (golang.org_x_term_@v_v0.3.0.zip) = 195328aebb4867f4de19b09dd4f1d6b7399bc7b7121a59c4ae889720fe0b958dc9a48893e16c3b98bce4b1b36ace65d3c9daf448f00d0c46c05b4557d42bbea7
+Size (golang.org_x_term_@v_v0.3.0.zip) = 19924 bytes
Index: pkgsrc/security/age/go-modules.mk
diff -u pkgsrc/security/age/go-modules.mk:1.3 pkgsrc/security/age/go-modules.mk:1.4
--- pkgsrc/security/age/go-modules.mk:1.3 Sun Sep 12 09:08:32 2021
+++ pkgsrc/security/age/go-modules.mk Mon Jan 16 16:07:49 2023
@@ -1,14 +1,10 @@
-# $NetBSD: go-modules.mk,v 1.3 2021/09/12 09:08:32 wiz Exp $
+# $NetBSD: go-modules.mk,v 1.4 2023/01/16 16:07:49 nikita Exp $
-GO_MODULE_FILES+= filippo.io/edwards25519/@v/v1.0.0-rc.1.mod
-GO_MODULE_FILES+= filippo.io/edwards25519/@v/v1.0.0-rc.1.zip
-GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210817164053-32db794688a5.mod
-GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.0.0-20210817164053-32db794688a5.zip
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210226172049-e18ecbb05110.mod
-GO_MODULE_FILES+= golang.org/x/net/@v/v0.0.0-20210226172049-e18ecbb05110.zip
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210903071746-97244b99971b.mod
-GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20210903071746-97244b99971b.zip
-GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20210615171337-6886f2dfbf5b.mod
-GO_MODULE_FILES+= golang.org/x/term/@v/v0.0.0-20210615171337-6886f2dfbf5b.zip
-GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.3.mod
-GO_MODULE_FILES+= golang.org/x/text/@v/v0.3.3.zip
+GO_MODULE_FILES+= filippo.io/edwards25519/@v/v1.0.0.mod
+GO_MODULE_FILES+= filippo.io/edwards25519/@v/v1.0.0.zip
+GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.4.0.mod
+GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.4.0.zip
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.3.0.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.3.0.zip
+GO_MODULE_FILES+= golang.org/x/term/@v/v0.3.0.mod
+GO_MODULE_FILES+= golang.org/x/term/@v/v0.3.0.zip
Home |
Main Index |
Thread Index |
Old Index