Select your language

12 Feb 2025

Memcached 1.6.36 Released!

Overview

Critical bugfix for the proxy when using an "internal" backend with extstore enabled. Does not affect the system otherwise.

The proxy's "internal cache" feature allows it to access cache objects from within itself, acting as both a proxy and a cache node. However when combined with extstore there was an error which could lead to memory corruption in some circumstances.

Fixes

  • proxy: fix mcp.internal memory corruption

09 Feb 2025

Bruno 1.38.1 Released!

v1.38.1 Latest
What's Changed
Update package.json with keywords by @ganesh-bruno in usebruno/bruno#3728
Added Redux DevTools and React Developer Tools in dev build by @ramki-bruno in usebruno/bruno#3750
fix: file input element - replace the deprecated path prop by @lohxt1 in usebruno/bruno#3757
New Contributors
@ramki-bruno made their first contribution in usebruno/bruno#3750
Full Changelog: usebruno/bruno@v1.38.0...v1.38.1

09 Feb 2025

Mailpit 1.22.2 Released!

Chore

  • Replace http.FileServer with custom controller to correctly encode gzipped error responses for embed.FS
  • Enable browser cache for embedded web UI assets
  • Update Go dependencies
  • Update node dependencies / esbuild

Fix

  • Add missing "latest" route to message attachment API endpoint (#437)
  • Remove recursive HTML regeneration in embedded HTML view (#434)
09 Feb 2025

Apache 2.4.63 Released!

Apache httpd 2.4.63 is released as GA.

07 February 2025 Update, see Httpd 2.4.63 crash with Window 7 https://www.apachelounge.com/viewtopic.php?t=9348

ASF and Apachelounge changes : https://www.apachelounge.com/Changelog-2.4.html

Important : NO security vulnerabilities fixed in 2.4.63, see https://httpd.apache.org/security/vulnerabilities_24.html .

VS17 Win32
The Win32 version is available again, see also discussion https://www.apachelounge.com/viewtopic.php?p=42099
Only build the with the standard Apache modules.
For non-standard modules (like mod_fcgid) use the VS16 Win32 ones at https://www.apachelounge.com/download/VS16/

Documentation: http://httpd.apache.org/docs/2.4/

Build with dependencies:

  • openssl 3.3.2
  • nghttp2 1.64.1
  • jansson 2.14
  • curl 8.11.1
  • apr 1.7.5
  • apr-util 1.6.3
  • apr-iconv 1.2.2
  • zlib 1.3.1
  • brotli 1.1.0
  • pcre2 10.44
  • libxml2 2.13.5
  • lua 5.4.7
  • expat 2.6.2

Notes VS17 OpenSSL 3.x.x:

  • Only PHP 8.2 and 8.1 (build with 3.x.x) is running as module.
    Running with mod_fcgid no issues seen.

For running as module, See also the post from user Otomatic and notes at https://www.apachelounge.com/viewtopic.php?t=8969
and https://www.apachelounge.com/viewtopic.php?t=8938

09 Feb 2025

Composer 2.8.5 Released!

Changelog

  • Added build provenance attestation so you can also now download and verify phar files from GitHub releases:

    gh release --repo composer/composer download --pattern composer.phar gh attestation verify --repo composer/composer composer.phar
  • Fixed unsupported funding values causing parse errors in packages (#12247)

  • Fixed support for a few newer funding formats (#12257)

  • Fixed InstalledVersions regression from 2.8.4 when reload() is used (#12269)

  • Fixed psr-0/psr-4 rules having unstable order in vendor/composer/autoload*.php (#12263)

  • Fixed a few warnings happening incorrectly in edge cases (#12284, #12268, #12283)

09 Feb 2025

Git 2.47.1 & 2.8.0-rc2 Released!

Git 2.47.1

Changes since Git for Windows v2.47.0(2) (October 22nd 2024)

This release comes with the first early native git-for-windows/git#3107, ready for testing (the included Git Bash is actually not native, for technical reasons, but the git.exe is a native ARM64 executable). Please report any issues!

New Features
Comes with Git v2.47.1.
Comes with cURL v8.11.0.
Comes with Git LFS v3.6.0.
Bug Fixes
Due to a bug introduced in the v2.47 cycle, git-for-windows/git#5231, which was git-for-windows/build-extra#578.
A potential crash in Git Bash on Insider versions of Windows/ARM64 git-for-windows/msys2-runtime#76.
On Windows/ARM64, running the 64-bit version of Git for Windows could infrequently cause deadlocked threads (see e.g. msys2/msys2-autobuild#62 or this one), git-for-windows/msys2-runtime#73.

Git 2.48.0-rc2

Git for Windows v2.48.0-rc2.windows.1 Pre-release
Changes since Git for Windows v2.47.1 (November 25th 2024)

New Features
Comes with Git v2.48.0-rc2.
Comes with cURL v8.11.1.
Comes with MinTTY v3.7.7.
New Git for Windows installation git-for-windows/build-extra#586.
Bug Fixes
The installer now correctly blocks the installation on Windows 7 and Windows 8 as these versions of Windows are no longer supported since Git for Windows v2.47.0
When using the cache credential helper, it could error out with "fatal: unable to connect to cache daemon: Unknown error" under certain circumstances; This git-for-windows/git#5329.

30 Jan 2025

Phpmyadmin 5.2.2 Released

phpMyAdmin 5.2.2 is released

2025-01-21

Welcome to the release of phpMyAdmin version 5.2.2, the "I should have released this sooner" release. This is primarily a bugfix release but also contains a few security fixes as noted below.

  • fix possible security issue in sql-parser which could cause long execution times that could create a DOS attack (thanks to Maximilian Krög https://github.com/MoonE)
  • fix an XSS vulnerability in the check tables feature (PMASA-2025-1, thanks to bluebird https://github.com/blue-bird1)
  • fix an XSS vulnerability in the Insert tab (PMASA-2025-2, thanks to frequent contributor Kamil Tekiela https://github.com/kamil-tekiela)
  • fix possible security issue with library code slim/psr7 (CVE-2023-30536)
  • fix possible security issue relating to iconv (CVE-2024-2961, PMASA-2025-3)
  • fix a full path disclosure in the Monitoring tab
  • issue #18268 Fix UI issue the theme manager is disabled
  • issue Allow opening server breadcrumb links in new tab with Ctrl/Meta key
  • issue #19141 Add cookie prefix '-__Secure-' to cookies to help prevent cookie smuggling
  • issue #18106 Fix renaming database with a view
  • issue #18120 Fix bug with numerical tables during renaming database
  • issue #16851 Fix ($cfg['Order']) default column order doesn't have have any effect since phpMyAdmin 4.2.0
  • issue #18258 Speed improvements when exporting a database
  • issue #18769 Improved collations support for MariaDB 10.10

There are many, many more fixes that you can see in the ChangeLog file included with this release or online at https://github.com/phpmyadmin/phpmyadmin/blob/RELEASE_5_2_2/ChangeLog

Downloads are available now at https://phpmyadmin.net/downloads/

For the phpMyAdmin team, Isaac

30 Jan 2025

NodeJS 23.6.1

2025-01-21, Version 23.6.1 (Current), @RafaelGSS

This is a security release.

Notable Changes

  • CVE-2025-23083 - src,loader,permission: throw on InternalWorker use when permission model is enabled (High)
  • CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR_PROTO (Medium)
  • CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)

Dependency update:

  • CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)

Commits

30 Jan 2025

Mailpit 1.22.0 Released

This release introduces two significant new features: Chaos and SMTP auto-forwarding.

Chaos (sometimes referred to as "Chaos Monkey") allows you to set SMTP error response codes at various stages in a SMTP transaction in order to test application resilience.

Feature

Chore

  • Update node dependencies
  • Update Go dependencies

Fix

  • Update command npm run update-caniemail save path (#422)
  • Correct date formatting in TestMakeHeaders
28 Dec 2024

PHP 8.1.31, 8.2.26, 8.3.14, & 8.4.1 Released!

8.1.31 - https://www.php.net/ChangeLog-8.php#PHP_8_1
8.2.26 - https://www.php.net/ChangeLog-8.php#PHP_8_2
8.3.14 - https://www.php.net/ChangeLog-8.php#PHP_8_3
8.4.1 - https://www.php.net/ChangeLog-8.php#PHP_8_4

NOTE: PHP 8.4.x currently does not work with Memcached. If you use Memcached and PHP together, please use PHP 8.3.x until a release is available for 8.4.x

28 Dec 2024

Memcached 1.6.33 Released!

Overview

Numerous fixes and improvements to the proxy as usual. The proxy now embeds our routelib lua library to make it even easier to use. To use the builtin routelib start the proxy with -o proxy_config=routelib (note lack of .lua) and it will use the version shipped with the binary.

See https://docs.memcached.org/features/proxy/ for more information on using the proxy.

Fixes

  • proxy: fix mutator reserr err messages
  • proxy: set result object status from mutator
  • proxy: fix compilation issue on beta RHEL/GCC
  • proxy: simplify lua GC logic
  • proxy: add mcp.luagc_ratio(float)
  • proxy: improve various mutator copy steps
  • proxy: don't allow mutating mutated objects
  • proxy: fix for result value buffers
  • proxy: internally track rctx:new objects
  • proxy: fixes to request object
  • proxy: embed routelib

Our Supporters

Sorry, this website uses features that your browser doesn't support. Upgrade to a newer version of Firefox, Chrome, Safari, or Edge and you'll be all set.