Software 44424 Published by Philipp Esselbach 0

Roundcube Webmail just pushed security patches to both its LTS and stable branches, closing a messy list of flaws that could let attackers inject code or hijack sessions before anyone even logs in. The update specifically targets pre-auth SQL injection, session poisoning bypasses, LDAP code execution risks, and several network and CSS sanitization loopholes that automated scanners love to exploit. Server admins should back up their current files and database, extract the new release over the existing install while preserving custom configs, then run the built-in migration script and clear the cache to avoid interface glitches. Skipping third-party hosting panels during this process keeps custom settings intact and prevents a half-patched setup from breaking mid-week.

Software 44424 Published by Philipp Esselbach 0

"AM" AppImage Manager 10.2.1 clarifies update summaries by separating actual version bumps from simple checksum changes. Mistyped package names now trigger a smart suggestion prompt that uses fuzzy matching to auto-correct before installation. Users can safely restore default desktop launchers with the new reinstall --launcher flag, which backs up custom edits instead of blindly overwriting them. The release also rolls out expanded language support and patches several background bugs for more reliable portable app management.

Software 44424 Published by Philipp Esselbach 0

The Godot Foundation finally replaced the clunky Asset Library with a proper Asset Store that ties directly into existing developer accounts. Publishers now get built-in version tracking, changelogs, custom tags, and user ratings instead of relying on broken external links and separate logins. The old library stays online in read-only mode for legacy editor versions but is officially deprecated to cut years of maintenance headaches. Future updates will roll out full commerce features, streamlined donation tools for popular open-source plugins, and a cleaner way to host official extensions.

Software 44424 Published by Philipp Esselbach 0

VS Codium 1.121 lands as a maintenance release that finally squashes persistent AppImage and MSI packaging bugs while keeping the editor completely telemetry-free. The update strips out the onboarding wizard and disables AI coauthor by default, which trims startup overhead and aligns with the project's privacy-first approach. Linux users will notice fewer runtime warnings during execution, while Windows installers now handle updates more reliably without throwing permission errors. Grabbing the new version from the official releases page gives developers a cleaner, more stable coding environment without unnecessary cloud hooks or bloat.

Software 44424 Published by Philipp Esselbach 0

Bazaar 0.8.1 finally patches that frustrating bug where installed updates refused to appear in the interface. The release smooths out several visual glitches by fixing large SVG rendering, tightening loading states, and hiding empty data graphs. Users get a practical cancel button for downloads alongside better error handling to prevent leftover files from breaking future installations. Translation refreshes and backend tooling updates keep the focus strictly on reliable Flatpak management without adding unnecessary bloat.

Software 44424 Published by Philipp Esselbach 0

The nginx 1.31.1 mainline release patches a nasty buffer overflow in the rewrite module that routinely crashes worker processes when overlapping regex captures slip through. HTTP/2 now strictly caps response header sizes, while MP4 metadata parsing and mail proxy error paths get the quiet stability tweaks they actually need. Admins should push this update immediately, but running a config test first stops the new escape flag validation from breaking legacy routing rules. A simple binary swap and graceful reload handles the deployment, provided the team watches the worker logs for any allocation hiccups.

Software 44424 Published by Philipp Esselbach 0

Proxmox VE 9.2 finally automates cluster balancing with a dynamic load balancer that shifts workloads in real time without breaking high availability rules. The update also bakes native WireGuard and BGP support directly into the software-defined networking stack, which neatly sidesteps the usual headache of patching together external routing scripts. Administrators get a proper web interface for custom CPU profiles and a handy HA arm or disarm toggle that stops the cluster from throwing unnecessary failovers during maintenance windows. Under the hood it runs on Debian 13.5 with kernel 7.0 and updated core tools, making standard APT upgrades straightforward for most existing deployments.

Software 44424 Published by Philipp Esselbach 0

Godot 4.7 beta 3 skips flashy new features and focuses entirely on squashing regressions that would have broken existing projects during testing. The update finally fixes a CSG auto-smoothing performance drop, patches compute barrier crashes on Intel Iris Xe graphics, and stops the editor from flooding output windows with error spam during UI resizing. Developers pulling community assets will also appreciate the new verified author badge, which actually cuts down on wading through low-quality templates. Grabbing this snapshot before the final release remains the smartest way to catch edge cases and help stabilize the engine for production workflows.

Software 44424 Published by Philipp Esselbach 0

Zed editor 1.3.6 swaps experimental fluff for actual workflow upgrades by adding terminal threads to the sidebar and inline Mermaid diagram rendering inside the agent panel. Git users finally get a proper branch history view and context menu commands that keep version control tasks from forcing constant terminal switches. The update also trims dead weight by removing deprecated AI models while baking Bash language server support directly into the editor for faster syntax checking. Stability gets a solid boost with fixed git state tracking, better remote SSH handling, and prompt cache tweaks that actually cut down on lag during long coding sessions.

Software 44424 Published by Philipp Esselbach 0

Node.js 24.16.0 LTS has officially arrived with a mix of new features and important stability upgrades. Developers can now generate UUIDv7 identifiers through the crypto module, while the debugger supports edit-free runtime expression probes for smoother debugging sessions. The release also brings substantial dependency updates like OpenSSL 3.5.6 and npm 11.13.0, alongside QUIC protocol refinements and several filesystem improvements that add signal handling to stat operations. Beyond these highlights, the update addresses numerous bug fixes, streamlines test runner capabilities with mock timer support, and cleans up documentation across the entire codebase.

Software 44424 Published by Philipp Esselbach 0

The Fractal 14 release candidate lands on Flathub Beta with a faster room list and a smarter sidebar filter that jumps to the first match when you press Enter. Automated alerts like decryption failures now get distinct styling so they stand out from regular chat messages, while incoming call notifications finally appear in the timeline even though actual voice support remains missing. Developers have frozen all interface strings ahead of the stable launch, giving translators a clear window to polish localizations without chasing moving targets. Heavy Matrix users should test this build for smoother daily navigation and report any regressions before the final release locks down the codebase.

Software 44424 Published by Philipp Esselbach 0

Godot 4.6.3 lands as another routine maintenance patch that quietly patches eighty six bugs without rewriting the engine under your feet. It finally stops reference counting races, debugger hangs, and GLES3 lighting glitches while untangling the usual Android and iOS export headaches. You still need to keep Git running or maintain backups since even stable updates occasionally shift scene files or break custom plugins. Grab it if you want a dependable workbench while the team quietly pushes version four point seven forward.

Software 44424 Published by Philipp Esselbach 0

The Internet Systems Consortium just dropped maintenance updates for BIND 9, with versions 9.18.49 and 9.20.23 targeting production environments while 9.21.22 remains experimental. These releases patch six security vulnerabilities that could otherwise leave DNS servers open to cache poisoning or denial of service attacks. Administrators should verify the cryptographic signatures before compiling from source and carefully review the release notes for any deprecated configuration syntax that might break existing setups. Official packages and container images will roll out later today, but sticking to the stable branches and testing thoroughly in a staging environment remains the only sensible approach.

Software 44424 Published by Philipp Esselbach 0

Node.js 26.2.0 finally stabilizes stream.compose, which removes the guesswork around backpressure handling and makes data transformation pipelines noticeably more reliable without forcing developers to patch internal flags. The new http.writeInformation method closes a long-standing gap by routing provisional 1xx status codes through the proper HTTP stack instead of relying on hacky header manipulation that breaks under load balancers. Behind the scenes, crypto object slots get hardened against accidental parameter leakage while BoringSSL builds pick up modern algorithms like ML-DSA and ChaCha20-Poly1305 for environments that prefer smaller binaries. Core dependencies refresh across undici, sqlite, and V8, and QUIC rounds out the release with proper ALPN error reporting so UDP-based HTTP/3 connections stop failing silently in production.

Software 44424 Published by Philipp Esselbach 0

Ardour 9.5 finally brings serious MIDI editing tools to the table with a revamped pianoroll that supports chord drawing, quantization, and stacked automation lanes. The update adds reference notes so you can compare multiple regions without jumping between windows, while a new cross cursor and configurable color schemes make tracking sessions much easier to read. Quality of life upgrades like collapsible plugin views, track templates, and two fresh dark themes keep the interface from feeling cluttered during long mixing sessions. Under the hood, the release patches lingering latency and automation snapping bugs, adds initial Windows MSVC build support, and ships an opt-in MCP server for local LLM control without breaking existing workflows.

Software 44424 Published by Philipp Esselbach 0

Wireshark 4.6.6 arrives on Linux with essential security patches that prevent crashes in the ROHC dissector and fix a MACsec buffer overflow vulnerability. The release restructures how third-party extcap plugins are discovered, now defaulting to /usr/libexec/wireshark/extcap while allowing manual overrides via environment variables. Network analysts will also benefit from updated protocol decoders for Kafka, SIP, and industrial standards alongside native JSON capture file support.

Software 44424 Published by Philipp Esselbach 0

Wireshark 4.4.16 releases today with a critical patch that fixes a heap corruption bug in the ROHC dissector, preventing application crashes when processing malformed compressed header packets. The update also introduces direct capture file support for VeriWave equipment and refreshes protocol dissectors for Kafka, SIP, MDB, and RTPS-VT to improve traffic analysis accuracy. Network engineers and security analysts should upgrade immediately to maintain stable packet inspection workflows without unexpected segfaults. 

Software 44424 Published by Philipp Esselbach 0

PHP 8.5.7 Release Candidate 1 targets the notoriously finicky Opcache tracing JIT by patching multiple segmentation faults that routinely crash production servers under load. The update also closes two security holes in the URI extension where pointer truncation and false path matching could break routing logic or expose memory vulnerabilities. Beyond the critical fixes, developers get corrected behavior for version comparisons, date overflow handling, custom XPath queries, and OpenSSL 4.0 compatibility. Testing this candidate on staging environments before the final release drops will save teams from unexpected downtime when the stable build finally ships.

Software 44424 Published by Philipp Esselbach 0

Mesa 26.1.1 drops as a targeted bugfix update that squashes driver crashes, memory leaks, and Vulkan stability issues across AMD, Intel, NVIDIA, and ARM hardware. The patch set tightens up the NIR shader compiler, fixes variable rate shading glitches on RDNA cards, and adds proper Blackwell support while disabling problematic compression on Turing GPUs. Wayland compositors also get a race condition fix that prevents desktop freezes during display server handoffs. Users can grab the update through their distro package managers or compile it from source before the next maintenance window closes on June second.

Software 44424 Published by Philipp Esselbach 0

The first PHP 8.4.22 release candidate finally patches a tracing JIT crash triggered when virtual machine interrupts fire during observed function calls in Opcache. It also resolves memory leaks in SPL iterators and fixes OpenSSL 4.0 compatibility issues that could break newer cryptographic libraries. Standard library updates clean up version comparison edge cases, correct AIX ip2long() octal handling, and patch a MySQLnd connection attribute leak. Testing this candidate before the stable launch is highly recommended to catch any lingering regressions in production environments.