File tree Expand file tree Collapse file tree 24 files changed +48
-12
lines changed
Expand file tree Collapse file tree 24 files changed +48
-12
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55# is updated with the current date. It will force refresh of all
66# of the base images and things like 'apt-get update' won't be using
77# old cached versions when the Dockerfile is built.
8- ENV REFRESHED_AT="2026-03-06 "
8+ ENV REFRESHED_AT="2026-03-31 "
99
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Build-Depends:
3434 libmosquitto-dev,
3535 libnats-dev,
3636 libncurses-dev,
37+ libnghttp2-dev,
3738 libpcre2-dev,
3839 libperl-dev,
3940 libphonenumber-dev (>= 7),
@@ -861,7 +862,9 @@ Description: Extra modules for the Kamailio SIP Server
861862 .
862863 This package provides a set of modules for compression of SIP attachments,
863864 UUID usage, JSON data structure support, HTTP restful API asynchronous
864- access and a few more functions: gzcompress uuid evapi jansson janssonrpcc http_async_client
865+ access and a few more functions:
866+ .
867+ gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
865868
866869Package: kamailio-nth
867870Architecture: any
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ KGZCOMPRESS
33KJANSSON
44KUUID
55KHTTP_ASYNC
6+ KNGHTTP2
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ EXTRA_GROUPS += gzcompress
9595EXTRA_GROUPS += jansson
9696EXTRA_GROUPS += uuid
9797EXTRA_GROUPS += http_async
98+ EXTRA_GROUPS += nghttp2
9899
99100INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS ) )
100101
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55# is updated with the current date. It will force refresh of all
66# of the base images and things like 'apt-get update' won't be using
77# old cached versions when the Dockerfile is built.
8- ENV REFRESHED_AT="2026-03-06 "
8+ ENV REFRESHED_AT="2026-03-31 "
99
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ Build-Depends:
3333 libmongoc-dev,
3434 libmosquitto-dev,
3535 libncurses5-dev,
36+ libnghttp2-dev,
3637 libpcre2-dev,
3738 libperl-dev,
3839 libphonenumber-dev (>= 7),
@@ -862,7 +863,9 @@ Description: Extra modules for the Kamailio SIP Server
862863 .
863864 This package provides a set of modules for compression of SIP attachments,
864865 UUID usage, JSON data structure support, HTTP restful API asynchronous
865- access and a few more functions: gzcompress uuid evapi jansson janssonrpcc http_async_client
866+ access and a few more functions:
867+ .
868+ gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
866869
867870Package: kamailio-nth
868871Architecture: any
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ KGZCOMPRESS
33KJANSSON
44KUUID
55KHTTP_ASYNC
6+ KNGHTTP2
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ EXTRA_GROUPS += gzcompress
9595EXTRA_GROUPS += jansson
9696EXTRA_GROUPS += uuid
9797EXTRA_GROUPS += http_async
98+ EXTRA_GROUPS += nghttp2
9899
99100INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS ) )
100101
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.authors="Victor Seva <linuxmaniac@torreviejawirel
55# is updated with the current date. It will force refresh of all
66# of the base images and things like 'apt-get update' won't be using
77# old cached versions when the Dockerfile is built.
8- ENV REFRESHED_AT="2026-03-06 "
8+ ENV REFRESHED_AT="2026-03-31 "
99
1010RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Build-Depends:
3434 libmosquitto-dev,
3535 libnats-dev,
3636 libncurses5-dev,
37+ libnghttp2-dev,
3738 libpcre2-dev,
3839 libperl-dev,
3940 libphonenumber-dev (>= 7),
@@ -862,7 +863,9 @@ Description: Extra modules for the Kamailio SIP Server
862863 .
863864 This package provides a set of modules for compression of SIP attachments,
864865 UUID usage, JSON data structure support, HTTP restful API asynchronous
865- access and a few more functions: gzcompress uuid evapi jansson janssonrpcc http_async_client
866+ access and a few more functions:
867+ .
868+ gzcompress uuid evapi jansson janssonrpcc http_async_client nghttp2
866869
867870Package: kamailio-nth
868871Architecture: any
You can’t perform that action at this time.
0 commit comments