Module: kamailio Branch: 6.0 Commit: 842da6877f78415293dc282e189a8e792f521b01 URL: https://github.com/kamailio/kamailio/commit/842da6877f78415293dc282e189a8e792f521b01
Author: Sergey Safarov <[email protected]> Committer: Sergey Safarov <[email protected]> Date: 2025-11-09T08:25:44+02:00 pkg/kamailio: rpm packaged nghttp2 module (cherry picked from commit 451b58b7f0d78c5d2e57b59b03a54ae082c41332) --- Modified: pkg/kamailio/obs/kamailio.spec --- Diff: https://github.com/kamailio/kamailio/commit/842da6877f78415293dc282e189a8e792f521b01.diff Patch: https://github.com/kamailio/kamailio/commit/842da6877f78415293dc282e189a8e792f521b01.patch --- diff --git a/pkg/kamailio/obs/kamailio.spec b/pkg/kamailio/obs/kamailio.spec index 3ff89347e97..e1762693fd1 100644 --- a/pkg/kamailio/obs/kamailio.spec +++ b/pkg/kamailio/obs/kamailio.spec @@ -197,6 +197,7 @@ Conflicts: kamailio-kafka < %ver Conflicts: kamailio-kazoo < %ver Conflicts: kamailio-lcr < %ver, kamailio-ldap < %ver, kamailio-lost < %ver, kamailio-lua < %ver Conflicts: kamailio-nats < %ver +Conflicts: kamailio-nghttp2 < %ver Conflicts: kamailio-rabbitmq < %ver Conflicts: kamailio-memcached < %ver, kamailio-mongodb < %ver, kamailio-mysql < %ver Conflicts: kamailio-outbound < %ver, kamailio-perl < %ver @@ -664,6 +665,16 @@ The module provides an NATS consumer for Kamailio. NATS is a real time distribut %endif +%package nghttp2 +Summary: Module implements an embedded HTTP/2 server using nghttpd2 library +Group: %{PKGGROUP} +Requires: libnghttp2, kamailio = %ver +BuildRequires: libnghttp2-devel + +%description nghttp2 +Module implements an embedded HTTP/2 server using nghttpd2 library + + %package outbound Summary: Outbound (RFC 5626) support for Kamailio Group: %{PKGGROUP} @@ -1212,6 +1223,7 @@ ndb_mongodb \ %if %{with redis} ndb_redis \ %endif +nghttp2 \ outbound \ peering \ %if %{with phonenum} @@ -2029,6 +2041,12 @@ fi %endif +%files nghttp2 +%defattr(-,root,root) +%doc %{_docdir}/kamailio/modules/README.nghttp2 +%{_libdir}/kamailio/modules/nghttp2.so + + %files outbound %defattr(-,root,root) %doc %{_docdir}/kamailio/modules/README.outbound _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
