Hello Alf, Am 12.04.19 um 22:10 schrieb Alf: > I am prepared to test your patch as soon as I get a binary of the > patched lib.
please find attached some commands to build the package with the patches in question by yourself. Maybe you want to do this on a different machine as it installs quite a few development packages that you may not want to have installed regularly. If you do not want to build yourself, I can send you the files by mail (2.7MB). Kind regards, Bernhard
# Buster amd64 qemu VM 2019-04-13 apt update apt dist-upgrade ######## # install build dependencies apt install dpkg-dev devscripts apt build-dep libbellesip0 # download source mkdir ~/source/libbellesip0/orig -p cd ~/source/libbellesip0/orig apt source libbellesip0 cd .. cp -a orig try1 cd try1/belle-sip-1.6.3 # apply patches wget https://github.com/BelledonneCommunications/belle-sip/commit/7dd8397f0fd24bc3ddf04986488241b1acaf5a94.patch wget https://github.com/BelledonneCommunications/belle-sip/commit/3a6a6d677d4dce38f2498be4e10320d8106d76bf.patch wget https://github.com/BelledonneCommunications/belle-sip/commit/7191ee1df84707107a7fe4f89d33ebe075a0cb35.patch mv *.patch .. patch -p1 < ../7dd8397f0fd24bc3ddf04986488241b1acaf5a94.patch rm src/provider.c.rej #just trailing white spaces patch -p1 < ../3a6a6d677d4dce38f2498be4e10320d8106d76bf.patch patch -p1 < ../7191ee1df84707107a7fe4f89d33ebe075a0cb35.patch # build package dpkg-buildpackage -b # install packages cd /home/benutzer/source/libbellesip0/try1 dpkg -i libbellesip0_1.6.3-4_amd64.deb libbellesip0-dbgsym_1.6.3-4_amd64.deb # to get back to the offical debian versions do: apt install --reinstall libbellesip0 libbellesip0-dbgsym