From 67512f0ddbb997a52d2606570baef7ebacf766d5 Mon Sep 17 00:00:00 2001 From: Signal Linden Date: Tue, 11 Oct 2022 12:13:33 -0700 Subject: Remove hard-coded toolsversion from autobuild.xml build command --- autobuild.xml | 2 -- 1 file changed, 2 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 96f6918a99..954299d1f3 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3261,7 +3261,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors /t:Build /p:useenv=true /verbosity:minimal - /toolsversion:4.0 /p:VCBuildAdditionalOptions= /incremental @@ -3335,7 +3334,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors /t:Build /p:useenv=true /verbosity:minimal - /toolsversion:4.0 /p:VCBuildAdditionalOptions= /incremental -- cgit v1.2.3 From f85120e0bfc2ea8f94eb2b99e7ce262e9f29fd9e Mon Sep 17 00:00:00 2001 From: Signal Linden Date: Wed, 12 Oct 2022 14:00:59 -0700 Subject: Consistently use msbuild not devenv in autobuild.xml --- autobuild.xml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 954299d1f3..288def254b 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3218,11 +3218,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors SecondLife.sln command - devenv + msbuild.exe options - /build - RelWithDebInfo|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + /p:Configuration=RelWithDebInfo + /p:Platform=${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + /t:Build + /p:useenv=true + /verbosity:minimal + /p:VCBuildAdditionalOptions= /incremental + /m:${AUTOBUILD_CPU_COUNT} configure @@ -3262,6 +3267,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors /p:useenv=true /verbosity:minimal /p:VCBuildAdditionalOptions= /incremental + /m:${AUTOBUILD_CPU_COUNT} configure @@ -3293,11 +3299,16 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors SecondLife.sln command - devenv + msbuild.exe options - /build - Release|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + /p:Configuration=Release + /p:Platform=${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + /t:Build + /p:useenv=true + /verbosity:minimal + /p:VCBuildAdditionalOptions= /incremental + /m:${AUTOBUILD_CPU_COUNT} configure @@ -3335,6 +3346,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors /p:useenv=true /verbosity:minimal /p:VCBuildAdditionalOptions= /incremental + /m:${AUTOBUILD_CPU_COUNT} configure -- cgit v1.2.3 From 937495863cd90f3f031a9c6d1d03fe02e70332e1 Mon Sep 17 00:00:00 2001 From: Signal Linden Date: Wed, 12 Oct 2022 15:02:02 -0700 Subject: Build on 16-core machine --- autobuild.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 288def254b..962d82a3f8 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3099,6 +3099,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -configuration RelWithDebInfo + -parallelizeTargets + -jobs + ${AUTOBUILD_CPU_COUNT} -project SecondLife.xcodeproj @@ -3130,6 +3133,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -configuration RelWithDebInfo + -parallelizeTargets + -jobs + ${AUTOBUILD_CPU_COUNT} -project SecondLife.xcodeproj @@ -3155,6 +3161,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -configuration Release + -parallelizeTargets + -jobs + ${AUTOBUILD_CPU_COUNT} -project SecondLife.xcodeproj @@ -3184,6 +3193,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -configuration Release + -parallelizeTargets + -jobs + ${AUTOBUILD_CPU_COUNT} -project SecondLife.xcodeproj -- cgit v1.2.3 From 1eb55b3d8e3d64f8f02bc18685e46ff42ca77cec Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Mon, 15 May 2023 09:19:19 -0400 Subject: SL-18837: Update apr_suite to release v1.7.2.91ae6ee. --- autobuild.xml | 210 ++++++++++++++++++++++++++++++---------------------------- 1 file changed, 107 insertions(+), 103 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 962d82a3f8..1674f5abf5 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1,6 +1,5 @@ - - + installables SDL @@ -52,9 +51,11 @@ archive hash - b6357ef3a0ec37877a5831820f25094e + 7af1ce4afdc42a5e2811015ad8588c93fe9774c0 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/80557/759704/apr_suite-1.4.5.558565-darwin64-558565.tar.bz2 + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.91ae6ee/apr_suite-1.7.2.91ae6ee-darwin64-91ae6ee.tar.zst name darwin64 @@ -76,9 +77,11 @@ archive hash - cb48ac069440f6dcd564cfa9fd02a4c2 + 670cc1b5f5e1864afa5ac34493ac2df4b8e84645 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/80556/759710/apr_suite-1.4.5.558565-windows-558565.tar.bz2 + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.91ae6ee/apr_suite-1.7.2.91ae6ee-windows-91ae6ee.tar.zst name windows @@ -88,16 +91,18 @@ archive hash - 646dc3828d9c39fb1e77c4eec44ed739 + 05b9134a602fc6d9262c767cca6165ce45ba7773 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/80555/759709/apr_suite-1.4.5.558565-windows64-558565.tar.bz2 + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.91ae6ee/apr_suite-1.7.2.91ae6ee-windows64-91ae6ee.tar.zst name windows64 version - 1.4.5.558565 + 1.7.2.91ae6ee boost @@ -307,31 +312,29 @@ name darwin64 - windows + linux64 archive hash - b5ea7097ae10037024b0c2b3df9812b5 + ac54672e0b38f52726f5c99047c913e4 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89307/815434/cubemaptoequirectangular-1.1.0-windows-564841.tar.bz2 + https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89306/815431/cubemaptoequirectangular-1.1.0-windows64-564841.tar.bz2 - name - windows - windows64 + windows archive hash - ac54672e0b38f52726f5c99047c913e4 + b5ea7097ae10037024b0c2b3df9812b5 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89306/815431/cubemaptoequirectangular-1.1.0-windows64-564841.tar.bz2 + https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89307/815434/cubemaptoequirectangular-1.1.0-windows-564841.tar.bz2 name - windows64 + windows - linux64 + windows64 archive @@ -340,6 +343,8 @@ url https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89306/815431/cubemaptoequirectangular-1.1.0-windows64-564841.tar.bz2 + name + windows64 version @@ -1063,31 +1068,29 @@ name darwin64 - windows + linux64 archive hash - 0a376676dbb43fdd0c81ffdfbc5e6f81 + e70898903475d8ac2e81ff33278fc987 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89308/815432/jpegencoderbasic-1.0-windows-564842.tar.bz2 + https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89309/815433/jpegencoderbasic-1.0-windows64-564842.tar.bz2 - name - windows - windows64 + windows archive hash - e70898903475d8ac2e81ff33278fc987 + 0a376676dbb43fdd0c81ffdfbc5e6f81 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89309/815433/jpegencoderbasic-1.0-windows64-564842.tar.bz2 + https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89308/815432/jpegencoderbasic-1.0-windows-564842.tar.bz2 name - windows64 + windows - linux64 + windows64 archive @@ -1096,6 +1099,8 @@ url https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89309/815433/jpegencoderbasic-1.0-windows64-564842.tar.bz2 + name + windows64 version @@ -2484,31 +2489,29 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name darwin64 - windows + linux64 archive hash - e1303fb9f2242a79aee5fd9f97726ace + 46edf0f55417f8ef0d33a5c007bc3644 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89311/815452/threejs-0.132.2-windows-564843.tar.bz2 + https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89310/815451/threejs-0.132.2-windows64-564843.tar.bz2 - name - windows - windows64 + windows archive hash - 46edf0f55417f8ef0d33a5c007bc3644 + e1303fb9f2242a79aee5fd9f97726ace url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89310/815451/threejs-0.132.2-windows64-564843.tar.bz2 + https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89311/815452/threejs-0.132.2-windows-564843.tar.bz2 name - windows64 + windows - linux64 + windows64 archive @@ -2517,6 +2520,8 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors url https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89310/815451/threejs-0.132.2-windows64-564843.tar.bz2 + name + windows64 version @@ -3021,68 +3026,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name common - linux64 - - build_directory - build-linux-x86_64 - configurations - - Release - - build - - command - ninja - - configure - - arguments - - ../indra - - options - - -G - Ninja - -DLL_TESTS=Off - - - default - True - name - Release - - ReleaseOS - - build - - command - ninja - - configure - - options - - -G - Ninja - -DLL_TESTS=Off - - - name - ReleaseOS - - default - - build - - - name - default - - - name - linux64 - darwin64 build_directory @@ -3215,6 +3158,68 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name darwin64 + linux64 + + build_directory + build-linux-x86_64 + configurations + + Release + + build + + command + ninja + + configure + + arguments + + ../indra + + options + + -G + Ninja + -DLL_TESTS=Off + + + default + True + name + Release + + ReleaseOS + + build + + command + ninja + + configure + + options + + -G + Ninja + -DLL_TESTS=Off + + + name + ReleaseOS + + default + + build + + + name + default + + + name + linux64 + windows build_directory @@ -3394,5 +3399,4 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors autobuild version 1.3 - - + -- cgit v1.2.3 From 72d303e765304c840220c7682b4cb7def30f087b Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Mon, 15 May 2023 16:00:28 -0400 Subject: SL-18837: Update havok-source to release v2012.1-2-b101b57. --- autobuild.xml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 1674f5abf5..c8a64a41e5 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -996,10 +996,14 @@ archive + creds + github hash - ba229348c1d9d58519cd854ff9d8ef3d + a32d7a0bae6d0f07f6e45d98cc2d3cf9837603c9 + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55213/512968/havok_source-2012.1-2-darwin64-539117.tar.bz2 + https://api.github.com/repos/secondlife/3p-havok-source/releases/assets/108288925 name darwin64 @@ -1020,10 +1024,14 @@ archive + creds + github hash - 4ff2af85106907acb171bb1e38a3757e + 05bb597393ec0a47b0654a46ddaeca367c606b0e + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55214/512993/havok_source-2012.1-2-windows-539117.tar.bz2 + https://api.github.com/repos/secondlife/3p-havok-source/releases/assets/108288933 name windows @@ -1032,10 +1040,14 @@ archive + creds + github hash - bcaf4631ea10f7d09eecb73e8f5bef6c + a1acc90afbd497b7eac549b906b2a711399a312f + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55212/512962/havok_source-2012.1-2-windows64-539117.tar.bz2 + https://api.github.com/repos/secondlife/3p-havok-source/releases/assets/108288929 name windows64 -- cgit v1.2.3 From 95fa0ae50640aedfc7ece7494c00da17b8fed4c8 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Mon, 15 May 2023 16:26:28 -0400 Subject: SL-18837: Update fmodstudio, kdu, slvoice Update fmodstudio to release v2.02.06.c0dea14. Update kdu to release v7.10.4.2dc3b89. Update slvoice to release v4.10.0000.32327.5fc3fe7c.db0dc68. --- autobuild.xml | 66 +++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 44 insertions(+), 22 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index c8a64a41e5..5e8070a3f9 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -617,9 +617,11 @@ archive hash - 2c619c1bef969dc42b4f44a4651b314e + e85e29bb4924ca7333e387acc29bf5445aa33f4e + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/98369/869141/fmodstudio-2.02.06.570913-darwin64-570913.tar.bz2 + https://github.com/secondlife/3p-fmodstudio/releases/download/v2.02.06.c0dea14/fmodstudio-2.02.06.c0dea14-darwin64-c0dea14.tar.zst name darwin64 @@ -629,9 +631,11 @@ archive hash - 24b86630ccdfb5b3221f90ca7a9704f6 + 4c165679be285584dae7613706a725c613cac343 + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/89682/818423/fmodstudio-2.02.03.565082-linux-565082.tar.bz2 + https://github.com/secondlife/3p-fmodstudio/releases/download/v2.02.06.c0dea14/fmodstudio-2.02.06.c0dea14-linux64-c0dea14.tar.zst name linux64 @@ -641,9 +645,11 @@ archive hash - 875ccd8c1feec8ff03438d453371044b + d51f1b31c5dfa45cfbc6cfb57d5dd11147cd36a6 + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/98371/869153/fmodstudio-2.02.06.570913-windows-570913.tar.bz2 + https://github.com/secondlife/3p-fmodstudio/releases/download/v2.02.06.c0dea14/fmodstudio-2.02.06.c0dea14-windows-c0dea14.tar.zst name windows @@ -653,9 +659,11 @@ archive hash - 5e402f4828741bce942e2ced318cd02a + 1627152b815b7c2048e7781ab9c99c4bc49c524b + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/98372/869154/fmodstudio-2.02.06.570913-windows64-570913.tar.bz2 + https://github.com/secondlife/3p-fmodstudio/releases/download/v2.02.06.c0dea14/fmodstudio-2.02.06.c0dea14-windows64-c0dea14.tar.zst name windows64 @@ -1269,9 +1277,11 @@ archive hash - ccfd8eacd1ebe92715944094064ba2e4 + e5b1a93e09a0ce5ba4082953e8f08245224c807c + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55187/512570/kdu-7.10.4.539108-darwin64-539108.tar.bz2 + https://github.com/secondlife/3p-kdu/releases/download/v7.10.4.2dc3b89/kdu-7.10.4.2dc3b89-darwin64-2dc3b89.tar.zst name darwin64 @@ -1281,9 +1291,11 @@ archive hash - a705a665810a71e7b0114a97ae9a2224 + 72c9ffff1d08d3e4aa6b367e6c9fcbbc9709b145 + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/15256/98457/kdu-7.10.4.513518-linux64-513518.tar.bz2 + https://github.com/secondlife/3p-kdu/releases/download/v7.10.4.2dc3b89/kdu-7.10.4.2dc3b89-linux64-2dc3b89.tar.zst name linux64 @@ -1293,9 +1305,11 @@ archive hash - 38574fbcb6c94c42745ef48748002e58 + 9e0a42db2ee1abe11485ee42232f8bde362c98f6 + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55189/512583/kdu-7.10.4.539108-windows-539108.tar.bz2 + https://github.com/secondlife/3p-kdu/releases/download/v7.10.4.2dc3b89/kdu-7.10.4.2dc3b89-windows-2dc3b89.tar.zst name windows @@ -1305,9 +1319,11 @@ archive hash - 3dfeb869c781a766874f0aedc7d4fcef + 45e7b349a655e47c7bffb667a163b2038dadd4d0 + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55188/512576/kdu-7.10.4.539108-windows64-539108.tar.bz2 + https://github.com/secondlife/3p-kdu/releases/download/v7.10.4.2dc3b89/kdu-7.10.4.2dc3b89-windows64-2dc3b89.tar.zst name windows64 @@ -2430,9 +2446,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - b583668b28fde0490e6953f10e93e4ab + 983e4c92f07b87a2d1f5d9b003992dac0652ce87 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/98681/871545/slvoice-4.10.0000.32327.5fc3fe7c.571099-darwin64-571099.tar.bz2 + https://github.com/secondlife/3p-slvoice/releases/download/v4.10.0000.32327.5fc3fe7c.db0dc68/slvoice-4.10.0000.32327.5fc3fe7c.db0dc68-darwin64-db0dc68.tar.zst name darwin64 @@ -2454,9 +2472,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 6e0ed41653955afe8eeb8945776cf07b + 13107396b48c20663175c131b86164f3868bfa17 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/98683/871560/slvoice-4.10.0000.32327.5fc3fe7c.571099-windows-571099.tar.bz2 + https://github.com/secondlife/3p-slvoice/releases/download/v4.10.0000.32327.5fc3fe7c.db0dc68/slvoice-4.10.0000.32327.5fc3fe7c.db0dc68-windows-db0dc68.tar.zst name windows @@ -2466,9 +2486,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - c39735851fd05c194d0be09b8f9e8cb7 + 6a3745e02a8c83352bec77e0e34e5e990138bc41 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/98682/871552/slvoice-4.10.0000.32327.5fc3fe7c.571099-windows64-571099.tar.bz2 + https://github.com/secondlife/3p-slvoice/releases/download/v4.10.0000.32327.5fc3fe7c.db0dc68/slvoice-4.10.0000.32327.5fc3fe7c.db0dc68-windows64-db0dc68.tar.zst name windows64 -- cgit v1.2.3 From 8ccfd45d33a99f0249203246d08277aebfebad57 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Mon, 15 May 2023 17:39:32 -0400 Subject: SL-18837: Update llphysicsextensions_source, fmodstudio, kdu, slvoice Update llphysicsextensions_source to release v1.0.d3192c1. Update fmodstudio to release v2.02.06.8f8fce1. Update kdu to release v7.10.4.9e770ae. Update slvoice to release v4.10.0000.32327.5fc3fe7c.399bd0e. --- autobuild.xml | 106 ++++++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 78 insertions(+), 28 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 5e8070a3f9..1a96c01163 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -616,12 +616,14 @@ archive + creds + github hash - e85e29bb4924ca7333e387acc29bf5445aa33f4e + 0a637eed8c841e29fc12459d8e122d188f27177f hash_algorithm sha1 url - https://github.com/secondlife/3p-fmodstudio/releases/download/v2.02.06.c0dea14/fmodstudio-2.02.06.c0dea14-darwin64-c0dea14.tar.zst + https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108297245 name darwin64 @@ -630,12 +632,14 @@ archive + creds + github hash - 4c165679be285584dae7613706a725c613cac343 + 68fb759ee1f99e4d4df97354b228a82b7bbfc5b4 hash_algorithm sha1 url - https://github.com/secondlife/3p-fmodstudio/releases/download/v2.02.06.c0dea14/fmodstudio-2.02.06.c0dea14-linux64-c0dea14.tar.zst + https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108297247 name linux64 @@ -644,12 +648,14 @@ archive + creds + github hash - d51f1b31c5dfa45cfbc6cfb57d5dd11147cd36a6 + fb13595a59f31aa2730723499cabd0397e5f1b18 hash_algorithm sha1 url - https://github.com/secondlife/3p-fmodstudio/releases/download/v2.02.06.c0dea14/fmodstudio-2.02.06.c0dea14-windows-c0dea14.tar.zst + https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108297259 name windows @@ -658,12 +664,14 @@ archive + creds + github hash - 1627152b815b7c2048e7781ab9c99c4bc49c524b + 02790e0e9bd904eaa8b15bf9bedb4fabfa80ad64 hash_algorithm sha1 url - https://github.com/secondlife/3p-fmodstudio/releases/download/v2.02.06.c0dea14/fmodstudio-2.02.06.c0dea14-windows64-c0dea14.tar.zst + https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108297256 name windows64 @@ -1276,12 +1284,14 @@ archive + creds + github hash - e5b1a93e09a0ce5ba4082953e8f08245224c807c + bcc7e2c34896fc9cbc41828dee8a4ddf54f10453 hash_algorithm sha1 url - https://github.com/secondlife/3p-kdu/releases/download/v7.10.4.2dc3b89/kdu-7.10.4.2dc3b89-darwin64-2dc3b89.tar.zst + https://api.github.com/repos/secondlife/3p-kdu/releases/assets/108298968 name darwin64 @@ -1290,12 +1300,14 @@ archive + creds + github hash - 72c9ffff1d08d3e4aa6b367e6c9fcbbc9709b145 + 9de772df2ed12e9c742df6c90670c7cbbb9c93a6 hash_algorithm sha1 url - https://github.com/secondlife/3p-kdu/releases/download/v7.10.4.2dc3b89/kdu-7.10.4.2dc3b89-linux64-2dc3b89.tar.zst + https://api.github.com/repos/secondlife/3p-kdu/releases/assets/108298969 name linux64 @@ -1304,12 +1316,14 @@ archive + creds + github hash - 9e0a42db2ee1abe11485ee42232f8bde362c98f6 + 3513764294c0c3e4fa669f57bb26454c91e79692 hash_algorithm sha1 url - https://github.com/secondlife/3p-kdu/releases/download/v7.10.4.2dc3b89/kdu-7.10.4.2dc3b89-windows-2dc3b89.tar.zst + https://api.github.com/repos/secondlife/3p-kdu/releases/assets/108298972 name windows @@ -1318,12 +1332,14 @@ archive + creds + github hash - 45e7b349a655e47c7bffb667a163b2038dadd4d0 + 92533ff0f8c1881ad85e75800f9072c413ccf7b7 hash_algorithm sha1 url - https://github.com/secondlife/3p-kdu/releases/download/v7.10.4.2dc3b89/kdu-7.10.4.2dc3b89-windows64-2dc3b89.tar.zst + https://api.github.com/repos/secondlife/3p-kdu/releases/assets/108298970 name windows64 @@ -1691,10 +1707,14 @@ archive + creds + github hash - e51c6f5dfd76eb148348a44ff57e66c2 + 2cd9ebe73cefb04cc4b3a13109a0cd8750d35dcd + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/104810/918016/llphysicsextensions_source-1.0.575107-darwin64-575107.tar.bz2 + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108297119 name darwin64 @@ -1703,10 +1723,14 @@ archive + creds + github hash - c1b43e99c5ddccc18b0e9cb288bf75e1 + 0f1b99fc7f79830f32268a3a7f6035e1934fdd5e + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/4721/14828/llphysicsextensions_source-1.0.504710-linux64-504710.tar.bz2 + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108297120 name linux64 @@ -1715,14 +1739,34 @@ archive + creds + github hash - dbbe4cc568ac149d862e421cdda4dd48 + 306fcd760120cad597f2580265ec550655b4232a + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/104809/918011/llphysicsextensions_source-1.0.575107-windows-575107.tar.bz2 + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108297126 name windows + windows64 + + archive + + creds + github + hash + 0d10dddd2d125496405e9843a64ba87c89c27559 + hash_algorithm + sha1 + url + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108297122 + + name + windows64 + version 1.0.565768 @@ -2445,12 +2489,14 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive + creds + github hash - 983e4c92f07b87a2d1f5d9b003992dac0652ce87 + cc7c5bf53f83cff81d874ad66394df0991bd432c hash_algorithm sha1 url - https://github.com/secondlife/3p-slvoice/releases/download/v4.10.0000.32327.5fc3fe7c.db0dc68/slvoice-4.10.0000.32327.5fc3fe7c.db0dc68-darwin64-db0dc68.tar.zst + https://api.github.com/repos/secondlife/3p-slvoice/releases/assets/108299352 name darwin64 @@ -2471,12 +2517,14 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive + creds + github hash - 13107396b48c20663175c131b86164f3868bfa17 + 3a3dedc5ac1c19c6af40673908a3cc0c1f75c52c hash_algorithm sha1 url - https://github.com/secondlife/3p-slvoice/releases/download/v4.10.0000.32327.5fc3fe7c.db0dc68/slvoice-4.10.0000.32327.5fc3fe7c.db0dc68-windows-db0dc68.tar.zst + https://api.github.com/repos/secondlife/3p-slvoice/releases/assets/108299354 name windows @@ -2485,12 +2533,14 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive + creds + github hash - 6a3745e02a8c83352bec77e0e34e5e990138bc41 + 0c205371bb1731a9812b00556037729fdc057cbc hash_algorithm sha1 url - https://github.com/secondlife/3p-slvoice/releases/download/v4.10.0000.32327.5fc3fe7c.db0dc68/slvoice-4.10.0000.32327.5fc3fe7c.db0dc68-windows64-db0dc68.tar.zst + https://api.github.com/repos/secondlife/3p-slvoice/releases/assets/108299356 name windows64 -- cgit v1.2.3 From ffca94c0b89d9734fa16fde7751bd0e5785e5ea2 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 19 May 2023 08:24:59 -0400 Subject: SL-18837: Update most packages with GitHub Actions builds. Not colladadom: a GHA build of something upstream of it produced Mac link errors seemingly related to zst. Not xxhash: 3p-xxhash is a private repo, needing the 'public: false' switch in its build.yaml. --- autobuild.xml | 772 +++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 527 insertions(+), 245 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 1a96c01163..97a8e051a5 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -51,11 +51,11 @@ archive hash - 7af1ce4afdc42a5e2811015ad8588c93fe9774c0 + adf2a55a8596a5d2b8357c8816e32f17307bfff8 hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.91ae6ee/apr_suite-1.7.2.91ae6ee-darwin64-91ae6ee.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.6312917/apr_suite-1.7.2.6312917-darwin64-6312917.tar.zst name darwin64 @@ -77,11 +77,11 @@ archive hash - 670cc1b5f5e1864afa5ac34493ac2df4b8e84645 + b55acee452f79cc13f241e57be5fabef19ec8bb0 hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.91ae6ee/apr_suite-1.7.2.91ae6ee-windows-91ae6ee.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.6312917/apr_suite-1.7.2.6312917-windows-6312917.tar.zst name windows @@ -91,18 +91,18 @@ archive hash - 05b9134a602fc6d9262c767cca6165ce45ba7773 + 3460bacbf5c806bbf7d1fef3c510ed2a7ba4ad6e hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.91ae6ee/apr_suite-1.7.2.91ae6ee-windows64-91ae6ee.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.6312917/apr_suite-1.7.2.6312917-windows64-6312917.tar.zst name windows64 version - 1.7.2.91ae6ee + 1.7.2.6312917 boost @@ -123,9 +123,11 @@ archive hash - fedc8d63856f534b6098102e059dc548 + d40ade5b3d1c08dff90c9a88bd6cf4c2fe399866 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87776/805857/boost-1.72-darwin64-563847.tar.bz2 + https://github.com/secondlife/3p-boost/releases/download/v1.72.0-dev22.gc16e420ec4-c16e420/boost-darwin64-None.tar.zst name darwin64 @@ -147,9 +149,11 @@ archive hash - 6cc9fb4ca21365c4470a3e516544ba71 + a44377f5aab03918cc2c39219e9edaa81fa4a671 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87784/805850/boost-1.72-windows-563847.tar.bz2 + https://github.com/secondlife/3p-boost/releases/download/v1.72.0-dev22.gc16e420ec4-c16e420/boost-windows-None.tar.zst name windows @@ -159,16 +163,18 @@ archive hash - 0c526efc3f8825cd25cdf635e238fab3 + c99a3f7786ed27eb566e9be2ebd538c248d135cf + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87783/805851/boost-1.72-windows64-563847.tar.bz2 + https://github.com/secondlife/3p-boost/releases/download/v1.72.0-dev22.gc16e420ec4-c16e420/boost-windows64-None.tar.zst name windows64 version - 1.72 + None bugsplat @@ -189,9 +195,11 @@ archive hash - ae90d19cdcddf539f6d0b41cab12f918 + 933433cb71206a04b13849d1ac63611099cbb0c1 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/72773/702861/bugsplat-1.0.7.552580-darwin64-552580.tar.bz2 + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.0f3de04/bugsplat-1.0.7.0f3de04-darwin64-0f3de04.tar.zst name darwin64 @@ -201,9 +209,11 @@ archive hash - f5936eceb6a33ff0f1cc31996a40f29c + 9032f04797c96ee8f0d2dfe69194fa1f18d9ec26 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/72774/702905/bugsplat-3.6.0.8.552580-windows-552580.tar.bz2 + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.0f3de04/bugsplat-3.6.0.8.0f3de04-windows-0f3de04.tar.zst name windows @@ -213,16 +223,18 @@ archive hash - 9cd940754e53e0670030b3da5ba8f373 + 9893c24bf7f0702890fc089c2b9295f0825f89ef + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/72775/702906/bugsplat-3.6.0.8.552580-windows64-552580.tar.bz2 + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.0f3de04/bugsplat-3.6.0.8.0f3de04-windows64-0f3de04.tar.zst name windows64 version - 3.6.0.8.552580 + 3.6.0.8.0f3de04 colladadom @@ -305,9 +317,11 @@ archive hash - 7e4622b497bc465b01ff6d3e7e0b4214 + d5fb3832a338bbe4891b823c64fdb4806706568e + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89303/815402/cubemaptoequirectangular-1.1.0-darwin64-564841.tar.bz2 + https://github.com/secondlife/3p-cubemap_to_eqr_js/releases/download/v1.1.0-d7afe27/cubemaptoequirectangular-1.1.0-darwin64-d7afe27.tar.zst name darwin64 @@ -317,9 +331,11 @@ archive hash - ac54672e0b38f52726f5c99047c913e4 + 77c53daf558f51aec6e9f4bd9e930a103630ee7d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89306/815431/cubemaptoequirectangular-1.1.0-windows64-564841.tar.bz2 + https://github.com/secondlife/3p-cubemap_to_eqr_js/releases/download/v1.1.0-d7afe27/cubemaptoequirectangular-1.1.0-linux64-d7afe27.tar.zst windows @@ -327,9 +343,11 @@ archive hash - b5ea7097ae10037024b0c2b3df9812b5 + e53a8268474e0272f0252097873d52de7205351e + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89307/815434/cubemaptoequirectangular-1.1.0-windows-564841.tar.bz2 + https://github.com/secondlife/3p-cubemap_to_eqr_js/releases/download/v1.1.0-d7afe27/cubemaptoequirectangular-1.1.0-windows-d7afe27.tar.zst name windows @@ -339,9 +357,11 @@ archive hash - ac54672e0b38f52726f5c99047c913e4 + 6c51855bcf3a8628289881fdaea08c25cf7b1b90 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89306/815431/cubemaptoequirectangular-1.1.0-windows64-564841.tar.bz2 + https://github.com/secondlife/3p-cubemap_to_eqr_js/releases/download/v1.1.0-d7afe27/cubemaptoequirectangular-1.1.0-windows64-d7afe27.tar.zst name windows64 @@ -369,9 +389,11 @@ archive hash - 44d801e05811269d1bed7dbc75d85843 + d4d5f27008de1ff7e86ae852841c68849b02eaea + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87786/805905/curl-7.54.1.563852-darwin64-563852.tar.bz2 + https://github.com/secondlife/3p-curl/releases/download/v7.54.1-5a4a82d/curl-7.54.1-5a4a82d-darwin64-5a4a82d.tar.zst name darwin64 @@ -393,11 +415,11 @@ archive hash - 676f624d4ebdc2189caa43ef6dd8266d + a1ff1cea3b6171e4ed9f29249e72111866334615 hash_algorithm - md5 + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87790/805917/curl-7.54.1.563852-windows-563852.tar.bz2 + https://github.com/secondlife/3p-curl/releases/download/v7.54.1-5a4a82d/curl-7.54.1-5a4a82d-windows-5a4a82d.tar.zst name windows @@ -407,16 +429,18 @@ archive hash - b3db5a2cdf275c1af7758fbe2d14544a + 07423f41d1320ea405f493869f6460cf8c45def5 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87789/805918/curl-7.54.1.563852-windows64-563852.tar.bz2 + https://github.com/secondlife/3p-curl/releases/download/v7.54.1-5a4a82d/curl-7.54.1-5a4a82d-windows64-5a4a82d.tar.zst name windows64 version - 7.54.1.563852 + 7.54.1-5a4a82d dbus_glib @@ -467,16 +491,18 @@ archive hash - d778c6a3475bc35ee8b9615dfc38b4a9 + f6835c4d7745cd1cadfbce47b40331d08affb532 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/55025/511964/dictionaries-1.538984-common-538984.tar.bz2 + https://github.com/secondlife/3p-dictionaries/releases/download/v1.0.1-dev2.gf887629-f887629/dictionaries-common-None.tar.zst name common version - 1.538984 + None dullahan @@ -497,9 +523,11 @@ archive hash - 439d92ec73f0500ba1671faad2bd8090 + 26302518fa132a8a9da7eddee53ee583ab7581b3 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/104637/916643/dullahan-1.12.4.202209142017_91.1.21_g9dd45fe_chromium-91.0.4472.114-darwin64-575005.tar.bz2 + https://github.com/secondlife/dullahan/releases/download/v1.13.0.202305180006_113.1.5_ge452d82_chromium-113.0.5672.93-1758b1b/dullahan-1.13.0.202305180020_113.1.5_ge452d82_chromium-113.0.5672.93-darwin64-1758b1b.tar.zst name darwin64 @@ -509,9 +537,11 @@ archive hash - 2a7c01da15de77bc1fd1863327174d5e + f682df99c1acc5279a9161f2f13f446001e7871d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/104638/916654/dullahan-1.12.4.202209142021_91.1.21_g9dd45fe_chromium-91.0.4472.114-windows-575005.tar.bz2 + https://github.com/secondlife/dullahan/releases/download/v1.13.0.202305180006_113.1.5_ge452d82_chromium-113.0.5672.93-1758b1b/dullahan-1.13.0.202305180125_113.1.5_ge452d82_chromium-113.0.5672.93-windows-1758b1b.tar.zst name windows @@ -521,16 +551,18 @@ archive hash - d06bee9b2517fbb09ba1a65e6d675361 + f29e543a6f85aa5b5093d2f4db0b192e28da601a + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/104639/916659/dullahan-1.12.4.202209142021_91.1.21_g9dd45fe_chromium-91.0.4472.114-windows64-575005.tar.bz2 + https://github.com/secondlife/dullahan/releases/download/v1.13.0.202305180006_113.1.5_ge452d82_chromium-113.0.5672.93-1758b1b/dullahan-1.13.0.202305180125_113.1.5_ge452d82_chromium-113.0.5672.93-windows64-1758b1b.tar.zst name windows64 version - 1.12.4.202209142021_91.1.21_g9dd45fe_chromium-91.0.4472.114 + 1.13.0.202305180125_113.1.5_ge452d82_chromium-113.0.5672.93 expat @@ -551,9 +583,11 @@ archive hash - f4e80e0dfcab713a3da90cd8f7f23e7b + b85526ca80b6a7e73c7870285cf68d568f742095 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76341/727265/expat-2.1.1.555519-darwin64-555519.tar.bz2 + https://github.com/secondlife/3p-expat/releases/download/v2.1.1.1f36d02/expat-2.1.1.1f36d02-darwin64-1f36d02.tar.zst name darwin64 @@ -563,9 +597,11 @@ archive hash - 5e1f025d1cebd12db542080aa755257f + 4cd82e2dec06ddff19e9b3dc0254f2593ec80452 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/380/943/expat-2.1.1.500375-linux64-500375.tar.bz2 + https://github.com/secondlife/3p-expat/releases/download/v2.1.1.1f36d02/expat-2.1.1.1f36d02-linux64-1f36d02.tar.zst name linux64 @@ -575,9 +611,11 @@ archive hash - cd4fe03473076c324d80ae3bd91a85bb + f663242ab6c7aa1601a96907202cfd04fee03720 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76343/727273/expat-2.1.1.555519-windows-555519.tar.bz2 + https://github.com/secondlife/3p-expat/releases/download/v2.1.1.1f36d02/expat-2.1.1.1f36d02-windows-1f36d02.tar.zst name windows @@ -587,16 +625,18 @@ archive hash - d2d74d73b914150982b1883a3b96e60b + 47c01a89bc32c5740efe51be43e459ffd9b7cd34 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76344/727279/expat-2.1.1.555519-windows64-555519.tar.bz2 + https://github.com/secondlife/3p-expat/releases/download/v2.1.1.1f36d02/expat-2.1.1.1f36d02-windows64-1f36d02.tar.zst name windows64 version - 2.1.1.555519 + 2.1.1.1f36d02 fmodstudio @@ -729,9 +769,11 @@ archive hash - 8865739d8e530199dacb3c3042c1bc01 + 912d122aae996483ba814fe8e569394ddca0d42e + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87777/805782/freetype-2.4.4.563848-darwin64-563848.tar.bz2 + https://github.com/secondlife/3p-freetype/releases/download/v2.4.4.4f739fa/freetype-2.4.4.4f739fa-darwin64-4f739fa.tar.zst name darwin64 @@ -741,9 +783,11 @@ archive hash - 94cf61dfdbc86aae5bbaf0b5cb8a366c + 14f57822f0cedef957a50a03a7b5372075cf8e1c + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/874/1914/freetype-2.4.4.500865-linux64-500865.tar.bz2 + https://github.com/secondlife/3p-freetype/releases/download/v2.4.4.4f739fa/freetype-2.4.4.4f739fa-linux64-4f739fa.tar.zst name linux64 @@ -753,9 +797,11 @@ archive hash - c0b3601e997553931cadc7d7ee94168b + bb3c4f11b1c9f14e271c5ab16ca1ae743f1e3493 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87779/805814/freetype-2.4.4.563848-windows-563848.tar.bz2 + https://github.com/secondlife/3p-freetype/releases/download/v2.4.4.4f739fa/freetype-2.4.4.4f739fa-windows-4f739fa.tar.zst name windows @@ -765,16 +811,18 @@ archive hash - e98e1e088cdcd20442e05e9abecdadf9 + d175b39257b691a957724e655c6cffe0b5a7b104 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87778/805815/freetype-2.4.4.563848-windows64-563848.tar.bz2 + https://github.com/secondlife/3p-freetype/releases/download/v2.4.4.4f739fa/freetype-2.4.4.4f739fa-windows64-4f739fa.tar.zst name windows64 version - 2.4.4.563848 + 2.4.4.4f739fa glext @@ -790,6 +838,20 @@ glext platforms + common + + archive + + hash + 34af0a90a3015b7e7ec2486090bc4ce6ee5be758 + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-glext/releases/download/v68-af397ee/glext-68-common-af397ee.tar.zst + + name + common + darwin64 archive @@ -861,16 +923,18 @@ archive hash - dce3f3c01fddb400cb143c3283fe9259 + 6604c1cca515d287e697997a8d5593d1cae172a9 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/82754/775367/glh_linear-0.0.0-common-560278.tar.bz2 + https://github.com/secondlife/3p-glh_linear/releases/download/v1.0.1-dev2.g3253ed7-3253ed7/glh_linear-common-None.tar.zst name common version - 0.0.0 + None googlemock @@ -891,9 +955,11 @@ archive hash - 11d0794582e91a57f6524ad345f2399d + b7390b1b0ea846550017bdba79a9c4955a00be7d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87791/805924/googlemock-1.7.0.563853-darwin64-563853.tar.bz2 + https://github.com/secondlife/3p-googlemock/releases/download/v1.7.0.9339dda/googlemock-1.7.0.9339dda-darwin64-9339dda.tar.zst name darwin64 @@ -915,9 +981,11 @@ archive hash - 7d267050970ec6e28749178597bc8af0 + 5d6917ca87ad1a3e97758af1988ca9055e7e4267 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87793/805930/googlemock-1.7.0.563853-windows-563853.tar.bz2 + https://github.com/secondlife/3p-googlemock/releases/download/v1.7.0.9339dda/googlemock-1.7.0.9339dda-windows-9339dda.tar.zst name windows @@ -927,16 +995,18 @@ archive hash - 27638c692f0ec6121e54bf75f2d45e49 + 4504efff4d0fa444bab6dc18a1826444140150ee + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87792/805936/googlemock-1.7.0.563853-windows64-563853.tar.bz2 + https://github.com/secondlife/3p-googlemock/releases/download/v1.7.0.9339dda/googlemock-1.7.0.9339dda-windows64-9339dda.tar.zst name windows64 version - 1.7.0.563853 + 1.7.0.9339dda gstreamer @@ -1089,9 +1159,11 @@ archive hash - c3c9e60bdc12b35e0e3d6b67d5635f60 + f271809c0d4244128fb52a71226a4d7674e14e0a + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89304/815407/jpegencoderbasic-1.0-darwin64-564842.tar.bz2 + https://github.com/secondlife/3p-jpeg_encoder_js/releases/download/v1.0-9165e47/jpegencoderbasic-1.0-darwin64-9165e47.tar.zst name darwin64 @@ -1101,9 +1173,11 @@ archive hash - e70898903475d8ac2e81ff33278fc987 + 35d6a617444fde9c8a5e998ef29dc43b95747637 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89309/815433/jpegencoderbasic-1.0-windows64-564842.tar.bz2 + https://github.com/secondlife/3p-jpeg_encoder_js/releases/download/v1.0-9165e47/jpegencoderbasic-1.0-linux64-9165e47.tar.zst windows @@ -1111,9 +1185,11 @@ archive hash - 0a376676dbb43fdd0c81ffdfbc5e6f81 + 27a5ae2b7fb299685df499515b42342cab4d0973 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89308/815432/jpegencoderbasic-1.0-windows-564842.tar.bz2 + https://github.com/secondlife/3p-jpeg_encoder_js/releases/download/v1.0-9165e47/jpegencoderbasic-1.0-windows-9165e47.tar.zst name windows @@ -1123,9 +1199,11 @@ archive hash - e70898903475d8ac2e81ff33278fc987 + 8ec22e9fc8734ba3d1826f4b88171a6017cc8676 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89309/815433/jpegencoderbasic-1.0-windows64-564842.tar.bz2 + https://github.com/secondlife/3p-jpeg_encoder_js/releases/download/v1.0-9165e47/jpegencoderbasic-1.0-windows64-9165e47.tar.zst name windows64 @@ -1153,9 +1231,11 @@ archive hash - 3f2e34e3a2dac8eea957cad143a71dc5 + 776d114aa1e3455bb13deaacd756deb07b53ecbe + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54847/510113/jpeglib-8c.538977-darwin64-538977.tar.bz2 + https://github.com/secondlife/3p-jpeglib/releases/download/v8c.7846234/jpeglib-8c.7846234-darwin64-7846234.tar.zst name darwin64 @@ -1165,9 +1245,11 @@ archive hash - ba9c62863ec338a049de83c24639f57c + b4b2278bd2fcae85619e2145a243cca388d760d7 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/3151/7568/jpeglib-8c.503140-linux64-503140.tar.bz2 + https://github.com/secondlife/3p-jpeglib/releases/download/v8c.7846234/jpeglib-8c.7846234-linux64-7846234.tar.zst name linux64 @@ -1177,9 +1259,11 @@ archive hash - c8dee00ef13af40ec68becc25830e195 + 4a78122a6130d9f647a17b1dd488ebe8c98f8b82 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54992/511854/jpeglib-8c.538977-windows-538977.tar.bz2 + https://github.com/secondlife/3p-jpeglib/releases/download/v8c.7846234/jpeglib-8c.7846234-windows-7846234.tar.zst name windows @@ -1189,16 +1273,18 @@ archive hash - 6f40620e86f3c9b91b6b5fe3c81776fc + d50fcac69eeb9404638da07db96ee3e1191ecf93 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54991/511847/jpeglib-8c.538977-windows64-538977.tar.bz2 + https://github.com/secondlife/3p-jpeglib/releases/download/v8c.7846234/jpeglib-8c.7846234-windows64-7846234.tar.zst name windows64 version - 8c.538977 + 8c.7846234 jsoncpp @@ -1219,9 +1305,11 @@ archive hash - 87d32aaac4183590c96edd0b6d9bf3e4 + 07761ab01e61d5d6b40d303ffafd85ec055ec9f7 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54846/510106/jsoncpp-0.5.0.538976-darwin64-538976.tar.bz2 + https://github.com/secondlife/3p-jsoncpp/releases/download/v0.5.0.bc46e62/jsoncpp-0.5.0.bc46e62-darwin64-bc46e62.tar.zst name darwin64 @@ -1231,9 +1319,11 @@ archive hash - 9a658ae561c75e60bd9c0cee56731d21 + 97e268754808cb2fbd682c4d3beafd2c598e1ba7 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/1475/3274/jsoncpp-0.5.0.501464-linux64-501464.tar.bz2 + https://github.com/secondlife/3p-jsoncpp/releases/download/v0.5.0.bc46e62/jsoncpp-0.5.0.bc46e62-linux64-bc46e62.tar.zst name linux64 @@ -1243,9 +1333,11 @@ archive hash - b73d9addab278eacc100bd312ab6ec5c + 866fd5106369a58bdab8193914ff20cf6f0d96ae + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54990/511840/jsoncpp-0.5.0.538976-windows-538976.tar.bz2 + https://github.com/secondlife/3p-jsoncpp/releases/download/v0.5.0.bc46e62/jsoncpp-0.5.0.bc46e62-windows-bc46e62.tar.zst name windows @@ -1255,16 +1347,18 @@ archive hash - 1b9ac5708cc526d2c5358ef0a427109d + 500e455b210d6bc4985185cef2472987ed3034bf + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54989/511833/jsoncpp-0.5.0.538976-windows64-538976.tar.bz2 + https://github.com/secondlife/3p-jsoncpp/releases/download/v0.5.0.bc46e62/jsoncpp-0.5.0.bc46e62-windows64-bc46e62.tar.zst name windows64 version - 0.5.0.538976 + 0.5.0.bc46e62 kdu @@ -1367,9 +1461,11 @@ archive hash - 2021ea3a19b81c82993e733709683303 + 18390940fa8c04964cc6a81a140249dae88be4a2 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76371/727419/libhunspell-1.3.2.555528-darwin64-555528.tar.bz2 + https://github.com/secondlife/3p-libhunspell/releases/download/v1.3.2.1f01e6e/libhunspell-1.3.2.1f01e6e-darwin64-1f01e6e.tar.zst name darwin64 @@ -1379,9 +1475,11 @@ archive hash - ffbdd109356d66ddfefd8a5d57f63f1f + b646de1ca06b0acaed26a5690913ed5b54452f9b + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/533/1144/libhunspell-1.3.2.500526-linux64-500526.tar.bz2 + https://github.com/secondlife/3p-libhunspell/releases/download/v1.3.2.1f01e6e/libhunspell-1.3.2.1f01e6e-linux64-1f01e6e.tar.zst name linux64 @@ -1391,9 +1489,11 @@ archive hash - 2253ec09136cc7c208481030d78d9dd7 + 46770f7739ee04ad201c3ef973ba13270e89c03c + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76369/727412/libhunspell-1.3.2.555528-windows-555528.tar.bz2 + https://github.com/secondlife/3p-libhunspell/releases/download/v1.3.2.1f01e6e/libhunspell-1.3.2.1f01e6e-windows-1f01e6e.tar.zst name windows @@ -1403,16 +1503,18 @@ archive hash - 858d1708f6b3a74738a3d57a5387e20f + ec6e196298da0d69868d314ec0c89d4bd824a6c1 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76370/727413/libhunspell-1.3.2.555528-windows64-555528.tar.bz2 + https://github.com/secondlife/3p-libhunspell/releases/download/v1.3.2.1f01e6e/libhunspell-1.3.2.1f01e6e-windows64-1f01e6e.tar.zst name windows64 version - 1.3.2.555528 + 1.3.2.1f01e6e libndofdev @@ -1433,9 +1535,11 @@ archive hash - a487fff84208a45844602c4a1f68c974 + e3dd320c90e67e0c80caf4d4df23257b0196dfb6 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76356/727333/libndofdev-0.1.555523-darwin64-555523.tar.bz2 + https://github.com/secondlife/3p-libndofdev/releases/download/v0.1.8e9edc7/libndofdev-0.1.8e9edc7-darwin64-8e9edc7.tar.zst name darwin64 @@ -1445,9 +1549,11 @@ archive hash - 4c839555bf0ed9ae60ffc3f8a7c96f9b + 1d8fce18cfd19af6c10fb5575beb95953d9dd12d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76354/727340/libndofdev-0.1.555523-windows-555523.tar.bz2 + https://github.com/secondlife/3p-libndofdev/releases/download/v0.1.8e9edc7/libndofdev-0.1.8e9edc7-windows-8e9edc7.tar.zst name windows @@ -1457,16 +1563,18 @@ archive hash - cbc033ae3b034b992b59f6de1034247c + ae9d554e8839f42230b8ed6c850445d54654a38f + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76355/727341/libndofdev-0.1.555523-windows64-555523.tar.bz2 + https://github.com/secondlife/3p-libndofdev/releases/download/v0.1.8e9edc7/libndofdev-0.1.8e9edc7-windows64-8e9edc7.tar.zst name windows64 version - 0.1.555523 + 0.1.8e9edc7 libpng @@ -1487,9 +1595,11 @@ archive hash - c1c9e32e21f3c34d91ed045b2ca91f24 + 18a300f0d4ad73c2d035d350ed667a5fac85f28b + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87781/805801/libpng-1.6.8.563850-darwin64-563850.tar.bz2 + https://github.com/secondlife/3p-libpng/releases/download/v1.6.9-dev3.ge495c04-e495c04/libpng-darwin64-None.tar.zst name darwin64 @@ -1499,9 +1609,11 @@ archive hash - 13de93ea11544051b69f238eeb644fd3 + 4849f8a20f17e556620540d6f184c6c03e37255b + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/882/1946/libpng-1.6.8.500873-linux64-500873.tar.bz2 + https://github.com/secondlife/3p-libpng/releases/download/v1.6.9-dev3.ge495c04-e495c04/libpng-linux64-None.tar.zst name linux64 @@ -1511,9 +1623,11 @@ archive hash - 642e9cf95c8ccd0eb34f6d7a40df585a + 1d44a2414021f09c8bb89b2cee6dfb7c910b81be + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87782/805831/libpng-1.6.8.563850-windows-563850.tar.bz2 + https://github.com/secondlife/3p-libpng/releases/download/v1.6.9-dev3.ge495c04-e495c04/libpng-windows-None.tar.zst name windows @@ -1523,16 +1637,18 @@ archive hash - ce46aa0f171d97626c4a3940347cecd7 + f200276fa8486224b63cfe613378983ed162b72a + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87780/805832/libpng-1.6.8.563850-windows64-563850.tar.bz2 + https://github.com/secondlife/3p-libpng/releases/download/v1.6.9-dev3.ge495c04-e495c04/libpng-windows64-None.tar.zst name windows64 version - 1.6.8.563850 + None libuuid @@ -1583,9 +1699,11 @@ archive hash - 6f37dd6c4a5174f358b6cc5d953f121b + 996b6dc851531b9f2b8b6a84a30ec1b4bf547a5f + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87768/805766/libxml2-2.9.4.563845-darwin64-563845.tar.bz2 + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-darwin64-dfc418f.tar.zst name darwin64 @@ -1595,9 +1713,11 @@ archive hash - 740fc93f195c77b3a0c0800b31878ecb + db3abe85e569a7ceaa1c352d8e0f6d1987357671 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/890/1968/libxml2-2.9.4.500877-linux64-500877.tar.bz2 + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-linux64-dfc418f.tar.zst name linux64 @@ -1607,9 +1727,11 @@ archive hash - fd85d3aa13fbdfd1f1ace587e95ef151 + db18550ad820dca5e8d382cbc735b68e4fa681d6 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87773/805797/libxml2-2.9.4.563845-windows-563845.tar.bz2 + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-windows-dfc418f.tar.zst name windows @@ -1619,16 +1741,18 @@ archive hash - d231d36c3b8942e0259aa2d9fcaa3b7e + b21aa35f1423d2aa490336f66312118fb3fc7de1 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87772/805795/libxml2-2.9.4.563845-windows64-563845.tar.bz2 + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-windows64-dfc418f.tar.zst name windows64 version - 2.9.4.563845 + 2.9.4.dfc418f llappearance_utility @@ -1678,18 +1802,18 @@ archive hash - d6e7ab8483c348f223fd24028e27a52f + 3a45d167f60ed26dc1f8467b93ec64676cc7fe34 hash_algorithm - md5 + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/93933/844890/llca-202202010217.567974-common-567974.tar.bz2 + https://github.com/secondlife/llca/releases/download/v202305121625.0-efdf149/llca-202305160024.0-common-efdf149.tar.zst name common version - 202202010217.567974 + 202305160024.0 llphysicsextensions_source @@ -1934,9 +2058,11 @@ archive hash - 30bc37db57bbd87c4b5f62634964242a + c9d4e1264fde2bbfcc8d3463f73bfe4ef18766e5 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/84218/784918/meshoptimizer-0.16.561408-darwin64-561408.tar.bz2 + https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-2ac0a00/meshoptimizer-160-darwin64-2ac0a00.tar.zst name darwin64 @@ -1946,9 +2072,11 @@ archive hash - ca3684bcf0447746cd2844e94f6d1fc7 + 3b11968ccba312be53d22a85fb76dcf4cb9822ad + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/84219/784924/meshoptimizer-0.16.561408-windows-561408.tar.bz2 + https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-2ac0a00/meshoptimizer-160-windows-2ac0a00.tar.zst name windows @@ -1958,16 +2086,18 @@ archive hash - aef28c089d20f69d13c9c3e113fb3895 + c8c8218f2eeae3dc5d0fff023a494baff87d1a75 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/84220/784931/meshoptimizer-0.16.561408-windows64-561408.tar.bz2 + https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-2ac0a00/meshoptimizer-160-windows64-2ac0a00.tar.zst name windows64 version - 0.16.561408 + 160 minizip-ng @@ -1990,21 +2120,39 @@ archive hash - 843587a078102d86d90054d03354684d + 8b2da95c58944ee15d9e6eff9e0043c494cb2571 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/95876/856095/minizip_ng-3.0.2.569217-darwin64-569217.tar.bz2 + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-darwin64-298f1f2.tar.zst name darwin64 + linux64 + + archive + + hash + 3b0a7ebe15eb1c8bb072f4b90c7f4165c894f42f + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-linux64-298f1f2.tar.zst + + name + linux64 + windows archive hash - 26dc254f443ca9c5509547d7fbd9d8e5 + 689d17ca2e2c7659651764831dfe739241f7a9c1 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/95878/856107/minizip_ng-3.0.2.569217-windows-569217.tar.bz2 + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-windows-298f1f2.tar.zst name windows @@ -2014,16 +2162,18 @@ archive hash - e9241fa325f4014995b62193321e7a1c + 3579072a96643ffeed73a829909d9d647c1b977c + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/95877/856106/minizip_ng-3.0.2.569217-windows64-569217.tar.bz2 + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-windows64-298f1f2.tar.zst name windows64 version - 3.0.2.569217 + 3.0.2.298f1f2 nghttp2 @@ -2045,9 +2195,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - e4f784d8a035c51921a1562ca7a1bab6 + fff611030a34e78b3a88168f64e4e33aef117bc3 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76357/727350/nghttp2-1.40.0.555524-darwin64-555524.tar.bz2 + https://github.com/secondlife/3p-nghttp2/releases/download/v1.40.0.b1526c6/nghttp2-1.40.0.b1526c6-darwin64-b1526c6.tar.zst name darwin64 @@ -2057,9 +2209,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - c3c5ff7d2f7ac1143ef8d888192d4a53 + 5798b5f6c8579ad44f211a873c072ee8d3fd8c93 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/9257/41579/nghttp2-1.25.0.509246-linux64-509246.tar.bz2 + https://github.com/secondlife/3p-nghttp2/releases/download/v1.40.0.b1526c6/nghttp2-1.40.0.b1526c6-linux64-b1526c6.tar.zst name linux64 @@ -2069,9 +2223,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - af05aa2994c9845308fecd094b7b2d25 + ea16c2b825b69af75c3a64df9e3c24a9021026ca + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76359/727360/nghttp2-1.40.0.555524-windows-555524.tar.bz2 + https://github.com/secondlife/3p-nghttp2/releases/download/v1.40.0.b1526c6/nghttp2-1.40.0.b1526c6-windows-b1526c6.tar.zst name windows @@ -2081,9 +2237,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 5a55cede40eef16b9d1e47c418a2b77a + 05aad7759519719a54a6100fddd35b69e57f2386 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76358/727359/nghttp2-1.40.0.555524-windows64-555524.tar.bz2 + https://github.com/secondlife/3p-nghttp2/releases/download/v1.40.0.b1526c6/nghttp2-1.40.0.b1526c6-windows64-b1526c6.tar.zst name windows64 @@ -2092,7 +2250,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors source_type hg version - 1.40.0.555524 + 1.40.0.b1526c6 nvapi @@ -2113,9 +2271,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 4305515ad326c911a390388366a9107b + 0a4752a250abd3df3c92ea4205c93598f88a1ecf + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54947/511704/nvapi-352.539058-windows-539058.tar.bz2 + https://github.com/secondlife/3p-nvapi/releases/download/v352.aac0e19/nvapi-352.aac0e19-windows-aac0e19.tar.zst name windows @@ -2125,16 +2285,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 25c8ac919f24b8952653d38ec43640e5 + 1ebe715fc1096198e343c41d50654c11509cdbba + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54945/511697/nvapi-352.539058-windows64-539058.tar.bz2 + https://github.com/secondlife/3p-nvapi/releases/download/v352.aac0e19/nvapi-352.aac0e19-windows64-aac0e19.tar.zst name windows64 version - 352.539058 + 352.aac0e19 ogg_vorbis @@ -2155,9 +2317,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - a066f1d12caee1d87fc72f48169f9677 + ad0dd0f608b868cc44c225ee48e114239fca2807 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54841/510071/ogg_vorbis-1.3.3-1.3.6.538971-darwin64-538971.tar.bz2 + https://github.com/secondlife/3p-ogg_vorbis/releases/download/v1.3.3-1.3.6.e4101b6/ogg_vorbis-1.3.3-1.3.6.e4101b6-darwin64-e4101b6.tar.zst name darwin64 @@ -2179,9 +2343,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - d4b8ed3fd679a2b484d2d1a66c063908 + 9fc1cc518c17929cb66d9b07f92b2751fda80371 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54981/511789/ogg_vorbis-1.3.3-1.3.6.538971-windows-538971.tar.bz2 + https://github.com/secondlife/3p-ogg_vorbis/releases/download/v1.3.3-1.3.6.e4101b6/ogg_vorbis-1.3.3-1.3.6.e4101b6-windows-e4101b6.tar.zst name windows @@ -2191,16 +2357,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - ec4a657fe639bb458ee5132062146a7a + 2e73a0a5659c9a09eba2f94619aa5c23c7cc3937 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54980/511782/ogg_vorbis-1.3.3-1.3.6.538971-windows64-538971.tar.bz2 + https://github.com/secondlife/3p-ogg_vorbis/releases/download/v1.3.3-1.3.6.e4101b6/ogg_vorbis-1.3.3-1.3.6.e4101b6-windows64-e4101b6.tar.zst name windows64 version - 1.3.3-1.3.6.538971 + 1.3.3-1.3.6.e4101b6 open-libndofdev @@ -2292,9 +2460,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 5abf2d9c0b250821c59cc60cd94fd8af + c16deaf773cb2a5d001732122ee3ec74db1dceeb + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54840/510064/openjpeg-1.5.1.538970-darwin64-538970.tar.bz2 + https://github.com/secondlife/3p-openjpeg/releases/download/v2.5.0.ea12248/openjpeg-2.5.0.ea12248-darwin64-ea12248.tar.zst name darwin64 @@ -2304,9 +2474,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - ac66f3197010b1549a5e4467aebbc27d + 8c277dde6076fb682cb07264dd70f6f2298b633f + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/1113/2571/openjpeg-1.5.1.501102-linux64-501102.tar.bz2 + https://github.com/secondlife/3p-openjpeg/releases/download/v2.5.0.ea12248/openjpeg-2.5.0.ea12248-linux64-ea12248.tar.zst name linux64 @@ -2316,9 +2488,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 222a406ecb4071a9cc9635353afa337e + f16bd2fe43901e510b53e57396b308f659443547 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54977/511775/openjpeg-1.5.1.538970-windows-538970.tar.bz2 + https://github.com/secondlife/3p-openjpeg/releases/download/v2.5.0.ea12248/openjpeg-2.5.0.ea12248-windows-ea12248.tar.zst name windows @@ -2328,16 +2502,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 5b5c80807fa8161f3480be3d89fe9516 + 2abf9535adf21ebdf2295f8a680300432abe6280 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54974/511767/openjpeg-1.5.1.538970-windows64-538970.tar.bz2 + https://github.com/secondlife/3p-openjpeg/releases/download/v2.5.0.ea12248/openjpeg-2.5.0.ea12248-windows64-ea12248.tar.zst name windows64 version - 1.5.1.538970 + 2.5.0.ea12248 openssl @@ -2358,9 +2534,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 142d0ad85d0ee4fbb673c9f9e414fbdd + b286e4a10cf6b1b2710b85ff96ffc0e41fd5fde8 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87769/805772/openssl-1.1.1l.563846-darwin64-563846.tar.bz2 + https://github.com/secondlife/3p-openssl/releases/download/v1.1.1q.de53f55/openssl-1.1.1q.de53f55-darwin64-de53f55.tar.zst name darwin64 @@ -2370,9 +2548,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - d50ccfbf0c1d249392919e2c46ad8d5c + 5f6953db991ef6badb0525ecc98daf28d368e9e7 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/8339/33495/openssl-1.0.2l.508328-linux64-508328.tar.bz2 + https://github.com/secondlife/3p-openssl/releases/download/v1.1.1q.de53f55/openssl-1.1.1q.de53f55-linux64-de53f55.tar.zst name linux64 @@ -2382,9 +2562,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 55bd833166d03f1467e2c7f24fa9143e + dbf2f69a7d73821dbe12288097298924e866e606 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87775/805841/openssl-1.1.1l.563846-windows-563846.tar.bz2 + https://github.com/secondlife/3p-openssl/releases/download/v1.1.1q.de53f55/openssl-1.1.1q.de53f55-windows-de53f55.tar.zst name windows @@ -2394,16 +2576,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 6fefc60f68882fc6b246521b696497ab + 8bd3dea6d81de5e469b241a1b79e61efce6ecc05 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87774/805833/openssl-1.1.1l.563846-windows64-563846.tar.bz2 + https://github.com/secondlife/3p-openssl/releases/download/v1.1.1q.de53f55/openssl-1.1.1q.de53f55-windows64-de53f55.tar.zst name windows64 version - 1.1.1l.563846 + 1.1.1q.de53f55 pcre @@ -2424,9 +2608,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - d8c0f97fe5abef43e72b6f84aba698b2 + b372d37596474043a62568e569b0ce155192f484 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54856/510176/pcre-8.35.538986-darwin64-538986.tar.bz2 + https://github.com/secondlife/3p-pcre/releases/download/v8.35.979fd86/pcre-8.35.979fd86-darwin64-979fd86.tar.zst name darwin64 @@ -2448,9 +2634,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 3660db45793df3050b63920bfb7d8479 + 5e93602abcd5130c21a6d554dc088390326e68e7 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/55041/512002/pcre-8.35.538986-windows-538986.tar.bz2 + https://github.com/secondlife/3p-pcre/releases/download/v8.35.979fd86/pcre-8.35.979fd86-windows-979fd86.tar.zst name windows @@ -2460,16 +2648,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - cdee8e8b48a66266550bf279c40abc22 + 166564afb60a7536a038fae80e2fc9a41d6dbccb + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/55038/511992/pcre-8.35.538986-windows64-538986.tar.bz2 + https://github.com/secondlife/3p-pcre/releases/download/v8.35.979fd86/pcre-8.35.979fd86-windows64-979fd86.tar.zst name windows64 version - 8.35.538986 + 8.35.979fd86 slvoice @@ -2566,9 +2756,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 24440e8219e59d81423b68d3be381fef + cfed00d8ea7265c035c2d86a234b28efb0b23756 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89305/815412/threejs-0.132.2-darwin64-564843.tar.bz2 + https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-darwin64-b8f6746.tar.zst name darwin64 @@ -2578,9 +2770,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 46edf0f55417f8ef0d33a5c007bc3644 + 9de1295b157c9913c28be81ff933c73493ecc132 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89310/815451/threejs-0.132.2-windows64-564843.tar.bz2 + https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-linux64-b8f6746.tar.zst windows @@ -2588,9 +2782,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - e1303fb9f2242a79aee5fd9f97726ace + 31bd892de74f171644ea67ac57e0391d2c7081b1 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89311/815452/threejs-0.132.2-windows-564843.tar.bz2 + https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-windows-b8f6746.tar.zst name windows @@ -2600,9 +2796,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 46edf0f55417f8ef0d33a5c007bc3644 + 4141710fccbd1ea2b3b53d00e189bdfa2ee9d441 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89310/815451/threejs-0.132.2-windows64-564843.tar.bz2 + https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-windows64-b8f6746.tar.zst name windows64 @@ -2694,9 +2892,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 64e1c979aea2f74fe9c2d9d04573336d + 9f0bf4545f08df5381e0f39ccce3a57c6ec4b0f4 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/55001/511871/tut-2008.11.30-common-539059.tar.bz2 + https://github.com/secondlife/3p-tut/releases/download/v2008.11.30-409bce5/tut-2008.11.30-common-409bce5.tar.zst name common @@ -2724,9 +2924,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - b97d0f6570104277de92d0d3f2d1111d + 4b6ee5113b1368ec9ff5b59e195adde370b9f585 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89474/816487/uriparser-0.9.4-darwin64-564957.tar.bz2 + https://github.com/secondlife/3p-uriparser/releases/download/v0.9.4-8fff38a/uriparser-0.9.4-darwin64-8fff38a.tar.zst name darwin64 @@ -2736,9 +2938,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 087375378f104cdac0cb0fe0ca43dd4d + 44dc74ec73e37c56bef6317d12a29d0435cb4bbb + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/346/880/uriparser-0.8.0.1-linux64-500342.tar.bz2 + https://github.com/secondlife/3p-uriparser/releases/download/v0.9.4-8fff38a/uriparser-0.9.4-linux64-8fff38a.tar.zst name linux64 @@ -2748,9 +2952,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - e2600c798e220cc98c1cc77341aee00d + c07e234e5fbf1f92167ea5dd296a0fc7feb67199 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89476/816496/uriparser-0.9.4-windows-564957.tar.bz2 + https://github.com/secondlife/3p-uriparser/releases/download/v0.9.4-8fff38a/uriparser-0.9.4-windows-8fff38a.tar.zst name windows @@ -2760,9 +2966,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 50d857117d31844fc8b84b07b795fd00 + e8b20edfc624f1d09bc83480932a9c844d47fc13 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89475/816497/uriparser-0.9.4-windows64-564957.tar.bz2 + https://github.com/secondlife/3p-uriparser/releases/download/v0.9.4-8fff38a/uriparser-0.9.4-windows64-8fff38a.tar.zst name windows64 @@ -2790,13 +2998,29 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 1dda5fb3bb649b0ab5a93f22df7cb11e + d8bc8720846cfa31e23e7e1008e32ba6ad4a8322 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/96998/862110/viewer_manager-3.0.569958-darwin64-569958.tar.bz2 + https://github.com/secondlife/viewer-manager/releases/download/v3.0.cc7ea1e/viewer_manager-3.0.cc7ea1e-darwin64-cc7ea1e.tar.zst name darwin64 + linux64 + + archive + + hash + 228fae4ee0ce12b9d1d1b0a8ebb0bdf58ee521eb + hash_algorithm + sha1 + url + https://github.com/secondlife/viewer-manager/releases/download/v3.0.cc7ea1e/viewer_manager-3.0.cc7ea1e-linux64-cc7ea1e.tar.zst + + name + linux64 + windows archive @@ -2809,13 +3033,27 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name windows + windows64 + + archive + + hash + ca6999b64d96d45952fe872b381db9b2abc0248c + hash_algorithm + sha1 + url + https://github.com/secondlife/viewer-manager/releases/download/v3.0.cc7ea1e/viewer_manager-3.0.cc7ea1e-windows64-cc7ea1e.tar.zst + + name + windows64 + source https://bitbucket.org/lindenlab/vmp-standalone source_type hg version - 3.0.569958 + 3.0.cc7ea1e vlc-bin @@ -2834,9 +3072,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 738688816ebd76958e49772712a6b972 + a26b47ab01a7e2c0add4c236886162c1135b3b79 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/90004/820701/vlc_bin-3.0.16.565299-darwin64-565299.tar.bz2 + https://github.com/secondlife/3p-vlc-bin/releases/download/v3.0.16.c219a5d/vlc_bin-3.0.16.c219a5d-darwin64-c219a5d.tar.zst name darwin64 @@ -2846,9 +3086,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 6801f91f3f27e626898bab90d40fc1c3 + 712f25fe4780a089193fc4f23ed7dc9340d72994 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/90005/820712/vlc_bin-3.0.16.565299-windows-565299.tar.bz2 + https://github.com/secondlife/3p-vlc-bin/releases/download/v3.0.16.c219a5d/vlc_bin-3.0.16.c219a5d-windows-c219a5d.tar.zst name windows @@ -2858,16 +3100,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 7f66982d6edf3c38f3493e28826d58e8 + d56002da7435bab166c88d59eeaf69fd87cd897d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/90006/820713/vlc_bin-3.0.16.565299-windows64-565299.tar.bz2 + https://github.com/secondlife/3p-vlc-bin/releases/download/v3.0.16.c219a5d/vlc_bin-3.0.16.c219a5d-windows64-c219a5d.tar.zst name windows64 version - 3.0.16.565299 + 3.0.16.c219a5d xmlrpc-epi @@ -2888,9 +3132,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 922a0dea32266897ed1911200438e1e1 + aa12611374876196b3ebb6bda8d419a697217b8b + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76372/727426/xmlrpc_epi-0.54.1.555529-darwin64-555529.tar.bz2 + https://github.com/secondlife/3p-xmlrpc-epi/releases/download/v0.54.1.8a05acf/xmlrpc_epi-0.54.1.8a05acf-darwin64-8a05acf.tar.zst name darwin64 @@ -2900,9 +3146,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 35df17c3eb673030dea4bde9191aa506 + ad0c8b41ee4b4de216382bec46ee1c25962a3f12 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/727/1489/xmlrpc_epi-0.54.1.500719-linux64-500719.tar.bz2 + https://github.com/secondlife/3p-xmlrpc-epi/releases/download/v0.54.1.8a05acf/xmlrpc_epi-0.54.1.8a05acf-linux64-8a05acf.tar.zst name linux64 @@ -2912,9 +3160,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 34b847e6b280048465fe7c6ce67fe05c + db122f53b03334d4f192ee7a5f12899ba4658003 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76374/727436/xmlrpc_epi-0.54.1.555529-windows-555529.tar.bz2 + https://github.com/secondlife/3p-xmlrpc-epi/releases/download/v0.54.1.8a05acf/xmlrpc_epi-0.54.1.8a05acf-windows-8a05acf.tar.zst name windows @@ -2924,16 +3174,40 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 8fbe7c4ea22bb7f23a93c73884ebb34c + e53fd38c14b8c47c7c84dead8a1b211bb8be170c + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76373/727435/xmlrpc_epi-0.54.1.555529-windows64-555529.tar.bz2 + https://github.com/secondlife/3p-xmlrpc-epi/releases/download/v0.54.1.8a05acf/xmlrpc_epi-0.54.1.8a05acf-windows64-8a05acf.tar.zst name windows64 version - 0.54.1.555529 + 0.54.1.8a05acf + + xxhash + + name + xxhash + platforms + + darwin64 + + archive + + hash + d0344bbe9fdbd7cd0b00e9105f58f7e23737d203 + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-xxhash/releases/download/v0.8.1.8baecc1/xxhash-0.8.1.8baecc1-darwin64-8baecc1.tar.zst + + name + darwin64 + + zlib-ng @@ -2956,9 +3230,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - bf306e38bf81c6095e0967bdef6a2445 + dacc5f3fb307c4d1292ed1ffb1d595d83599062d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87759/805718/zlib_ng-2.0.5.563838-darwin64-563838.tar.bz2 + https://github.com/secondlife/3p-zlib-ng/releases/download/v1.2.11.zlib-ng.32fd361/zlib_ng-1.2.11.zlib-ng.32fd361-darwin64-32fd361.tar.zst name darwin64 @@ -2968,9 +3244,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - dab6be8b0596c1e3354f2b6d41335131 + fba88375e12454ae19f4528e11ffc7ddf7d879ec + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/866/1898/zlib-1.2.8.500857-linux64-500857.tar.bz2 + https://github.com/secondlife/3p-zlib-ng/releases/download/v1.2.11.zlib-ng.32fd361/zlib_ng-1.2.11.zlib-ng.32fd361-linux64-32fd361.tar.zst name linux64 @@ -2980,9 +3258,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 8ffce5bd00e3d5afa8cb39b855237c4a + 2b5a50b0a3d31a07bc74cb77871ad195eb97c550 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87761/805730/zlib_ng-2.0.5.563838-windows-563838.tar.bz2 + https://github.com/secondlife/3p-zlib-ng/releases/download/v1.2.11.zlib-ng.32fd361/zlib_ng-1.2.11.zlib-ng.32fd361-windows-32fd361.tar.zst name windows @@ -2992,16 +3272,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - bd103a9129e57f7ea35886bc7750f8a6 + ccfca9451063e2d0e95baa73b1ad2054d3e38907 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87760/805729/zlib_ng-2.0.5.563838-windows64-563838.tar.bz2 + https://github.com/secondlife/3p-zlib-ng/releases/download/v1.2.11.zlib-ng.32fd361/zlib_ng-1.2.11.zlib-ng.32fd361-windows64-32fd361.tar.zst name windows64 version - 2.0.5.563838 + 1.2.11.zlib-ng.32fd361 package_description -- cgit v1.2.3 From ff995bbba43b7127ddec441ec8e21c1e3919e96a Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 19 May 2023 15:08:23 -0400 Subject: SL-18837: Next batch of GitHub actions build updates --- autobuild.xml | 926 +++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 659 insertions(+), 267 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index b1cfe79275..9db4fb880d 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -51,9 +51,11 @@ archive hash - 178b16ee9ff67986c8c14413ee68218e + adf2a55a8596a5d2b8357c8816e32f17307bfff8 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/107593/938535/apr_suite-1.4.5.576669-darwin64-576669.tar.bz2 + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.6312917/apr_suite-1.7.2.6312917-darwin64-6312917.tar.zst name darwin64 @@ -75,9 +77,11 @@ archive hash - d2997cad03dbd0d70a060276b5671480 + b55acee452f79cc13f241e57be5fabef19ec8bb0 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/107594/938548/apr_suite-1.4.5.576669-windows-576669.tar.bz2 + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.6312917/apr_suite-1.7.2.6312917-windows-6312917.tar.zst name windows @@ -87,16 +91,18 @@ archive hash - ec24f5945faa8f13807b83eeaeb994f8 + 3460bacbf5c806bbf7d1fef3c510ed2a7ba4ad6e + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/107592/938547/apr_suite-1.4.5.576669-windows64-576669.tar.bz2 + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.6312917/apr_suite-1.7.2.6312917-windows64-6312917.tar.zst name windows64 version - 1.4.5.576669 + 1.7.2.6312917 boost @@ -183,9 +189,11 @@ archive hash - 02b569ac2bd71f201e3dd86ade7b3eeb + 4490a7d3986a4e04d6569fea7ae9e618735d5a6f + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/113876/983684/bugsplat-1.0.7.579696-darwin64-579696.tar.bz2 + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.108c9b7/bugsplat-1.0.7.108c9b7-darwin64-108c9b7.tar.zst name darwin64 @@ -195,9 +203,11 @@ archive hash - 5b32c47ae8e8cf0d4106f08e8db18044 + 029d087004f3f59f39376a0dea60d3d4a4e77610 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/113878/983697/bugsplat-4.0.3.0.579696-windows-579696.tar.bz2 + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.108c9b7/bugsplat-4.0.3.0.108c9b7-windows-108c9b7.tar.zst name windows @@ -207,16 +217,18 @@ archive hash - 79c005fd8a660f8551b3c9ede64fa4ef + 56163ae7aa5fa2e0b2e77d0fc63205452bc16351 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/113879/983696/bugsplat-4.0.3.0.579696-windows64-579696.tar.bz2 + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.108c9b7/bugsplat-4.0.3.0.108c9b7-windows64-108c9b7.tar.zst name windows64 version - 4.0.3.0.579696 + 4.0.3.0.108c9b7 colladadom @@ -299,9 +311,11 @@ archive hash - 7e4622b497bc465b01ff6d3e7e0b4214 + d5fb3832a338bbe4891b823c64fdb4806706568e + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89303/815402/cubemaptoequirectangular-1.1.0-darwin64-564841.tar.bz2 + https://github.com/secondlife/3p-cubemap_to_eqr_js/releases/download/v1.1.0-d7afe27/cubemaptoequirectangular-1.1.0-darwin64-d7afe27.tar.zst name darwin64 @@ -311,9 +325,11 @@ archive hash - ac54672e0b38f52726f5c99047c913e4 + 77c53daf558f51aec6e9f4bd9e930a103630ee7d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89306/815431/cubemaptoequirectangular-1.1.0-windows64-564841.tar.bz2 + https://github.com/secondlife/3p-cubemap_to_eqr_js/releases/download/v1.1.0-d7afe27/cubemaptoequirectangular-1.1.0-linux64-d7afe27.tar.zst windows @@ -321,9 +337,11 @@ archive hash - b5ea7097ae10037024b0c2b3df9812b5 + e53a8268474e0272f0252097873d52de7205351e + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89307/815434/cubemaptoequirectangular-1.1.0-windows-564841.tar.bz2 + https://github.com/secondlife/3p-cubemap_to_eqr_js/releases/download/v1.1.0-d7afe27/cubemaptoequirectangular-1.1.0-windows-d7afe27.tar.zst name windows @@ -333,9 +351,11 @@ archive hash - ac54672e0b38f52726f5c99047c913e4 + 6c51855bcf3a8628289881fdaea08c25cf7b1b90 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89306/815431/cubemaptoequirectangular-1.1.0-windows64-564841.tar.bz2 + https://github.com/secondlife/3p-cubemap_to_eqr_js/releases/download/v1.1.0-d7afe27/cubemaptoequirectangular-1.1.0-windows64-d7afe27.tar.zst name windows64 @@ -363,9 +383,11 @@ archive hash - 44d801e05811269d1bed7dbc75d85843 + d4d5f27008de1ff7e86ae852841c68849b02eaea + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87786/805905/curl-7.54.1.563852-darwin64-563852.tar.bz2 + https://github.com/secondlife/3p-curl/releases/download/v7.54.1-5a4a82d/curl-7.54.1-5a4a82d-darwin64-5a4a82d.tar.zst name darwin64 @@ -387,11 +409,11 @@ archive hash - 676f624d4ebdc2189caa43ef6dd8266d + a1ff1cea3b6171e4ed9f29249e72111866334615 hash_algorithm - md5 + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87790/805917/curl-7.54.1.563852-windows-563852.tar.bz2 + https://github.com/secondlife/3p-curl/releases/download/v7.54.1-5a4a82d/curl-7.54.1-5a4a82d-windows-5a4a82d.tar.zst name windows @@ -401,16 +423,18 @@ archive hash - b3db5a2cdf275c1af7758fbe2d14544a + 07423f41d1320ea405f493869f6460cf8c45def5 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87789/805918/curl-7.54.1.563852-windows64-563852.tar.bz2 + https://github.com/secondlife/3p-curl/releases/download/v7.54.1-5a4a82d/curl-7.54.1-5a4a82d-windows64-5a4a82d.tar.zst name windows64 version - 7.54.1.563852 + 7.54.1-5a4a82d dbus_glib @@ -461,16 +485,18 @@ archive hash - d778c6a3475bc35ee8b9615dfc38b4a9 + f6835c4d7745cd1cadfbce47b40331d08affb532 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/55025/511964/dictionaries-1.538984-common-538984.tar.bz2 + https://github.com/secondlife/3p-dictionaries/releases/download/v1.0.1-dev2.gf887629-f887629/dictionaries-common-None.tar.zst name common version - 1.538984 + None dullahan @@ -491,9 +517,11 @@ archive hash - 439d92ec73f0500ba1671faad2bd8090 + 26302518fa132a8a9da7eddee53ee583ab7581b3 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/104637/916643/dullahan-1.12.4.202209142017_91.1.21_g9dd45fe_chromium-91.0.4472.114-darwin64-575005.tar.bz2 + https://github.com/secondlife/dullahan/releases/download/v1.13.0.202305180006_113.1.5_ge452d82_chromium-113.0.5672.93-1758b1b/dullahan-1.13.0.202305180020_113.1.5_ge452d82_chromium-113.0.5672.93-darwin64-1758b1b.tar.zst name darwin64 @@ -503,9 +531,11 @@ archive hash - 2a7c01da15de77bc1fd1863327174d5e + f682df99c1acc5279a9161f2f13f446001e7871d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/104638/916654/dullahan-1.12.4.202209142021_91.1.21_g9dd45fe_chromium-91.0.4472.114-windows-575005.tar.bz2 + https://github.com/secondlife/dullahan/releases/download/v1.13.0.202305180006_113.1.5_ge452d82_chromium-113.0.5672.93-1758b1b/dullahan-1.13.0.202305180125_113.1.5_ge452d82_chromium-113.0.5672.93-windows-1758b1b.tar.zst name windows @@ -515,16 +545,18 @@ archive hash - d06bee9b2517fbb09ba1a65e6d675361 + f29e543a6f85aa5b5093d2f4db0b192e28da601a + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/104639/916659/dullahan-1.12.4.202209142021_91.1.21_g9dd45fe_chromium-91.0.4472.114-windows64-575005.tar.bz2 + https://github.com/secondlife/dullahan/releases/download/v1.13.0.202305180006_113.1.5_ge452d82_chromium-113.0.5672.93-1758b1b/dullahan-1.13.0.202305180125_113.1.5_ge452d82_chromium-113.0.5672.93-windows64-1758b1b.tar.zst name windows64 version - 1.12.4.202209142021_91.1.21_g9dd45fe_chromium-91.0.4472.114 + 1.13.0.202305180125_113.1.5_ge452d82_chromium-113.0.5672.93 expat @@ -545,9 +577,11 @@ archive hash - f4e80e0dfcab713a3da90cd8f7f23e7b + b85526ca80b6a7e73c7870285cf68d568f742095 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76341/727265/expat-2.1.1.555519-darwin64-555519.tar.bz2 + https://github.com/secondlife/3p-expat/releases/download/v2.1.1.1f36d02/expat-2.1.1.1f36d02-darwin64-1f36d02.tar.zst name darwin64 @@ -557,9 +591,11 @@ archive hash - 5e1f025d1cebd12db542080aa755257f + 4cd82e2dec06ddff19e9b3dc0254f2593ec80452 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/380/943/expat-2.1.1.500375-linux64-500375.tar.bz2 + https://github.com/secondlife/3p-expat/releases/download/v2.1.1.1f36d02/expat-2.1.1.1f36d02-linux64-1f36d02.tar.zst name linux64 @@ -569,9 +605,11 @@ archive hash - cd4fe03473076c324d80ae3bd91a85bb + f663242ab6c7aa1601a96907202cfd04fee03720 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76343/727273/expat-2.1.1.555519-windows-555519.tar.bz2 + https://github.com/secondlife/3p-expat/releases/download/v2.1.1.1f36d02/expat-2.1.1.1f36d02-windows-1f36d02.tar.zst name windows @@ -581,16 +619,18 @@ archive hash - d2d74d73b914150982b1883a3b96e60b + 47c01a89bc32c5740efe51be43e459ffd9b7cd34 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76344/727279/expat-2.1.1.555519-windows64-555519.tar.bz2 + https://github.com/secondlife/3p-expat/releases/download/v2.1.1.1f36d02/expat-2.1.1.1f36d02-windows64-1f36d02.tar.zst name windows64 version - 2.1.1.555519 + 2.1.1.1f36d02 fmodstudio @@ -610,10 +650,14 @@ archive + creds + github hash - 5a1d52ec3981292855a179be86988a02 + fb6797ff93b6e881b060d2a8b396d8d7477834ee + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/112152/972159/fmodstudio-2.02.13.578928-darwin64-578928.tar.bz2 + https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108908444 name darwin64 @@ -622,10 +666,14 @@ archive + creds + github hash - 24b86630ccdfb5b3221f90ca7a9704f6 + a378bd1604aa97ca763140911f9f4e463ced85c0 + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/89682/818423/fmodstudio-2.02.03.565082-linux-565082.tar.bz2 + https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108908446 name linux64 @@ -634,10 +682,14 @@ archive + creds + github hash - 8594ec180b73be42d37b6f93ac59ab4a + bbf3cfeb245ca73ce4fc6ac494c33b2071bfeb7b + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/112153/972171/fmodstudio-2.02.13.578928-windows-578928.tar.bz2 + https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108908454 name windows @@ -646,10 +698,14 @@ archive + creds + github hash - 46941a2610f83c353e551d300e536c54 + 72304491d86bd797b840999b255358f195b06609 + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/112154/972170/fmodstudio-2.02.13.578928-windows64-578928.tar.bz2 + https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108908456 name windows64 @@ -707,9 +763,11 @@ archive hash - 8865739d8e530199dacb3c3042c1bc01 + 912d122aae996483ba814fe8e569394ddca0d42e + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87777/805782/freetype-2.4.4.563848-darwin64-563848.tar.bz2 + https://github.com/secondlife/3p-freetype/releases/download/v2.4.4.4f739fa/freetype-2.4.4.4f739fa-darwin64-4f739fa.tar.zst name darwin64 @@ -719,9 +777,11 @@ archive hash - 94cf61dfdbc86aae5bbaf0b5cb8a366c + 14f57822f0cedef957a50a03a7b5372075cf8e1c + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/874/1914/freetype-2.4.4.500865-linux64-500865.tar.bz2 + https://github.com/secondlife/3p-freetype/releases/download/v2.4.4.4f739fa/freetype-2.4.4.4f739fa-linux64-4f739fa.tar.zst name linux64 @@ -731,9 +791,11 @@ archive hash - c0b3601e997553931cadc7d7ee94168b + bb3c4f11b1c9f14e271c5ab16ca1ae743f1e3493 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87779/805814/freetype-2.4.4.563848-windows-563848.tar.bz2 + https://github.com/secondlife/3p-freetype/releases/download/v2.4.4.4f739fa/freetype-2.4.4.4f739fa-windows-4f739fa.tar.zst name windows @@ -743,16 +805,18 @@ archive hash - e98e1e088cdcd20442e05e9abecdadf9 + d175b39257b691a957724e655c6cffe0b5a7b104 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87778/805815/freetype-2.4.4.563848-windows64-563848.tar.bz2 + https://github.com/secondlife/3p-freetype/releases/download/v2.4.4.4f739fa/freetype-2.4.4.4f739fa-windows64-4f739fa.tar.zst name windows64 version - 2.4.4.563848 + 2.4.4.4f739fa glext @@ -768,6 +832,20 @@ glext platforms + common + + archive + + hash + 34af0a90a3015b7e7ec2486090bc4ce6ee5be758 + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-glext/releases/download/v68-af397ee/glext-68-common-af397ee.tar.zst + + name + common + darwin64 archive @@ -839,16 +917,18 @@ archive hash - dce3f3c01fddb400cb143c3283fe9259 + 6604c1cca515d287e697997a8d5593d1cae172a9 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/82754/775367/glh_linear-0.0.0-common-560278.tar.bz2 + https://github.com/secondlife/3p-glh_linear/releases/download/v1.0.1-dev2.g3253ed7-3253ed7/glh_linear-common-None.tar.zst name common version - 0.0.0 + None googlemock @@ -990,10 +1070,14 @@ archive + creds + github hash - ba229348c1d9d58519cd854ff9d8ef3d + a193ff65d6db48626d65d96c6124c6efca85e8ec + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55213/512968/havok_source-2012.1-2-darwin64-539117.tar.bz2 + https://api.github.com/repos/secondlife/3p-havok-source/releases/assets/108912596 name darwin64 @@ -1014,10 +1098,14 @@ archive + creds + github hash - 4ff2af85106907acb171bb1e38a3757e + a28190162382667985fa8d105ba62fd1effbf65a + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55214/512993/havok_source-2012.1-2-windows-539117.tar.bz2 + https://api.github.com/repos/secondlife/3p-havok-source/releases/assets/108912601 name windows @@ -1026,10 +1114,14 @@ archive + creds + github hash - bcaf4631ea10f7d09eecb73e8f5bef6c + ebfb82b6143874e7938b9d1e8a70d0a2e28aa818 + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55212/512962/havok_source-2012.1-2-windows64-539117.tar.bz2 + https://api.github.com/repos/secondlife/3p-havok-source/releases/assets/108912599 name windows64 @@ -1055,9 +1147,11 @@ archive hash - c3c9e60bdc12b35e0e3d6b67d5635f60 + f271809c0d4244128fb52a71226a4d7674e14e0a + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89304/815407/jpegencoderbasic-1.0-darwin64-564842.tar.bz2 + https://github.com/secondlife/3p-jpeg_encoder_js/releases/download/v1.0-9165e47/jpegencoderbasic-1.0-darwin64-9165e47.tar.zst name darwin64 @@ -1067,9 +1161,11 @@ archive hash - e70898903475d8ac2e81ff33278fc987 + 35d6a617444fde9c8a5e998ef29dc43b95747637 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89309/815433/jpegencoderbasic-1.0-windows64-564842.tar.bz2 + https://github.com/secondlife/3p-jpeg_encoder_js/releases/download/v1.0-9165e47/jpegencoderbasic-1.0-linux64-9165e47.tar.zst windows @@ -1077,9 +1173,11 @@ archive hash - 0a376676dbb43fdd0c81ffdfbc5e6f81 + 27a5ae2b7fb299685df499515b42342cab4d0973 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89308/815432/jpegencoderbasic-1.0-windows-564842.tar.bz2 + https://github.com/secondlife/3p-jpeg_encoder_js/releases/download/v1.0-9165e47/jpegencoderbasic-1.0-windows-9165e47.tar.zst name windows @@ -1089,9 +1187,11 @@ archive hash - e70898903475d8ac2e81ff33278fc987 + 8ec22e9fc8734ba3d1826f4b88171a6017cc8676 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89309/815433/jpegencoderbasic-1.0-windows64-564842.tar.bz2 + https://github.com/secondlife/3p-jpeg_encoder_js/releases/download/v1.0-9165e47/jpegencoderbasic-1.0-windows64-9165e47.tar.zst name windows64 @@ -1119,9 +1219,11 @@ archive hash - 3f2e34e3a2dac8eea957cad143a71dc5 + 776d114aa1e3455bb13deaacd756deb07b53ecbe + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54847/510113/jpeglib-8c.538977-darwin64-538977.tar.bz2 + https://github.com/secondlife/3p-jpeglib/releases/download/v8c.7846234/jpeglib-8c.7846234-darwin64-7846234.tar.zst name darwin64 @@ -1131,9 +1233,11 @@ archive hash - ba9c62863ec338a049de83c24639f57c + b4b2278bd2fcae85619e2145a243cca388d760d7 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/3151/7568/jpeglib-8c.503140-linux64-503140.tar.bz2 + https://github.com/secondlife/3p-jpeglib/releases/download/v8c.7846234/jpeglib-8c.7846234-linux64-7846234.tar.zst name linux64 @@ -1143,9 +1247,11 @@ archive hash - c8dee00ef13af40ec68becc25830e195 + 4a78122a6130d9f647a17b1dd488ebe8c98f8b82 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54992/511854/jpeglib-8c.538977-windows-538977.tar.bz2 + https://github.com/secondlife/3p-jpeglib/releases/download/v8c.7846234/jpeglib-8c.7846234-windows-7846234.tar.zst name windows @@ -1155,16 +1261,18 @@ archive hash - 6f40620e86f3c9b91b6b5fe3c81776fc + d50fcac69eeb9404638da07db96ee3e1191ecf93 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54991/511847/jpeglib-8c.538977-windows64-538977.tar.bz2 + https://github.com/secondlife/3p-jpeglib/releases/download/v8c.7846234/jpeglib-8c.7846234-windows64-7846234.tar.zst name windows64 version - 8c.538977 + 8c.7846234 jsoncpp @@ -1185,9 +1293,11 @@ archive hash - 87d32aaac4183590c96edd0b6d9bf3e4 + 07761ab01e61d5d6b40d303ffafd85ec055ec9f7 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54846/510106/jsoncpp-0.5.0.538976-darwin64-538976.tar.bz2 + https://github.com/secondlife/3p-jsoncpp/releases/download/v0.5.0.bc46e62/jsoncpp-0.5.0.bc46e62-darwin64-bc46e62.tar.zst name darwin64 @@ -1197,9 +1307,11 @@ archive hash - 9a658ae561c75e60bd9c0cee56731d21 + 97e268754808cb2fbd682c4d3beafd2c598e1ba7 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/1475/3274/jsoncpp-0.5.0.501464-linux64-501464.tar.bz2 + https://github.com/secondlife/3p-jsoncpp/releases/download/v0.5.0.bc46e62/jsoncpp-0.5.0.bc46e62-linux64-bc46e62.tar.zst name linux64 @@ -1209,9 +1321,11 @@ archive hash - b73d9addab278eacc100bd312ab6ec5c + 866fd5106369a58bdab8193914ff20cf6f0d96ae + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54990/511840/jsoncpp-0.5.0.538976-windows-538976.tar.bz2 + https://github.com/secondlife/3p-jsoncpp/releases/download/v0.5.0.bc46e62/jsoncpp-0.5.0.bc46e62-windows-bc46e62.tar.zst name windows @@ -1221,16 +1335,18 @@ archive hash - 1b9ac5708cc526d2c5358ef0a427109d + 500e455b210d6bc4985185cef2472987ed3034bf + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54989/511833/jsoncpp-0.5.0.538976-windows64-538976.tar.bz2 + https://github.com/secondlife/3p-jsoncpp/releases/download/v0.5.0.bc46e62/jsoncpp-0.5.0.bc46e62-windows64-bc46e62.tar.zst name windows64 version - 0.5.0.538976 + 0.5.0.bc46e62 kdu @@ -1250,10 +1366,14 @@ archive + creds + github hash - ccfd8eacd1ebe92715944094064ba2e4 + bcc7e2c34896fc9cbc41828dee8a4ddf54f10453 + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55187/512570/kdu-7.10.4.539108-darwin64-539108.tar.bz2 + https://api.github.com/repos/secondlife/3p-kdu/releases/assets/108298968 name darwin64 @@ -1262,10 +1382,14 @@ archive + creds + github hash - a705a665810a71e7b0114a97ae9a2224 + 9de772df2ed12e9c742df6c90670c7cbbb9c93a6 + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/15256/98457/kdu-7.10.4.513518-linux64-513518.tar.bz2 + https://api.github.com/repos/secondlife/3p-kdu/releases/assets/108298969 name linux64 @@ -1274,10 +1398,14 @@ archive + creds + github hash - 38574fbcb6c94c42745ef48748002e58 + 3513764294c0c3e4fa669f57bb26454c91e79692 + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55189/512583/kdu-7.10.4.539108-windows-539108.tar.bz2 + https://api.github.com/repos/secondlife/3p-kdu/releases/assets/108298972 name windows @@ -1286,10 +1414,14 @@ archive + creds + github hash - 3dfeb869c781a766874f0aedc7d4fcef + 92533ff0f8c1881ad85e75800f9072c413ccf7b7 + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/55188/512576/kdu-7.10.4.539108-windows64-539108.tar.bz2 + https://api.github.com/repos/secondlife/3p-kdu/releases/assets/108298970 name windows64 @@ -1317,9 +1449,11 @@ archive hash - 2021ea3a19b81c82993e733709683303 + d5757ab84d934fa358f299ab91e2e297beaa3dac + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76371/727419/libhunspell-1.3.2.555528-darwin64-555528.tar.bz2 + https://github.com/secondlife/3p-libhunspell/releases/download/v1.3.2.650fb94/libhunspell-1.3.2.650fb94-darwin64-650fb94.tar.zst name darwin64 @@ -1329,9 +1463,11 @@ archive hash - ffbdd109356d66ddfefd8a5d57f63f1f + 6413d3bd4cd50c2a6b7f949eb4bd6f0c94feb984 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/533/1144/libhunspell-1.3.2.500526-linux64-500526.tar.bz2 + https://github.com/secondlife/3p-libhunspell/releases/download/v1.3.2.650fb94/libhunspell-1.3.2.650fb94-linux64-650fb94.tar.zst name linux64 @@ -1341,9 +1477,11 @@ archive hash - 2253ec09136cc7c208481030d78d9dd7 + 305444c28da48c809ead766d99926309531b52b4 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76369/727412/libhunspell-1.3.2.555528-windows-555528.tar.bz2 + https://github.com/secondlife/3p-libhunspell/releases/download/v1.3.2.650fb94/libhunspell-1.3.2.650fb94-windows-650fb94.tar.zst name windows @@ -1353,16 +1491,18 @@ archive hash - 858d1708f6b3a74738a3d57a5387e20f + c1be4a79b20435030b2e0e01b582c61b462c8376 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76370/727413/libhunspell-1.3.2.555528-windows64-555528.tar.bz2 + https://github.com/secondlife/3p-libhunspell/releases/download/v1.3.2.650fb94/libhunspell-1.3.2.650fb94-windows64-650fb94.tar.zst name windows64 version - 1.3.2.555528 + 1.3.2.650fb94 libndofdev @@ -1383,9 +1523,11 @@ archive hash - a487fff84208a45844602c4a1f68c974 + e3dd320c90e67e0c80caf4d4df23257b0196dfb6 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76356/727333/libndofdev-0.1.555523-darwin64-555523.tar.bz2 + https://github.com/secondlife/3p-libndofdev/releases/download/v0.1.8e9edc7/libndofdev-0.1.8e9edc7-darwin64-8e9edc7.tar.zst name darwin64 @@ -1395,9 +1537,11 @@ archive hash - 4c839555bf0ed9ae60ffc3f8a7c96f9b + 1d8fce18cfd19af6c10fb5575beb95953d9dd12d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76354/727340/libndofdev-0.1.555523-windows-555523.tar.bz2 + https://github.com/secondlife/3p-libndofdev/releases/download/v0.1.8e9edc7/libndofdev-0.1.8e9edc7-windows-8e9edc7.tar.zst name windows @@ -1407,16 +1551,18 @@ archive hash - cbc033ae3b034b992b59f6de1034247c + ae9d554e8839f42230b8ed6c850445d54654a38f + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76355/727341/libndofdev-0.1.555523-windows64-555523.tar.bz2 + https://github.com/secondlife/3p-libndofdev/releases/download/v0.1.8e9edc7/libndofdev-0.1.8e9edc7-windows64-8e9edc7.tar.zst name windows64 version - 0.1.555523 + 0.1.8e9edc7 libpng @@ -1437,9 +1583,11 @@ archive hash - 7a0059748d0b8733f2f9ce434cf604b8 + fea8f0684a4ed0a73343651948b13049a135a92a + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/107514/937867/libpng-1.6.38.576621-darwin64-576621.tar.bz2 + https://github.com/secondlife/3p-libpng/releases/download/v1.6.38-ca06e99/libpng-1.6.38-ca06e99-darwin64-ca06e99.tar.zst name darwin64 @@ -1461,9 +1609,11 @@ archive hash - 3112013186ad60b0fc270a398d4dd499 + c0c487d4dc8ed42b7e9834babb9697bdbf57c534 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/107513/937823/libpng-1.6.38.576621-windows-576621.tar.bz2 + https://github.com/secondlife/3p-libpng/releases/download/v1.6.38-ca06e99/libpng-1.6.38-ca06e99-windows-ca06e99.tar.zst name windows @@ -1473,16 +1623,18 @@ archive hash - 7c6bfcdb0d6162587cdbc436f595dd02 + b91c116a1fda2377954355e56517634db0137699 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/107512/937822/libpng-1.6.38.576621-windows64-576621.tar.bz2 + https://github.com/secondlife/3p-libpng/releases/download/v1.6.38-ca06e99/libpng-1.6.38-ca06e99-windows64-ca06e99.tar.zst name windows64 version - 1.6.38.576621 + 1.6.38-ca06e99 libuuid @@ -1533,9 +1685,11 @@ archive hash - 6f37dd6c4a5174f358b6cc5d953f121b + 996b6dc851531b9f2b8b6a84a30ec1b4bf547a5f + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87768/805766/libxml2-2.9.4.563845-darwin64-563845.tar.bz2 + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-darwin64-dfc418f.tar.zst name darwin64 @@ -1545,9 +1699,11 @@ archive hash - 740fc93f195c77b3a0c0800b31878ecb + db3abe85e569a7ceaa1c352d8e0f6d1987357671 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/890/1968/libxml2-2.9.4.500877-linux64-500877.tar.bz2 + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-linux64-dfc418f.tar.zst name linux64 @@ -1557,9 +1713,11 @@ archive hash - fd85d3aa13fbdfd1f1ace587e95ef151 + db18550ad820dca5e8d382cbc735b68e4fa681d6 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87773/805797/libxml2-2.9.4.563845-windows-563845.tar.bz2 + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-windows-dfc418f.tar.zst name windows @@ -1569,16 +1727,18 @@ archive hash - d231d36c3b8942e0259aa2d9fcaa3b7e + b21aa35f1423d2aa490336f66312118fb3fc7de1 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87772/805795/libxml2-2.9.4.563845-windows64-563845.tar.bz2 + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-windows64-dfc418f.tar.zst name windows64 version - 2.9.4.563845 + 2.9.4.dfc418f llappearance_utility @@ -1628,18 +1788,18 @@ archive hash - d6e7ab8483c348f223fd24028e27a52f + 3a45d167f60ed26dc1f8467b93ec64676cc7fe34 hash_algorithm - md5 + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/93933/844890/llca-202202010217.567974-common-567974.tar.bz2 + https://github.com/secondlife/llca/releases/download/v202305121625.0-efdf149/llca-202305160024.0-common-efdf149.tar.zst name common version - 202202010217.567974 + 202305160024.0 llphysicsextensions_source @@ -1657,10 +1817,14 @@ archive + creds + github hash - e51c6f5dfd76eb148348a44ff57e66c2 + 2d0ba3d6c0f4c73f603bc7d61135079ef281686d + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/104810/918016/llphysicsextensions_source-1.0.575107-darwin64-575107.tar.bz2 + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108908515 name darwin64 @@ -1669,10 +1833,14 @@ archive + creds + github hash - c1b43e99c5ddccc18b0e9cb288bf75e1 + 90b1d01ab2fe93dd584de87df8cb42d1ec35f109 + hash_algorithm + sha1 url - http://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/4721/14828/llphysicsextensions_source-1.0.504710-linux64-504710.tar.bz2 + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108908517 name linux64 @@ -1681,14 +1849,34 @@ archive + creds + github hash - dbbe4cc568ac149d862e421cdda4dd48 + 397daeb397719448858eabae6061c795d127b8fb + hash_algorithm + sha1 url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/104809/918011/llphysicsextensions_source-1.0.575107-windows-575107.tar.bz2 + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108908521 name windows + windows64 + + archive + + creds + github + hash + 475d0d49a28bcc04b3af8c9d5e8b0dbafa542db9 + hash_algorithm + sha1 + url + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108908518 + + name + windows64 + version 1.0.565768 @@ -1856,9 +2044,11 @@ archive hash - 30bc37db57bbd87c4b5f62634964242a + 3bf88febd23656327a4ee2a3ebe99cae4b15573e + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/84218/784918/meshoptimizer-0.16.561408-darwin64-561408.tar.bz2 + https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-032f20a/meshoptimizer-160-darwin64-032f20a.tar.zst name darwin64 @@ -1868,9 +2058,11 @@ archive hash - ca3684bcf0447746cd2844e94f6d1fc7 + 92af48f406d8f48b62005f319daad9c1751a6f5b + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/84219/784924/meshoptimizer-0.16.561408-windows-561408.tar.bz2 + https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-032f20a/meshoptimizer-160-windows-032f20a.tar.zst name windows @@ -1880,16 +2072,18 @@ archive hash - aef28c089d20f69d13c9c3e113fb3895 + 13c0a33d9c49cc07b354527c7ef992d33f854c59 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/84220/784931/meshoptimizer-0.16.561408-windows64-561408.tar.bz2 + https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-032f20a/meshoptimizer-160-windows64-032f20a.tar.zst name windows64 version - 0.16.561408 + 160 minizip-ng @@ -1912,21 +2106,39 @@ archive hash - 843587a078102d86d90054d03354684d + 8b2da95c58944ee15d9e6eff9e0043c494cb2571 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/95876/856095/minizip_ng-3.0.2.569217-darwin64-569217.tar.bz2 + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-darwin64-298f1f2.tar.zst name darwin64 + linux64 + + archive + + hash + 3b0a7ebe15eb1c8bb072f4b90c7f4165c894f42f + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-linux64-298f1f2.tar.zst + + name + linux64 + windows archive hash - 26dc254f443ca9c5509547d7fbd9d8e5 + 689d17ca2e2c7659651764831dfe739241f7a9c1 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/95878/856107/minizip_ng-3.0.2.569217-windows-569217.tar.bz2 + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-windows-298f1f2.tar.zst name windows @@ -1936,16 +2148,18 @@ archive hash - e9241fa325f4014995b62193321e7a1c + 3579072a96643ffeed73a829909d9d647c1b977c + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/95877/856106/minizip_ng-3.0.2.569217-windows64-569217.tar.bz2 + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-windows64-298f1f2.tar.zst name windows64 version - 3.0.2.569217 + 3.0.2.298f1f2 nghttp2 @@ -1967,9 +2181,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - e4f784d8a035c51921a1562ca7a1bab6 + fff611030a34e78b3a88168f64e4e33aef117bc3 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76357/727350/nghttp2-1.40.0.555524-darwin64-555524.tar.bz2 + https://github.com/secondlife/3p-nghttp2/releases/download/v1.40.0.b1526c6/nghttp2-1.40.0.b1526c6-darwin64-b1526c6.tar.zst name darwin64 @@ -1979,9 +2195,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - c3c5ff7d2f7ac1143ef8d888192d4a53 + 5798b5f6c8579ad44f211a873c072ee8d3fd8c93 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/9257/41579/nghttp2-1.25.0.509246-linux64-509246.tar.bz2 + https://github.com/secondlife/3p-nghttp2/releases/download/v1.40.0.b1526c6/nghttp2-1.40.0.b1526c6-linux64-b1526c6.tar.zst name linux64 @@ -1991,9 +2209,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - af05aa2994c9845308fecd094b7b2d25 + ea16c2b825b69af75c3a64df9e3c24a9021026ca + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76359/727360/nghttp2-1.40.0.555524-windows-555524.tar.bz2 + https://github.com/secondlife/3p-nghttp2/releases/download/v1.40.0.b1526c6/nghttp2-1.40.0.b1526c6-windows-b1526c6.tar.zst name windows @@ -2003,9 +2223,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 5a55cede40eef16b9d1e47c418a2b77a + 05aad7759519719a54a6100fddd35b69e57f2386 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76358/727359/nghttp2-1.40.0.555524-windows64-555524.tar.bz2 + https://github.com/secondlife/3p-nghttp2/releases/download/v1.40.0.b1526c6/nghttp2-1.40.0.b1526c6-windows64-b1526c6.tar.zst name windows64 @@ -2014,7 +2236,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors source_type hg version - 1.40.0.555524 + 1.40.0.b1526c6 nvapi @@ -2035,9 +2257,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 4305515ad326c911a390388366a9107b + 0a4752a250abd3df3c92ea4205c93598f88a1ecf + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54947/511704/nvapi-352.539058-windows-539058.tar.bz2 + https://github.com/secondlife/3p-nvapi/releases/download/v352.aac0e19/nvapi-352.aac0e19-windows-aac0e19.tar.zst name windows @@ -2047,16 +2271,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 25c8ac919f24b8952653d38ec43640e5 + 1ebe715fc1096198e343c41d50654c11509cdbba + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54945/511697/nvapi-352.539058-windows64-539058.tar.bz2 + https://github.com/secondlife/3p-nvapi/releases/download/v352.aac0e19/nvapi-352.aac0e19-windows64-aac0e19.tar.zst name windows64 version - 352.539058 + 352.aac0e19 ogg_vorbis @@ -2077,9 +2303,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - a066f1d12caee1d87fc72f48169f9677 + ad0dd0f608b868cc44c225ee48e114239fca2807 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54841/510071/ogg_vorbis-1.3.3-1.3.6.538971-darwin64-538971.tar.bz2 + https://github.com/secondlife/3p-ogg_vorbis/releases/download/v1.3.3-1.3.6.e4101b6/ogg_vorbis-1.3.3-1.3.6.e4101b6-darwin64-e4101b6.tar.zst name darwin64 @@ -2101,9 +2329,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - d4b8ed3fd679a2b484d2d1a66c063908 + 9fc1cc518c17929cb66d9b07f92b2751fda80371 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54981/511789/ogg_vorbis-1.3.3-1.3.6.538971-windows-538971.tar.bz2 + https://github.com/secondlife/3p-ogg_vorbis/releases/download/v1.3.3-1.3.6.e4101b6/ogg_vorbis-1.3.3-1.3.6.e4101b6-windows-e4101b6.tar.zst name windows @@ -2113,16 +2343,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - ec4a657fe639bb458ee5132062146a7a + 2e73a0a5659c9a09eba2f94619aa5c23c7cc3937 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54980/511782/ogg_vorbis-1.3.3-1.3.6.538971-windows64-538971.tar.bz2 + https://github.com/secondlife/3p-ogg_vorbis/releases/download/v1.3.3-1.3.6.e4101b6/ogg_vorbis-1.3.3-1.3.6.e4101b6-windows64-e4101b6.tar.zst name windows64 version - 1.3.3-1.3.6.538971 + 1.3.3-1.3.6.e4101b6 open-libndofdev @@ -2214,9 +2446,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 8114c6a7e499ea20d325db0de08ce30a + c16deaf773cb2a5d001732122ee3ec74db1dceeb + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/105469/923024/openjpeg-2.5.0.575496-darwin64-575496.tar.bz2 + https://github.com/secondlife/3p-openjpeg/releases/download/v2.5.0.ea12248/openjpeg-2.5.0.ea12248-darwin64-ea12248.tar.zst name darwin64 @@ -2226,9 +2460,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - ac66f3197010b1549a5e4467aebbc27d + 8c277dde6076fb682cb07264dd70f6f2298b633f + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/1113/2571/openjpeg-1.5.1.501102-linux64-501102.tar.bz2 + https://github.com/secondlife/3p-openjpeg/releases/download/v2.5.0.ea12248/openjpeg-2.5.0.ea12248-linux64-ea12248.tar.zst name linux64 @@ -2238,9 +2474,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - edc9388870d951632a6d595792293e05 + f16bd2fe43901e510b53e57396b308f659443547 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/105472/923036/openjpeg-2.5.0.575496-windows-575496.tar.bz2 + https://github.com/secondlife/3p-openjpeg/releases/download/v2.5.0.ea12248/openjpeg-2.5.0.ea12248-windows-ea12248.tar.zst name windows @@ -2250,16 +2488,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - b95f0732f2388ebb0ddf33d4a30e0ff1 + 2abf9535adf21ebdf2295f8a680300432abe6280 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/105471/923037/openjpeg-2.5.0.575496-windows64-575496.tar.bz2 + https://github.com/secondlife/3p-openjpeg/releases/download/v2.5.0.ea12248/openjpeg-2.5.0.ea12248-windows64-ea12248.tar.zst name windows64 version - 2.5.0.575496 + 2.5.0.ea12248 openssl @@ -2280,9 +2520,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 142d0ad85d0ee4fbb673c9f9e414fbdd + b286e4a10cf6b1b2710b85ff96ffc0e41fd5fde8 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87769/805772/openssl-1.1.1l.563846-darwin64-563846.tar.bz2 + https://github.com/secondlife/3p-openssl/releases/download/v1.1.1q.de53f55/openssl-1.1.1q.de53f55-darwin64-de53f55.tar.zst name darwin64 @@ -2292,9 +2534,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - d50ccfbf0c1d249392919e2c46ad8d5c + 5f6953db991ef6badb0525ecc98daf28d368e9e7 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/8339/33495/openssl-1.0.2l.508328-linux64-508328.tar.bz2 + https://github.com/secondlife/3p-openssl/releases/download/v1.1.1q.de53f55/openssl-1.1.1q.de53f55-linux64-de53f55.tar.zst name linux64 @@ -2304,9 +2548,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 55bd833166d03f1467e2c7f24fa9143e + dbf2f69a7d73821dbe12288097298924e866e606 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87775/805841/openssl-1.1.1l.563846-windows-563846.tar.bz2 + https://github.com/secondlife/3p-openssl/releases/download/v1.1.1q.de53f55/openssl-1.1.1q.de53f55-windows-de53f55.tar.zst name windows @@ -2316,16 +2562,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 6fefc60f68882fc6b246521b696497ab + 8bd3dea6d81de5e469b241a1b79e61efce6ecc05 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87774/805833/openssl-1.1.1l.563846-windows64-563846.tar.bz2 + https://github.com/secondlife/3p-openssl/releases/download/v1.1.1q.de53f55/openssl-1.1.1q.de53f55-windows64-de53f55.tar.zst name windows64 version - 1.1.1l.563846 + 1.1.1q.de53f55 pcre @@ -2346,9 +2594,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - d8c0f97fe5abef43e72b6f84aba698b2 + b372d37596474043a62568e569b0ce155192f484 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54856/510176/pcre-8.35.538986-darwin64-538986.tar.bz2 + https://github.com/secondlife/3p-pcre/releases/download/v8.35.979fd86/pcre-8.35.979fd86-darwin64-979fd86.tar.zst name darwin64 @@ -2370,9 +2620,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 3660db45793df3050b63920bfb7d8479 + 5e93602abcd5130c21a6d554dc088390326e68e7 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/55041/512002/pcre-8.35.538986-windows-538986.tar.bz2 + https://github.com/secondlife/3p-pcre/releases/download/v8.35.979fd86/pcre-8.35.979fd86-windows-979fd86.tar.zst name windows @@ -2382,16 +2634,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - cdee8e8b48a66266550bf279c40abc22 + 166564afb60a7536a038fae80e2fc9a41d6dbccb + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/55038/511992/pcre-8.35.538986-windows64-538986.tar.bz2 + https://github.com/secondlife/3p-pcre/releases/download/v8.35.979fd86/pcre-8.35.979fd86-windows64-979fd86.tar.zst name windows64 version - 8.35.538986 + 8.35.979fd86 slvoice @@ -2411,10 +2665,14 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive + creds + github hash - b583668b28fde0490e6953f10e93e4ab + cc7c5bf53f83cff81d874ad66394df0991bd432c + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/98681/871545/slvoice-4.10.0000.32327.5fc3fe7c.571099-darwin64-571099.tar.bz2 + https://api.github.com/repos/secondlife/3p-slvoice/releases/assets/108299352 name darwin64 @@ -2435,10 +2693,14 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive + creds + github hash - 6e0ed41653955afe8eeb8945776cf07b + 3a3dedc5ac1c19c6af40673908a3cc0c1f75c52c + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/98683/871560/slvoice-4.10.0000.32327.5fc3fe7c.571099-windows-571099.tar.bz2 + https://api.github.com/repos/secondlife/3p-slvoice/releases/assets/108299354 name windows @@ -2447,10 +2709,14 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive + creds + github hash - c39735851fd05c194d0be09b8f9e8cb7 + 0c205371bb1731a9812b00556037729fdc057cbc + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/98682/871552/slvoice-4.10.0000.32327.5fc3fe7c.571099-windows64-571099.tar.bz2 + https://api.github.com/repos/secondlife/3p-slvoice/releases/assets/108299356 name windows64 @@ -2476,9 +2742,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 24440e8219e59d81423b68d3be381fef + cfed00d8ea7265c035c2d86a234b28efb0b23756 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89305/815412/threejs-0.132.2-darwin64-564843.tar.bz2 + https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-darwin64-b8f6746.tar.zst name darwin64 @@ -2488,9 +2756,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 46edf0f55417f8ef0d33a5c007bc3644 + 9de1295b157c9913c28be81ff933c73493ecc132 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89310/815451/threejs-0.132.2-windows64-564843.tar.bz2 + https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-linux64-b8f6746.tar.zst windows @@ -2498,9 +2768,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - e1303fb9f2242a79aee5fd9f97726ace + 31bd892de74f171644ea67ac57e0391d2c7081b1 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89311/815452/threejs-0.132.2-windows-564843.tar.bz2 + https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-windows-b8f6746.tar.zst name windows @@ -2510,9 +2782,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 46edf0f55417f8ef0d33a5c007bc3644 + 4141710fccbd1ea2b3b53d00e189bdfa2ee9d441 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89310/815451/threejs-0.132.2-windows64-564843.tar.bz2 + https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-windows64-b8f6746.tar.zst name windows64 @@ -2604,9 +2878,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 64e1c979aea2f74fe9c2d9d04573336d + 9f0bf4545f08df5381e0f39ccce3a57c6ec4b0f4 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/55001/511871/tut-2008.11.30-common-539059.tar.bz2 + https://github.com/secondlife/3p-tut/releases/download/v2008.11.30-409bce5/tut-2008.11.30-common-409bce5.tar.zst name common @@ -2634,9 +2910,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - b97d0f6570104277de92d0d3f2d1111d + 4b6ee5113b1368ec9ff5b59e195adde370b9f585 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89474/816487/uriparser-0.9.4-darwin64-564957.tar.bz2 + https://github.com/secondlife/3p-uriparser/releases/download/v0.9.4-8fff38a/uriparser-0.9.4-darwin64-8fff38a.tar.zst name darwin64 @@ -2646,9 +2924,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 087375378f104cdac0cb0fe0ca43dd4d + 44dc74ec73e37c56bef6317d12a29d0435cb4bbb + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/346/880/uriparser-0.8.0.1-linux64-500342.tar.bz2 + https://github.com/secondlife/3p-uriparser/releases/download/v0.9.4-8fff38a/uriparser-0.9.4-linux64-8fff38a.tar.zst name linux64 @@ -2658,9 +2938,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - e2600c798e220cc98c1cc77341aee00d + c07e234e5fbf1f92167ea5dd296a0fc7feb67199 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89476/816496/uriparser-0.9.4-windows-564957.tar.bz2 + https://github.com/secondlife/3p-uriparser/releases/download/v0.9.4-8fff38a/uriparser-0.9.4-windows-8fff38a.tar.zst name windows @@ -2670,9 +2952,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 50d857117d31844fc8b84b07b795fd00 + e8b20edfc624f1d09bc83480932a9c844d47fc13 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/89475/816497/uriparser-0.9.4-windows64-564957.tar.bz2 + https://github.com/secondlife/3p-uriparser/releases/download/v0.9.4-8fff38a/uriparser-0.9.4-windows64-8fff38a.tar.zst name windows64 @@ -2700,13 +2984,29 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 9e1b5515ab59b4e9cfeef6626d65d03d + d8bc8720846cfa31e23e7e1008e32ba6ad4a8322 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/108609/945996/viewer_manager-3.0.577252-darwin64-577252.tar.bz2 + https://github.com/secondlife/viewer-manager/releases/download/v3.0.cc7ea1e/viewer_manager-3.0.cc7ea1e-darwin64-cc7ea1e.tar.zst name darwin64 + linux64 + + archive + + hash + 228fae4ee0ce12b9d1d1b0a8ebb0bdf58ee521eb + hash_algorithm + sha1 + url + https://github.com/secondlife/viewer-manager/releases/download/v3.0.cc7ea1e/viewer_manager-3.0.cc7ea1e-linux64-cc7ea1e.tar.zst + + name + linux64 + windows archive @@ -2719,13 +3019,27 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name windows + windows64 + + archive + + hash + ca6999b64d96d45952fe872b381db9b2abc0248c + hash_algorithm + sha1 + url + https://github.com/secondlife/viewer-manager/releases/download/v3.0.cc7ea1e/viewer_manager-3.0.cc7ea1e-windows64-cc7ea1e.tar.zst + + name + windows64 + source https://bitbucket.org/lindenlab/vmp-standalone source_type hg version - 3.0.577252 + 3.0.cc7ea1e vlc-bin @@ -2744,9 +3058,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 738688816ebd76958e49772712a6b972 + a26b47ab01a7e2c0add4c236886162c1135b3b79 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/90004/820701/vlc_bin-3.0.16.565299-darwin64-565299.tar.bz2 + https://github.com/secondlife/3p-vlc-bin/releases/download/v3.0.16.c219a5d/vlc_bin-3.0.16.c219a5d-darwin64-c219a5d.tar.zst name darwin64 @@ -2756,9 +3072,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 6801f91f3f27e626898bab90d40fc1c3 + 712f25fe4780a089193fc4f23ed7dc9340d72994 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/90005/820712/vlc_bin-3.0.16.565299-windows-565299.tar.bz2 + https://github.com/secondlife/3p-vlc-bin/releases/download/v3.0.16.c219a5d/vlc_bin-3.0.16.c219a5d-windows-c219a5d.tar.zst name windows @@ -2768,16 +3086,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 7f66982d6edf3c38f3493e28826d58e8 + d56002da7435bab166c88d59eeaf69fd87cd897d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/90006/820713/vlc_bin-3.0.16.565299-windows64-565299.tar.bz2 + https://github.com/secondlife/3p-vlc-bin/releases/download/v3.0.16.c219a5d/vlc_bin-3.0.16.c219a5d-windows64-c219a5d.tar.zst name windows64 version - 3.0.16.565299 + 3.0.16.c219a5d xmlrpc-epi @@ -2798,9 +3118,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 922a0dea32266897ed1911200438e1e1 + aa12611374876196b3ebb6bda8d419a697217b8b + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76372/727426/xmlrpc_epi-0.54.1.555529-darwin64-555529.tar.bz2 + https://github.com/secondlife/3p-xmlrpc-epi/releases/download/v0.54.1.8a05acf/xmlrpc_epi-0.54.1.8a05acf-darwin64-8a05acf.tar.zst name darwin64 @@ -2810,9 +3132,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 35df17c3eb673030dea4bde9191aa506 + ad0c8b41ee4b4de216382bec46ee1c25962a3f12 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/727/1489/xmlrpc_epi-0.54.1.500719-linux64-500719.tar.bz2 + https://github.com/secondlife/3p-xmlrpc-epi/releases/download/v0.54.1.8a05acf/xmlrpc_epi-0.54.1.8a05acf-linux64-8a05acf.tar.zst name linux64 @@ -2822,9 +3146,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 34b847e6b280048465fe7c6ce67fe05c + db122f53b03334d4f192ee7a5f12899ba4658003 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76374/727436/xmlrpc_epi-0.54.1.555529-windows-555529.tar.bz2 + https://github.com/secondlife/3p-xmlrpc-epi/releases/download/v0.54.1.8a05acf/xmlrpc_epi-0.54.1.8a05acf-windows-8a05acf.tar.zst name windows @@ -2834,25 +3160,27 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 8fbe7c4ea22bb7f23a93c73884ebb34c + e53fd38c14b8c47c7c84dead8a1b211bb8be170c + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/76373/727435/xmlrpc_epi-0.54.1.555529-windows64-555529.tar.bz2 + https://github.com/secondlife/3p-xmlrpc-epi/releases/download/v0.54.1.8a05acf/xmlrpc_epi-0.54.1.8a05acf-windows64-8a05acf.tar.zst name windows64 version - 0.54.1.555529 + 0.54.1.8a05acf xxhash copyright - Copyright 2012-2020 Yann Collet + Copyright (c) 2012-2021 Yann Collet description - xxHash Extremely fast hash algorithm + xxHash Library license - bsd + xxhash license_file LICENSES/xxhash.txt name @@ -2871,9 +3199,65 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name common + darwin64 + + archive + + hash + fdcc803a76a3359bb426db7dac161406676d51e7 + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-xxhash/releases/download/v0.8.1.7501c90/xxhash-0.8.1.7501c90-darwin64-7501c90.tar.zst + + name + darwin64 + + linux64 + + archive + + hash + 7acb3f94a549fbb9bd7bc16604e34f33c5365a9b + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-xxhash/releases/download/v0.8.1.7501c90/xxhash-0.8.1.7501c90-linux64-7501c90.tar.zst + + name + linux64 + + windows + + archive + + hash + 8ac856ef69a7395c3b70c3fcc1edb7f3f4194f92 + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-xxhash/releases/download/v0.8.1.7501c90/xxhash-0.8.1.7501c90-windows-7501c90.tar.zst + + name + windows + + windows64 + + archive + + hash + 4522d075ea4703ef4b527c3039864ef735ea7953 + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-xxhash/releases/download/v0.8.1.7501c90/xxhash-0.8.1.7501c90-windows64-7501c90.tar.zst + + name + windows64 + version - 0.8.1 + 0.8.1.7501c90 zlib-ng @@ -2896,9 +3280,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - bf306e38bf81c6095e0967bdef6a2445 + dacc5f3fb307c4d1292ed1ffb1d595d83599062d + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87759/805718/zlib_ng-2.0.5.563838-darwin64-563838.tar.bz2 + https://github.com/secondlife/3p-zlib-ng/releases/download/v1.2.11.zlib-ng.32fd361/zlib_ng-1.2.11.zlib-ng.32fd361-darwin64-32fd361.tar.zst name darwin64 @@ -2908,9 +3294,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - dab6be8b0596c1e3354f2b6d41335131 + fba88375e12454ae19f4528e11ffc7ddf7d879ec + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/866/1898/zlib-1.2.8.500857-linux64-500857.tar.bz2 + https://github.com/secondlife/3p-zlib-ng/releases/download/v1.2.11.zlib-ng.32fd361/zlib_ng-1.2.11.zlib-ng.32fd361-linux64-32fd361.tar.zst name linux64 @@ -2920,9 +3308,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 8ffce5bd00e3d5afa8cb39b855237c4a + 2b5a50b0a3d31a07bc74cb77871ad195eb97c550 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87761/805730/zlib_ng-2.0.5.563838-windows-563838.tar.bz2 + https://github.com/secondlife/3p-zlib-ng/releases/download/v1.2.11.zlib-ng.32fd361/zlib_ng-1.2.11.zlib-ng.32fd361-windows-32fd361.tar.zst name windows @@ -2932,16 +3322,18 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - bd103a9129e57f7ea35886bc7750f8a6 + ccfca9451063e2d0e95baa73b1ad2054d3e38907 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87760/805729/zlib_ng-2.0.5.563838-windows64-563838.tar.bz2 + https://github.com/secondlife/3p-zlib-ng/releases/download/v1.2.11.zlib-ng.32fd361/zlib_ng-1.2.11.zlib-ng.32fd361-windows64-32fd361.tar.zst name windows64 version - 2.0.5.563838 + 1.2.11.zlib-ng.32fd361 package_description -- cgit v1.2.3 From 3ff43893dadbbb247d3f647284ce774c0c7cf26a Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 19 May 2023 17:08:35 -0400 Subject: SL-18837: Update boost, googlemock Update boost to release v1.81-90bb2df. Update googlemock to release v1.7.0.77bba00. --- autobuild.xml | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 9db4fb880d..c5aa7b5de7 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -123,9 +123,11 @@ archive hash - fedc8d63856f534b6098102e059dc548 + 59c1827cab82516504a2eb31e0aa7e38035b5085 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87776/805857/boost-1.72-darwin64-563847.tar.bz2 + https://github.com/secondlife/3p-boost/releases/download/v1.81-90bb2df/boost-1.81-darwin64-90bb2df.tar.zst name darwin64 @@ -147,9 +149,11 @@ archive hash - 6cc9fb4ca21365c4470a3e516544ba71 + 401f576f99e8a72850061c885072278e3e886434 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87784/805850/boost-1.72-windows-563847.tar.bz2 + https://github.com/secondlife/3p-boost/releases/download/v1.81-90bb2df/boost-1.81-windows-90bb2df.tar.zst name windows @@ -159,16 +163,18 @@ archive hash - 0c526efc3f8825cd25cdf635e238fab3 + 26214a33c568929ffeeb3463ce183f2888ce4fe4 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87783/805851/boost-1.72-windows64-563847.tar.bz2 + https://github.com/secondlife/3p-boost/releases/download/v1.81-90bb2df/boost-1.81-windows64-90bb2df.tar.zst name windows64 version - 1.72 + 1.81 bugsplat @@ -949,9 +955,11 @@ archive hash - 11d0794582e91a57f6524ad345f2399d + c016d7333a3ded88c060119b4e3a5847015a8711 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87791/805924/googlemock-1.7.0.563853-darwin64-563853.tar.bz2 + https://github.com/secondlife/3p-googlemock/releases/download/v1.7.0.77bba00/googlemock-1.7.0.77bba00-darwin64-77bba00.tar.zst name darwin64 @@ -973,9 +981,11 @@ archive hash - 7d267050970ec6e28749178597bc8af0 + 588ceffc4e30ff699694a9f70b9de81994e2c19f + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87793/805930/googlemock-1.7.0.563853-windows-563853.tar.bz2 + https://github.com/secondlife/3p-googlemock/releases/download/v1.7.0.77bba00/googlemock-1.7.0.77bba00-windows-77bba00.tar.zst name windows @@ -985,16 +995,18 @@ archive hash - 27638c692f0ec6121e54bf75f2d45e49 + df51dff9a820fc96c18c2bc00b64467e541633a5 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/87792/805936/googlemock-1.7.0.563853-windows64-563853.tar.bz2 + https://github.com/secondlife/3p-googlemock/releases/download/v1.7.0.77bba00/googlemock-1.7.0.77bba00-windows64-77bba00.tar.zst name windows64 version - 1.7.0.563853 + 1.7.0.77bba00 gstreamer -- cgit v1.2.3 From 1d43352652bc404cc8e1e16707a8202520709bbc Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 2 Jun 2023 13:18:35 -0400 Subject: SL-18837: Update libxml2, minizip-ng, colladadom Update libxml2 to release v2.9.4.7476681. Update minizip-ng to release v3.0.2.3e9876e. Update colladadom to release v2.3.d1ef72a. --- autobuild.xml | 56 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 25 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index c5aa7b5de7..d44a709bea 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -253,9 +253,11 @@ archive hash - a880dfc15fcb330baf548a85324cd88a + 7f447d30d7add80270a55cf3c53000392821a1cb + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/104133/913090/colladadom-2.3.574693-darwin64-574693.tar.bz2 + https://github.com/secondlife/3p-colladadom/releases/download/v2.3.d1ef72a/colladadom-2.3.d1ef72a-darwin64-d1ef72a.tar.zst name darwin64 @@ -277,9 +279,11 @@ archive hash - 7e84441d9c7cf019a7bdc7b818b16c27 + 48f27593701c1a72bee1e0feef559eb8e209f26e + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/104112/912957/colladadom-2.3.574693-windows-574693.tar.bz2 + https://github.com/secondlife/3p-colladadom/releases/download/v2.3.d1ef72a/colladadom-2.3.d1ef72a-windows-d1ef72a.tar.zst name windows @@ -289,16 +293,18 @@ archive hash - 2eaffbb8a93b03a732d3c47055a8efcb + b32294a2f31f5b4ca49928e66832aad1bb4a88ac + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/104135/913103/colladadom-2.3.574693-windows64-574693.tar.bz2 + https://github.com/secondlife/3p-colladadom/releases/download/v2.3.d1ef72a/colladadom-2.3.d1ef72a-windows64-d1ef72a.tar.zst name windows64 version - 2.3.574693 + 2.3.d1ef72a cubemaptoequirectangular @@ -1697,11 +1703,11 @@ archive hash - 996b6dc851531b9f2b8b6a84a30ec1b4bf547a5f + 2c46547d9dc83c47f41eacc7e5092affa72f3eee hash_algorithm sha1 url - https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-darwin64-dfc418f.tar.zst + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.7476681/libxml2-2.9.4.7476681-darwin64-7476681.tar.zst name darwin64 @@ -1711,11 +1717,11 @@ archive hash - db3abe85e569a7ceaa1c352d8e0f6d1987357671 + 4cda464277bfa6756ce4663a91cd724f3f45b8d8 hash_algorithm sha1 url - https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-linux64-dfc418f.tar.zst + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.7476681/libxml2-2.9.4.7476681-linux64-7476681.tar.zst name linux64 @@ -1725,11 +1731,11 @@ archive hash - db18550ad820dca5e8d382cbc735b68e4fa681d6 + 7446cbaed41c26b67122c203c556161893b5b425 hash_algorithm sha1 url - https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-windows-dfc418f.tar.zst + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.7476681/libxml2-2.9.4.7476681-windows-7476681.tar.zst name windows @@ -1739,18 +1745,18 @@ archive hash - b21aa35f1423d2aa490336f66312118fb3fc7de1 + 7e506d26f8cb6f205146e41d74095e7e27087e84 hash_algorithm sha1 url - https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.dfc418f/libxml2-2.9.4.dfc418f-windows64-dfc418f.tar.zst + https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.7476681/libxml2-2.9.4.7476681-windows64-7476681.tar.zst name windows64 version - 2.9.4.dfc418f + 2.9.4.7476681 llappearance_utility @@ -2118,11 +2124,11 @@ archive hash - 8b2da95c58944ee15d9e6eff9e0043c494cb2571 + 303fa93a0fd6c636a65fd9d5d53beceb84752b0e hash_algorithm sha1 url - https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-darwin64-298f1f2.tar.zst + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.3e9876e/minizip_ng-3.0.2.3e9876e-darwin64-3e9876e.tar.zst name darwin64 @@ -2132,11 +2138,11 @@ archive hash - 3b0a7ebe15eb1c8bb072f4b90c7f4165c894f42f + d4f35ebcea53ab6e9f2e6cbc0d680b10d10b9c53 hash_algorithm sha1 url - https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-linux64-298f1f2.tar.zst + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.3e9876e/minizip_ng-3.0.2.3e9876e-linux64-3e9876e.tar.zst name linux64 @@ -2146,11 +2152,11 @@ archive hash - 689d17ca2e2c7659651764831dfe739241f7a9c1 + ff191c1d6515234d8c671360215c52c5974988b1 hash_algorithm sha1 url - https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-windows-298f1f2.tar.zst + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.3e9876e/minizip_ng-3.0.2.3e9876e-windows-3e9876e.tar.zst name windows @@ -2160,18 +2166,18 @@ archive hash - 3579072a96643ffeed73a829909d9d647c1b977c + 5dc469172ba4c6015d5b771e516bc88a65d769eb hash_algorithm sha1 url - https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.298f1f2/minizip_ng-3.0.2.298f1f2-windows64-298f1f2.tar.zst + https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.3e9876e/minizip_ng-3.0.2.3e9876e-windows64-3e9876e.tar.zst name windows64 version - 3.0.2.298f1f2 + 3.0.2.3e9876e nghttp2 -- cgit v1.2.3 From 659af42ff86ce750d1fc7caaa5631d6dde9444db Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 2 Jun 2023 16:05:36 -0400 Subject: SL-18837: Update apr_suite to release v1.7.2-fb873f5. --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index d44a709bea..b232ad21d9 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -51,11 +51,11 @@ archive hash - adf2a55a8596a5d2b8357c8816e32f17307bfff8 + d0d6dff5e242a93a00cac1e3d9d3d4eef8c1cfa7 hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.6312917/apr_suite-1.7.2.6312917-darwin64-6312917.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-fb873f5/apr_suite-1.7.2-fb873f5-darwin64-fb873f5.tar.zst name darwin64 @@ -77,11 +77,11 @@ archive hash - b55acee452f79cc13f241e57be5fabef19ec8bb0 + dec807118bb2f2e8b2b44b3aea8c490589f6565b hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.6312917/apr_suite-1.7.2.6312917-windows-6312917.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-fb873f5/apr_suite-1.7.2-fb873f5-windows-fb873f5.tar.zst name windows @@ -91,18 +91,18 @@ archive hash - 3460bacbf5c806bbf7d1fef3c510ed2a7ba4ad6e + 082faa1384a5e0f7e3af7ad125544731a590d710 hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2.6312917/apr_suite-1.7.2.6312917-windows64-6312917.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-fb873f5/apr_suite-1.7.2-fb873f5-windows64-fb873f5.tar.zst name windows64 version - 1.7.2.6312917 + 1.7.2-fb873f5 boost -- cgit v1.2.3 From 6503c0b2b8bcde78d990391f07d3527123f11fb3 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Mon, 5 Jun 2023 10:53:14 -0400 Subject: SL-18837: Update apr_suite to release v1.7.2-4d6fcb2. --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index b232ad21d9..31ab78c79b 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -51,11 +51,11 @@ archive hash - d0d6dff5e242a93a00cac1e3d9d3d4eef8c1cfa7 + 20efce94a857d97ba9b947bcf802136175815d5b hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-fb873f5/apr_suite-1.7.2-fb873f5-darwin64-fb873f5.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-4d6fcb2/apr_suite-1.7.2-4d6fcb2-darwin64-4d6fcb2.tar.zst name darwin64 @@ -77,11 +77,11 @@ archive hash - dec807118bb2f2e8b2b44b3aea8c490589f6565b + 0421edc009fb19747bc8affaaeb6826f31e29909 hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-fb873f5/apr_suite-1.7.2-fb873f5-windows-fb873f5.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-4d6fcb2/apr_suite-1.7.2-4d6fcb2-windows-4d6fcb2.tar.zst name windows @@ -91,18 +91,18 @@ archive hash - 082faa1384a5e0f7e3af7ad125544731a590d710 + a1fe8589dcaafa6bc3ea29a02617468e2d2a23c0 hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-fb873f5/apr_suite-1.7.2-fb873f5-windows64-fb873f5.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-4d6fcb2/apr_suite-1.7.2-4d6fcb2-windows64-4d6fcb2.tar.zst name windows64 version - 1.7.2-fb873f5 + 1.7.2-4d6fcb2 boost -- cgit v1.2.3 From 996ea03d874c714f312c1bfbafda3dddc2172a39 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Wed, 7 Jun 2023 09:31:10 -0400 Subject: SL-18837: On Windows, try using py.exe Python stub. --- autobuild.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 31ab78c79b..9c8bf57f60 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3676,6 +3676,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} -A ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + -DPYTHON_EXECUTABLE=C:\Windows\py.exe default @@ -3719,6 +3720,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DINSTALL_PROPRIETARY=FALSE -DUSE_KDU=FALSE -DUSE_OPENAL:BOOL=ON + -DPYTHON_EXECUTABLE=C:\Windows\py.exe name @@ -3752,6 +3754,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} -A ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + -DPYTHON_EXECUTABLE=C:\Windows\py.exe name @@ -3794,6 +3797,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DINSTALL_PROPRIETARY=FALSE -DUSE_KDU=FALSE -DUSE_OPENAL:BOOL=ON + -DPYTHON_EXECUTABLE=C:\Windows\py.exe name -- cgit v1.2.3 From 3ffa57473d4aec6a32807873513f7d880ec4bc67 Mon Sep 17 00:00:00 2001 From: Brad Linden Date: Wed, 7 Jun 2023 14:48:24 -0700 Subject: Revert "SL-18837: On Windows, try using py.exe Python stub." This reverts commit 996ea03d874c714f312c1bfbafda3dddc2172a39. --- autobuild.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 9c8bf57f60..31ab78c79b 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -3676,7 +3676,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} -A ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} - -DPYTHON_EXECUTABLE=C:\Windows\py.exe default @@ -3720,7 +3719,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DINSTALL_PROPRIETARY=FALSE -DUSE_KDU=FALSE -DUSE_OPENAL:BOOL=ON - -DPYTHON_EXECUTABLE=C:\Windows\py.exe name @@ -3754,7 +3752,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} -A ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} - -DPYTHON_EXECUTABLE=C:\Windows\py.exe name @@ -3797,7 +3794,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DINSTALL_PROPRIETARY=FALSE -DUSE_KDU=FALSE -DUSE_OPENAL:BOOL=ON - -DPYTHON_EXECUTABLE=C:\Windows\py.exe name -- cgit v1.2.3 From 41a738591e94b6fdb51b50a047ad9274050444d4 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Mon, 10 Jul 2023 13:21:02 -0400 Subject: SL-18837: Update apr_suite to release v1.7.2-e935465. --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 31ab78c79b..420723a64e 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -51,11 +51,11 @@ archive hash - 20efce94a857d97ba9b947bcf802136175815d5b + dc4a38439f90325b406ec3f7cc4fa66edf0eeec8 hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-4d6fcb2/apr_suite-1.7.2-4d6fcb2-darwin64-4d6fcb2.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-e935465/apr_suite-1.7.2-e935465-darwin64-e935465.tar.zst name darwin64 @@ -77,11 +77,11 @@ archive hash - 0421edc009fb19747bc8affaaeb6826f31e29909 + abb48e031b4bbab5fa48d2872ef2db065f33d8ac hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-4d6fcb2/apr_suite-1.7.2-4d6fcb2-windows-4d6fcb2.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-e935465/apr_suite-1.7.2-e935465-windows-e935465.tar.zst name windows @@ -91,18 +91,18 @@ archive hash - a1fe8589dcaafa6bc3ea29a02617468e2d2a23c0 + 8233de9a11f323a03d569db1043ba5198176457b hash_algorithm sha1 url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-4d6fcb2/apr_suite-1.7.2-4d6fcb2-windows64-4d6fcb2.tar.zst + https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-e935465/apr_suite-1.7.2-e935465-windows64-e935465.tar.zst name windows64 version - 1.7.2-4d6fcb2 + 1.7.2-e935465 boost -- cgit v1.2.3 From 6f1e7d58e32bc281c981fb0229c84a2cbf6eece2 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 14 Jul 2023 10:17:13 -0400 Subject: SL-18837: Update llphysicsextensions_source to release v1.0.c93156d. --- autobuild.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 420723a64e..c75154465e 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1838,11 +1838,11 @@ creds github hash - 2d0ba3d6c0f4c73f603bc7d61135079ef281686d + 48bca5d0233d1e724a59f649a2c6c7ac5f40ec3c hash_algorithm sha1 url - https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108908515 + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/117009335 name darwin64 @@ -1854,11 +1854,11 @@ creds github hash - 90b1d01ab2fe93dd584de87df8cb42d1ec35f109 + 39f52d0350e130f41c5c758f7cb94e87b962c223 hash_algorithm sha1 url - https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108908517 + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/117009336 name linux64 @@ -1870,11 +1870,11 @@ creds github hash - 397daeb397719448858eabae6061c795d127b8fb + 362126acd5348b20636ce7489dc9e6887a5a415d hash_algorithm sha1 url - https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108908521 + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/117009343 name windows @@ -1886,11 +1886,11 @@ creds github hash - 475d0d49a28bcc04b3af8c9d5e8b0dbafa542db9 + 7b5e645fb7eb399abbea63bd21e8063bbb32a911 hash_algorithm sha1 url - https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/108908518 + https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/117009339 name windows64 -- cgit v1.2.3 From bbb192eb7935feb095d12d2af4860bb0958268fa Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Tue, 18 Jul 2023 16:26:28 -0400 Subject: SL-19854: Update bugsplat to release v1.0.7.86a960a. --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index c75154465e..39fd0c02b1 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -195,11 +195,11 @@ archive hash - 4490a7d3986a4e04d6569fea7ae9e618735d5a6f + 598333cfc5f84a1cffe2b26db340c9828f9e2cc9 hash_algorithm sha1 url - https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.108c9b7/bugsplat-1.0.7.108c9b7-darwin64-108c9b7.tar.zst + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.86a960a/bugsplat-1.0.7.86a960a-darwin64-86a960a.tar.zst name darwin64 @@ -209,11 +209,11 @@ archive hash - 029d087004f3f59f39376a0dea60d3d4a4e77610 + 5452c917fb1d3fd68b45cdc19f88590c9ef50bb2 hash_algorithm sha1 url - https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.108c9b7/bugsplat-4.0.3.0.108c9b7-windows-108c9b7.tar.zst + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.86a960a/bugsplat-4.0.3.0.86a960a-windows-86a960a.tar.zst name windows @@ -223,18 +223,18 @@ archive hash - 56163ae7aa5fa2e0b2e77d0fc63205452bc16351 + 772f61e5b9fd048f463a50ab4381d57cef0d76aa hash_algorithm sha1 url - https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.108c9b7/bugsplat-4.0.3.0.108c9b7-windows64-108c9b7.tar.zst + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.86a960a/bugsplat-4.0.3.0.86a960a-windows64-86a960a.tar.zst name windows64 version - 4.0.3.0.108c9b7 + 4.0.3.0.86a960a colladadom -- cgit v1.2.3 From 248f78b45ec9ee275f3b97e50b9962f2e54dbde2 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 21 Jul 2023 10:24:46 -0400 Subject: SL-19854: Update bugsplat to release v1.0.7-527603a. --- autobuild.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 39fd0c02b1..233a41676b 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -195,11 +195,11 @@ archive hash - 598333cfc5f84a1cffe2b26db340c9828f9e2cc9 + d152f19f4a5a9c8013f006e19b1fcd88692bccf1 hash_algorithm sha1 url - https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.86a960a/bugsplat-1.0.7.86a960a-darwin64-86a960a.tar.zst + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7-527603a/bugsplat-1.0.7-527603a-darwin64-527603a.tar.zst name darwin64 @@ -209,11 +209,11 @@ archive hash - 5452c917fb1d3fd68b45cdc19f88590c9ef50bb2 + 21afe91b0f334685ca46bf043784145f9a85709f hash_algorithm sha1 url - https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.86a960a/bugsplat-4.0.3.0.86a960a-windows-86a960a.tar.zst + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7-527603a/bugsplat-4.0.3.0-527603a-windows-527603a.tar.zst name windows @@ -223,18 +223,18 @@ archive hash - 772f61e5b9fd048f463a50ab4381d57cef0d76aa + 1364da04333570b73c771e4f4acd1bacc7fc3f02 hash_algorithm sha1 url - https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7.86a960a/bugsplat-4.0.3.0.86a960a-windows64-86a960a.tar.zst + https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7-527603a/bugsplat-4.0.3.0-527603a-windows64-527603a.tar.zst name windows64 version - 4.0.3.0.86a960a + 4.0.3.0-527603a colladadom -- cgit v1.2.3 From 093b6a1494574ab142020f5ca3871574103223fa Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 6 Oct 2023 06:55:34 -0400 Subject: SL-18837: Update to Dullahan 1.14.0 with CEF 117 --- autobuild.xml | 1418 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 709 insertions(+), 709 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 9f6913c9de..c9b077dc27 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1,20 +1,14 @@ + version + 1.3 + type + autobuild installables SDL - copyright - Copyright (C) 1997-2012 Sam Lantinga - description - Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. - license - lgpl - license_file - LICENSES/SDL.txt - name - SDL platforms linux64 @@ -30,21 +24,21 @@ linux64 + license + lgpl + license_file + LICENSES/SDL.txt + copyright + Copyright (C) 1997-2012 Sam Lantinga version 1.2.15 + name + SDL + description + Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. apr_suite - copyright - Copyright © 2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. - description - Apache portable runtime project - license - apache - license_file - LICENSES/apr_suite.txt - name - apr_suite platforms darwin64 @@ -102,21 +96,21 @@ windows64 + license + apache + license_file + LICENSES/apr_suite.txt + copyright + Copyright © 2012 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. version 1.7.2-e935465 + name + apr_suite + description + Apache portable runtime project boost - copyright - (see individual source files) - description - Boost C++ Libraries - license - boost 1.0 - license_file - LICENSES/boost.txt - name - boost platforms darwin64 @@ -174,21 +168,21 @@ windows64 + license + boost 1.0 + license_file + LICENSES/boost.txt + copyright + (see individual source files) version 1.81 + name + boost + description + Boost C++ Libraries bugsplat - copyright - Copyright 2003-2017, BugSplat - description - Bugsplat crash reporting package - license - Proprietary - license_file - LICENSES/BUGSPLAT_LICENSE.txt - name - bugsplat platforms darwin64 @@ -234,19 +228,21 @@ windows64 + license + Proprietary + license_file + LICENSES/BUGSPLAT_LICENSE.txt + copyright + Copyright 2003-2017, BugSplat version 4.0.3.0-527603a + name + bugsplat + description + Bugsplat crash reporting package colladadom - copyright - Copyright 2006 Sony Computer Entertainment Inc. - license - SCEA - license_file - LICENSES/collada.txt - name - colladadom platforms darwin64 @@ -304,19 +300,19 @@ windows64 + license + SCEA + license_file + LICENSES/collada.txt + copyright + Copyright 2006 Sony Computer Entertainment Inc. version 2.3.d1ef72a + name + colladadom cubemaptoequirectangular - copyright - Copyright (c) 2017 Jaume Sanchez Elias, http://www.clicktorelease.com - license - MIT - license_file - LICENSES/CUBEMAPTOEQUIRECTANGULAR_LICENSE.txt - name - cubemaptoequirectangular platforms darwin64 @@ -374,21 +370,19 @@ windows64 + license + MIT + license_file + LICENSES/CUBEMAPTOEQUIRECTANGULAR_LICENSE.txt + copyright + Copyright (c) 2017 Jaume Sanchez Elias, http://www.clicktorelease.com version 1.1.0 + name + cubemaptoequirectangular curl - copyright - Copyright (c) 1996 - 2014, Daniel Stenberg, (daniel@haxx.se). - description - Library for transferring data specified with URL syntax - license - curl - license_file - LICENSES/curl.txt - name - curl platforms darwin64 @@ -446,21 +440,21 @@ windows64 + license + curl + license_file + LICENSES/curl.txt + copyright + Copyright (c) 1996 - 2014, Daniel Stenberg, (daniel@haxx.se). version 7.54.1-5a4a82d + name + curl + description + Library for transferring data specified with URL syntax dbus_glib - copyright - Copyright (C) Red Hat Inc. - description - D-Bus bindings for glib - license - Academic Free License v. 2.1 - license_file - LICENSES/dbus-glib.txt - name - dbus_glib platforms linux64 @@ -476,21 +470,21 @@ linux64 + license + Academic Free License v. 2.1 + license_file + LICENSES/dbus-glib.txt + copyright + Copyright (C) Red Hat Inc. version 0.76 + name + dbus_glib + description + D-Bus bindings for glib dictionaries - copyright - Copyright 2014 Apache OpenOffice software - description - Spell checking dictionaries to bundled into the viewer - license - various open source - license_file - LICENSES/dictionaries.txt - name - dictionaries platforms common @@ -508,21 +502,21 @@ common + license + various open source + license_file + LICENSES/dictionaries.txt + copyright + Copyright 2014 Apache OpenOffice software version None + name + dictionaries + description + Spell checking dictionaries to bundled into the viewer dullahan - copyright - Copyright (c) 2017, Linden Research, Inc. - description - A headless browser SDK that uses the Chromium Embedded Framework (CEF). It is designed to make it easier to write applications that render modern web content directly to a memory buffer, inject synthesized mouse and keyboard events as well as interact with web based features like JavaScript or cookies. - license - MPL - license_file - LICENSES/LICENSE.txt - name - dullahan platforms darwin64 @@ -530,11 +524,11 @@ archive hash - 26302518fa132a8a9da7eddee53ee583ab7581b3 + 6bb33eb9818f8b166e3bad22ba84fec0f9b397fa hash_algorithm sha1 url - https://github.com/secondlife/dullahan/releases/download/v1.13.0.202305180006_113.1.5_ge452d82_chromium-113.0.5672.93-1758b1b/dullahan-1.13.0.202305180020_113.1.5_ge452d82_chromium-113.0.5672.93-darwin64-1758b1b.tar.zst + https://github.com/secondlife/dullahan/releases/download/v1.14.0/dullahan-1.14.0.202310042042_117.2.2_ge80c977_chromium-117.0.5938.132-darwin64-bb8417d.tar.zst name darwin64 @@ -558,31 +552,31 @@ archive hash - f29e543a6f85aa5b5093d2f4db0b192e28da601a + 7100f36b969d3c09bcaf50df988b4035c77e3158 hash_algorithm sha1 url - https://github.com/secondlife/dullahan/releases/download/v1.13.0.202305180006_113.1.5_ge452d82_chromium-113.0.5672.93-1758b1b/dullahan-1.13.0.202305180125_113.1.5_ge452d82_chromium-113.0.5672.93-windows64-1758b1b.tar.zst + https://github.com/secondlife/dullahan/releases/download/v1.14.0/dullahan-1.14.0.202310042145_117.2.2_ge80c977_chromium-117.0.5938.132-windows64-bb8417d.tar.zst name windows64 + license + MPL + license_file + LICENSES/LICENSE.txt + copyright + Copyright (c) 2017, Linden Research, Inc. version - 1.13.0.202305180125_113.1.5_ge452d82_chromium-113.0.5672.93 + 1.14.0.202310042145_117.2.2_ge80c977_chromium-117.0.5938.132 + name + dullahan + description + A headless browser SDK that uses the Chromium Embedded Framework (CEF). It is designed to make it easier to write applications that render modern web content directly to a memory buffer, inject synthesized mouse and keyboard events as well as interact with web based features like JavaScript or cookies. expat - copyright - Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper - Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. - description - Expat is an XML parser library written in C - license - expat - license_file - LICENSES/expat.txt - name - expat platforms darwin64 @@ -642,21 +636,21 @@ windows64 + license + expat + license_file + LICENSES/expat.txt + copyright + Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd and Clark Cooper - Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006 Expat maintainers. version 2.1.1.1f36d02 + name + expat + description + Expat is an XML parser library written in C fmodstudio - copyright - FMOD Studio by Firelight Technologies Pty Ltd. - description - FMOD Studio API - license - fmod - license_file - LICENSES/fmodstudio.txt - name - fmodstudio platforms darwin64 @@ -724,21 +718,21 @@ windows64 + license + fmod + license_file + LICENSES/fmodstudio.txt + copyright + FMOD Studio by Firelight Technologies Pty Ltd. version 2.02.13.578928 + name + fmodstudio + description + FMOD Studio API fontconfig - copyright - Copyright (C) 2000,2001,2002,2003,2004,2006,2007 Keith Packard, 2005 Patrick Lam, 2009 Roozbeh Pournader, 2008,2009 Red Hat, Inc., 2008 Danilo Šegan, 2012 Google, Inc. - description - Fontconfig is a library for configuring and customizing font access. - license - bsd - license_file - LICENSES/fontconfig.txt - name - fontconfig platforms linux64 @@ -754,21 +748,21 @@ linux64 + license + bsd + license_file + LICENSES/fontconfig.txt + copyright + Copyright (C) 2000,2001,2002,2003,2004,2006,2007 Keith Packard, 2005 Patrick Lam, 2009 Roozbeh Pournader, 2008,2009 Red Hat, Inc., 2008 Danilo Šegan, 2012 Google, Inc. version 2.11.0 + name + fontconfig + description + Fontconfig is a library for configuring and customizing font access. freetype - copyright - Copyright 2006, 2007, 2008, 2009, 2010 by David Turner, Robert Wilhelm, and Werner Lemberg. - description - Font rendering library - license - FreeType - license_file - LICENSES/freetype.txt - name - freetype platforms darwin64 @@ -828,21 +822,21 @@ windows64 + license + FreeType + license_file + LICENSES/freetype.txt + copyright + Copyright 2006, 2007, 2008, 2009, 2010 by David Turner, Robert Wilhelm, and Werner Lemberg. version 2.4.4.4f739fa + name + freetype + description + Font rendering library glext - copyright - Copyright (c) 2007-2010 The Khronos Group Inc. - description - glext headers define function prototypes and constants for OpenGL extensions - license - Copyright (c) 2007-2010 The Khronos Group Inc. - license_file - LICENSES/glext.txt - name - glext platforms common @@ -908,21 +902,21 @@ windows64 + license + Copyright (c) 2007-2010 The Khronos Group Inc. + license_file + LICENSES/glext.txt + copyright + Copyright (c) 2007-2010 The Khronos Group Inc. version 68 + name + glext + description + glext headers define function prototypes and constants for OpenGL extensions glh_linear - copyright - Copyright (c) 2000 Cass Everitt - description - glh - is a platform-indepenedent C++ OpenGL helper library - license - BSD - license_file - LICENSES/glh-linear.txt - name - glh_linear platforms common @@ -940,21 +934,21 @@ common + license + BSD + license_file + LICENSES/glh-linear.txt + copyright + Copyright (c) 2000 Cass Everitt version None + name + glh_linear + description + glh - is a platform-indepenedent C++ OpenGL helper library googlemock - copyright - Copyright 2008, Google Inc. - description - a library for writing and using C++ mock classes - license - BSD - license_file - LICENSES/gmock.txt - name - googlemock platforms darwin64 @@ -1012,19 +1006,21 @@ windows64 + license + BSD + license_file + LICENSES/gmock.txt + copyright + Copyright 2008, Google Inc. version 1.7.0.77bba00 + name + googlemock + description + a library for writing and using C++ mock classes gstreamer - copyright - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> - license - LGPL - license_file - LICENSES/gstreamer.txt - name - gstreamer platforms linux64 @@ -1040,19 +1036,19 @@ linux64 + license + LGPL + license_file + LICENSES/gstreamer.txt + copyright + Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> version 0.10.6.314267 + name + gstreamer gtk-atk-pango-glib - copyright - Copyright (various, see sources) - license - lgpl - license_file - LICENSES/gtk-atk-pango-glib.txt - name - gtk-atk-pango-glib platforms linux64 @@ -1068,21 +1064,19 @@ linux64 + license + lgpl + license_file + LICENSES/gtk-atk-pango-glib.txt + copyright + Copyright (various, see sources) version 0.1 + name + gtk-atk-pango-glib havok-source - copyright - Uses Havok (TM) Physics. (c)Copyright 1999-2010 Havok.com Inc. (and its Licensors). All Rights Reserved. See www.havok.com for details. - description - Havok source code for libs and demos - license - havok - license_file - LICENSES/havok.txt - name - havok-source platforms darwin64 @@ -1146,19 +1140,21 @@ windows64 + license + havok + license_file + LICENSES/havok.txt + copyright + Uses Havok (TM) Physics. (c)Copyright 1999-2010 Havok.com Inc. (and its Licensors). All Rights Reserved. See www.havok.com for details. version 2012.1-2 + name + havok-source + description + Havok source code for libs and demos jpegencoderbasic - copyright - Andreas Ritter, www.bytestrom.eu, 11/2009 - license - NONE - license_file - LICENSES/JPEG_ENCODER_BASIC_LICENSE.txt - name - jpegencoderbasic platforms darwin64 @@ -1216,21 +1212,19 @@ windows64 + license + NONE + license_file + LICENSES/JPEG_ENCODER_BASIC_LICENSE.txt + copyright + Andreas Ritter, www.bytestrom.eu, 11/2009 version 1.0 + name + jpegencoderbasic jpeglib - copyright - Copyright (C) 1991-2011, Thomas G. Lane, Guido Vollbeding. - description - JPEG encoding, decoding library - license - jpeglib - license_file - LICENSES/jpeglib.txt - name - jpeglib platforms darwin64 @@ -1290,21 +1284,21 @@ windows64 + license + jpeglib + license_file + LICENSES/jpeglib.txt + copyright + Copyright (C) 1991-2011, Thomas G. Lane, Guido Vollbeding. version 8c.7846234 + name + jpeglib + description + JPEG encoding, decoding library jsoncpp - copyright - Copyright (c) 2007-2010 Baptiste Lepilleur - description - jsoncpp is an implementation of a JSON (http://json.org) reader and writer in C++. - license - public domain - license_file - LICENSES/jsoncpp.txt - name - jsoncpp platforms darwin64 @@ -1364,21 +1358,21 @@ windows64 + license + public domain + license_file + LICENSES/jsoncpp.txt + copyright + Copyright (c) 2007-2010 Baptiste Lepilleur version 0.5.0.bc46e62 + name + jsoncpp + description + jsoncpp is an implementation of a JSON (http://json.org) reader and writer in C++. kdu - copyright - Kakadu software - description - JPEG2000 library by Kakadu - license - Kakadu - license_file - LICENSES/kdu.txt - name - kdu platforms darwin64 @@ -1446,21 +1440,21 @@ windows64 + license + Kakadu + license_file + LICENSES/kdu.txt + copyright + Kakadu software version 7.10.4.539108 + name + kdu + description + JPEG2000 library by Kakadu libhunspell - copyright - See hunspell.txt - description - Spell checking library - license - LGPL - license_file - LICENSES/hunspell.txt - name - libhunspell platforms darwin64 @@ -1520,21 +1514,21 @@ windows64 + license + LGPL + license_file + LICENSES/hunspell.txt + copyright + See hunspell.txt version 1.3.2.650fb94 + name + libhunspell + description + Spell checking library libndofdev - copyright - Copyright (c) 2007, 3Dconnexion, Inc. - All rights reserved. - description - 3DConnexion SDK - license - BSD - license_file - LICENSES/libndofdev.txt - name - libndofdev platforms darwin64 @@ -1580,21 +1574,21 @@ windows64 + license + BSD + license_file + LICENSES/libndofdev.txt + copyright + Copyright (c) 2007, 3Dconnexion, Inc. - All rights reserved. version 0.1.8e9edc7 + name + libndofdev + description + 3DConnexion SDK libpng - copyright - Copyright (c) 2004, 2006-2013 Glenn Randers-Pehrson - description - PNG Reference library - license - libpng - license_file - LICENSES/libpng.txt - name - libpng platforms darwin64 @@ -1652,21 +1646,21 @@ windows64 + license + libpng + license_file + LICENSES/libpng.txt + copyright + Copyright (c) 2004, 2006-2013 Glenn Randers-Pehrson version 1.6.38-ca06e99 + name + libpng + description + PNG Reference library libuuid - copyright - Copyright (c) 2004-2008 The OSSP Project <http://www.ossp.org/> - description - OSSP uuid is a ISO-C:1999 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). - license - UUID - license_file - LICENSES/uuid.txt - name - libuuid platforms linux64 @@ -1682,21 +1676,21 @@ linux64 + license + UUID + license_file + LICENSES/uuid.txt + copyright + Copyright (c) 2004-2008 The OSSP Project <http://www.ossp.org/> version 1.6.2 + name + libuuid + description + OSSP uuid is a ISO-C:1999 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). libxml2 - copyright - Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved. - description - Libxml2 is the XML C parser and toolkit developed for the Gnome project. - license - mit - license_file - LICENSES/libxml2.txt - name - libxml2 platforms darwin64 @@ -1756,21 +1750,21 @@ windows64 + license + mit + license_file + LICENSES/libxml2.txt + copyright + Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved. version 2.9.4.7476681 + name + libxml2 + description + Libxml2 is the XML C parser and toolkit developed for the Gnome project. llappearance_utility - copyright - Copyright (c) 2000-2012, Linden Research, Inc. - description - Linden Lab appearance utility for server-side avatar baking services. - license - Proprietary - license_file - LICENSES/llappearanceutility.txt - name - llappearance_utility platforms linux @@ -1786,20 +1780,21 @@ linux + license + Proprietary + license_file + LICENSES/llappearanceutility.txt + copyright + Copyright (c) 2000-2012, Linden Research, Inc. version 0.0.1 + name + llappearance_utility + description + Linden Lab appearance utility for server-side avatar baking services. llca - copyright - Copyright (c) 2016, Linden Research, Inc.; data provided by the Mozilla NSS Project. - - license - mit - license_file - LICENSES/ca-license.txt - name - llca platforms common @@ -1817,19 +1812,20 @@ common + license + mit + license_file + LICENSES/ca-license.txt + copyright + Copyright (c) 2016, Linden Research, Inc.; data provided by the Mozilla NSS Project. + version 202305160024.0 + name + llca llphysicsextensions_source - copyright - Copyright (c) 2010, Linden Research, Inc. - license - internal - license_file - LICENSES/llphysicsextensions.txt - name - llphysicsextensions_source platforms darwin64 @@ -1897,19 +1893,19 @@ windows64 - version - 1.0.565768 - - llphysicsextensions_stub - - copyright - Copyright (c) 2010, Linden Research, Inc. license internal license_file LICENSES/llphysicsextensions.txt + copyright + Copyright (c) 2010, Linden Research, Inc. + version + 1.0.565768 name - llphysicsextensions_stub + llphysicsextensions_source + + llphysicsextensions_stub + platforms darwin64 @@ -1949,19 +1945,19 @@ windows + license + internal + license_file + LICENSES/llphysicsextensions.txt + copyright + Copyright (c) 2010, Linden Research, Inc. version 1.0.542456 + name + llphysicsextensions_stub llphysicsextensions_tpv - copyright - Copyright (c) 2010, Linden Research, Inc. - license - internal - license_file - LICENSES/HavokSublicense.pdf - name - llphysicsextensions_tpv platforms darwin64 @@ -2013,17 +2009,19 @@ windows + license + internal + license_file + LICENSES/HavokSublicense.pdf + copyright + Copyright (c) 2010, Linden Research, Inc. version 1.0.561752 + name + llphysicsextensions_tpv mesa - license - mesa - license_file - LICENSES/mesa.txt - name - mesa platforms linux @@ -2039,23 +2037,17 @@ linux + license + mesa + license_file + LICENSES/mesa.txt version 7.11.1.297294 + name + mesa meshoptimizer - canonical_repo - https://bitbucket.org/lindenlab/3p-meshoptimizer - copyright - Copyright (c) 2016-2021 Arseny Kapoulkine - description - Meshoptimizer. Mesh optimization library. - license - meshoptimizer - license_file - LICENSES/meshoptimizer.txt - name - meshoptimizer platforms darwin64 @@ -2101,23 +2093,23 @@ windows64 + license + meshoptimizer + license_file + LICENSES/meshoptimizer.txt + copyright + Copyright (c) 2016-2021 Arseny Kapoulkine version 160 + name + meshoptimizer + canonical_repo + https://bitbucket.org/lindenlab/3p-meshoptimizer + description + Meshoptimizer. Mesh optimization library. minizip-ng - canonical_repo - https://bitbucket.org/lindenlab/3p-minizip-ng - copyright - This project uses the zlib license. Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler - description - minizip-ng is a zip manipulation library. Based on work of Gilles Vollant. - license - minizip-ng - license_file - LICENSES/minizip-ng.txt - name - minizip-ng platforms darwin64 @@ -2177,22 +2169,23 @@ windows64 + license + minizip-ng + license_file + LICENSES/minizip-ng.txt + copyright + This project uses the zlib license. Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler version 3.0.2.3e9876e + name + minizip-ng + canonical_repo + https://bitbucket.org/lindenlab/3p-minizip-ng + description + minizip-ng is a zip manipulation library. Based on work of Gilles Vollant. nghttp2 - copyright - Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa -Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors - description - Library providing HTTP 2 support for libcurl - license - MIT - license_file - LICENSES/nghttp2.txt - name - nghttp2 platforms darwin64 @@ -2252,23 +2245,24 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 - source_type - hg + license + MIT + license_file + LICENSES/nghttp2.txt + copyright + Copyright (c) 2012, 2014, 2015, 2016 Tatsuhiro Tsujikawa +Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors version 1.40.0.b1526c6 + name + nghttp2 + description + Library providing HTTP 2 support for libcurl + source_type + hg nvapi - copyright - Copyright © 2012 NVIDIA Corporation. All rights reserved. - description - NVAPI provides an interface to NVIDIA devices. - license - NVIDIA Corporation Software License Agreement – NVAPI SDK - license_file - LICENSES/NVAPI_SDK_License_Agreement.pdf - name - nvapi platforms windows @@ -2300,21 +2294,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + NVIDIA Corporation Software License Agreement – NVAPI SDK + license_file + LICENSES/NVAPI_SDK_License_Agreement.pdf + copyright + Copyright © 2012 NVIDIA Corporation. All rights reserved. version 352.aac0e19 + name + nvapi + description + NVAPI provides an interface to NVIDIA devices. ogg_vorbis - copyright - Copyright (c) 2002, Xiph.org Foundation - description - Audio encoding library - license - ogg-vorbis - license_file - LICENSES/ogg-vorbis.txt - name - ogg_vorbis platforms darwin64 @@ -2372,36 +2366,36 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 - version - 1.3.3-1.3.6.e4101b6 + license + ogg-vorbis + license_file + LICENSES/ogg-vorbis.txt + copyright + Copyright (c) 2002, Xiph.org Foundation + version + 1.3.3-1.3.6.e4101b6 + name + ogg_vorbis + description + Audio encoding library open-libndofdev - copyright - Copyright (c) 2008, Jan Ciger (jan.ciger (at) gmail.com) - description - Open Source replacement for 3DConnection SDK license BSD license_file LICENSES/libndofdev.txt - name - open-libndofdev + copyright + Copyright (c) 2008, Jan Ciger (jan.ciger (at) gmail.com) version 0.3 + name + open-libndofdev + description + Open Source replacement for 3DConnection SDK openal - copyright - Creative Labs - description - OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications. - license - lgpl - license_file - LICENSES/openal.txt - name - openal platforms linux64 @@ -2443,21 +2437,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + lgpl + license_file + LICENSES/openal.txt + copyright + Creative Labs version 1.12.854-1.1.0.314223 + name + openal + description + OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications. openjpeg - copyright - Copyright (c) 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium; Copyright (c) 2002-2007, Professor Benoit Macq; Copyright (c) 2001-2003, David Janssens; Copyright (c) 2002-2003, Yannick Verschueren; Copyright (c) 2003-2007, Francois-Olivier Devaux and Antonin Descampe; Copyright (c) 2005, Herve Drolon, FreeImage Team; Copyright (c) 2006-2007, Parvatha Elangovan; Copyright (c) 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr>; Copyright (c) 2010-2011, Kaori Hagihara; Copyright (c) 2011-2012, Centre National d'Etudes Spatiales (CNES), France; Copyright (c) 2012, CS Systemes d'Information, France; - description - The OpenJPEG library is an open-source JPEG 2000 codec written in C language. - license - BSD - license_file - LICENSES/openjpeg.txt - name - openjpeg platforms darwin64 @@ -2517,21 +2511,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + BSD + license_file + LICENSES/openjpeg.txt + copyright + Copyright (c) 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium; Copyright (c) 2002-2007, Professor Benoit Macq; Copyright (c) 2001-2003, David Janssens; Copyright (c) 2002-2003, Yannick Verschueren; Copyright (c) 2003-2007, Francois-Olivier Devaux and Antonin Descampe; Copyright (c) 2005, Herve Drolon, FreeImage Team; Copyright (c) 2006-2007, Parvatha Elangovan; Copyright (c) 2008, Jerome Fimes, Communications & Systemes <jerome.fimes@c-s.fr>; Copyright (c) 2010-2011, Kaori Hagihara; Copyright (c) 2011-2012, Centre National d'Etudes Spatiales (CNES), France; Copyright (c) 2012, CS Systemes d'Information, France; version 2.5.0.ea12248 + name + openjpeg + description + The OpenJPEG library is an open-source JPEG 2000 codec written in C language. openssl - copyright - Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved; Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - description - Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) Library - license - openssl - license_file - LICENSES/openssl.txt - name - openssl platforms darwin64 @@ -2591,21 +2585,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + openssl + license_file + LICENSES/openssl.txt + copyright + Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved; Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) version 1.1.1q.de53f55 + name + openssl + description + Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) Library pcre - copyright - Copyright (c) 1997-2014 University of Cambridge; Copyright(c) 2009-2014 Zoltan Herczeg; Copyright (c) 2007-2012, Google Inc. - description - PCRE Perl-compatible regular expression library - license - bsd - license_file - LICENSES/pcre-license.txt - name - pcre platforms darwin64 @@ -2663,21 +2657,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + bsd + license_file + LICENSES/pcre-license.txt + copyright + Copyright (c) 1997-2014 University of Cambridge; Copyright(c) 2009-2014 Zoltan Herczeg; Copyright (c) 2007-2012, Google Inc. version 8.35.979fd86 + name + pcre + description + PCRE Perl-compatible regular expression library slvoice - copyright - 2010 Vivox, including audio coding using Polycom¨ Siren14TM (ITU-T Rec. G.722.1 Annex C) - description - Vivox SDK components - license - Mixed - license_file - LICENSES/vivox_licenses.txt - name - slvoice platforms darwin64 @@ -2741,19 +2735,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + Mixed + license_file + LICENSES/vivox_licenses.txt + copyright + 2010 Vivox, including audio coding using Polycom¨ Siren14TM (ITU-T Rec. G.722.1 Annex C) version 4.10.0000.32327.5fc3fe7c.571099 + name + slvoice + description + Vivox SDK components threejs - copyright - Copyright © 2010-2021 three.js authors - license - MIT - license_file - LICENSES/THREEJS_LICENSE.txt - name - threejs platforms darwin64 @@ -2811,23 +2807,19 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + MIT + license_file + LICENSES/THREEJS_LICENSE.txt + copyright + Copyright © 2010-2021 three.js authors version 0.132.2 + name + threejs tracy - canonical_repo - https://bitbucket.org/lindenlab/3p-tracy - copyright - Copyright (c) 2017-2021, Bartosz Taudul (wolf@nereid.pl) - description - Tracy Profiler Library - license - bsd - license_file - LICENSES/tracy_license.txt - name - tracy platforms darwin64 @@ -2871,25 +2863,27 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + bsd + license_file + LICENSES/tracy_license.txt + copyright + Copyright (c) 2017-2021, Bartosz Taudul (wolf@nereid.pl) + version + v0.7.8.563351 + name + tracy + canonical_repo + https://bitbucket.org/lindenlab/3p-tracy + description + Tracy Profiler Library source https://bitbucket.org/lindenlab/3p-tracy source_type git - version - v0.7.8.563351 tut - copyright - Copyright 2002-2006 Vladimir Dyuzhev, Copyright 2007 Denis Kononenko, Copyright 2008-2009 Michał Rzechonek - description - TUT is a small and portable unit test framework for C++. - license - bsd - license_file - LICENSES/tut.txt - name - tut platforms common @@ -2907,21 +2901,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors common + license + bsd + license_file + LICENSES/tut.txt + copyright + Copyright 2002-2006 Vladimir Dyuzhev, Copyright 2007 Denis Kononenko, Copyright 2008-2009 Michał Rzechonek version 2008.11.30 + name + tut + description + TUT is a small and portable unit test framework for C++. uriparser - copyright - Copyright (C) 2007, Weijia Song <songweijia@gmail.com>, Sebastian Pipping <webmaster@hartwork.org> - description - uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license. - license - New BSD license - license_file - LICENSES/uriparser.txt - name - uriparser platforms darwin64 @@ -2981,21 +2975,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + New BSD license + license_file + LICENSES/uriparser.txt + copyright + Copyright (C) 2007, Weijia Song <songweijia@gmail.com>, Sebastian Pipping <webmaster@hartwork.org> version 0.9.4 + name + uriparser + description + uriparser is a strictly RFC 3986 compliant URI parsing and handling library written in C. uriparser is cross-platform, fast, supports Unicode and is licensed under the New BSD license. viewer-manager - copyright - Copyright (c) 2000-2012, Linden Research, Inc. - description - Linden Lab Viewer Management Process suite. - license - viewerlgpl - license_file - LICENSE - name - viewer-manager platforms darwin64 @@ -3053,23 +3047,25 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + viewerlgpl + license_file + LICENSE + copyright + Copyright (c) 2000-2012, Linden Research, Inc. + version + 3.0.cc7ea1e + name + viewer-manager + description + Linden Lab Viewer Management Process suite. source https://bitbucket.org/lindenlab/vmp-standalone source_type hg - version - 3.0.cc7ea1e vlc-bin - copyright - Copyright (C) 1998-2016 VLC authors and VideoLAN - license - GPL2 - license_file - LICENSES/vlc.txt - name - vlc-bin platforms darwin64 @@ -3115,21 +3111,19 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + GPL2 + license_file + LICENSES/vlc.txt + copyright + Copyright (C) 1998-2016 VLC authors and VideoLAN version 3.0.16.c219a5d + name + vlc-bin xmlrpc-epi - copyright - Copyright: (C) 2000 Epinions, Inc. - description - XMLRPC Library - license - xmlrpc-epi - license_file - LICENSES/xmlrpc-epi.txt - name - xmlrpc-epi platforms darwin64 @@ -3189,21 +3183,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + xmlrpc-epi + license_file + LICENSES/xmlrpc-epi.txt + copyright + Copyright: (C) 2000 Epinions, Inc. version 0.54.1.8a05acf + name + xmlrpc-epi + description + XMLRPC Library xxhash - copyright - Copyright (c) 2012-2021 Yann Collet - description - xxHash Library - license - xxhash - license_file - LICENSES/xxhash.txt - name - xxhash platforms common @@ -3275,23 +3269,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + xxhash + license_file + LICENSES/xxhash.txt + copyright + Copyright (c) 2012-2021 Yann Collet version 0.8.1.7501c90 + name + xxhash + description + xxHash Library zlib-ng - canonical_repo - https://bitbucket.org/lindenlab/3p-zlib-ng - copyright - Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler - description - zlib data compression library for the next generation systems - license - zlib-ng - license_file - LICENSES/zlib-ng.txt - name - zlib-ng platforms darwin64 @@ -3351,24 +3343,24 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors windows64 + license + zlib-ng + license_file + LICENSES/zlib-ng.txt + copyright + Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler version 1.2.11.zlib-ng.32fd361 + name + zlib-ng + canonical_repo + https://bitbucket.org/lindenlab/3p-zlib-ng + description + zlib data compression library for the next generation systems package_description - canonical_repo - https://github.com/secondlife/viewer - copyright - Copyright (c) 2020, Linden Research, Inc. - description - Second Life Viewer - license - LGPL - license_file - docs/LICENSE-source.txt - name - Second Life Viewer platforms common @@ -3377,9 +3369,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors RelWithDebInfo - build - - configure command @@ -3390,7 +3379,10 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=TRUE - + + + build + name RelWithDebInfo @@ -3399,10 +3391,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors configure - arguments - - ../indra - command cmake options @@ -3411,16 +3399,17 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=FALSE - + + arguments + + ../indra + name RelWithDebInfoOS Release - build - - configure command @@ -3431,7 +3420,10 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=TRUE - + + + build + name Release @@ -3440,10 +3432,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors configure - arguments - - ../indra - command cmake options @@ -3452,7 +3440,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -DADDRESS_SIZE:STRING=$AUTOBUILD_ADDRSIZE -DROOT_PROJECT_NAME:STRING=SecondLife -DINSTALL_PROPRIETARY=FALSE - + + arguments + + ../indra + name ReleaseOS @@ -3463,12 +3455,22 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors darwin64 - build_directory - build-darwin-x86_64 configurations RelWithDebInfo + configure + + options + + -G + Xcode + + arguments + + ../indra + + build command @@ -3479,19 +3481,7 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors RelWithDebInfo -project SecondLife.xcodeproj - - - configure - - arguments - - ../indra - - options - - -G - Xcode - + default True @@ -3500,6 +3490,14 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors RelWithDebInfoOS + configure + + options + + -G + Xcode + + build command @@ -3510,21 +3508,25 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors RelWithDebInfo -project SecondLife.xcodeproj - + + name + RelWithDebInfoOS + + Release + configure options -G Xcode - + + arguments + + ../indra + - name - RelWithDebInfoOS - - Release - build command @@ -3535,25 +3537,21 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors Release -project SecondLife.xcodeproj - + + name + Release + + ReleaseOS + configure - arguments - - ../indra - options -G Xcode - + - name - Release - - ReleaseOS - build command @@ -3564,48 +3562,40 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors Release -project SecondLife.xcodeproj - - - configure - - options - - -G - Xcode - + name ReleaseOS + build_directory + build-darwin-x86_64 name darwin64 linux64 - build_directory - build-linux-x86_64 configurations Release - build - - command - ninja - configure - arguments - - ../indra - options -G Ninja -DLL_TESTS=Off - + + arguments + + ../indra + + + build + + command + ninja default True @@ -3614,11 +3604,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors ReleaseOS - build - - command - ninja - configure options @@ -3626,7 +3611,12 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors -G Ninja -DLL_TESTS=Off - + + + build + + command + ninja name ReleaseOS @@ -3640,44 +3630,44 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors default + build_directory + build-linux-x86_64 name linux64 windows - build_directory - build-vc${AUTOBUILD_VSVER|170}-$AUTOBUILD_ADDRSIZE configurations RelWithDebInfo - build + configure + options + + -G + ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} + -A + ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + arguments - SecondLife.sln - + ..\indra + + + build + command devenv options /build RelWithDebInfo|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} - - - configure - + arguments - ..\indra - - options - - -G - ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} - -A - ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} - + SecondLife.sln + default True @@ -3686,12 +3676,25 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors RelWithDebInfoOS - build + configure + options + + -G + ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} + -A + ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} + -DINSTALL_PROPRIETARY=FALSE + -DUSE_KDU=FALSE + -DUSE_OPENAL:BOOL=ON + arguments - SecondLife.sln - + ..\indra + + + build + command msbuild.exe options @@ -3702,69 +3705,70 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors /p:useenv=true /verbosity:minimal /p:VCBuildAdditionalOptions= /incremental - + + arguments + + SecondLife.sln + + name + RelWithDebInfoOS + + Release + configure - arguments - - ..\indra - options -G ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} -A ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} - -DINSTALL_PROPRIETARY=FALSE - -DUSE_KDU=FALSE - -DUSE_OPENAL:BOOL=ON - + + arguments + + ..\indra + - name - RelWithDebInfoOS - - Release - build - arguments - - SecondLife.sln - command devenv options /build Release|${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} - + + arguments + + SecondLife.sln + + name + Release + + ReleaseOS + configure - arguments - - ..\indra - options -G ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} -A ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} - + -DUNATTENDED:BOOL=ON + -DINSTALL_PROPRIETARY=FALSE + -DUSE_KDU=FALSE + -DUSE_OPENAL:BOOL=ON + + arguments + + ..\indra + - name - Release - - ReleaseOS - build - arguments - - SecondLife.sln - command msbuild.exe options @@ -3775,40 +3779,36 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors /p:useenv=true /verbosity:minimal /p:VCBuildAdditionalOptions= /incremental - - - configure - + arguments - ..\indra - - options - - -G - ${AUTOBUILD_WIN_CMAKE_GEN|NOTWIN} - -A - ${AUTOBUILD_WIN_VSPLATFORM|NOTWIN} - -DUNATTENDED:BOOL=ON - -DINSTALL_PROPRIETARY=FALSE - -DUSE_KDU=FALSE - -DUSE_OPENAL:BOOL=ON - + SecondLife.sln + name ReleaseOS + build_directory + build-vc${AUTOBUILD_VSVER|170}-$AUTOBUILD_ADDRSIZE name windows + license + LGPL + license_file + docs/LICENSE-source.txt + copyright + Copyright (c) 2020, Linden Research, Inc. version_file newview/viewer_version.txt + name + Second Life Viewer + canonical_repo + https://github.com/secondlife/viewer + description + Second Life Viewer - type - autobuild - version - 1.3 - + \ No newline at end of file -- cgit v1.2.3 From 909371d0804fbfd74de2d4d088b7c7f17a9cfadd Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 6 Oct 2023 11:52:42 -0400 Subject: SL-18837: Remove 32-bit Windows package entries. glext, which contains only header files, now builds only a single common package instead of platform-specific ones. But as long as we retain the platform-specific URLs, autobuild will continue to prefer those over the common platform. Remove all platform-specific glext package entries. --- autobuild.xml | 622 +--------------------------------------------------------- 1 file changed, 4 insertions(+), 618 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index c9b077dc27..1d7d623b71 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -67,20 +67,6 @@ name linux64 - windows - - archive - - hash - abb48e031b4bbab5fa48d2872ef2db065f33d8ac - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-apr_suite/releases/download/v1.7.2-e935465/apr_suite-1.7.2-e935465-windows-e935465.tar.zst - - name - windows - windows64 archive @@ -139,20 +125,6 @@ name linux64 - windows - - archive - - hash - 401f576f99e8a72850061c885072278e3e886434 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-boost/releases/download/v1.81-90bb2df/boost-1.81-windows-90bb2df.tar.zst - - name - windows - windows64 archive @@ -199,20 +171,6 @@ name darwin64 - windows - - archive - - hash - 21afe91b0f334685ca46bf043784145f9a85709f - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-bugsplat/releases/download/v1.0.7-527603a/bugsplat-4.0.3.0-527603a-windows-527603a.tar.zst - - name - windows - windows64 archive @@ -271,20 +229,6 @@ name linux64 - windows - - archive - - hash - 48f27593701c1a72bee1e0feef559eb8e209f26e - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-colladadom/releases/download/v2.3.d1ef72a/colladadom-2.3.d1ef72a-windows-d1ef72a.tar.zst - - name - windows - windows64 archive @@ -341,20 +285,6 @@ https://github.com/secondlife/3p-cubemap_to_eqr_js/releases/download/v1.1.0-d7afe27/cubemaptoequirectangular-1.1.0-linux64-d7afe27.tar.zst - windows - - archive - - hash - e53a8268474e0272f0252097873d52de7205351e - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-cubemap_to_eqr_js/releases/download/v1.1.0-d7afe27/cubemaptoequirectangular-1.1.0-windows-d7afe27.tar.zst - - name - windows - windows64 archive @@ -411,20 +341,6 @@ name linux64 - windows - - archive - - hash - a1ff1cea3b6171e4ed9f29249e72111866334615 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-curl/releases/download/v7.54.1-5a4a82d/curl-7.54.1-5a4a82d-windows-5a4a82d.tar.zst - - name - windows - windows64 archive @@ -533,20 +449,6 @@ name darwin64 - windows - - archive - - hash - f682df99c1acc5279a9161f2f13f446001e7871d - hash_algorithm - sha1 - url - https://github.com/secondlife/dullahan/releases/download/v1.13.0.202305180006_113.1.5_ge452d82_chromium-113.0.5672.93-1758b1b/dullahan-1.13.0.202305180125_113.1.5_ge452d82_chromium-113.0.5672.93-windows-1758b1b.tar.zst - - name - windows - windows64 archive @@ -607,20 +509,6 @@ name linux64 - windows - - archive - - hash - f663242ab6c7aa1601a96907202cfd04fee03720 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-expat/releases/download/v2.1.1.1f36d02/expat-2.1.1.1f36d02-windows-1f36d02.tar.zst - - name - windows - windows64 archive @@ -685,22 +573,6 @@ name linux64 - windows - - archive - - creds - github - hash - bbf3cfeb245ca73ce4fc6ac494c33b2071bfeb7b - hash_algorithm - sha1 - url - https://api.github.com/repos/secondlife/3p-fmodstudio/releases/assets/108908454 - - name - windows - windows64 archive @@ -793,20 +665,6 @@ name linux64 - windows - - archive - - hash - bb3c4f11b1c9f14e271c5ab16ca1ae743f1e3493 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-freetype/releases/download/v2.4.4.4f739fa/freetype-2.4.4.4f739fa-windows-4f739fa.tar.zst - - name - windows - windows64 archive @@ -853,54 +711,6 @@ name common - darwin64 - - archive - - hash - 1bd3214ac23474ea4c869e386970a1be - url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54835/510029/glext-68-darwin64-538965.tar.bz2 - - name - darwin64 - - linux64 - - archive - - hash - 5f3c9d61b620f949b199ebd8885218ed - url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/p64_3p-glext/rev/314200/arch/Linux/installer/glext-68-linux64-314200.tar.bz2 - - name - linux64 - - windows - - archive - - hash - 6a311615bce59b01cf73ee65012a9b38 - url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54951/511711/glext-68-windows-538965.tar.bz2 - - name - windows - - windows64 - - archive - - hash - daf619dab1cf7518af6532b18800c4b0 - url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/54924/511490/glext-68-windows64-538965.tar.bz2 - - name - windows64 - license Copyright (c) 2007-2010 The Khronos Group Inc. @@ -977,20 +787,6 @@ name linux64 - windows - - archive - - hash - 588ceffc4e30ff699694a9f70b9de81994e2c19f - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-googlemock/releases/download/v1.7.0.77bba00/googlemock-1.7.0.77bba00-windows-77bba00.tar.zst - - name - windows - windows64 archive @@ -1107,22 +903,6 @@ name linux64 - windows - - archive - - creds - github - hash - a28190162382667985fa8d105ba62fd1effbf65a - hash_algorithm - sha1 - url - https://api.github.com/repos/secondlife/3p-havok-source/releases/assets/108912601 - - name - windows - windows64 archive @@ -1183,20 +963,6 @@ https://github.com/secondlife/3p-jpeg_encoder_js/releases/download/v1.0-9165e47/jpegencoderbasic-1.0-linux64-9165e47.tar.zst - windows - - archive - - hash - 27a5ae2b7fb299685df499515b42342cab4d0973 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-jpeg_encoder_js/releases/download/v1.0-9165e47/jpegencoderbasic-1.0-windows-9165e47.tar.zst - - name - windows - windows64 archive @@ -1255,20 +1021,6 @@ name linux64 - windows - - archive - - hash - 4a78122a6130d9f647a17b1dd488ebe8c98f8b82 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-jpeglib/releases/download/v8c.7846234/jpeglib-8c.7846234-windows-7846234.tar.zst - - name - windows - windows64 archive @@ -1329,20 +1081,6 @@ name linux64 - windows - - archive - - hash - 866fd5106369a58bdab8193914ff20cf6f0d96ae - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-jsoncpp/releases/download/v0.5.0.bc46e62/jsoncpp-0.5.0.bc46e62-windows-bc46e62.tar.zst - - name - windows - windows64 archive @@ -1407,22 +1145,6 @@ name linux64 - windows - - archive - - creds - github - hash - 3513764294c0c3e4fa669f57bb26454c91e79692 - hash_algorithm - sha1 - url - https://api.github.com/repos/secondlife/3p-kdu/releases/assets/108298972 - - name - windows - windows64 archive @@ -1485,20 +1207,6 @@ name linux64 - windows - - archive - - hash - 305444c28da48c809ead766d99926309531b52b4 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-libhunspell/releases/download/v1.3.2.650fb94/libhunspell-1.3.2.650fb94-windows-650fb94.tar.zst - - name - windows - windows64 archive @@ -1545,20 +1253,6 @@ name darwin64 - windows - - archive - - hash - 1d8fce18cfd19af6c10fb5575beb95953d9dd12d - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-libndofdev/releases/download/v0.1.8e9edc7/libndofdev-0.1.8e9edc7-windows-8e9edc7.tar.zst - - name - windows - windows64 archive @@ -1610,26 +1304,12 @@ archive hash - 13de93ea11544051b69f238eeb644fd3 - url - http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/882/1946/libpng-1.6.8.500873-linux64-500873.tar.bz2 - - name - linux64 - - windows - - archive - - hash - c0c487d4dc8ed42b7e9834babb9697bdbf57c534 - hash_algorithm - sha1 + 13de93ea11544051b69f238eeb644fd3 url - https://github.com/secondlife/3p-libpng/releases/download/v1.6.38-ca06e99/libpng-1.6.38-ca06e99-windows-ca06e99.tar.zst + http://automated-builds-secondlife-com.s3.amazonaws.com/ct2/882/1946/libpng-1.6.8.500873-linux64-500873.tar.bz2 name - windows + linux64 windows64 @@ -1721,20 +1401,6 @@ name linux64 - windows - - archive - - hash - 7446cbaed41c26b67122c203c556161893b5b425 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-libxml2/releases/download/v2.9.4.7476681/libxml2-2.9.4.7476681-windows-7476681.tar.zst - - name - windows - windows64 archive @@ -1860,22 +1526,6 @@ name linux64 - windows - - archive - - creds - github - hash - 362126acd5348b20636ce7489dc9e6887a5a415d - hash_algorithm - sha1 - url - https://api.github.com/repos/secondlife/llphysicsextensions_source/releases/assets/117009343 - - name - windows - windows64 archive @@ -1984,18 +1634,6 @@ name linux64 - windows - - archive - - hash - 60e399f707bca32d0a4f7ee33ac4c35b - url - https://s3-proxy.lindenlab.com/private-builds-secondlife-com/ct2/84730/788138/llphysicsextensions_tpv-1.0.561752-windows-561752.tar.bz2 - - name - windows - windows64 archive @@ -2064,20 +1702,6 @@ name darwin64 - windows - - archive - - hash - 92af48f406d8f48b62005f319daad9c1751a6f5b - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-032f20a/meshoptimizer-160-windows-032f20a.tar.zst - - name - windows - windows64 archive @@ -2140,20 +1764,6 @@ name linux64 - windows - - archive - - hash - ff191c1d6515234d8c671360215c52c5974988b1 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-minizip-ng/releases/download/v3.0.2.3e9876e/minizip_ng-3.0.2.3e9876e-windows-3e9876e.tar.zst - - name - windows - windows64 archive @@ -2216,20 +1826,6 @@ name linux64 - windows - - archive - - hash - ea16c2b825b69af75c3a64df9e3c24a9021026ca - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-nghttp2/releases/download/v1.40.0.b1526c6/nghttp2-1.40.0.b1526c6-windows-b1526c6.tar.zst - - name - windows - windows64 archive @@ -2265,20 +1861,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors platforms - windows - - archive - - hash - 0a4752a250abd3df3c92ea4205c93598f88a1ecf - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-nvapi/releases/download/v352.aac0e19/nvapi-352.aac0e19-windows-aac0e19.tar.zst - - name - windows - windows64 archive @@ -2337,20 +1919,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - hash - 9fc1cc518c17929cb66d9b07f92b2751fda80371 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-ogg_vorbis/releases/download/v1.3.3-1.3.6.e4101b6/ogg_vorbis-1.3.3-1.3.6.e4101b6-windows-e4101b6.tar.zst - - name - windows - windows64 archive @@ -2410,20 +1978,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - hash - d9c86f79a6bb56a670e2801c33fd2dd1 - hash_algorithm - md5 - url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/p64_3p-openal/rev/314223/arch/CYGWIN/installer/openal-1.12.854-1.1.0.314223-windows-314223.tar.bz2 - - name - windows - windows64 archive @@ -2482,20 +2036,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - hash - f16bd2fe43901e510b53e57396b308f659443547 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-openjpeg/releases/download/v2.5.0.ea12248/openjpeg-2.5.0.ea12248-windows-ea12248.tar.zst - - name - windows - windows64 archive @@ -2556,20 +2096,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - hash - dbf2f69a7d73821dbe12288097298924e866e606 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-openssl/releases/download/v1.1.1q.de53f55/openssl-1.1.1q.de53f55-windows-de53f55.tar.zst - - name - windows - windows64 archive @@ -2628,20 +2154,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - hash - 5e93602abcd5130c21a6d554dc088390326e68e7 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-pcre/releases/download/v8.35.979fd86/pcre-8.35.979fd86-windows-979fd86.tar.zst - - name - windows - windows64 archive @@ -2702,22 +2214,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - creds - github - hash - 3a3dedc5ac1c19c6af40673908a3cc0c1f75c52c - hash_algorithm - sha1 - url - https://api.github.com/repos/secondlife/3p-slvoice/releases/assets/108299354 - - name - windows - windows64 archive @@ -2778,20 +2274,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-linux64-b8f6746.tar.zst - windows - - archive - - hash - 31bd892de74f171644ea67ac57e0391d2c7081b1 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-three_js/releases/download/v0.132.2-b8f6746/threejs-0.132.2-windows-b8f6746.tar.zst - - name - windows - windows64 archive @@ -2834,20 +2316,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name darwin64 - windows - - archive - - hash - 47c696cd2966c5cc3c8ba6115dd1f886 - hash_algorithm - md5 - url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/86973/801641/tracy-v0.7.8.563351-windows-563351.tar.bz2 - - name - windows - windows64 archive @@ -2946,20 +2414,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - hash - c07e234e5fbf1f92167ea5dd296a0fc7feb67199 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-uriparser/releases/download/v0.9.4-8fff38a/uriparser-0.9.4-windows-8fff38a.tar.zst - - name - windows - windows64 archive @@ -3020,18 +2474,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - hash - 647e86470e02509b1cf89829d08dfd46 - url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/116623/1003293/viewer_manager-3.0.580913-windows-580913.tar.bz2 - - name - windows - windows64 archive @@ -3082,20 +2524,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name darwin64 - windows - - archive - - hash - 712f25fe4780a089193fc4f23ed7dc9340d72994 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-vlc-bin/releases/download/v3.0.16.c219a5d/vlc_bin-3.0.16.c219a5d-windows-c219a5d.tar.zst - - name - windows - windows64 archive @@ -3154,20 +2582,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - hash - db122f53b03334d4f192ee7a5f12899ba4658003 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-xmlrpc-epi/releases/download/v0.54.1.8a05acf/xmlrpc_epi-0.54.1.8a05acf-windows-8a05acf.tar.zst - - name - windows - windows64 archive @@ -3240,20 +2654,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - hash - 8ac856ef69a7395c3b70c3fcc1edb7f3f4194f92 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-xxhash/releases/download/v0.8.1.7501c90/xxhash-0.8.1.7501c90-windows-7501c90.tar.zst - - name - windows - windows64 archive @@ -3314,20 +2714,6 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors name linux64 - windows - - archive - - hash - 2b5a50b0a3d31a07bc74cb77871ad195eb97c550 - hash_algorithm - sha1 - url - https://github.com/secondlife/3p-zlib-ng/releases/download/v1.2.11.zlib-ng.32fd361/zlib_ng-1.2.11.zlib-ng.32fd361-windows-32fd361.tar.zst - - name - windows - windows64 archive @@ -3811,4 +3197,4 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors Second Life Viewer - \ No newline at end of file + -- cgit v1.2.3 From 6d3fa5f13fe387cba498b5f833ffa560f7d86272 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 6 Oct 2023 12:25:13 -0400 Subject: SL-18837: Update Tracy to 0.8.1-235e98f --- autobuild.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 1d7d623b71..5233488733 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -2309,9 +2309,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - da7317e4a81609f624f84780f28b07de + b84ccb1606b3fc5b216d0123a23a4922e02b6bd8 + hash_algorithm + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/86972/801630/tracy-v0.7.8.563351-darwin64-563351.tar.bz2 + https://github.com/secondlife/3p-tracy/releases/download/v0.8.1-235e98f/tracy-v0.8.1.235e98f-darwin64-235e98f.tar.zst name darwin64 @@ -2321,11 +2323,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - b649ee6591e67d2341e886b3fc3484a7 + 54f126b85f179362cf0b6024e3cd621b53d68703 hash_algorithm - md5 + sha1 url - https://automated-builds-secondlife-com.s3.amazonaws.com/ct2/86974/801642/tracy-v0.7.8.563351-windows64-563351.tar.bz2 + https://github.com/secondlife/3p-tracy/releases/download/v0.8.1-235e98f/tracy-v0.8.1.235e98f-windows64-235e98f.tar.zst name windows64 @@ -2336,9 +2338,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors license_file LICENSES/tracy_license.txt copyright - Copyright (c) 2017-2021, Bartosz Taudul (wolf@nereid.pl) + Copyright (c) 2017-2022, Bartosz Taudul (wolf@nereid.pl) version - v0.7.8.563351 + v0.8.1.235e98f name tracy canonical_repo @@ -3197,4 +3199,4 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors Second Life Viewer - + \ No newline at end of file -- cgit v1.2.3 From 787ca67b5f2daf2ebbf880a51b74273e99539ca3 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 12 Oct 2023 11:32:25 -0400 Subject: SL-18837: Update llca to v202310121525.0-d22bd98 --- autobuild.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 5233488733..cae94df012 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1468,11 +1468,11 @@ archive hash - 3a45d167f60ed26dc1f8467b93ec64676cc7fe34 + e50ea94bbaa4ff41bf53b84b7192df1a694c5337 hash_algorithm sha1 url - https://github.com/secondlife/llca/releases/download/v202305121625.0-efdf149/llca-202305160024.0-common-efdf149.tar.zst + https://github.com/secondlife/llca/releases/download/v202310121525.0-d22bd98/llca-202310121530.0-common-d22bd98.tar.zst name common @@ -1486,7 +1486,7 @@ Copyright (c) 2016, Linden Research, Inc.; data provided by the Mozilla NSS Project. version - 202305160024.0 + 202310121530.0 name llca -- cgit v1.2.3 From be5a6e617971e3a786319ca92f2524fd6acc46da Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 12 Oct 2023 13:32:50 -0400 Subject: SL-18837: Update openal to v1.23.1-18e315c --- autobuild.xml | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index cae94df012..38f4a8c256 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1971,9 +1971,11 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - 7530fab3979312da75a903d87b73e3a9 + e0fbc4874acc4167a6e2b6489fbb8258d98fd665 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/p64_3p-openal/rev/314223/arch/Linux/installer/openal-1.12.854-1.1.0.314223-linux64-314223.tar.bz2 + https://github.com/secondlife/3p-openal-soft/releases/download/v1.23.1-18e315c/openal-1.23.1-linux64-18e315c.tar.zst name linux64 @@ -1983,26 +1985,42 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors archive hash - e0fdd9394a8cd8c6360b922f6f237e57 + 6ae3b5310eb1988741bc55416681ca9d64f76f85 + hash_algorithm + sha1 url - http://automated-builds-secondlife-com.s3.amazonaws.com/hg/repo/p64_3p-openal/rev/314223/arch/CYGWIN/installer/openal-1.12.854-1.1.0.314223-windows64-314223.tar.bz2 + https://github.com/secondlife/3p-openal-soft/releases/download/v1.23.1-18e315c/openal-1.23.1-windows64-18e315c.tar.zst name windows64 + darwin64 + + archive + + hash + 4edaef5f03a1122eae8467c4a04d9caccaaaf847 + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-openal-soft/releases/download/v1.23.1-18e315c/openal-1.23.1-darwin64-18e315c.tar.zst + + name + darwin64 + license - lgpl + LGPL2 license_file - LICENSES/openal.txt + LICENSES/openal-soft.txt copyright - Creative Labs + Copyright (C) 1999-2007 by authors. version - 1.12.854-1.1.0.314223 + 1.23.1 name openal description - OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications. + OpenAL Soft is a software implementation of the OpenAL 3D audio API. openjpeg -- cgit v1.2.3 From 56911455e0b1b4bbc7c39775325f2822c1168c69 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Fri, 13 Oct 2023 09:32:53 -0400 Subject: SL-18837: Update dullahan to v118.0.5993.54 This includes this week's CEF 118. --- autobuild.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'autobuild.xml') diff --git a/autobuild.xml b/autobuild.xml index 38f4a8c256..569b9f7c28 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -440,11 +440,11 @@ archive hash - 6bb33eb9818f8b166e3bad22ba84fec0f9b397fa + e4d568c166049ce61b39d69887b56d2382781a1a hash_algorithm sha1 url - https://github.com/secondlife/dullahan/releases/download/v1.14.0/dullahan-1.14.0.202310042042_117.2.2_ge80c977_chromium-117.0.5938.132-darwin64-bb8417d.tar.zst + https://github.com/secondlife/dullahan/releases/download/v118.0.5993.54/dullahan-1.14.0.202310131309_118.4.1_g3dd6078_chromium-118.0.5993.54-darwin64-6b02a60.tar.zst name darwin64 @@ -454,11 +454,11 @@ archive hash - 7100f36b969d3c09bcaf50df988b4035c77e3158 + a00eae7f5dc430ae48389ab723ced39739b0a144 hash_algorithm sha1 url - https://github.com/secondlife/dullahan/releases/download/v1.14.0/dullahan-1.14.0.202310042145_117.2.2_ge80c977_chromium-117.0.5938.132-windows64-bb8417d.tar.zst + https://github.com/secondlife/dullahan/releases/download/v118.0.5993.54/dullahan-1.14.0.202310131404_118.4.1_g3dd6078_chromium-118.0.5993.54-windows64-6b02a60.tar.zst name windows64 @@ -471,7 +471,7 @@ copyright Copyright (c) 2017, Linden Research, Inc. version - 1.14.0.202310042145_117.2.2_ge80c977_chromium-117.0.5938.132 + 1.14.0.202310131404_118.4.1_g3dd6078_chromium-118.0.5993.54 name dullahan description -- cgit v1.2.3