From: Sergey Matveev Date: Tue, 30 Dec 2025 11:27:26 +0000 (+0300) Subject: Update age X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=32ebb141e1100c48604d9b5a69bd050a1beb2d5ef7ec48fbaac32d40d87b0951;p=bass.git Update age --- diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index b8d68ab..b1d4796 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -1,6 +1,6 @@ /advancecomp-2.6.tar.gz -/age-v1.1.1-23-g29b68c2-modcache -/age-v1.1.1-23-g29b68c2.tar.zst +/age-v1.3.0-modcache +/age-v1.3.0.tar.zst /age.git/ /angie-1.5.0.tar.gz /apr-1.7.4.tar.bz2 diff --git a/build/distfiles/age-v1.1.1-23-g29b68c2-modcache.do b/build/distfiles/age-v1.1.1-23-g29b68c2-modcache.do deleted file mode 100644 index 5bf7aff..0000000 --- a/build/distfiles/age-v1.1.1-23-g29b68c2-modcache.do +++ /dev/null @@ -1,21 +0,0 @@ -[ -n "$BASS_ROOT" ] || BASS_ROOT="$(dirname "$(realpath -- "$0")")"/../.. -sname=$1.do . "$BASS_ROOT"/lib/rc -redo-ifchange \ - ${NAME%-modcache}.tar.zst \ - "$BASS_ROOT"/build/lib/zip-hash/zip-hash -. "$BASS_ROOT"/build/lib/create-tmp-for-build.rc -$TAR xf "$DISTFILES"/${NAME%-modcache}.tar.zst -cd ${NAME%-modcache} -GOPROXY=direct go mod download -while read mod hsh ; do - [ "$("$BASS_ROOT"/build/lib/zip-hash/zip-hash "$GOMODCACHE"/cache/download/$mod.zip)" = "$hsh" ] -done <&2 cd age.git -commit=29b68c20fc241bf2e11bdd3e59b4368fe689e12a +commit=6a8065f2da1cc3e00a1b4cb39bef5fbdf4c48960 git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/security/age-v1.1.1-23-g29b68c2.do b/build/skel/security/age-v1.3.0.do similarity index 100% rename from build/skel/security/age-v1.1.1-23-g29b68c2.do rename to build/skel/security/age-v1.3.0.do