kamailio.git
10 months ago[PATCH] db_unixodbc: fix incompatible-pointer-types warning
Victor Seva [Tue, 10 Dec 2024 23:09:02 +0000 (00:09 +0100)]
[PATCH] db_unixodbc: fix incompatible-pointer-types warning

> dbase.c: In function 'db_unixodbc_close_impl':
> dbase.c:261:32: error: passing argument 2 of 'db_do_close' from incompatible pointer type [-Wincompatible-pointer-types]
>  261 |         return db_do_close(_h, db_unixodbc_free_connection);
>      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
>      |                                |
>      |                                void (*)(struct my_con *)
> In file included from val.h:34,
>                  from dbase.c:33:
> ../../lib/srdb1/db.h:495:40: note: expected 'void (*)(struct pool_con *)' but argument is of type 'void (*)(struct my_con *)'
>   495 | void db_do_close(db1_con_t *_h, void (*free_connection)(struct pool_con *));
>       |                                 ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> make[2]: *** [../../Makefile.rules:101: dbase.o] Error 1

related #4064

(cherry picked from commit 7f24bc09863220b4c14e2046708c10ff0891c038)

Gbp-Pq: Topic upstream
Gbp-Pq: Name 0002-db_unixodbc-fix-incompatible-pointer-types-warning.patch

10 months ago[PATCH] db_sqlite: fix incompatible-pointer-types warning
Victor Seva [Tue, 10 Dec 2024 22:58:06 +0000 (23:58 +0100)]
[PATCH] db_sqlite: fix incompatible-pointer-types warning

fixes #4064

(cherry picked from commit 06cc2560e5358468178ef3e5c795a8a0ec67b693)

Gbp-Pq: Topic upstream
Gbp-Pq: Name 0001-db_sqlite-fix-incompatible-pointer-types-warning.patch

10 months agoStop setting -march on arm
Adrian Bunk [Wed, 9 Feb 2022 04:21:59 +0000 (06:21 +0200)]
Stop setting -march on arm

This broke the Debian armhf build due to the Debian gcc maintainer
changing the semantics of -march to disable FPU support unless +fp
is included.

Gbp-Pq: Name stop-setting-march-on-arm.patch

10 months agomake sure symbols are exported from main binary to allow loading modules
Tzafrir Cohen [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
make sure symbols are exported from main binary to allow loading modules

Gbp-Pq: Name fix_export.patch

10 months agoDon't copy the INSTALL file to the docs dir
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
Don't copy the INSTALL file to the docs dir

Gbp-Pq: Name no_INSTALL_file.patch

10 months agodon't try to install to lib64
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
don't try to install to lib64

Gbp-Pq: Name no_lib64_on_64_bits.patch

10 months agokamailio (5.8.5-1) unstable; urgency=medium
Victor Seva [Tue, 28 Jan 2025 13:06:51 +0000 (14:06 +0100)]
kamailio (5.8.5-1) unstable; urgency=medium

  * New upstream version 5.8.5
  * upstream fixes from 5.8 branch
  * pkg-config => pkgconf
  * Trim trailing whitespace.
  * Use secure URI in Homepage field.
  * Update watch file format version to 4.
  * update lintian-overrides
  * copyright: remove file patterns no longer there
  * copyright: update debian/* year

[dgit import unpatched kamailio 5.8.5-1]

10 months agoImport kamailio_5.8.5.orig.tar.gz
Victor Seva [Tue, 28 Jan 2025 13:06:51 +0000 (14:06 +0100)]
Import kamailio_5.8.5.orig.tar.gz

[dgit import orig kamailio_5.8.5.orig.tar.gz]

10 months agoImport kamailio_5.8.5-1.debian.tar.xz
Victor Seva [Tue, 28 Jan 2025 13:06:51 +0000 (14:06 +0100)]
Import kamailio_5.8.5-1.debian.tar.xz

[dgit import tarball kamailio 5.8.5-1 kamailio_5.8.5-1.debian.tar.xz]