Skip to content

Commit e2931ff

Browse files
committed
refresh
1 parent df8b1a6 commit e2931ff

24 files changed

+48
-12
lines changed

bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc

bookworm/debian/control

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

866869
Package: kamailio-nth
867870
Architecture: any

bookworm/debian/kamailio-extra-modules.cmake-components

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ KGZCOMPRESS
33
KJANSSON
44
KUUID
55
KHTTP_ASYNC
6+
KNGHTTP2

bookworm/debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ EXTRA_GROUPS += gzcompress
9595
EXTRA_GROUPS += jansson
9696
EXTRA_GROUPS += uuid
9797
EXTRA_GROUPS += http_async
98+
EXTRA_GROUPS += nghttp2
9899

99100
INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS))
100101

bullseye/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://deb.debian.org/debian > /etc/pbuilderrc

bullseye/debian/control

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

867870
Package: kamailio-nth
868871
Architecture: any

bullseye/debian/kamailio-extra-modules.cmake-components

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ KGZCOMPRESS
33
KJANSSON
44
KUUID
55
KHTTP_ASYNC
6+
KNGHTTP2

bullseye/debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ EXTRA_GROUPS += gzcompress
9595
EXTRA_GROUPS += jansson
9696
EXTRA_GROUPS += uuid
9797
EXTRA_GROUPS += http_async
98+
EXTRA_GROUPS += nghttp2
9899

99100
INSTALL_MODULES := $(addprefix install_, $(PACKAGE_GROUPS))
100101

jammy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1010
RUN rm -rf /var/lib/apt/lists/* && apt-get update
1111
RUN echo MIRRORSITE=http://archive.ubuntu.com/ubuntu > /etc/pbuilderrc

jammy/debian/control

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

867870
Package: kamailio-nth
868871
Architecture: any

0 commit comments

Comments
 (0)