diff --git a/meson.build b/meson.build index 9127e0868..bfd48e461 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gdk', ['c', 'cpp'], version: '0.0.42', meson_version : '>= 0.51.2') +project('gdk', ['c', 'cpp'], version: '0.0.42', meson_version : '>= 0.58.0') # commonly used checks compiler = meson.get_compiler('cpp') diff --git a/subprojects/GSL-meson/meson.build b/subprojects/GSL-meson/meson.build index dc6f436e2..b03fca2f8 100644 --- a/subprojects/GSL-meson/meson.build +++ b/subprojects/GSL-meson/meson.build @@ -1,3 +1,3 @@ -project('GSL', ['cpp'], meson_version : '>= 0.51.2') +project('GSL', ['cpp'], meson_version : '>= 0.58.0') GSL_dep = declare_dependency(include_directories : include_directories('include')) diff --git a/subprojects/GSL.wrap b/subprojects/GSL.wrap index 32975c092..4703e8f6f 100644 --- a/subprojects/GSL.wrap +++ b/subprojects/GSL.wrap @@ -7,4 +7,4 @@ source_hash = b12a64e4625d8a8b811a82bb5fa91e5562a3b5dc35e69cb1be42588e2ea5739f patch_url = file:./subprojects/GSL-meson/GSL-meson-b12a64e4625d8a8b811a82bb5fa91e5562a3b5dc35e69cb1be42588e2ea5739f.tar patch_filename = GSL-meson-b12a64e4625d8a8b811a82bb5fa91e5562a3b5dc35e69cb1be42588e2ea5739f.tar -patch_hash = af6ee3e2d8ce0247e35e68dacef87d2ad910ea2060701a14cc18d5bcc99f5d64 +patch_hash = 0add6d82b38e24deb737b573056d42c0fc4d81d0a7a1a57a35b0f1d413e75d6f diff --git a/subprojects/autobahn-cpp-meson/meson.build b/subprojects/autobahn-cpp-meson/meson.build index f45b5cdef..c53a6dfb4 100644 --- a/subprojects/autobahn-cpp-meson/meson.build +++ b/subprojects/autobahn-cpp-meson/meson.build @@ -1,3 +1,3 @@ -project('autobahn-cpp', ['cpp'], meson_version : '>= 0.51.2') +project('autobahn-cpp', ['cpp'], meson_version : '>= 0.58.0') autobahn_dep = declare_dependency(include_directories : include_directories('.')) diff --git a/subprojects/autobahn-cpp.wrap b/subprojects/autobahn-cpp.wrap index 10a64e074..71c6eb295 100644 --- a/subprojects/autobahn-cpp.wrap +++ b/subprojects/autobahn-cpp.wrap @@ -7,4 +7,4 @@ source_hash = 802bebb778d84e1aaeb60b4c5fb184d50fce010478eaac344c8773f07963fa11 patch_url = file:./subprojects/autobahn-cpp-meson/autobahn-cpp-meson-802bebb778d84e1aaeb60b4c5fb184d50fce010478eaac344c8773f07963fa11.tar patch_filename = autobahn-cpp-meson-802bebb778d84e1aaeb60b4c5fb184d50fce010478eaac344c8773f07963fa11.tar -patch_hash = 906a6d506092918db6a08638f20b880a1d22753718321ad4ec5b9916accd560b +patch_hash = 1c23beaa3891591953a0c7a22e3b94def26c7e187443b0d598f5090e27e58522 diff --git a/subprojects/boost-meson/meson.build b/subprojects/boost-meson/meson.build index ac7ef1749..a676c7d91 100644 --- a/subprojects/boost-meson/meson.build +++ b/subprojects/boost-meson/meson.build @@ -1,4 +1,4 @@ -project('boost', ['cpp'], meson_version : '>= 0.51.2') +project('boost', ['cpp'], meson_version : '>= 0.58.0') compiler = meson.get_compiler('cpp') diff --git a/subprojects/boost.wrap b/subprojects/boost.wrap index 6e7b0a087..e462c2c65 100644 --- a/subprojects/boost.wrap +++ b/subprojects/boost.wrap @@ -7,4 +7,4 @@ source_hash = 7bd7ddceec1a1dfdcbdb3e609b60d01739c38390a5f956385a12f3122049f0ca patch_url = file:./subprojects/boost-meson/boost-meson-7bd7ddceec1a1dfdcbdb3e609b60d01739c38390a5f956385a12f3122049f0ca.tar patch_filename = boost-meson-7bd7ddceec1a1dfdcbdb3e609b60d01739c38390a5f956385a12f3122049f0ca.tar -patch_hash = eb6a6db4225fd3a42750d0b2f8077d018266b7ffe7b78f57cb06a223bb5ee804 +patch_hash = a885f1c289fe9189f0132b93358d1415cc2d60ab2dbff313b10fc2ce16dcaab3 diff --git a/subprojects/gdk_rust/meson.build b/subprojects/gdk_rust/meson.build index 0d5248156..98db65acd 100644 --- a/subprojects/gdk_rust/meson.build +++ b/subprojects/gdk_rust/meson.build @@ -1,4 +1,4 @@ -project('gdk_rust', 'c', meson_version : '>= 0.51.2') +project('gdk_rust', 'c', meson_version : '>= 0.58.0') message('Building gdk_rust...') diff --git a/subprojects/libevent-meson/meson.build b/subprojects/libevent-meson/meson.build index e24f50f4e..eac1acc9f 100644 --- a/subprojects/libevent-meson/meson.build +++ b/subprojects/libevent-meson/meson.build @@ -1,4 +1,4 @@ -project('libevent', ['c'], meson_version : '>= 0.51.2') +project('libevent', ['c'], meson_version : '>= 0.58.0') compiler = meson.get_compiler('c') diff --git a/subprojects/libevent.wrap b/subprojects/libevent.wrap index d9854ffcf..e79956eb6 100644 --- a/subprojects/libevent.wrap +++ b/subprojects/libevent.wrap @@ -7,4 +7,4 @@ source_hash = 229393ab2bf0dc94694f21836846b424f3532585bac3468738b7bf752c03901e patch_url = file:./subprojects/libevent-meson/libevent-meson-229393ab2bf0dc94694f21836846b424f3532585bac3468738b7bf752c03901e.tar patch_filename = libevent-meson-229393ab2bf0dc94694f21836846b424f3532585bac3468738b7bf752c03901e.tar -patch_hash = ec49ba700a9b1d5925c8f717ea30bc8d954e8f2832de82a2763d655cb8ea46f2 +patch_hash = 6e128e0410b0b049e0b09586bac1accd3355f05541e7ccac6fb306b0f73aa4b5 diff --git a/subprojects/libwally-core.wrap b/subprojects/libwally-core.wrap index 992ec94d9..402f8c155 100644 --- a/subprojects/libwally-core.wrap +++ b/subprojects/libwally-core.wrap @@ -7,4 +7,4 @@ source_hash = 40490aafd9ad7b205b3870f538f70147a610e4c5009606cbf2c3a60fcee09df4 patch_url = file:./subprojects/libwally-core-meson/libwally-core-meson-f12b900e905ad04219f6b9e1598e1190706ff00a75f63964ab4a90182fb5ef3b.tar patch_filename = wallycore-meson-f12b900e905ad04219f6b9e1598e1190706ff00a75f63964ab4a90182fb5ef3b.tar -patch_hash = 8a7d71f39d2428feeaf2ee7e9c93c740915fff91134b1a14d6df77944e2eb646 +patch_hash = ee5e801caa5968f73ca90d31244f1fb131f711e3e3050572598cbde464cc47a1 diff --git a/subprojects/msgpack-meson/meson.build b/subprojects/msgpack-meson/meson.build index 26f981b9e..060a9df39 100644 --- a/subprojects/msgpack-meson/meson.build +++ b/subprojects/msgpack-meson/meson.build @@ -1,3 +1,3 @@ -project('msgpack', ['cpp'], meson_version : '>= 0.51.2') +project('msgpack', ['cpp'], meson_version : '>= 0.58.0') msgpack_dep = declare_dependency(include_directories : include_directories('include')) diff --git a/subprojects/msgpack.wrap b/subprojects/msgpack.wrap index 68cf15331..4b55542e4 100644 --- a/subprojects/msgpack.wrap +++ b/subprojects/msgpack.wrap @@ -7,4 +7,4 @@ source_hash = 433cbcd741e1813db9ae4b2e192b83ac7b1d2dd7968a3e11470eacc6f4ab58d2 patch_url = file:./subprojects/msgpack-meson/msgpack-meson-433cbcd741e1813db9ae4b2e192b83ac7b1d2dd7968a3e11470eacc6f4ab58d2.tar patch_filename = msgpack-meson-433cbcd741e1813db9ae4b2e192b83ac7b1d2dd7968a3e11470eacc6f4ab58d2.tar -patch_hash = 4e3e85e2338f7dac491c7ca561c7ab2b20ebf8b1d3af89664aed4e30f8bed5e0 +patch_hash = 413d812af4d4db8d6814dd9b89b20f7cc039296fa50110954d20a37cc18815ee diff --git a/subprojects/openssl-meson/meson.build b/subprojects/openssl-meson/meson.build index 22954e927..4224ef6ad 100644 --- a/subprojects/openssl-meson/meson.build +++ b/subprojects/openssl-meson/meson.build @@ -1,4 +1,4 @@ -project('openssl', ['c'], meson_version : '>= 0.51.2') +project('openssl', ['c'], meson_version : '>= 0.58.0') compiler = meson.get_compiler('c') diff --git a/subprojects/openssl.wrap b/subprojects/openssl.wrap index 3f6ba75ec..56d65bcf4 100644 --- a/subprojects/openssl.wrap +++ b/subprojects/openssl.wrap @@ -7,4 +7,4 @@ source_hash = 281e4f13142b53657bd154481e18195b2d477572fdffa8ed1065f73ef5a19777 patch_url = file:./subprojects/openssl-meson/openssl-meson-281e4f13142b53657bd154481e18195b2d477572fdffa8ed1065f73ef5a19777.tar patch_filename = openssl-meson-281e4f13142b53657bd154481e18195b2d477572fdffa8ed1065f73ef5a19777.tar -patch_hash = 6de26d2822a0f95c3379567a9b061bb2a2bc6e830d38bf2a4df83af1c0d0711c +patch_hash = 93bb32d001c9419870c58fe0829e219ae95da54aebae86ced74e03fc6c09c708 diff --git a/subprojects/tor-meson/meson.build b/subprojects/tor-meson/meson.build index 1a5ed0bdd..890b0688d 100644 --- a/subprojects/tor-meson/meson.build +++ b/subprojects/tor-meson/meson.build @@ -1,4 +1,4 @@ -project('tor', ['c'], meson_version : '>= 0.51.2') +project('tor', ['c'], meson_version : '>= 0.58.0') compiler = meson.get_compiler('c') diff --git a/subprojects/tor.wrap b/subprojects/tor.wrap index c8973c682..0fd26153c 100644 --- a/subprojects/tor.wrap +++ b/subprojects/tor.wrap @@ -7,4 +7,4 @@ source_hash = 526e61ebc5a8093fd0eadc2ebe9d61a413b183043d99bdef7ab95f5086d6601a patch_url = file:./subprojects/tor-meson/tor-meson-526e61ebc5a8093fd0eadc2ebe9d61a413b183043d99bdef7ab95f5086d6601a.tar patch_filename = tor-meson-526e61ebc5a8093fd0eadc2ebe9d61a413b183043d99bdef7ab95f5086d6601a.tar -patch_hash = 6aaae25508d1c6e4efb7a64a25532e97be2adb8003af8f253d781fa4f5b85c85 +patch_hash = ac3546bd0c4fd7db3eaa99d7bab50e1bb7e53a3bda7079400ae24a5d75638bd7 diff --git a/subprojects/wallycore-meson/meson.build b/subprojects/wallycore-meson/meson.build index 24af746bf..7aefdad99 100644 --- a/subprojects/wallycore-meson/meson.build +++ b/subprojects/wallycore-meson/meson.build @@ -1,4 +1,4 @@ -project('libwally-core', ['c'], meson_version : '>= 0.51.2') +project('libwally-core', ['c'], meson_version : '>= 0.58.0') compiler = meson.get_compiler('c') diff --git a/subprojects/websocketpp-meson/meson.build b/subprojects/websocketpp-meson/meson.build index 73cc09776..bc998a145 100644 --- a/subprojects/websocketpp-meson/meson.build +++ b/subprojects/websocketpp-meson/meson.build @@ -1,3 +1,3 @@ -project('websocketpp', ['cpp'], meson_version : '>= 0.51.2') +project('websocketpp', ['cpp'], meson_version : '>= 0.58.0') websocketpp_dep = declare_dependency(include_directories : include_directories('.')) diff --git a/subprojects/websocketpp.wrap b/subprojects/websocketpp.wrap index 2c235867e..62a4fa5bf 100644 --- a/subprojects/websocketpp.wrap +++ b/subprojects/websocketpp.wrap @@ -7,4 +7,4 @@ source_hash = 82644fce179590ec73daf3a42383b26378716ba61bbde7ef460816170fed5aeb patch_url = file:./subprojects/websocketpp-meson/websocketpp-meson-82644fce179590ec73daf3a42383b26378716ba61bbde7ef460816170fed5aeb.tar patch_filename = websocketpp-meson-82644fce179590ec73daf3a42383b26378716ba61bbde7ef460816170fed5aeb.tar -patch_hash = 25ce6ff997b20bd44ae92b6c8278c80d980f2bbe9e01d53cb02d3d23da821c0e +patch_hash = 8682ee4a56894ef633935bdf6c92f0cd85493fb5398b1c34295ca868e9271c41 diff --git a/subprojects/zlib-meson/meson.build b/subprojects/zlib-meson/meson.build index 4e2d2cc2a..036879717 100644 --- a/subprojects/zlib-meson/meson.build +++ b/subprojects/zlib-meson/meson.build @@ -1,4 +1,4 @@ -project('zlib', ['c'], meson_version : '>= 0.51.2') +project('zlib', ['c'], meson_version : '>= 0.58.0') compiler = meson.get_compiler('c') diff --git a/subprojects/zlib.wrap b/subprojects/zlib.wrap index b48ad9aa4..448058367 100644 --- a/subprojects/zlib.wrap +++ b/subprojects/zlib.wrap @@ -7,4 +7,4 @@ source_hash = 629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff patch_url = file:./subprojects/zlib-meson/zlib-meson-629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff.tar patch_filename = zlib-meson-629380c90a77b964d896ed37163f5c3a34f6e6d897311f1df2a7016355c45eff.tar -patch_hash = 004db912ba8a67b4aef766dcdf5ad966a5b72c346d76968ca8c51909c115e171 +patch_hash = fe37811f458adc9e114e887f352fe6e200c8a37e90504871e82d33b07080149c