Skip to content

Sync v1.1.69#12

Merged
danielboros merged 19 commits into
masterfrom
sync-v1.1.69
Jan 7, 2026
Merged

Sync v1.1.69#12
danielboros merged 19 commits into
masterfrom
sync-v1.1.69

Conversation

@danielboros

Copy link
Copy Markdown
Collaborator

No description provided.

miekg and others added 19 commits August 3, 2025 17:57
This reverts commit 96a6b9c.

(not backwards compatible)
* attempt at implementing RFC 9567 Error Reporting

* we do not need to initialize a compression map

* mention RFC 9567 in README

* remove error  message prefix like in 09e0436
Bumps the all group with 4 updates: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/sync](https://github.com/golang/sync), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/tools](https://github.com/golang/tools).


Updates `golang.org/x/net` from 0.40.0 to 0.42.0
- [Commits](golang/net@v0.40.0...v0.42.0)

Updates `golang.org/x/sync` from 0.14.0 to 0.16.0
- [Commits](golang/sync@v0.14.0...v0.16.0)

Updates `golang.org/x/sys` from 0.33.0 to 0.34.0
- [Commits](golang/sys@v0.33.0...v0.34.0)

Updates `golang.org/x/tools` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.33.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sync
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sys
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/tools
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Since go1.24.0 the minimum key lenth is 1024.  That becomes obvious when
generate key error is handled, and related error is printed.  For example:

    dnssec_test.go:134: failure to generate private key: crypto/rsa: 512-bit
    keys are insecure (see https://go.dev/pkg/crypto/rsa#hdr-Minimum_key_size)

Signed-off-by: Sami Kerola <kerolasa@cloudflare.com>
Signed-off-by: Miek Gieben <miek@miek.nl>
Signed-off-by: Miek Gieben <miek@miek.nl>
Bumps the all group with 3 updates in the / directory: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/sync](https://github.com/golang/sync) and [golang.org/x/tools](https://github.com/golang/tools).


Updates `golang.org/x/net` from 0.42.0 to 0.44.0
- [Commits](golang/net@v0.42.0...v0.44.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.17.0
- [Commits](golang/sync@v0.16.0...v0.17.0)

Updates `golang.org/x/sys` from 0.34.0 to 0.36.0
- [Commits](golang/sys@v0.34.0...v0.36.0)

Updates `golang.org/x/tools` from 0.35.0 to 0.37.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.35.0...v0.37.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sync
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/sys
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/tools
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mechanical change

Signed-off-by: Miek Gieben <miek@miek.nl>
For parity with DefaultMsgAcceptFunc that is a variable.

Signed-off-by: Ilya Kulakov <kulakov.ilya@gmail.com>
@danielboros danielboros requested a review from yoshiotu January 7, 2026 19:51
@danielboros danielboros merged commit 94aada8 into master Jan 7, 2026
6 checks passed
@danielboros danielboros deleted the sync-v1.1.69 branch January 7, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants