From 9e65a26ba2550b0ee57b0698288fafa14dfdbabc Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Mon, 21 Aug 2023 20:53:44 +0200 Subject: [PATCH] [libmicrohttpd] supports non windows arm (#33277) --- ports/libmicrohttpd/vcpkg.json | 4 ++-- versions/baseline.json | 2 +- versions/l-/libmicrohttpd.json | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/libmicrohttpd/vcpkg.json b/ports/libmicrohttpd/vcpkg.json index 02c9a9eaf7..c47efff7bb 100644 --- a/ports/libmicrohttpd/vcpkg.json +++ b/ports/libmicrohttpd/vcpkg.json @@ -1,11 +1,11 @@ { "name": "libmicrohttpd", "version": "0.9.77", - "port-version": 1, + "port-version": 2, "description": "GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application", "homepage": "https://www.gnu.org/software/libmicrohttpd/", "license": "LGPL-2.1-or-later", - "supports": "!(arm | uwp)", + "supports": "!((arm & windows) | uwp)", "dependencies": [ { "name": "gettext", diff --git a/versions/baseline.json b/versions/baseline.json index ed87cbd547..e5a1b9b91e 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4338,7 +4338,7 @@ }, "libmicrohttpd": { "baseline": "0.9.77", - "port-version": 1 + "port-version": 2 }, "libmikmod": { "baseline": "3.3.11.1", diff --git a/versions/l-/libmicrohttpd.json b/versions/l-/libmicrohttpd.json index a0a64ffdec..deb1c80615 100644 --- a/versions/l-/libmicrohttpd.json +++ b/versions/l-/libmicrohttpd.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "528d4043cc7a0784b2f1e1ba77455a8559498b2e", + "version": "0.9.77", + "port-version": 2 + }, { "git-tree": "0adb976e126f21ec1db080fe45b8b6e084bbbd5b", "version": "0.9.77",