[PR #1477] [CLOSED] Bump openssl from 0.10.33 to 0.10.34 #2355

Closed
opened 2026-03-16 08:49:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1477
Author: @dependabot-preview[bot]
Created: 5/3/2021
Status: Closed

Base: mainHead: dependabot/cargo/openssl-0.10.34


📝 Commits (1)

  • 0712867 Bump openssl from 0.10.33 to 0.10.34

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps openssl from 0.10.33 to 0.10.34.

Commits
  • ffec25a Release openssl v0.10.34
  • f93a0ef Release openssl-sys v0.9.62
  • 11957f5 Merge pull request #1459 from vishwin/master
  • ad3995d Re-enable SRTP tests in LibreSSL
  • 81a2532 LibreSSL 3.3.2 uses different values for SSL_OP_NO_DTLSv1{,_2}
  • 3d0bb3f Expose DTLS support in LibreSSL 3.3.2
  • a3b3ad1 Add cfgs for LibreSSL 3.3.2
  • ef515d7 Bump LibreSSL to 3.3.2
  • 127413a Merge pull request #1450 from puiterwijk/ec_coordinates
  • 93ed05c ec: Add EcKey affine_coordinates
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/1477 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/3/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/openssl-0.10.34` --- ### 📝 Commits (1) - [`0712867`](https://github.com/hickory-dns/hickory-dns/commit/0712867f57431b497d277b9c39b5a97b5a722087) Bump openssl from 0.10.33 to 0.10.34 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.33 to 0.10.34. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sfackler/rust-openssl/commit/ffec25a7ee30e5e3df971d2f392d0d56ebce109f"><code>ffec25a</code></a> Release openssl v0.10.34</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/f93a0eff55d7637527c80eb0c51e6a79b60a97c9"><code>f93a0ef</code></a> Release openssl-sys v0.9.62</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/11957f5413efec3361380151ff1605e50cfdecaa"><code>11957f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1459">#1459</a> from vishwin/master</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/ad3995dc155285834b8061bddab727eb3d0a7a29"><code>ad3995d</code></a> Re-enable SRTP tests in LibreSSL</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/81a25321aaf7e253abf3df4054350106e51825cb"><code>81a2532</code></a> LibreSSL 3.3.2 uses different values for SSL_OP_NO_DTLSv1{,_2}</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/3d0bb3f4636d41816d794d549c05a2a47ccf6658"><code>3d0bb3f</code></a> Expose DTLS support in LibreSSL 3.3.2</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/a3b3ad16f6a35a78bf721da18c0ec554891b3b55"><code>a3b3ad1</code></a> Add cfgs for LibreSSL 3.3.2</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/ef515d7cbd9ffa9fb60e13e98fe8768c477e9656"><code>ef515d7</code></a> Bump LibreSSL to 3.3.2</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/127413a8ae79108a9d870920ebb315505fe493af"><code>127413a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1450">#1450</a> from puiterwijk/ec_coordinates</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/93ed05cd36a9df352a14e2ab4f2b6b7d12415e75"><code>93ed05c</code></a> ec: Add EcKey affine_coordinates</li> <li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.33...openssl-v0.10.34">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=openssl&package-manager=cargo&previous-version=0.10.33&new-version=0.10.34)](https://dependabot.com/compatibility-score/?dependency-name=openssl&package-manager=cargo&previous-version=0.10.33&new-version=0.10.34) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:49:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#2355
No description provided.