Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[getdns] update to 1.7.3 #34188

Merged
merged 7 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
delete nouse patch chunk
jiayuehua committed Nov 30, 2023
commit 098761b969a40d1b688c0e0aef9ee26e872567ed
9 changes: 0 additions & 9 deletions ports/getdns/disable-docs.patch
Original file line number Diff line number Diff line change
@@ -2,15 +2,6 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9170be7..def3758 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -955,7 +955,7 @@ if (BUILD_TESTING)
message(WARNING "Test programs require libcheck and so do not build on Windows, skipping.")
else ()
find_package(Check "0.9.6" REQUIRED)
- set(GETDNS_TEST_SOURCE_FILES
+ set(GETDNS_TEST_SOURCE_FILES
src/test/check_getdns_common.c
src/test/check_getdns_context_set_timeout.c
src/test/check_getdns_transport.c
@@ -1036,9 +1036,9 @@ configure_file(src/version.c.in version.c)

set(version ${PACKAGE_VERSION})
2 changes: 1 addition & 1 deletion versions/g-/getdns.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "ae187e49e240199049dbb860bf61f1b47a282c6a",
"git-tree": "9310616b1c2f0eeefd7207a5f0a0023fd96b3912",
"version": "1.7.3",
"port-version": 0
},