From 66ad440579762abaccf942ac85516f7ca3a44356ad3dd12367feccfce2137132 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 21 Mar 2026 19:15:34 +0300 Subject: [PATCH] Move to stargrave.org --- PUBKEY-SSH.pub | 2 +- PUBKEY-SSH.pub.asc | 9 +++++---- README | 2 +- build/bin/hashers-detect | 2 +- build/contrib/detpax/go.mod | 2 +- build/distfiles/meta/gocheese-4.3.0.tar.zst/urls | 6 ------ build/distfiles/meta/gocheese-4.3.0.tar.zst/urls.do | 9 +++++++++ build/distfiles/meta/gogost-6.1.0.tar.zst/urls | 6 ------ build/distfiles/meta/gogost-6.1.0.tar.zst/urls.do | 9 +++++++++ build/distfiles/meta/goredo-2.9.1.tar.zst.asc/urls | 2 +- build/distfiles/meta/goredo-2.9.1.tar.zst.cm/urls | 2 +- build/distfiles/meta/goredo-2.9.1.tar.zst.sig/urls | 2 +- build/distfiles/meta/goredo-2.9.1.tar.zst/urls | 8 -------- build/distfiles/meta/goredo-2.9.1.tar.zst/urls.do | 11 +++++++++++ build/lib/zip-hash/go.mod | 2 +- contrib/prepare-deps/steps/080-goredo-2.9.1.dl | 2 +- doc/Build/Requirements | 2 +- doc/Contacts | 4 ++-- doc/INSTALL | 10 +++------- 19 files changed, 49 insertions(+), 43 deletions(-) delete mode 100644 build/distfiles/meta/gocheese-4.3.0.tar.zst/urls create mode 100644 build/distfiles/meta/gocheese-4.3.0.tar.zst/urls.do delete mode 100644 build/distfiles/meta/gogost-6.1.0.tar.zst/urls create mode 100644 build/distfiles/meta/gogost-6.1.0.tar.zst/urls.do delete mode 100644 build/distfiles/meta/goredo-2.9.1.tar.zst/urls create mode 100644 build/distfiles/meta/goredo-2.9.1.tar.zst/urls.do diff --git a/PUBKEY-SSH.pub b/PUBKEY-SSH.pub index 061977a..a10f585 100644 --- a/PUBKEY-SSH.pub +++ b/PUBKEY-SSH.pub @@ -1 +1 @@ -bass@cypherpunks.su ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH38u+1Ma8u4YBn9cjcWdsRS1unR0+1QuHZRN0lGpnNl +bass@stargrave.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH38u+1Ma8u4YBn9cjcWdsRS1unR0+1QuHZRN0lGpnNl diff --git a/PUBKEY-SSH.pub.asc b/PUBKEY-SSH.pub.asc index bb83219..2a29c23 100644 --- a/PUBKEY-SSH.pub.asc +++ b/PUBKEY-SSH.pub.asc @@ -1,7 +1,8 @@ -----BEGIN PGP SIGNATURE----- -iHUEABYKAB0WIQTbL/jtRAp+lJhvt3bSI36ECQhstwUCZolTsAAKCRDSI36ECQhs -t4uAAP9NxMwAKJrxCQhNCeBavjQ/yb8/JQ93desorH9jYBhekwD/T8jRc+x1EwJB -HhfzWdQqGFsauTtN9EHzw5uF7fDrswc= -=SaMg +iJEEABYKADkWIQTbL/jtRAp+lJhvt3bSI36ECQhstwUCab66fhsUgAAAAAAEAA5t +YW51MiwyLjUrMS4xMiwyLDMACgkQ0iN+hAkIbLcIsQEAmn1QdZ/vtdEiR2Wz9OM9 +hFLGWviDHHW+TLTUICttCxEA/AwneUsW7SIkt8q4EDARUKMtxu2KsJ5jRZI8oAiG +qfcD +=cogS -----END PGP SIGNATURE----- diff --git a/README b/README index 31396c8..145688c 100644 --- a/README +++ b/README @@ -4,4 +4,4 @@ It includes cross-platform package manager and distributed continuous integration system. See doc/ for more information. BASS is free software: see the file COPYING for copying conditions. -Home page: http://www.bass.cypherpunks.su/ +Home page: http://www.bass.stargrave.org/ diff --git a/build/bin/hashers-detect b/build/bin/hashers-detect index c3f8b5e..403aa7a 100755 --- a/build/bin/hashers-detect +++ b/build/bin/hashers-detect @@ -94,7 +94,7 @@ unhexdump="hexdump -v -e '/1 \"%02x\"' ; echo" n=streebog-512 if [ -z "$desired" ] || [ $desired = "$n" ] ; then HSH=84d883ede9fa6ce855d82d8c278ecd9f5fc88bf0602831ae0c38b9b506ea3cb02f3fa076b8f5664adf1ff862c0157da4cc9a83e141b738ff9268a9ba3ed6f563 - check $n streebog512 || # go.cypherpunks.su/gogost + check $n streebog512 || # go.stargrave.org/gogost check $n "nettle-hash --algorithm=streebog512 --raw | $unxxd" || check $n "nettle-hash --algorithm=streebog512 --raw | $unhexdump" || check $n "libressl dgst -streebog512" || diff --git a/build/contrib/detpax/go.mod b/build/contrib/detpax/go.mod index 55ab1e1..f243cc4 100644 --- a/build/contrib/detpax/go.mod +++ b/build/contrib/detpax/go.mod @@ -1,3 +1,3 @@ -module go.cypherpunks.su/bass/detpax +module go.stargrave.org/bass/detpax go 1.22.4 diff --git a/build/distfiles/meta/gocheese-4.3.0.tar.zst/urls b/build/distfiles/meta/gocheese-4.3.0.tar.zst/urls deleted file mode 100644 index 79b45c7..0000000 --- a/build/distfiles/meta/gocheese-4.3.0.tar.zst/urls +++ /dev/null @@ -1,6 +0,0 @@ -1|ru|http://msk.www.gocheese.cypherpunks.su/download/gocheese-4.3.0.tar.zst -1|ru|http://spb.www.gocheese.cypherpunks.su/download/gocheese-4.3.0.tar.zst -2|ru|https://msk.www.gocheese.cypherpunks.su/download/gocheese-4.3.0.tar.zst -2|ru|https://spb.www.gocheese.cypherpunks.su/download/gocheese-4.3.0.tar.zst -3|ru|http://y.www.gocheese.cypherpunks.su/download/gocheese-4.3.0.tar.zst -3|ru|http://[322:3bd:cc26:9545:b00b:8841:126e:8b7e]/download/gocheese-4.3.0.tar.zst diff --git a/build/distfiles/meta/gocheese-4.3.0.tar.zst/urls.do b/build/distfiles/meta/gocheese-4.3.0.tar.zst/urls.do new file mode 100644 index 0000000..6e9e302 --- /dev/null +++ b/build/distfiles/meta/gocheese-4.3.0.tar.zst/urls.do @@ -0,0 +1,9 @@ +fn=$(basename $(pwd)) +cat < http://www.goredo.cypherpunks.su/ goredo + => http://www.goredo.stargrave.org/ goredo is recommended implementation, being very fast and having largest integration test suite. diff --git a/doc/Contacts b/doc/Contacts index 8074b82..05c0a94 100644 --- a/doc/Contacts +++ b/doc/Contacts @@ -1,6 +1,6 @@ A [Index/Concepts] There is a discussion maillist available at -=> http://lists.cypherpunks.su/bass.html +=> http://lists.stargrave.org/bass.html Official website is -=> http://www.bass.cypherpunks.su/ +=> http://www.bass.stargrave.org/ diff --git a/doc/INSTALL b/doc/INSTALL index 07c64ff..e3dc834 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -7,7 +7,7 @@ using it in [Build/skelenv]. Currently a heavy work in progress, especially related to CI-part of the project (package building/management is pretty steady now). - $ git clone git://git.cypherpunks.su/bass.git + $ git clone git://git.stargrave.org/bass.git $ cd bass/contrib/prepare-deps $ rm steps/*-go1.* # if you want to skip Go bootstrapping and use system's $ mkdir state ; cd state @@ -30,10 +30,6 @@ project (package building/management is pretty steady now). $ zsh You can also use -anongit@master.git.stargrave.org:cypherpunks.su/bass.git -anongit@slave.git.stargrave.org:cypherpunks.su/bass.git -anongit@master.git.cypherpunks.su:cypherpunks.su/bass.git -anongit@slave.git.cypherpunks.su:cypherpunks.su/bass.git -git://git.stargrave.org/bass.git +anongit@master.git.stargrave.org:stargrave.org/bass.git +anongit@slave.git.stargrave.org:stargrave.org/bass.git git://y.git.stargrave.org/bass.git -git://y.git.cypherpunks.su/bass.git URLs instead. -- 2.52.0