Package: libotr / 4.1.1-5.1

Metadata

Package Version Patches format
libotr 4.1.1-5.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Do not error out when an application is run against .patch | (download)

src/proto.c | 10 0 10 - 0 !
1 file changed, 10 deletions(-)

 do not error out when an application is run against an older libotr
 than the one it was built against (Closes: #767230).

For Jessie, given libotr 4.1 is API- and ABI-compatible with libotr 4.0, let's
prevent this runtime check from breaking packages that were built against 4.0.

Besides, we'll be using a symbols files to deal with that soon (see #767652),
and once this happens we can't keep the runtime check, as it would break
reverse-dependencies in some cases when they can effectively run with the newer
version of libotr.


0003 Disable tests that fail because we disable the API v.patch | (download)

tests/unit/test_proto.c | 14 1 13 - 0 !
1 file changed, 1 insertion( ), 13 deletions(-)

 disable tests that fail because we disable the api version runtime
 check.


0004 Suggest pidgin otr to Debian and Ubuntu users who ha.patch | (download)

src/proto.c | 4 3 1 - 0 !
tests/unit/test_proto.c | 21 12 9 - 0 !
2 files changed, 15 insertions( ), 10 deletions(-)

 suggest pidgin-otr to debian and ubuntu users who have no otr plugin,
 but whose communication peer requests an OTR conversation to.

Bug-Debian: https://bugs.debian.org/830796
0006 include socket.h.patch | (download)

tests/regression/client/client.c | 1 1 0 - 0 !
1 file changed, 1 insertion( )

 test suite fails to build without the include