Package: ekiga / 3.2.7-6

Metadata

Package Version Patches format
ekiga 3.2.7-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
libnotify0.7.patch | (download)

lib/engine/components/libnotify/libnotify-main.cpp | 11 10 + 1 - 0 !
src/gui/main.cpp | 21 19 + 2 - 0 !
2 files changed, 29 insertions(+), 3 deletions(-)

 fix compilation with libnotify0.7

Upstream commit 6a964b0889fbdb164a036649c4aea1cc3c9818e3 Mon Sep 17 00:00:00 2001

Fixes bug #632848.

fix linux gnueabihf build.patch | (download)

configure | 4 2 + 2 - 0 !
configure.ac | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 add arm-linux-gnueabihf support
 * configure.ac: add linux-gnueabi* support
 .
 ekiga (3.2.7-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add arm-linux-gnueabihf (armhf) support (Closes: #640256)
opal310.patch | (download)

lib/engine/components/opal/opal-call.cpp | 7 3 + 4 - 0 !
lib/engine/components/opal/sip-endpoint.cpp | 8 7 + 1 - 0 !
lib/engine/components/opal/sip-endpoint.h | 2 2 + 0 - 0 !
3 files changed, 12 insertions(+), 5 deletions(-)

 cope with api changes in opal 3.10

  http://git.gnome.org/browse/ekiga/commit/lib/engine/components/opal/opal-call.cpp?id=34d9b995344eca38afa083b10a6c864c15848b9a
  http://git.gnome.org/browse/ekiga/commit/lib/engine/components/opal/opal-call.cpp?id=72d7b95bd8df3b6673e175195d9ba2b8abef5c0e
  http://git.gnome.org/browse/ekiga/commit/lib/engine/components/opal/sip-endpoint.cpp?id=8c02582bdfa81ea0154572549fbfc319811a72f1

gcc47.patch | (download)

lib/engine/account/bank-impl.h | 4 2 + 2 - 0 !
lib/engine/addressbook/book-impl.h | 4 2 + 2 - 0 !
lib/engine/addressbook/source-impl.h | 2 1 + 1 - 0 !
lib/engine/presence/cluster-impl.h | 2 1 + 1 - 0 !
lib/engine/presence/heap-impl.h | 4 2 + 2 - 0 !
5 files changed, 8 insertions(+), 8 deletions(-)

 fix compile error with gcc 4.7


validate utf8 strings.patch | (download)

lib/engine/components/opal/opal-call.cpp | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 fix crash when the other party's names are not utf-8 valid
 CVE-2012-5621: a remote attacker (other party with an invalid UTF-8 valid name)
 could use this flaw to cause ekiga executable crash.