Skip to content

Commit

Permalink
[gmime] Fix crypto, remove stray patch (microsoft#43014)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Dec 31, 2024
1 parent 1c896ec commit 4b3b620
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 17 deletions.
1 change: 0 additions & 1 deletion ports/gmime/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ vcpkg_configure_make(
ADD_BIN_TO_PATH # for iconv-detect
OPTIONS
${options}
--disable-crypto
--disable-glibtest
--disable-introspection
--disable-vala
Expand Down
1 change: 1 addition & 0 deletions ports/gmime/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "gmime",
"version": "3.2.15",
"port-version": 1,
"description": "GMime is a C/C++ library which may be used for the creation and parsing of messages using the Multipurpose Internet Mail Extension (MIME).",
"homepage": "https://github.com/jstedfast/gmime",
"license": "LGPL-2.1-or-later",
Expand Down
15 changes: 0 additions & 15 deletions ports/gmime/win32_ssize_t.diff

This file was deleted.

2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3194,7 +3194,7 @@
},
"gmime": {
"baseline": "3.2.15",
"port-version": 0
"port-version": 1
},
"gmmlib": {
"baseline": "22.5.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gmime.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "20b88d28331759f09ae3f9f0042b14ea7bd3df96",
"version": "3.2.15",
"port-version": 1
},
{
"git-tree": "0317c90380341a0639221bed8e70dbf37de46b0c",
"version": "3.2.15",
Expand Down

0 comments on commit 4b3b620

Please sign in to comment.