[PR #1010] [MERGED] Bump openssl from 0.10.26 to 0.10.27 #1862

Closed
opened 2026-03-16 02:36:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1010
Author: @dependabot-preview[bot]
Created: 2/3/2020
Status: Merged
Merged: 2/4/2020
Merged by: @bluejekyll

Base: masterHead: dependabot/cargo/openssl-0.10.27


📝 Commits (2)

  • 6625976 Bump openssl from 0.10.26 to 0.10.27
  • 0d3f9ab Merge branch 'master' into dependabot/cargo/openssl-0.10.27

📊 Changes

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

View changed files

📝 Cargo.lock (+17 -17)

📄 Description

Bumps openssl from 0.10.26 to 0.10.27.

Commits
  • 61d5a1e Release openssl v0.10.27
  • e02d85c Fix changelog
  • 216ffd0 Release openssl-sys v0.9.54
  • 6f4a592 Merge pull request #1225 from kubo39/no-renegotiation-option
  • 9189b67 Add NO RENEGOTIATION option
  • bb1cf5e Merge pull request #1222 from kubo39/EVP-APIs-encrypt-and-decrypt
  • 78c1e24 Add EVP_EncryptInit_ex/EVP_EncryptFinish_ex, and the equivalently named
  • ad37e7e Merge pull request #1160 from HyeonuPark/set-dtls-mtu
  • eda3ada Merge pull request #1219 from alex/patch-1
  • 9e6e364 Update to autocfg 1.0
  • 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/1010 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 2/3/2020 **Status:** ✅ Merged **Merged:** 2/4/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `dependabot/cargo/openssl-0.10.27` --- ### 📝 Commits (2) - [`6625976`](https://github.com/hickory-dns/hickory-dns/commit/66259762715201768f1a9156dda59b6269aae3e3) Bump openssl from 0.10.26 to 0.10.27 - [`0d3f9ab`](https://github.com/hickory-dns/hickory-dns/commit/0d3f9ab68897b6610916d9573487fc13cad907b9) Merge branch 'master' into dependabot/cargo/openssl-0.10.27 ### 📊 Changes **1 file changed** (+17 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+17 -17) </details> ### 📄 Description Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.26 to 0.10.27. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sfackler/rust-openssl/commit/61d5a1e38d7de21ac0e9eace05090ed2497d2d29"><code>61d5a1e</code></a> Release openssl v0.10.27</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/e02d85c799b50d96d1cc42d16d484a3b45618fb7"><code>e02d85c</code></a> Fix changelog</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/216ffd0791b5f4cb46e678f312cb5fa11a4b2fc5"><code>216ffd0</code></a> Release openssl-sys v0.9.54</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/6f4a592a2c1cf53403480c163dc02bcffcd4405d"><code>6f4a592</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1225">#1225</a> from kubo39/no-renegotiation-option</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/9189b6732646e2af9d0847ef4230aec1d1e61730"><code>9189b67</code></a> Add NO RENEGOTIATION option</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/bb1cf5ef1967c1236757dde42c36ce2f1ea1a994"><code>bb1cf5e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1222">#1222</a> from kubo39/EVP-APIs-encrypt-and-decrypt</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/78c1e2409d1d319cb8ea8484719e4ada6ee0125e"><code>78c1e24</code></a> Add EVP_EncryptInit_ex/EVP_EncryptFinish_ex, and the equivalently named</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/ad37e7e07db148e7f0114a2f44c1196a9d35d3c3"><code>ad37e7e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1160">#1160</a> from HyeonuPark/set-dtls-mtu</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/eda3ada731a4d08335f8c4ae495c03645ff9757a"><code>eda3ada</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1219">#1219</a> from alex/patch-1</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/9e6e36417dd93cbf66d354b356846a3a16cd97eb"><code>9e6e364</code></a> Update to autocfg 1.0</li> <li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.26...openssl-v0.10.27">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.26&new-version=0.10.27)](https://dependabot.com/compatibility-score.html?dependency-name=openssl&package-manager=cargo&previous-version=0.10.26&new-version=0.10.27) 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 02:36:56 +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#1862
No description provided.