Skip to content

Instantly share code, notes, and snippets.

@Habbie
Created October 11, 2023 12:01
Show Gist options
  • Save Habbie/4c48305974756bc3bdb719bacbf6e813 to your computer and use it in GitHub Desktop.
Save Habbie/4c48305974756bc3bdb719bacbf6e813 to your computer and use it in GitHub Desktop.
diff --git a/community/dnsdist/APKBUILD b/community/dnsdist/APKBUILD
index 1a1f7b8f568..a9e244e361d 100644
--- a/community/dnsdist/APKBUILD
+++ b/community/dnsdist/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter van Dijk <[email protected]>
pkgname=dnsdist
pkgver=1.8.1
-pkgrel=0
+pkgrel=1
pkgdesc="dnsdist is a highly DNS-, DoS-, and abuse-aware loadbalancer."
url="https://dnsdist.org/"
# s390x blocked by h2o
@@ -13,7 +13,7 @@ checkdepends="findutils"
makedepends="
boost-dev
fstrm-dev
- h2o-dev
+ h2o-dev>=2.2.6-r10
libedit-dev
libsodium-dev
lmdb-dev
diff --git a/community/h2o/APKBUILD b/community/h2o/APKBUILD
index 93bb8f17ff3..22dbcf350b8 100644
--- a/community/h2o/APKBUILD
+++ b/community/h2o/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer:
pkgname=h2o
pkgver=2.2.6
-pkgrel=9
+pkgrel=10
pkgdesc="An optimized HTTP/1, HTTP/2 server written in C"
url="https://h2o.examp1e.net"
arch="all !s390x"
@@ -58,6 +58,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/h2o/h2o/archive/v$pkgver.tar
increasewaitforserverstartintests.patch
fix-ruby-3.0-compat.patch
ruby-file-exists.patch
+ cve-2023-44487.patch
"
options="!check" # various tests fails
@@ -115,4 +116,5 @@ a5df628f200475f5db6eb9d1714e955cd33c2de3081ee5f770929833a4cb9e5030fe338c23bcfb51
26c4f34bdcb82cdca00b81e8c3223a1c517f912f433e99ae4a9aa16481db2cd23fc77f65773932f8c6e30cb5e34d5d37e0e7a022518a6a13db75d8e16fee2ab4 increasewaitforserverstartintests.patch
8d5f6f6232fba5b36f4bdba2d3c815add434b5f1d063241639cf963b5caea53ff9d459b60cd391d6b043fa17ca022e5bde7a04aec60185ff791d167d518eba74 fix-ruby-3.0-compat.patch
d872bb6e91d96500c325d02a5a0df9d500831255752f088ee03b1f87ca45293fb10f281b8bed730824937833466f00ddbaa9c0282c4975bb88a2aade1743284f ruby-file-exists.patch
+7968a7fdf547b32af454e01f51ee588c8de5db0b2d14e9d7582eed83241c339b922307207803c7f6f9d93c899e03922b38ac6eda0ead85d56e066109d14733b6 cve-2023-44487.patch
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment