Search Criteria
Package Details: h2o-git 2.2.0.8110-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/h2o-git.git (read-only, click to copy) |
---|---|
Package Base: | h2o-git |
Description: | Optimized HTTP server with support for HTTP/1.x and HTTP/2 |
Upstream URL: | https://github.com/h2o/h2o |
Licenses: | MIT |
Conflicts: | h2o, libh2o |
Provides: | h2o, libh2o |
Submitter: | mytbk |
Maintainer: | mytbk (phoepsilonix) |
Last Packager: | phoepsilonix |
Votes: | 2 |
Popularity: | 0.000004 |
First Submitted: | 2019-02-06 07:05 (UTC) |
Last Updated: | 2024-11-14 13:14 (UTC) |
Dependencies (17)
- bcc (bcc-gitAUR)
- brotli (brotli-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libcap
- libuv (libuv-gitAUR)
- libwslay
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libaegisAUR (libaegisAUR) (make)
- libtool (libtool-gitAUR) (make)
- make (make-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- ruby (make)
Latest Comments
1 2 Next › Last »
phoepsilonix commented on 2024-06-25 07:57 (UTC)
I have not reproduced the error here, but I will change it to openssl by default. If you want to use libressl, please refer to the comment out in the PKGBUILD and make the necessary changes. With the conditions you have presented, I don't think the built-in mruby is enabled, so the conditions will not be the same, but please give it a try.
eklausmeier commented on 2024-04-12 17:29 (UTC) (edited on 2024-04-12 17:41 (UTC) by eklausmeier)
I downloaded the most recent version of H2O from Git using the
master
branch, which according to the website is the official version:I used below
PKGBUILD
, which builds clean. The resulting binary does not crash constantly as before.eklausmeier commented on 2024-04-09 16:52 (UTC) (edited on 2024-04-10 19:44 (UTC) by eklausmeier)
Is it just me or are there others who experience constant breakdowns of
h2o
? I get below error every 105 minutes of execution:Or is this New HTTP/2 DoS attack can crash web servers with a single connection?
Version in question:
Info on
CFLAGS
in/etc/makepkg.conf
:A peek into the core dump gives:
And
phoepsilonix commented on 2024-02-29 08:41 (UTC)
@The_Decryptor
This was not a decision not to use libressl, but to expand the choice of multiple TLS implementations to choose from.
The_Decryptor commented on 2023-10-29 08:51 (UTC)
Is the
libressl
dependency still needed? Upstream switched away from it a few years ago as it was only used due to OpenSSL lacking features at the time.https://github.com/h2o/h2o/issues/1461
mytbk commented on 2021-06-13 13:06 (UTC)
I'm using an h2o build without mruby for a long time. I've just built with mruby enabled and found it hard to build. After patching parse.y, there's still another build problem.
1 2 Next › Last »