mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
[Backport release-25.05] h2o: 2.3.0.20250430 → 2.3.0-rolling-2025-08-22 (#438724)
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
lib,
|
lib,
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
fetchpatch,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
cmake,
|
cmake,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
@@ -24,25 +23,15 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "h2o";
|
pname = "h2o";
|
||||||
version = "2.3.0.20250430";
|
version = "2.3.0-rolling-2025-08-22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "h2o";
|
owner = "h2o";
|
||||||
repo = "h2o";
|
repo = "h2o";
|
||||||
rev = "f1918a5b9f75f4da9db801b442886cb13b3c7bcd";
|
rev = "6476496bd544c3c7f601d7ab2b07e378e8310e11";
|
||||||
sha256 = "sha256-sfOkyEhlLGmXjYqRoI/8pD6/NBY7q6K9y2vS7qwJmrw=";
|
hash = "sha256-ZSBYg1HCuYifTyDmHyNIjEWab5N1TT+q/4m62mFFDJ0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
# https://github.com/h2o/h2o/security/advisories/GHSA-mrjm-qq9m-9mjq
|
|
||||||
# https://kb.cert.org/vuls/id/767506
|
|
||||||
name = "CVE-2025-8671.patch";
|
|
||||||
url = "https://github.com/h2o/h2o/commit/579ecfaca155d1f9f12bfd0cff6086dcda4b9692.patch";
|
|
||||||
hash = "sha256-bNnhx5RGBw6SmKmhlACHKPsnVUPzQUqHsunPdiayzv0=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
"man"
|
"man"
|
||||||
|
|||||||
Reference in New Issue
Block a user