update 0.5 -> 0.6

This commit is contained in:
sebastia
2024-09-05 19:18:07 +00:00
parent 12c1d32e49
commit 3b96878635
3 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMMENT= stub DNS resolver library
DISTNAME= udns-0.5
DISTNAME= udns-0.6
CATEGORIES= net
SHARED_LIBS+= udns 1.0
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (udns-0.5.tar.gz) = A1v8EuOBnQq6j0DugiCpdLfpspwyWdMQlwzEstHCA8A=
SIZE (udns-0.5.tar.gz) = 84982
SHA256 (udns-0.6.tar.gz) = aWotDVGNqYXZdaZeEdFm8/V829HUI3aguFMH9JYBxug=
SIZE (udns-0.6.tar.gz) = 85129
-12
View File
@@ -1,12 +0,0 @@
Index: configure
--- configure.orig
+++ configure
@@ -95,7 +95,7 @@ int main() {
char buf[64];
long x = 0;
inet_pton(AF_INET, &x, buf);
- return inet_ntop(AF_INET, &x, buf, sizeof(buf));
+ return inet_ntop(AF_INET, &x, buf, sizeof(buf)) != (void *)0;
}
EOF