diff --git a/contrib/src/asio/0001-Disable-building-tests-and-examples.patch b/contrib/src/asio/0001-Disable-building-tests-and-examples.patch index 38566e348..e4b579064 100644 --- a/contrib/src/asio/0001-Disable-building-tests-and-examples.patch +++ b/contrib/src/asio/0001-Disable-building-tests-and-examples.patch @@ -1,21 +1,17 @@ -From 5d891ca55161aea53852ef70707d39133925dbe3 Mon Sep 17 00:00:00 2001 +From 84a1e5f47ef5d37ada14037e7fbe998a5035ceb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= Date: Fri, 13 Oct 2023 14:44:13 -0400 Subject: [PATCH] Disable building tests and examples --- - asio/src/Makefile.am | 36 ------------------------------------ - 1 file changed, 36 deletions(-) + asio/src/Makefile.am | 30 ------------------------------ + 1 file changed, 30 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am -index 0345f094..f2fbcefe 100644 +index 587bb4935..f2fbcefec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -1,39 +1,3 @@ --if !STANDALONE --EXAMPLES_CPP03 = examples/cpp03 --endif -- +@@ -1,33 +1,3 @@ -if HAVE_CXX11 -EXAMPLES_CPP11 = examples/cpp11 -endif @@ -33,7 +29,6 @@ index 0345f094..f2fbcefe 100644 -endif - -SUBDIRS = \ -- $(EXAMPLES_CPP03) \ - $(EXAMPLES_CPP11) \ - $(EXAMPLES_CPP14) \ - $(EXAMPLES_CPP17) \ @@ -41,7 +36,6 @@ index 0345f094..f2fbcefe 100644 - tests - -DIST_SUBDIRS = \ -- examples/cpp03 \ - examples/cpp11 \ - examples/cpp14 \ - examples/cpp17 \ @@ -52,5 +46,5 @@ index 0345f094..f2fbcefe 100644 Makefile.mgw \ Makefile.msc \ -- -2.39.3 (Apple Git-145) +2.39.5 (Apple Git-154) diff --git a/contrib/src/asio/SHA512SUMS b/contrib/src/asio/SHA512SUMS index 025f8f5cb..a5e057e5e 100644 --- a/contrib/src/asio/SHA512SUMS +++ b/contrib/src/asio/SHA512SUMS @@ -1 +1 @@ -4ba0944b203e18524016de2e21ffa0fa6325414af5f6cff6d02450c15e0d7111cec91f7f125ae78d3b3a6f76c6b2c7155738d1830b3250e98c68b5304328f345 asio-asio-1-28-1.tar.gz +53485e18a89140039db3b5c34d0feb6065db48eb805eb4b0eae85c0b20b59a2a299841a5e128e670faff17a9fa5df7bbdaafa31aa2e46d62d32db7f720b21c86 asio-asio-1-34-2.tar.gz diff --git a/contrib/src/asio/rules.mak b/contrib/src/asio/rules.mak index 4a88e6ccd..e14d27a09 100644 --- a/contrib/src/asio/rules.mak +++ b/contrib/src/asio/rules.mak @@ -17,8 +17,8 @@ # along with this program. If not, see . # -ASIO_VERSION := asio-1-28-1 -PKG_CPE += cpe:2.3:a:*:asio:1.28.1:*:*:*:*:*:*:* +ASIO_VERSION := asio-1-34-2 +PKG_CPE += cpe:2.3:a:*:asio:1.34.2:*:*:*:*:*:*:* ASIO_URL := https://github.com/chriskohlhoff/asio/archive/$(ASIO_VERSION).tar.gz # Pure dependency of restinio: do not add to PKGS.