Brad King
5fa7f75577
ci: Do not linkcheck www.tasking.com URLs
...
The server's certificate fails verification.
2024-10-30 05:39:11 -04:00
Brad King
0b2be5c0bf
ci: linkcheck_ignore www.intel.com URLs more precisely
2024-10-30 05:38:00 -04:00
Brad King
323638f573
Merge topic 'libuv-error-mode-backport'
...
0f515c2d26 libuv: win/spawn: add option to use parent process error mode
728f40d4bf libuv: win/spawn: allow exception through to OS
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !9931
2024-10-28 09:32:24 -04:00
Brad King
8779b1ad28
Merge branch 'backport-ci-fedora-41' into ci-fedora-41
2024-10-26 06:02:18 -04:00
Brad King
f60b4c553e
Utilities/Sphinx: Tell linkcheck to not treat timeouts as broken
...
Sphinx 7.3 warns:
sphinx/builders/linkcheck.py:86: RemovedInSphinx80Warning:
The default value for 'linkcheck_report_timeouts_as_broken'
will change to False in Sphinx 8, ...
Configure that behavior explicitly.
2024-10-26 06:01:09 -04:00
Dylan Snelgrove
0f515c2d26
libuv: win/spawn: add option to use parent process error mode
...
Backport changes from libuv v2 commit `8ad246557a` (win,process: allow
users to configure child error mode, 2024-10-17) to add the
`UV_PROCESS_WINDOWS_USE_PARENT_ERROR_MODE` option.
Also use `UV_PROCESS_WINDOWS_USE_PARENT_ERROR_MODE` to keep
the behavior the same as before the option was added,
all child processes would be spawned the the parent's
error mode.
Issue: #20115
2024-10-25 08:51:45 -04:00
Dylan Snelgrove
728f40d4bf
libuv: win/spawn: allow exception through to OS
...
Backport changes from libuv v2 commit `da343e6237` (win: allow fatal
errors to trigger WER, 2023-01-17).
Issue: #20115
2024-10-25 08:51:45 -04:00
Brad King
7605228f5e
codespell: Fix typos
2024-10-25 08:43:04 -04:00
Brad King
3a96346a3f
Configure CMake itself with policies through CMake 3.30
2024-10-10 09:32:06 -04:00
Brad King
2cfe2ac0c7
Merge topic 'update-curl'
...
022d16659b curl: Work around missing OpenSSL symbol with LCC 1.23
01dde28dab ci: curl with Secure Transport on macOS does not support TLS 1.3
da52e4e571 curl: Set build options the way we need for CMake
ce908c42a3 Merge branch 'upstream-curl' into update-curl
1a2b208170 curl 2024-09-18 (7eb8c048)
862bd5defc curl: Update script to get curl 8.10.1
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9832
2024-09-20 10:09:47 -04:00
Brad King
022d16659b
curl: Work around missing OpenSSL symbol with LCC 1.23
...
Extend commit 8443dfa946 (curl: Work around missing OpenSSL symbol on
machine with LCC 1.23, 2023-01-30, v3.26.0-rc1~18^2) to cover the
`X509_get_signature_nid` symbol used by curl 8.10.
2024-09-19 11:03:46 -04:00
Brad King
da52e4e571
curl: Set build options the way we need for CMake
...
Set options added by the update to curl 8.10.1.
2024-09-19 10:15:40 -04:00
Brad King
387a9a746a
libarchive: tar: fix memory leaks when reading symlinks or parsing pax headers
...
Backport [libarchive PR 2338] to fix [libarchive issue 2336].
[libarchive PR 2338]: https://github.com/libarchive/libarchive/pull/2338
[libarchive issue 2336]: https://github.com/libarchive/libarchive/issues/2336
2024-09-19 10:01:04 -04:00
Brad King
ce908c42a3
Merge branch 'upstream-curl' into update-curl
...
* upstream-curl:
curl 2024-09-18 (7eb8c048)
2024-09-18 11:51:18 -04:00
Brad King
862bd5defc
curl: Update script to get curl 8.10.1
2024-09-18 11:24:37 -04:00
Brad King
21affa271e
Utilities: Update hard-coded try_compile results for libarchive 3.7.5
2024-09-17 13:03:11 -04:00
Brad King
fe3f0d469f
Merge branch 'upstream-LibArchive' into update-libarchive
...
* upstream-LibArchive:
LibArchive 2024-09-13 (12ecf841)
2024-09-17 13:03:03 -04:00
Brad King
dfbb1f2f0d
libarchive: Update script to get 3.7.5
2024-09-17 10:03:33 -04:00
Brad King
cd74a14633
Merge topic 'librhash-glibc-version'
...
628a807730 librhash: aligned_alloc is not available with glibc < 2.16
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9804
2024-09-10 08:06:09 -04:00
Dilshod Mukhtarov
628a807730
librhash: aligned_alloc is not available with glibc < 2.16
...
Revise the version check from commit e14300816b (librhash: aligned_alloc
is not available with glibc < 2.15, 2024-02-14, v3.29.0-rc2~30^2).
Issue: #25679
2024-09-09 09:45:04 -04:00
Brad King
1d46a7f7ee
Merge topic 'update-cppdap'
...
f6745ed29f Merge branch 'upstream-cppdap' into update-cppdap
bcfd096ed9 cppdap 2024-08-02 (c69444ed)
5098a08fde cppdap: Update script to get version as of 2024-08-02
Acked-by: Kitware Robot <kwrobot@kitware.com >
Tested-by: buildbot <buildbot@kitware.com >
Merge-request: !9730
2024-08-15 09:50:58 -04:00
Christoph Grüninger
f742c298a0
cppdap: include/dap/network.h: add <stdint.h> include for GCC 15
...
GCC 15 requires the include for the declaration of `uint32_t`.
Backport [cppdap PR 133](https://github.com/google/cppdap/pull/133 ).
2024-08-13 15:42:40 -04:00
Brad King
f6745ed29f
Merge branch 'upstream-cppdap' into update-cppdap
...
# By cppdap Upstream
* upstream-cppdap:
cppdap 2024-08-02 (c69444ed)
2024-08-13 15:36:07 -04:00
Brad King
5098a08fde
cppdap: Update script to get version as of 2024-08-02
2024-08-13 15:35:20 -04:00
Brad King
6b8ab3c282
expat: Hard-code configuration options for our needs
2024-08-13 15:22:45 -04:00
Brad King
25c2d60c04
Merge branch 'upstream-expat' into update-expat
...
* upstream-expat:
expat 2024-03-13 (fa75b965)
2024-08-13 15:22:18 -04:00
Brad King
fc5bbb1f01
expat: Update script to get Expat 2.6.2
2024-08-13 15:16:02 -04:00
Brad King
d211f111cd
Merge branch 'upstream-curl' into update-curl
...
* upstream-curl:
curl 2024-07-31 (83bedbd7)
2024-07-31 09:19:40 -04:00
Brad King
bccd0b606c
curl: Update script to get curl 8.9.1
2024-07-31 09:18:23 -04:00
Vito Gamberini
35734c8de3
PkgC: Add llpkgc to build
2024-07-29 13:14:41 -04:00
Brad King
080d876a79
Utilities: Update hard-coded try_compile results for curl 8.9.0
2024-07-25 11:05:31 -04:00
Brad King
c1a62dd104
curl: Set build options the way we need for CMake
...
Set options added by the update to curl 8.9.0.
2024-07-25 11:05:26 -04:00
Brad King
54c5367320
Merge branch 'upstream-curl' into update-curl
...
* upstream-curl:
curl 2024-07-24 (5040f7e9)
2024-07-25 11:05:06 -04:00
Brad King
60bd6acfbf
curl: Update script to get curl 8.9.0
2024-07-25 11:03:38 -04:00
Vito Gamberini
4b1b35bad3
Merge branch 'upstream-llpkgc' into llpkgc-integration
...
# By llpkgc upstream
* upstream-llpkgc:
llpkgc 2024-07-18 (7958a1de)
2024-07-19 12:14:40 -04:00
Vito Gamberini
ff79e60dd0
PkgC: Add update-llpkgc script
2024-07-19 12:13:17 -04:00
Brad King
cabbb9d6a7
Merge topic 'libuv-idna'
...
890beb19e6 libuv: backport IDNA input/output hardening fixes
Acked-by: Kitware Robot <kwrobot@kitware.com >
Acked-by: buildbot <buildbot@kitware.com >
Merge-request: !9658
2024-07-16 10:28:17 -04:00
Brad King
890beb19e6
libuv: backport IDNA input/output hardening fixes
...
Backport libuv commit `0f2d7e78` (fix: always zero-terminate idna
output, 2024-01-18, `v1.48.0~4`) and libuv commit `3530bcc3` (fix:
reject zero-length idna inputs, 2024-01-18, `v1.48.0~3`).
Fixes : #26112
2024-07-15 15:55:23 -04:00
Vito Gamberini
e0f9d81f09
STL: extend type_traits to deal with member pointers
2024-07-02 09:30:55 -04:00
Brad King
0c62599805
Merge topic 'libuv-macos-kqueue'
...
422c1de564 libuv: macos: restore use of kqueue instead of posix poll
7e3519e705 libuv: macos: reap child processes more reliably when using kqueue
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9619
2024-06-24 09:38:43 -04:00
Brad King
d1c614d87e
Merge topic 'libuv-macos-kqueue' into release-3.30
...
422c1de564 libuv: macos: restore use of kqueue instead of posix poll
7e3519e705 libuv: macos: reap child processes more reliably when using kqueue
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9619
2024-06-24 09:38:41 -04:00
Brad King
422c1de564
libuv: macos: restore use of kqueue instead of posix poll
...
Revert commit f54ec4e7f9 (libuv: macos: use posix poll instead of
kqueue, 2024-03-31, v3.29.1~7^2) and its parent. It is not necessary
after the kqueue-based implementation was fixed to reap child processes
more reliably.
Issue: #25839
2024-06-21 16:45:55 -04:00
Brad King
7e3519e705
libuv: macos: reap child processes more reliably when using kqueue
...
Backport libuv commit `42cc412c4a` (darwin,process: feed kevent the
signal to reap children, 2023-02-01, `v1.45.0~55`) from libuv PR 3893.
Fixes : #25839
2024-06-21 15:01:15 -04:00
Brad King
2b6b102435
Merge topic 'rel-win-wix-4'
...
f6c2f64d04 Utilities/Release: Update MSI generation to use WIX 4
a8cecc3b7f ci: Update CMake version to 3.30.0-rc1
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9591
2024-06-11 11:25:59 -04:00
Brad King
f6c2f64d04
Utilities/Release: Update MSI generation to use WIX 4
2024-06-10 11:22:15 -04:00
Brad King
115425e68c
Configure CMake itself with policies through CMake 3.29
2024-06-05 13:24:36 -04:00
Brad King
b731398a1a
curl: Set build options the way we need for CMake
...
Set options added by the update to curl 8.8.0.
2024-05-29 14:06:29 -04:00
Brad King
6badc712e1
Merge branch 'upstream-curl' into update-curl
...
* upstream-curl:
curl 2024-05-22 (fd567d4f)
2024-05-29 14:04:11 -04:00
Brad King
f336868146
curl: Update script to get curl 8.8.0
2024-05-29 13:59:31 -04:00
Brad King
374716a47a
Merge topic 'execute_process-child-startup-info'
...
fa8c04b421 Tests/RunCMake/execute_process: Check STARTUPINFOW reserved members
d98df689ab Merge branch 'libuv-win-process-no-extra-stdio'
a590382850 libuv: win/spawn: disable extra-file-descriptor support not needed by CMake
Acked-by: Kitware Robot <kwrobot@kitware.com >
Merge-request: !9541
2024-05-28 08:56:42 -04:00