Branch: refs/heads/main
Home: https://github.com/dreamwidth/dreamwidth
Commit: 62c0b8e4ee1d12728c8f737eac0061161522fdaa
https://github.com/dreamwidth/dreamwidth/commit/62c0b8e4ee1d12728c8f737eac0061161522fdaa
Author: Mark Smith mark@dreamwidth.org
Date: 2026-04-11 (Sat, 11 Apr 2026)
Changed paths:
M src/dwtool/internal/aws/ecs.go
Log Message:
Remove legacy web image from web-canary and web-unauthenticated deploy targets
Both services are now fully on web22. This removes the old "web" option
from the deploy flow so only web22 is offered, matching web-shop.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Commit: 58ffd06e3da3ae4ea7b3122dac7a46685a4c35e4
https://github.com/dreamwidth/dreamwidth/commit/58ffd06e3da3ae4ea7b3122dac7a46685a4c35e4
Author: Mark Smith mark@dreamwidth.org
Date: 2026-04-11 (Sat, 11 Apr 2026)
Changed paths:
M .gitignore
Log Message:
.gitignore updates
Commit: 7cbc4931b3974ac99de9e3657f389ed8125a5566
https://github.com/dreamwidth/dreamwidth/commit/7cbc4931b3974ac99de9e3657f389ed8125a5566
Author: Mark Smith mark@dreamwidth.org
Date: 2026-04-11 (Sat, 11 Apr 2026)
Changed paths:
M cgi-bin/DW/Worker/ContentImporter/LiveJournal.pm
M doc/dependencies-cpanm
Log Message:
Fix content-importer-verify TLS connection failures
The importer's XMLRPC calls to remote LJ-based sites were failing with
"SSL wants a read first" due to a TLS 1.3 handshake issue with
IO::Socket::SSL 2.098 and OpenSSL 3.0 (see openssl/openssl#7967).
Force TLS 1.2 in call_xmlrpc as a workaround.
Also add missing Regexp::IPv6 dependency, which IO::Socket::IP needs
for address parsing — its absence caused a secondary "Can't locate
Regexp/IPv6.pm" failure.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Commit: 9eff707e837547024e178f5b0b8cbc30c6653350
https://github.com/dreamwidth/dreamwidth/commit/9eff707e837547024e178f5b0b8cbc30c6653350
Author: Mark Smith mark@dreamwidth.org
Date: 2026-04-11 (Sat, 11 Apr 2026)
Changed paths:
A bin/dev/importer-debug
M bin/ecs-shell
Log Message:
Add importer-debug diagnostic script and fix ecs-shell on macOS
Add bin/dev/importer-debug for diagnosing content-importer connectivity
issues on ECS containers. Tests DNS, TCP, TLS, HTTP, and XMLRPC layers
independently with timing and detailed error output.
Fix ecs-shell exec command failing on macOS due to base64 -w0 flag not
being supported (macOS uses base64 -i instead).
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
Compare: https://github.com/dreamwidth/dreamwidth/compare/388d47d72bfa...9eff707e8375
To unsubscribe from these emails, change your notification settings at https://github.com/dreamwidth/dreamwidth/settings/notifications