Your message dated Fri, 17 Jan 2025 00:24:17 +0000
with message-id <[email protected]>
and subject line Bug#1091497: fixed in golang-1.23 1.23.5-1
has caused the Debian Bug report #1091497,
regarding golang-1.23: will FTBFS during trixie support period
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1091497: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1091497
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-1.23
Version: 1.23.4-1
Tags: ftbfs trixie sid
User: [email protected]
Usertags: ftbfs-during-trixie-support-period

Dear maintainer:

During a rebuild of all packages in unstable in the year 2028, your package 
failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean 
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# remove autogenerated files
rm -f -v src/cmd/go/internal/cfg/zdefaultcc.go src/go/build/zcgo.go 
src/runtime/internal/sys/zversion.go src/time/tzdata/zzipdata.go 
src/cmd/cgo/zdefaultcc.go src/cmd/internal/objabi/zbootstrap.go 
src/internal/buildcfg/zbootstrap.go
# remove built objects
rm -rf bin pkg
# remove gopath
rm -rf /<<PKGBUILDDIR>>/gopath/
# remove generated files
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
 debian/rules binary
dh binary 
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_build-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
[ -f VERSION ] || echo "debian snapshot 1.23.4-1" > VERSION
cd /<<PKGBUILDDIR>>/src \
&& /<<PKGBUILDDIR>>/debian/helpers/goenv.sh bash ./make.bash --no-banner
Building Go cmd/dist using /usr/lib/go-1.23. (go1.23.4 linux/amd64)
Building Go toolchain1 using /usr/lib/go-1.23.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for linux/amd64.
# rm bootstrap dir
rm -rf /<<PKGBUILDDIR>>/bootstrap
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_test-arch
make[1]: Entering directory '/<<PKGBUILDDIR>>'
set -ex; \
        cd src; \
        export PATH="/<<PKGBUILDDIR>>/bin:$PATH"; \
        export GO_TEST_TIMEOUT_SCALE=10; \
        eval "$(go tool dist env)"; \
        bash run.bash -k -no-rebuild;
+ cd src
+ export 
PATH=/<<PKGBUILDDIR>>/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
+ export GO_TEST_TIMEOUT_SCALE=10
+ go tool dist env
+ eval GO111MODULE="";
GOARCH="amd64";
GOBIN="/<<PKGBUILDDIR>>/bin";
GODEBUG="";
GOENV="off";
GOFLAGS="";
GOHOSTARCH="amd64";
GOHOSTOS="linux";
GOOS="linux";
GOPROXY="https://proxy.golang.org,direct";;
GOROOT="/<<PKGBUILDDIR>>";
GOTMPDIR="";
GOTOOLDIR="/<<PKGBUILDDIR>>/pkg/tool/linux_amd64";
GOAMD64="v1";
GOWORK="off";
+ GO111MODULE=
+ GOARCH=amd64
+ GOBIN=/<<PKGBUILDDIR>>/bin
+ GODEBUG=
+ GOENV=off
+ GOFLAGS=
+ GOHOSTARCH=amd64
+ GOHOSTOS=linux
+ GOOS=linux
+ GOPROXY=https://proxy.golang.org,direct
+ GOROOT=/<<PKGBUILDDIR>>
+ GOTMPDIR=
+ GOTOOLDIR=/<<PKGBUILDDIR>>/pkg/tool/linux_amd64
+ GOAMD64=v1
+ GOWORK=off
+ bash run.bash -k -no-rebuild

ok      archive/tar     0.106s
ok      archive/zip     0.067s
ok      bufio   0.033s
ok      bytes   0.094s
ok      cmp     0.002s
ok      compress/bzip2  0.041s
ok      compress/flate  0.400s
ok      compress/gzip   0.697s
ok      compress/lzw    0.008s
ok      compress/zlib   0.009s
ok      container/heap  0.002s
ok      container/list  0.001s
ok      container/ring  0.001s
ok      context 0.016s
ok      crypto  0.285s
ok      crypto/aes      0.012s
ok      crypto/cipher   0.003s
ok      crypto/des      0.009s
ok      crypto/dsa      0.002s
ok      crypto/ecdh     0.025s
ok      crypto/ecdsa    0.017s
ok      crypto/ed25519  0.029s
ok      crypto/elliptic 0.004s
ok      crypto/hmac     0.004s
ok      crypto/internal/alias   0.002s
ok      crypto/internal/bigmod  0.026s
ok      crypto/internal/boring  0.001s
ok      crypto/internal/boring/bcache   0.089s
ok      crypto/internal/edwards25519    0.047s
ok      crypto/internal/edwards25519/field      0.008s
ok      crypto/internal/hpke    0.002s
ok      crypto/internal/mlkem768        0.159s
ok      crypto/internal/nistec  0.107s
ok      crypto/internal/nistec/fiat     0.001s [no tests to run]
ok      crypto/md5      0.003s
ok      crypto/rand     0.018s
ok      crypto/rc4      0.013s
ok      crypto/rsa      0.153s
ok      crypto/sha1     0.010s
ok      crypto/sha256   0.002s
ok      crypto/sha512   0.003s
ok      crypto/subtle   0.128s
--- FAIL: TestVerifyConnection (0.00s)
    --- FAIL: TestVerifyConnection/TLSv12 (0.00s)
        handshake_client_test.go:1759: 
RequireAndVerifyClientCert-FullHandshake: handshake failed: server: remote 
error: tls: bad certificate
            client: tls: failed to verify certificate: x509: certificate has 
expired or is not yet valid: current time 2028-06-10T12:03:31Z is after 
2025-01-01T00:00:00Z
    --- FAIL: TestVerifyConnection/TLSv13 (0.00s)
        handshake_client_test.go:1759: 
RequireAndVerifyClientCert-FullHandshake: handshake failed: server: remote 
error: tls: bad certificate
            client: tls: failed to verify certificate: x509: certificate has 
expired or is not yet valid: current time 2028-06-10T12:03:31Z is after 
2025-01-01T00:00:00Z
--- FAIL: TestResumptionKeepsOCSPAndSCT (0.00s)
    --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv12 (0.00s)
        handshake_client_test.go:2550: handshake failed: server: remote error: 
tls: bad certificate
            client: tls: failed to verify certificate: x509: certificate has 
expired or is not yet valid: current time 2028-06-10T12:03:31Z is after 
2025-01-01T00:00:00Z
    --- FAIL: TestResumptionKeepsOCSPAndSCT/TLSv13 (0.00s)
        handshake_client_test.go:2550: handshake failed: server: remote error: 
tls: bad certificate
            client: tls: failed to verify certificate: x509: certificate has 
expired or is not yet valid: current time 2028-06-10T12:03:31Z is after 
2025-01-01T00:00:00Z
--- FAIL: TestCrossVersionResume (0.00s)
    --- FAIL: TestCrossVersionResume/TLSv12 (0.00s)
        handshake_server_test.go:526: handshake did not resume at the same 
version
    --- FAIL: TestCrossVersionResume/TLSv13 (0.00s)
        handshake_server_test.go:526: handshake did not resume at the same 
version
FAIL
FAIL    crypto/tls      0.293s
ok      crypto/x509     0.145s
ok      database/sql    0.473s
ok      database/sql/driver     0.001s
ok      debug/buildinfo 0.006s
ok      debug/dwarf     0.006s
ok      debug/elf       0.078s
ok      debug/gosym     0.105s
ok      debug/macho     0.002s
ok      debug/pe        0.008s
ok      debug/plan9obj  0.002s
ok      embed   0.003s [no tests to run]
ok      embed/internal/embedtest        0.002s
ok      encoding/ascii85        0.009s
ok      encoding/asn1   0.004s
ok      encoding/base32 0.006s
ok      encoding/base64 0.002s
ok      encoding/binary 0.003s
ok      encoding/csv    0.004s
ok      encoding/gob    1.310s
ok      encoding/hex    0.002s
ok      encoding/json   0.064s
ok      encoding/pem    0.130s
ok      encoding/xml    0.018s
ok      errors  0.002s
ok      expvar  0.013s
ok      flag    0.033s
ok      fmt     0.029s
ok      go/ast  0.008s
ok      go/build        1.593s
ok      go/build/constraint     0.030s
ok      go/constant     0.002s
ok      go/doc  0.023s
ok      go/doc/comment  0.446s
ok      go/format       0.004s
ok      go/importer     0.151s
ok      go/internal/gccgoimporter       0.004s
ok      go/internal/gcimporter  0.864s
ok      go/internal/srcimporter 5.428s
ok      go/parser       0.079s
ok      go/printer      0.075s
ok      go/scanner      0.002s
ok      go/token        0.006s
ok      go/types        3.832s
ok      go/version      0.001s
ok      hash    0.002s
ok      hash/adler32    0.003s
ok      hash/crc32      0.003s
ok      hash/crc64      0.002s
ok      hash/fnv        0.001s
ok      hash/maphash    0.046s
ok      html    0.002s
ok      html/template   0.039s
ok      image   0.023s
ok      image/color     0.008s
ok      image/draw      0.058s
ok      image/gif       0.097s
ok      image/jpeg      0.093s
ok      image/png       0.128s
ok      index/suffixarray       0.065s
ok      internal/abi    0.044s
ok      internal/buildcfg       0.001s
ok      internal/chacha8rand    0.002s
ok      internal/concurrent     0.032s
ok      internal/coverage/cfile 0.374s
ok      internal/coverage/cformat       0.005s
ok      internal/coverage/cmerge        0.001s
ok      internal/coverage/pods  0.005s
ok      internal/coverage/slicereader   0.001s
ok      internal/coverage/slicewriter   0.001s
ok      internal/coverage/test  0.013s
ok      internal/cpu    0.004s
ok      internal/dag    0.001s
ok      internal/diff   0.002s
ok      internal/fmtsort        0.001s
ok      internal/fuzz   0.003s
ok      internal/godebug        0.219s
ok      internal/godebugs       3.630s
ok      internal/gover  0.001s
ok      internal/itoa   0.001s
ok      internal/platform       0.595s
ok      internal/poll   0.085s
ok      internal/profile        0.001s
ok      internal/reflectlite    0.002s
ok      internal/runtime/atomic 0.010s
ok      internal/runtime/syscall        0.003s
ok      internal/saferio        0.014s
ok      internal/singleflight   0.018s
ok      internal/syscall/unix   0.001s
ok      internal/sysinfo        0.001s
ok      internal/testenv        0.095s
ok      internal/trace  13.074s
ok      internal/trace/internal/oldtrace        0.045s
ok      internal/types/errors   0.259s
ok      internal/unsafeheader   0.004s
ok      internal/weak   0.026s
ok      internal/xcoff  0.004s
ok      internal/zstd   0.020s
ok      io      0.022s
ok      io/fs   0.191s
ok      io/ioutil       0.006s
ok      iter    0.021s
ok      log     0.002s
ok      log/slog        0.020s
ok      log/slog/internal/benchmarks    0.001s
ok      log/slog/internal/buffer        0.002s
ok      log/syslog      1.213s
ok      maps    0.003s
ok      math    0.003s
ok      math/big        0.551s
ok      math/bits       0.014s
ok      math/cmplx      0.002s
ok      math/rand       0.053s
ok      math/rand/v2    0.108s
ok      mime    0.007s
ok      mime/multipart  0.382s
ok      mime/quotedprintable    0.008s
ok      net     4.134s
ok      net/http        5.841s
ok      net/http/cgi    0.406s
ok      net/http/cookiejar      0.010s
ok      net/http/fcgi   0.204s
ok      net/http/httptest       0.016s
ok      net/http/httptrace      0.002s
ok      net/http/httputil       0.606s
ok      net/http/internal       0.065s
ok      net/http/internal/ascii 0.001s
ok      net/http/pprof  5.083s
ok      net/internal/cgotest    0.001s
ok      net/internal/socktest   0.001s
ok      net/mail        0.003s
ok      net/netip       0.214s
ok      net/rpc 0.017s
ok      net/rpc/jsonrpc 0.003s
ok      net/smtp        0.007s
ok      net/textproto   0.009s
ok      net/url 0.004s
ok      os      0.801s
ok      os/exec 0.232s
ok      os/exec/internal/fdtest 0.001s
ok      os/signal       21.797s
ok      os/user 0.002s
ok      path    0.002s
ok      path/filepath   0.013s
ok      plugin  0.002s
ok      reflect 0.081s
ok      regexp  0.136s
ok      regexp/syntax   0.307s
ok      runtime 44.861s
ok      runtime/cgo     0.002s
ok      runtime/debug   0.034s
ok      runtime/internal/math   0.001s
ok      runtime/internal/sys    0.001s
ok      runtime/internal/wasitest       0.002s
ok      runtime/metrics 0.009s
ok      runtime/pprof   17.384s
ok      runtime/trace   0.103s
ok      slices  0.022s
ok      sort    0.025s
ok      strconv 0.243s
ok      strings 0.149s
ok      sync    0.258s
ok      sync/atomic     0.443s
ok      syscall 1.892s
ok      testing 1.028s
ok      testing/fstest  0.003s
ok      testing/iotest  0.001s
ok      testing/quick   0.030s
ok      testing/slogtest        0.003s
ok      text/scanner    0.002s
ok      text/tabwriter  0.002s
ok      text/template   0.009s
ok      text/template/parse     0.003s
ok      time    7.845s
ok      unicode 0.002s
ok      unicode/utf16   0.001s
ok      unicode/utf8    0.002s
ok      unique  0.026s
ok      cmd/addr2line   0.420s
ok      cmd/api 10.014s
ok      cmd/asm/internal/asm    0.278s
ok      cmd/asm/internal/lex    0.002s
ok      cmd/cgo/internal/swig   0.009s
ok      cmd/cgo/internal/test   0.939s
ok      cmd/cgo/internal/testcarchive   0.002s
ok      cmd/cgo/internal/testcshared    0.001s
ok      cmd/cgo/internal/testerrors     19.937s
ok      cmd/cgo/internal/testfortran    0.012s
ok      cmd/cgo/internal/testgodefs     0.609s
ok      cmd/cgo/internal/testlife       0.498s
ok      cmd/cgo/internal/testnocgo      0.002s
ok      cmd/cgo/internal/testplugin     0.002s
ok      cmd/cgo/internal/testsanitizers 55.130s
ok      cmd/cgo/internal/testshared     0.021s
ok      cmd/cgo/internal/testso 3.412s
ok      cmd/cgo/internal/teststdio      3.684s
ok      cmd/cgo/internal/testtls        0.020s
ok      cmd/compile/internal/abt        0.025s
ok      cmd/compile/internal/amd64      2.187s
ok      cmd/compile/internal/base       0.002s
ok      cmd/compile/internal/compare    0.002s
ok      cmd/compile/internal/devirtualize       0.002s
ok      cmd/compile/internal/dwarfgen   0.300s
ok      cmd/compile/internal/importer   0.868s
ok      cmd/compile/internal/inline/inlheur     0.244s
ok      cmd/compile/internal/ir 0.002s
ok      cmd/compile/internal/liveness   0.010s
ok      cmd/compile/internal/logopt     0.122s
ok      cmd/compile/internal/loopvar    29.281s
ok      cmd/compile/internal/noder      0.012s
ok      cmd/compile/internal/rangefunc  0.012s
ok      cmd/compile/internal/reflectdata        0.016s [no tests to run]
ok      cmd/compile/internal/ssa        30.025s
ok      cmd/compile/internal/syntax     0.051s
ok      cmd/compile/internal/test       7.115s
ok      cmd/compile/internal/typecheck  0.248s
ok      cmd/compile/internal/types      0.021s
ok      cmd/compile/internal/types2     3.540s
ok      cmd/covdata     0.033s
ok      cmd/cover       1.132s
ok      cmd/dist        0.005s
ok      cmd/distpack    0.024s
ok      cmd/doc 0.102s
ok      cmd/fix 3.940s
ok      cmd/go  74.995s
ok      cmd/go/internal/auth    0.005s
ok      cmd/go/internal/cache   0.086s
ok      cmd/go/internal/cfg     0.004s [no tests to run]
ok      cmd/go/internal/envcmd  0.028s
ok      cmd/go/internal/fsys    0.023s
ok      cmd/go/internal/generate        0.009s
ok      cmd/go/internal/gover   0.003s
ok      cmd/go/internal/imports 0.010s
ok      cmd/go/internal/load    0.007s
ok      cmd/go/internal/lockedfile      0.066s
ok      cmd/go/internal/lockedfile/internal/filelock    0.043s
ok      cmd/go/internal/modfetch        0.029s
ok      cmd/go/internal/modfetch/codehost       0.008s
ok      cmd/go/internal/modfetch/zip_sum_test   0.008s
ok      cmd/go/internal/modindex        0.081s
ok      cmd/go/internal/modload 0.011s
ok      cmd/go/internal/mvs     0.003s
ok      cmd/go/internal/par     0.005s
ok      cmd/go/internal/str     0.006s
ok      cmd/go/internal/test    0.022s
ok      cmd/go/internal/toolchain       0.007s
ok      cmd/go/internal/vcs     0.010s
ok      cmd/go/internal/vcweb   0.008s
ok      cmd/go/internal/vcweb/vcstest   0.032s
ok      cmd/go/internal/web     0.005s
ok      cmd/go/internal/work    0.084s
ok      cmd/gofmt       0.012s
ok      cmd/internal/archive    0.656s
ok      cmd/internal/bootstrap_test     0.002s
ok      cmd/internal/buildid    0.091s
ok      cmd/internal/cov        0.283s
ok      cmd/internal/dwarf      0.006s
ok      cmd/internal/edit       0.005s
ok      cmd/internal/goobj      0.002s
ok      cmd/internal/moddeps    1.176s
ok      cmd/internal/notsha256  0.009s
ok      cmd/internal/obj        0.681s
ok      cmd/internal/obj/arm64  0.213s
ok      cmd/internal/obj/loong64        0.023s
ok      cmd/internal/obj/ppc64  0.194s
ok      cmd/internal/obj/riscv  0.138s
ok      cmd/internal/obj/s390x  0.013s
ok      cmd/internal/obj/x86    0.352s
ok      cmd/internal/objabi     0.062s
ok      cmd/internal/pgo        0.009s
ok      cmd/internal/pkgpath    0.015s
ok      cmd/internal/pkgpattern 0.004s
ok      cmd/internal/quoted     0.001s
ok      cmd/internal/src        0.008s
ok      cmd/internal/test2json  0.076s
ok      cmd/link        18.954s
ok      cmd/link/internal/benchmark     0.005s
ok      cmd/link/internal/ld    12.044s
ok      cmd/link/internal/loader        0.009s
ok      cmd/nm  1.457s
ok      cmd/objdump     3.017s
ok      cmd/pack        0.435s
ok      cmd/pprof       1.394s
ok      cmd/relnote     0.002s
ok      cmd/trace       0.033s
ok      cmd/vet 4.680s
FAIL
2028/06/10 12:10:07 Failed: exit status 1

ok      hash/maphash    0.085s

ok      net     0.027s
ok      os/user 0.021s

ok      sync    0.446s

ok      cmd/relnote     0.008s

ok      runtime 14.834s

ok      runtime 15.344s

ok      cmd/internal/testdir    114.206s

FAILED
make[1]: *** [debian/rules:113: override_dh_auto_test-arch] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:38: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/ftbfs-future/

About the archive rebuild: This is an effort to keep trixie free from FTBFS bugs
during its lifetime as a supported distribution, as explained here:

https://lists.debian.org/debian-devel/2024/05/msg00414.html

(While they are not yet, please note that the bugs will be RC for trixie)

The build was made using sbuild and a reduced chroot with only
build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: golang-1.23
Source-Version: 1.23.5-1
Done: Shengjing Zhu <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-1.23, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Shengjing Zhu <[email protected]> (supplier of updated golang-1.23 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 17 Jan 2025 07:29:29 +0800
Source: golang-1.23
Architecture: source
Version: 1.23.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Compiler Team <[email protected]>
Changed-By: Shengjing Zhu <[email protected]>
Closes: 1091497
Changes:
 golang-1.23 (1.23.5-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 1.23.5
     + CVE-2024-45341: crypto/x509: usage of IPv6 zone IDs can bypass URI name
       constraints
     + CVE-2024-45336: net/http: sensitive headers incorrectly sent after
       cross-domain redirect
     + Fix tests using expired certificates (Closes: #1091497)
   * Revert "Disable tests using soon-to-be-expired certificates." (Fixed)
Checksums-Sha1:
 48dfd92ed2b3f013e3a53ddbac74078538b40627 2266 golang-1.23_1.23.5-1.dsc
 ff0013bace1c1d7ba076ba8a0a84143667b02c62 28179014 
golang-1.23_1.23.5.orig.tar.gz
 e2254c9d973c670ee3929ff00b538709cca92af7 833 golang-1.23_1.23.5.orig.tar.gz.asc
 881a0f00358a13a9d23cea786426240f71e1036c 41736 
golang-1.23_1.23.5-1.debian.tar.xz
 618edffb78baee453445ca51585021c2ad1a2bdb 6050 
golang-1.23_1.23.5-1_amd64.buildinfo
Checksums-Sha256:
 fae9f61f1c3d328d7716ffec586f307a4bf1532b33072b1fabc1e5386eb96d3d 2266 
golang-1.23_1.23.5-1.dsc
 a6f3f4bbd3e6bdd626f79b668f212fbb5649daf75084fb79b678a0ae4d97423b 28179014 
golang-1.23_1.23.5.orig.tar.gz
 8d6568a65066d93cd94ffae1816561dfcb79cdd6cd686d7d323f24446efdfc05 833 
golang-1.23_1.23.5.orig.tar.gz.asc
 95877edb3743afbbe8a034fd403e2f744a91ecec733eb8ba68905544becf0283 41736 
golang-1.23_1.23.5-1.debian.tar.xz
 d8d487d33fc7c0356811bab4574bcf69d45590f180617965fccb0ee3f92e6550 6050 
golang-1.23_1.23.5-1_amd64.buildinfo
Files:
 271216955b7a4e76afde16acbbd8a683 2266 golang optional golang-1.23_1.23.5-1.dsc
 e13bea63175a402f3bdac29a048cc8b6 28179014 golang optional 
golang-1.23_1.23.5.orig.tar.gz
 92247cbdd4464ce19acbbc6b79e73739 833 golang optional 
golang-1.23_1.23.5.orig.tar.gz.asc
 3a5b7259fc447ccf551060bbcc864a11 41736 golang optional 
golang-1.23_1.23.5-1.debian.tar.xz
 cf0d66e6d25b540773fef10902037053 6050 golang optional 
golang-1.23_1.23.5-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHQEARYKAB0WIQQDd7ZVPtkLISR2GtI+VZ1MrPKt2AUCZ4mc2wAKCRA+VZ1MrPKt
2MCOAPjfwTtCVOl7dthJeu1/sxG6qkgnivFhSbyahVy2GreqAQDT6d4KZk3pcJzk
Trfioj2uG2iGD9z/Dh9lYSXzzXj+DQ==
=B4Gm
-----END PGP SIGNATURE-----

Attachment: pgpbYvieSh5Iw.pgp
Description: PGP signature


--- End Message ---

Reply via email to