Search Criteria
Package Details: nginx-quic 1.23.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nginx-quic.git (read-only, click to copy) |
---|---|
Package Base: | nginx-quic |
Description: | Lightweight HTTP server and IMAP/POP3 proxy server, HTTP/3 QUIC branch |
Upstream URL: | https://nginx.org |
Keywords: | http3 nginx quic webserver |
Licenses: | custom |
Conflicts: | nginx |
Provides: | nginx, nginx-mainline |
Submitter: | DasSkelett |
Maintainer: | DasSkelett |
Last Packager: | DasSkelett |
Votes: | 9 |
Popularity: | 0.129542 |
First Submitted: | 2020-12-20 02:20 (UTC) |
Last Updated: | 2022-12-17 20:28 (UTC) |
Dependencies (9)
- geoip (geoip-git)
- libxcrypt (libxcrypt-git)
- mailcap
- pcre2 (pcre2-svn, pcre2-git)
- zlib (zlib-static, zlib-git, zlib-ng-compat-git, zlib-ng-compat)
- cmake (cmake-git) (make)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
- mercurial (mercurial-hg, mercurial-stable-hg) (make)
Required by (182)
- aegir (requires nginx)
- anki-sync-server-git (requires nginx)
- aria-ng-deploy (requires nginx) (optional)
- ariang-git (requires nginx) (optional)
- arsse (requires nginx) (optional)
- arsse-git (requires nginx) (optional)
- backdrop (requires nginx) (optional)
- bgerp (requires nginx) (optional)
- bgerp-git (requires nginx) (optional)
- btcpayserver (requires nginx) (optional)
- calckey (requires nginx) (optional)
- camalarm (requires nginx-mainline)
- certbot-ocsp-fetcher-git (requires nginx) (optional)
- chevereto (requires nginx) (optional)
- concrete5 (requires nginx) (optional)
- cops (requires nginx) (optional)
- cryptpad (requires nginx) (optional)
- curly-turtle (requires nginx) (optional)
- davical (requires nginx) (optional)
- discourse (requires nginx) (optional)
- Show 162 more...
Latest Comments
1 2 3 Next › Last »
DasSkelett commented on 2022-10-20 17:10 (UTC)
Updated to nginx-quic 1.23.2, and also applied the changes from @phoepsilonix, thanks for the suggestions!
phoepsilonix commented on 2022-09-14 11:59 (UTC) (edited on 2022-09-14 12:06 (UTC) by phoepsilonix)
To build with clang, add the following option --with-cc-opt="-flto" --with-ld-opt="-flto -fuse-ld=lld"
When clang is used, it is not necessary to modify CFLAGS for gcc bug countermeasures.
TheHardew commented on 2022-06-09 10:31 (UTC)
PSA, if your site can't stop loading after enabling http3, you might need to rebuild the modules against nginx-quic-src. At least in my case, nginx did start without errors when loading wrong modules, and I had forgotten to rebuild them so debugging was a little difficult at first.
DasSkelett commented on 2022-05-29 12:06 (UTC)
Ah I see, the problem was that it opened an interactive merging tool for you. This didn't happen for me, as there wasn't any installed, so the
hg resolve -t internal:other --all
that I added took care of it. I've reverted it now so it doesn't matter anymore anyway, but for the future I now know I'll have to setHGMERGE=false
so it doesn't open a merging tool for other people.Thanks for letting me know and the demonstration, that helped to understand the issue.
kescherAUR commented on 2022-05-29 11:52 (UTC)
There's actually just one merge conflict, I think, and it's the version number: https://asciinema.org/a/bys4JTwDtgBbkaAoA0HcgLsV4?t=33
DasSkelett commented on 2022-05-29 11:27 (UTC)
Hm, I believe I shouldn't have merged with the stable branch anyway, we target mainline only. I don't know if they plan to do a mainline release soon as well, but for now I think I'm going to revert the last commit, which should also avoid the merge conflict problem.
DasSkelett commented on 2022-05-29 10:53 (UTC)
Indeed, but I've added a command to automatically resolve this. Does it not work for you?
kescherAUR commented on 2022-05-29 10:51 (UTC)
There's a merge conflict with the manual 1.22 merge.
DasSkelett commented on 2022-05-18 10:36 (UTC)
Looks like there's a build failure for BoringSSL with GCC 12, I'll look into resolving it, but chances are I'll have to add
-Wno-array-bounds
to CFLAGS.kescherAUR commented on 2022-02-01 19:45 (UTC)
@DasSkelett It happens for
nginx-mainline-mod-brotli-git
, for instance1 2 3 Next › Last »