From 32ebb141e1100c48604d9b5a69bd050a1beb2d5ef7ec48fbaac32d40d87b0951 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 30 Dec 2025 14:27:26 +0300 Subject: [PATCH] Update age --- build/distfiles/.gitignore | 4 ++-- .../age-v1.1.1-23-g29b68c2-modcache.do | 21 ----------------- build/distfiles/age-v1.3.0-modcache.do | 23 +++++++++++++++++++ ...b68c2.tar.zst.do => age-v1.3.0.tar.zst.do} | 2 +- ...ge-v1.1.1-23-g29b68c2.do => age-v1.3.0.do} | 0 5 files changed, 26 insertions(+), 24 deletions(-) delete mode 100644 build/distfiles/age-v1.1.1-23-g29b68c2-modcache.do create mode 100644 build/distfiles/age-v1.3.0-modcache.do rename build/distfiles/{age-v1.1.1-23-g29b68c2.tar.zst.do => age-v1.3.0.tar.zst.do} (85%) rename build/skel/security/{age-v1.1.1-23-g29b68c2.do => age-v1.3.0.do} (100%) 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 -- 2.52.0