Open abma opened 2 years ago
i guess the problem "automagically" solves for me, when the next release is made.
IMHO the problem is, that the codename is inside the version name: buster > bullseye.
as workarround this helped:
/etc/apt/preferences.d# cat freeswitch
Package: *
Pin: origin freeswitch.signalwire.com
Pin-Priority: 1000
when "updating" freeswitch to the bullseye packages, apt complained about downgrading the packages:
so the version name should be changed: the codename should be removed to avoid such problem(s) in the future. i.e.
1.10.7~release~19~883d2cb662~buster-1~buster+1 -> 1.10.7~release~19~883d2cb662~
Abma I have this same issue on 1.10.8. Had it all working under Debian 10 but after upgrading to Debian 11 and changing all the lists to bullseye it isn't pulling it and still thinks it is buster.
Did you do anything else to get it pointing to Bullseye instead of Buster? Thanks Andy
i've upgraded debian 10 to 11 and changed freeswitch list from
deb [signed-by=/usr/share/keyrings/freeswitch-archive-keyring.gpg] http://files.freeswitch.org/repo/deb/debian-release/ buster main
to
deb [signed-by=/usr/share/keyrings/freeswitch-archive-keyring.gpg] http://files.freeswitch.org/repo/deb/debian-release/ bullseye main
but the packages of freeswitch aren't upgraded:
To Reproduce Steps to reproduce the behavior:
Expected behavior debian should upgrade freeswitch packages to debian 11, but nothing happens.
it seems the version compare detects the buster version newer as the bullseye version.