Skip to content

Commit fcbe717

Browse files
committed
refresh
1 parent d37402f commit fcbe717

File tree

18 files changed

+42
-12
lines changed

18 files changed

+42
-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-02-10"
8+
ENV REFRESHED_AT="2026-02-24"
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/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kamailio (6.1.0) unstable; urgency=medium
2+
3+
* version set 6.1.0
4+
5+
-- Victor Seva <vseva@debian.org> Wed, 18 Feb 2026 10:45:51 +0100
6+
17
kamailio (6.1.0~rc0) unstable; urgency=medium
28

39
* version set 6.1.0~rc0

bookworm/debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ EXCLUDED_MODULES += berkeley
3636
# - regardless if they go to the main kamailio package or to some module
3737
# package, they will be excluded from compile and install of all.
3838
EXTRA_EXCLUDED_MODULES += bdb
39-
EXTRA_EXCLUDED_MODULES += db_text
4039
EXTRA_EXCLUDED_MODULES += oracle
4140
EXTRA_EXCLUDED_MODULES += pa
4241
EXTRA_EXCLUDED_MODULES += iptrtpproxy

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-02-10"
8+
ENV REFRESHED_AT="2026-02-24"
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/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kamailio (6.1.0) unstable; urgency=medium
2+
3+
* version set 6.1.0
4+
5+
-- Victor Seva <vseva@debian.org> Wed, 18 Feb 2026 10:45:51 +0100
6+
17
kamailio (6.1.0~rc0) unstable; urgency=medium
28

39
* version set 6.1.0~rc0

bullseye/debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ EXCLUDED_MODULES += berkeley
3636
# - regardless if they go to the main kamailio package or to some module
3737
# package, they will be excluded from compile and install of all.
3838
EXTRA_EXCLUDED_MODULES += bdb
39-
EXTRA_EXCLUDED_MODULES += db_text
4039
EXTRA_EXCLUDED_MODULES += oracle
4140
EXTRA_EXCLUDED_MODULES += pa
4241
EXTRA_EXCLUDED_MODULES += iptrtpproxy

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-02-10"
8+
ENV REFRESHED_AT="2026-02-24"
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/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kamailio (6.1.0) unstable; urgency=medium
2+
3+
* version set 6.1.0
4+
5+
-- Victor Seva <vseva@debian.org> Wed, 18 Feb 2026 10:45:51 +0100
6+
17
kamailio (6.1.0~rc0) unstable; urgency=medium
28

39
* version set 6.1.0~rc0

jammy/debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ EXCLUDED_MODULES += berkeley
3636
# - regardless if they go to the main kamailio package or to some module
3737
# package, they will be excluded from compile and install of all.
3838
EXTRA_EXCLUDED_MODULES += bdb
39-
EXTRA_EXCLUDED_MODULES += db_text
4039
EXTRA_EXCLUDED_MODULES += oracle
4140
EXTRA_EXCLUDED_MODULES += pa
4241
EXTRA_EXCLUDED_MODULES += iptrtpproxy

noble/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-02-10"
8+
ENV REFRESHED_AT="2026-02-24"
99

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

0 commit comments

Comments
 (0)