Bug 284075 - www/nginx add zstd compression module
Summary: www/nginx add zstd compression module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jochen Neumeister
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-15 08:57 UTC by FiLiS
Modified: 2025-11-09 19:47 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (joneum)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description FiLiS freebsd_committer freebsd_triage 2025-01-15 08:57:30 UTC
Chrome and Firefox both support zstd compression, this nginx module

https://github.com/tokers/zstd-nginx-module

adds zstd compression to nginx.
Unfortunately, I'm not quite confident to add a patch myself. Is it possible to add it as an option to www/nginx?
Comment 1 Herbert J. Skuhra 2025-01-15 09:13:59 UTC
This module was added to nginx-devel in f7874dbf216490b49e8236a4ac2000d865e4b099:

https://cgit.freebsd.org/ports/commit/?id=f7874dbf216490b49e8236a4ac2000d865e4b099
Comment 2 FiLiS freebsd_committer freebsd_triage 2025-01-15 09:54:04 UTC
(In reply to Herbert J. Skuhra from comment #1)
thank you! I hadn't looked there.
Comment 3 Jochen Neumeister freebsd_committer freebsd_triage 2025-01-22 07:24:08 UTC
i will take a look for (free-)nginx
Comment 4 commit-hook freebsd_committer freebsd_triage 2025-11-09 19:34:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fde143d86b688cd85c979a269d439b2f8907ed5b

commit fde143d86b688cd85c979a269d439b2f8907ed5b
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2025-11-09 19:32:16 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2025-11-09 19:33:37 +0000

    www/nginx: add third-party zstd module

    PR:     284075
    Sponsored by:   Netzkommune GmbH

 www/nginx/Makefile              | 2 +-
 www/nginx/Makefile.extmod       | 8 +++++++-
 www/nginx/Makefile.options.desc | 1 +
 www/nginx/distinfo              | 4 +++-
 www/nginx/pkg-plist             | 2 ++
 5 files changed, 14 insertions(+), 3 deletions(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2025-11-09 19:38:05 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3dde45e93e286594ee526eb9b5836cda79c24dc2

commit 3dde45e93e286594ee526eb9b5836cda79c24dc2
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2025-11-09 19:36:23 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2025-11-09 19:36:23 +0000

    www/nginx-full: add third-party zstd module

    PR:     284075
    Sponsored by:   Netzkommune GmbH

 www/nginx-full/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 6 commit-hook freebsd_committer freebsd_triage 2025-11-09 19:46:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=75ff59425478d97060585d50d9fb044ef31db5a9

commit 75ff59425478d97060585d50d9fb044ef31db5a9
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2025-11-09 19:44:36 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2025-11-09 19:44:36 +0000

    www/freenginx: add third-party zstd module

    PR:     284075
    Sponsored by:   Netzkommune GmbH

 www/freenginx/Makefile              | 2 +-
 www/freenginx/Makefile.extmod       | 8 +++++++-
 www/freenginx/Makefile.options.desc | 1 +
 www/freenginx/distinfo              | 4 +++-
 www/freenginx/pkg-plist             | 2 ++
 5 files changed, 14 insertions(+), 3 deletions(-)