Skip to content

Commit 4eaf6e0

Browse files
committed
refresh
* trixie support
1 parent 60fdf37 commit 4eaf6e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2289
-58
lines changed

bionic/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="2025-01-23"
8+
ENV REFRESHED_AT="2025-09-10"
99

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

bionic/debian/changelog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
kamailio (6.0.3) unstable; urgency=medium
2+
3+
* version set 6.0.3
4+
5+
-- Victor Seva <vseva@debian.org> Wed, 10 Sep 2025 09:04:56 +0200
6+
7+
kamailio (6.0.2) unstable; urgency=medium
8+
9+
* version set 6.0.2
10+
11+
-- Victor Seva <vseva@debian.org> Wed, 25 Jun 2025 08:51:11 +0200
12+
13+
kamailio (6.0.1) unstable; urgency=medium
14+
15+
* version set 6.0.1
16+
17+
-- Victor Seva <vseva@debian.org> Mon, 10 Mar 2025 08:18:44 +0100
18+
19+
kamailio (6.0.0) unstable; urgency=medium
20+
21+
* version set 6.0.0
22+
23+
-- Victor Seva <vseva@debian.org> Wed, 29 Jan 2025 09:06:18 +0100
24+
125
kamailio (6.0.0~rc0) unstable; urgency=medium
226

327
* version set 6.0.0~rc0

bionic/debian/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Maintainer: Kamailio Admin Group <kadmin.hq@lists.kamailio.org>
55
Uploaders:
66
Victor Seva <vseva@debian.org>,
77
Build-Depends:
8-
bison,
98
debhelper (>= 9),
10-
default-libmysqlclient-dev,
119
dh-systemd (>= 1.5),
12-
docbook-xml,
1310
dpkg-dev (>= 1.16.1.1),
11+
bison,
12+
default-libmysqlclient-dev,
13+
docbook-xml,
1414
erlang-dev,
1515
flex,
1616
libcurl4-openssl-dev,

bionic/debian/kamailio.README.Debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ as a conffile.
1717
* Kamailio setup
1818
----------------
1919

20-
To setup Kamailio, you need to:
20+
To set Kamailio up, you need to:
2121
- configure Kamailio properly to suit your needs
2222
- edit /etc/default/kamailio, adjust the MEMORY parameter and set
2323
RUN_KAMAILIO to "yes"

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="2025-01-23"
8+
ENV REFRESHED_AT="2025-09-10"
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
kamailio (6.0.3) unstable; urgency=medium
2+
3+
* version set 6.0.3
4+
5+
-- Victor Seva <vseva@debian.org> Wed, 10 Sep 2025 09:04:56 +0200
6+
7+
kamailio (6.0.2) unstable; urgency=medium
8+
9+
* version set 6.0.2
10+
11+
-- Victor Seva <vseva@debian.org> Wed, 25 Jun 2025 08:51:11 +0200
12+
13+
kamailio (6.0.1) unstable; urgency=medium
14+
15+
* version set 6.0.1
16+
17+
-- Victor Seva <vseva@debian.org> Mon, 10 Mar 2025 08:18:44 +0100
18+
19+
kamailio (6.0.0) unstable; urgency=medium
20+
21+
* version set 6.0.0
22+
23+
-- Victor Seva <vseva@debian.org> Wed, 29 Jan 2025 09:06:18 +0100
24+
125
kamailio (6.0.0~rc0) unstable; urgency=medium
226

327
* version set 6.0.0~rc0

bookworm/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Maintainer: Kamailio Admin Group <kadmin.hq@lists.kamailio.org>
55
Uploaders:
66
Victor Seva <vseva@debian.org>,
77
Build-Depends:
8-
bison,
98
debhelper (>= 9),
9+
dpkg-dev (>= 1.16.1.1),
10+
bison,
1011
default-libmysqlclient-dev,
1112
docbook-xml,
12-
dpkg-dev (>= 1.16.1.1),
1313
erlang-dev,
1414
flex,
1515
libcurl4-openssl-dev,

bookworm/debian/kamailio.README.Debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ as a conffile.
1717
* Kamailio setup
1818
----------------
1919

20-
To setup Kamailio, you need to:
20+
To set Kamailio up, you need to:
2121
- configure Kamailio properly to suit your needs
2222
- edit /etc/default/kamailio, adjust the MEMORY parameter and set
2323
RUN_KAMAILIO to "yes"

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="2025-01-23"
8+
ENV REFRESHED_AT="2025-09-10"
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
kamailio (6.0.3) unstable; urgency=medium
2+
3+
* version set 6.0.3
4+
5+
-- Victor Seva <vseva@debian.org> Wed, 10 Sep 2025 09:04:56 +0200
6+
7+
kamailio (6.0.2) unstable; urgency=medium
8+
9+
* version set 6.0.2
10+
11+
-- Victor Seva <vseva@debian.org> Wed, 25 Jun 2025 08:51:11 +0200
12+
13+
kamailio (6.0.1) unstable; urgency=medium
14+
15+
* version set 6.0.1
16+
17+
-- Victor Seva <vseva@debian.org> Mon, 10 Mar 2025 08:18:44 +0100
18+
19+
kamailio (6.0.0) unstable; urgency=medium
20+
21+
* version set 6.0.0
22+
23+
-- Victor Seva <vseva@debian.org> Wed, 29 Jan 2025 09:06:18 +0100
24+
125
kamailio (6.0.0~rc0) unstable; urgency=medium
226

327
* version set 6.0.0~rc0

0 commit comments

Comments
 (0)