Package Details: nginx-mod-nchan 1.3.8-1

Git Clone URL: https://aur.archlinux.org/nginx-mod-nchan.git (read-only, click to copy)
Package Base: nginx-mod-nchan
Description: nchan nginx module
Upstream URL: https://nchan.io/
Licenses: MIT
Submitter: gdamjan
Maintainer: gdamjan (slact)
Last Packager: gdamjan
Votes: 3
Popularity: 0.000000
First Submitted: 2017-06-11 17:51 (UTC)
Last Updated: 2026-02-15 14:36 (UTC)

Latest Comments

gdamjan commented on 2026-02-15 14:40 (UTC)

Updated!

I've also made the module be automatically enabled (similar to how other modules do it)

catwell commented on 2026-02-15 10:41 (UTC)

The problem is fixed in 1.3.8

catwell commented on 2026-01-05 13:05 (UTC)

@gdamjan One possible workaround is replacing the last line of build () with this:

_cflags="$(cat objs/Makefile | grep "CFLAGS =" | cut -d'=' -f2-)"
make CFLAGS="$_cflags -Wno-incompatible-pointer-types" modules

gdamjan commented on 2026-01-03 15:11 (UTC)

@catwell

Currently hitting this: https://github.com/slact/nchan/issues/701

yeah, I did notice it. Didn't find an easy workaround.

catwell commented on 2026-01-02 15:58 (UTC)

Currently hitting this: https://github.com/slact/nchan/issues/701

gdamjan commented on 2020-04-24 12:44 (UTC)

since version 1.2.7-2 of this package, nginx-src was added as makedepends, which means a rebuild of this package will be all that's needed to compile against the current nginx version in [extra].

I'll still try to bump the pkgrel when new versions of nginx are released.

gdamjan commented on 2017-06-11 17:59 (UTC) (edited on 2017-06-11 18:02 (UTC) by gdamjan)

use »load_module /usr/lib/nginx/modules/ngx_nchan_module.so;« on top of nginx.conf to load the module.