FreeBSD Bugzilla – Attachment 252320 Details for
Bug 270020
net/ooni-probe-cli: update 3.21.1 → 3.23.0, fix build
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build, update to 3.22.0
net_ooni-probe-cli.diff (text/plain), 2.20 KB, created by
Rene Ladan
on 2024-07-27 13:48:46 UTC
(
hide
)
Description:
fix build, update to 3.22.0
Filename:
MIME Type:
Creator:
Rene Ladan
Created:
2024-07-27 13:48:46 UTC
Size:
2.20 KB
patch
obsolete
>diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile >index 214fbee57c..b87742f87e 100644 >--- a/net/ooni-probe-cli/Makefile >+++ b/net/ooni-probe-cli/Makefile >@@ -1,7 +1,6 @@ > PORTNAME= ooni-probe-cli > DISTVERSIONPREFIX= v >-DISTVERSION= 3.21.1 >-PORTREVISION= 3 >+DISTVERSION= 3.22.0 > CATEGORIES= net www benchmarks > > MAINTAINER= egypcio@FreeBSD.org >@@ -11,8 +10,6 @@ WWW= https://ooni.org/about/ > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/LICENSE > >-BROKEN= https://bugs.freebsd.org/272643 >- > RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss > > USES= go:modules >diff --git a/net/ooni-probe-cli/distinfo b/net/ooni-probe-cli/distinfo >index 46fd430706..30aa678dab 100644 >--- a/net/ooni-probe-cli/distinfo >+++ b/net/ooni-probe-cli/distinfo >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1713008454 >-SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.21.1/v3.21.1.mod) = c58314ed2588a8618365b4ee7ec03b570d53345c4c0e3b14850c17d044813112 >-SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.21.1/v3.21.1.mod) = 7615 >-SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.21.1/v3.21.1.zip) = 0d1fd7edb7aff39edd24d63a41b4249678c72e0b264092fe148301edd267dae6 >-SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.21.1/v3.21.1.zip) = 3886575 >+TIMESTAMP = 1721938352 >+SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.22.0/v3.22.0.mod) = c87253b61d77580590a6f148e55e5123a03ce48dacf519e052743b93f89262d0 >+SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.22.0/v3.22.0.mod) = 7394 >+SHA256 (go/net_ooni-probe-cli/ooni-probe-cli-v3.22.0/v3.22.0.zip) = 3808b7c0abd34c04f5ec409a4126109b9cc06740794db0f809eaa933b58f7ec5 >+SIZE (go/net_ooni-probe-cli/ooni-probe-cli-v3.22.0/v3.22.0.zip) = 3288757 >diff --git a/net/ooni-probe-cli/files/patch-internal_netxlite_getaddrinfo__cgo.go b/net/ooni-probe-cli/files/patch-internal_netxlite_getaddrinfo__cgo.go >new file mode 100644 >index 0000000000..8ea2f1b8f2 >--- /dev/null >+++ b/net/ooni-probe-cli/files/patch-internal_netxlite_getaddrinfo__cgo.go >@@ -0,0 +1,10 @@ >+--- internal/netxlite/getaddrinfo_cgo.go.orig 1979-11-30 00:00:00 UTC >++++ internal/netxlite/getaddrinfo_cgo.go >+@@ -9,6 +9,7 @@ package netxlite >+ >+ #ifndef _WIN32 >+ #include <netdb.h> // for getaddrinfo >++#include <sys/socket.h> >+ #else >+ #include <ws2tcpip.h> // for getaddrinfo >+ #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rene
:
maintainer-approval?
(
egypcio
)
Actions:
View
|
Diff
Attachments on
bug 270020
:
244589
|
244590
|
249949
|
252287
| 252320