Your message dated Fri, 16 Oct 2009 19:32:37 +0000
with message-id <e1mysxv-0000q1...@ries.debian.org>
and subject line Bug#546024: fixed in pidgin 2.6.3-1
has caused the Debian Bug report #546024,
regarding please build pidgin without network-manager on non-linux architectures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
546024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546024
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
package: pidgin
severity:serious
version: 2.6.1-1
tags: patch

Since the pidgin package re-enabled network manager it cannot be built on non-linux architectures leaving out of date packages on those architectures. I have enquired about the portability of network-manager and been told it is unlikely to be ported any time soon.

Once 2.6.2-1 is in testing (the bsd architectures currently seem to be being ignored in testing transition while they catch up and IMO getting crash fixes to linux users is more important than this bug) please apply the attatched patch to only build with network-manager on linux architectures.

note: the severity is based on the assumption that since kfreebsd-* is in testing (though currently ignored for testing transisions) and is listed as "at-risk" on the requalification page it is to be treated as a release architecture until such time as a final acceptance/rejection descision is made. if you believe this is incorrect feel free to downgrade.
diff -ur pidgin-2.6.2/debian/control pidgin-2.6.2.new/debian/control
--- pidgin-2.6.2/debian/control	2009-09-10 03:36:18.000000000 +0100
+++ pidgin-2.6.2.new/debian/control	2009-09-09 23:31:16.000000000 +0100
@@ -11,7 +11,7 @@
  libdbus-glib-1-dev, dbus, python (>= 2.4), libavahi-client-dev,
  libavahi-glib-dev, libxml-parser-perl, libncursesw5-dev, libsasl2-dev,
  xsltproc, doxygen, libsilc-dev (>= 1.1.1), libgstfarsight0.10-dev (>= 0.0.9),
- libgstreamer-plugins-base0.10-dev, network-manager-dev (>= 0.5.0),
+ libgstreamer-plugins-base0.10-dev, network-manager-dev (>= 0.5.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
  libsqlite3-dev (>= 3.3), libidn11-dev, ca-certificates
 Standards-Version: 3.8.3
 XS-Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/pidgin/
diff -ur pidgin-2.6.2/debian/rules pidgin-2.6.2.new/debian/rules
--- pidgin-2.6.2/debian/rules	2009-09-10 03:36:18.000000000 +0100
+++ pidgin-2.6.2.new/debian/rules	2009-09-09 23:35:53.000000000 +0100
@@ -10,12 +10,20 @@
 DEB_BUILDDIR = $(DEB_SRCDIR)/build
 #DEB_CONFIGURE_SCRIPT = $(CURDIR)/configure
 DEB_CONFIGURE_EXTRA_FLAGS = --enable-gevolution \
-	    --enable-cap --enable-nm --with-system-ssl-certs=/etc/ssl/certs \
+	    --enable-cap --with-system-ssl-certs=/etc/ssl/certs \
 	    --enable-perl --with-zephyr=/usr --enable-dbus --enable-gnutls=no \
 	    --enable-nss=yes --enable-cyrus-sasl --enable-vv --enable-farsight \
 	    --enable-tcl --enable-tk
 LDFLAGS = -Wl,--as-needed
 
+DEB_BUILD_ARCH_OS ?=$(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
+
+ifeq ($(DEB_BUILD_ARCH_OS),linux)
+  DEB_CONFIGURE_EXTRA_FLAGS += --enable-nm
+else
+  DEB_CONFIGURE_EXTRA_FLAGS += --disable-nm
+endif 
+
 DEB_INSTALL_DOCS_ALL := -XAUTHORS -XNEWS -XREADME
 
 DEB_DH_MAKESHLIBS_ARGS_pidgin := -V -X/usr/lib/pidgin
Only in pidgin-2.6.2/doc: TracFooter.html
Only in pidgin-2.6.2/doc: TracHeader.html

--- End Message ---
--- Begin Message ---
Source: pidgin
Source-Version: 2.6.3-1

We believe that the bug you reported is fixed in the latest version of
pidgin, which is due to be installed in the Debian FTP archive:

finch-dev_2.6.3-1_all.deb
  to pool/main/p/pidgin/finch-dev_2.6.3-1_all.deb
finch_2.6.3-1_amd64.deb
  to pool/main/p/pidgin/finch_2.6.3-1_amd64.deb
libpurple-bin_2.6.3-1_all.deb
  to pool/main/p/pidgin/libpurple-bin_2.6.3-1_all.deb
libpurple-dev_2.6.3-1_all.deb
  to pool/main/p/pidgin/libpurple-dev_2.6.3-1_all.deb
libpurple0_2.6.3-1_amd64.deb
  to pool/main/p/pidgin/libpurple0_2.6.3-1_amd64.deb
pidgin-data_2.6.3-1_all.deb
  to pool/main/p/pidgin/pidgin-data_2.6.3-1_all.deb
pidgin-dbg_2.6.3-1_amd64.deb
  to pool/main/p/pidgin/pidgin-dbg_2.6.3-1_amd64.deb
pidgin-dev_2.6.3-1_all.deb
  to pool/main/p/pidgin/pidgin-dev_2.6.3-1_all.deb
pidgin_2.6.3-1.diff.gz
  to pool/main/p/pidgin/pidgin_2.6.3-1.diff.gz
pidgin_2.6.3-1.dsc
  to pool/main/p/pidgin/pidgin_2.6.3-1.dsc
pidgin_2.6.3-1_amd64.deb
  to pool/main/p/pidgin/pidgin_2.6.3-1_amd64.deb
pidgin_2.6.3.orig.tar.gz
  to pool/main/p/pidgin/pidgin_2.6.3.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 546...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ari Pollak <a...@debian.org> (supplier of updated pidgin package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

Format: 1.8
Date: Fri, 16 Oct 2009 10:30:34 -0400
Source: pidgin
Binary: libpurple0 pidgin pidgin-data pidgin-dev pidgin-dbg finch finch-dev 
libpurple-dev libpurple-bin
Architecture: source all amd64
Version: 2.6.3-1
Distribution: unstable
Urgency: medium
Maintainer: Ari Pollak <a...@debian.org>
Changed-By: Ari Pollak <a...@debian.org>
Description: 
 finch      - text-based multi-protocol instant messaging client
 finch-dev  - text-based multi-protocol instant messaging client - development
 libpurple-bin - multi-protocol instant messaging library - extra utilities
 libpurple-dev - multi-protocol instant messaging library - development files
 libpurple0 - multi-protocol instant messaging library
 pidgin     - graphical multi-protocol instant messaging client for X
 pidgin-data - multi-protocol instant messaging client - data files
 pidgin-dbg - Debugging symbols for Pidgin
 pidgin-dev - multi-protocol instant messaging client - development files
Closes: 546024
Changes: 
 pidgin (2.6.3-1) unstable; urgency=medium
 .
   * New upstream release
     - fixes a remote ICQ crash (CVE-2009-3615)
     - fix building on non-Linux architectures (Closes: #546024)
Checksums-Sha1: 
 a20d01d1906c8aa27a18c993670c22621b669646 1914 pidgin_2.6.3-1.dsc
 13c6c52886cd0030a9f806fe1ea0e0c16ce3cdf1 12954701 pidgin_2.6.3.orig.tar.gz
 a5697363d1839fe3caa6b1da206ddcf7f5e94c34 55291 pidgin_2.6.3-1.diff.gz
 a35fd72cda6aa21cdb35bddbbdb2362992f491b2 7281652 pidgin-data_2.6.3-1_all.deb
 5c14173204178c14934b815e69666807b0da0fc9 1834808 pidgin-dev_2.6.3-1_all.deb
 d0be3189f03a15b1b604dce96d09673ced9368f8 123456 finch-dev_2.6.3-1_all.deb
 da283f373d1f0726ff5484034a5479bca3100a3e 277868 libpurple-dev_2.6.3-1_all.deb
 331b1ad00ee08db027918f6acbe0a70c32f3c62a 97076 libpurple-bin_2.6.3-1_all.deb
 a38ca0b452b7023d9476d930c34cc7eb7a70d3f1 1905074 libpurple0_2.6.3-1_amd64.deb
 8a5e2bccd9c87aa04f7e1953fc47a9b359b56476 764482 pidgin_2.6.3-1_amd64.deb
 1ad41b052ea308c4ed54545d74cafcc951480b76 6351312 pidgin-dbg_2.6.3-1_amd64.deb
 2c89b4042341f5fde1b62b000a45a33fdfe64219 325286 finch_2.6.3-1_amd64.deb
Checksums-Sha256: 
 915671cee42bb8ad0afebdfc2365c78a87835a0a6b6e79ea3c495d9f81171e1a 1914 
pidgin_2.6.3-1.dsc
 1119e84d01020d45d7593700dc9fb2b50e74cc6830be7e9a3c5af0063705e2ec 12954701 
pidgin_2.6.3.orig.tar.gz
 164b9c87508624b9e50232f1dd5043e559d17e2a214d996826f7d27f8560de8d 55291 
pidgin_2.6.3-1.diff.gz
 4305f30eb2bd84c796d1578be705e440b634906f93422d6c7e1e543ee42da697 7281652 
pidgin-data_2.6.3-1_all.deb
 4e9df3f5ff3c453db18f99777dd934962dd0fc44f7e0e63dc33f00a1e48e62f5 1834808 
pidgin-dev_2.6.3-1_all.deb
 4bfa1f64c605de10a404624160be975056922b6b7695b17e182504b9fc65c3ac 123456 
finch-dev_2.6.3-1_all.deb
 f31e7698de9968d63f0a4112580cb379de59f277c3eae1d7b73cbd2b6503ff42 277868 
libpurple-dev_2.6.3-1_all.deb
 d57342703f1c435a387d968f28dc0717c79ce0154c8cba4e935a809edcd362d1 97076 
libpurple-bin_2.6.3-1_all.deb
 ac28a937df4c45e2b969a613744b7cdda5663b07fc64e8b1d80f3d0826fdc839 1905074 
libpurple0_2.6.3-1_amd64.deb
 3e7e42f805dfae4ebf4c5ca491104e5106c5e59e1db13a575468f25d36872aa9 764482 
pidgin_2.6.3-1_amd64.deb
 2ada603158c49f98d561b90145ddfa16031061e94975177179630723d81d1a02 6351312 
pidgin-dbg_2.6.3-1_amd64.deb
 4e44e523855dc8c51ec246d81679fc7700c5fc1b64618c144b2541a8880f6b18 325286 
finch_2.6.3-1_amd64.deb
Files: 
 cef5ac9c62a511a7b1eb6d518df5f258 1914 net optional pidgin_2.6.3-1.dsc
 212c0d94821bdf5652504ffda9035c8c 12954701 net optional pidgin_2.6.3.orig.tar.gz
 500a9b6b84256f96a345fee792087f54 55291 net optional pidgin_2.6.3-1.diff.gz
 1c00a7d15494f6ed1f11c4332fe3ca7a 7281652 net optional 
pidgin-data_2.6.3-1_all.deb
 323d3ba75dd2951d5b78faab78089a47 1834808 devel optional 
pidgin-dev_2.6.3-1_all.deb
 52d96fe8ddc283104e0e3bff3a4df164 123456 devel optional 
finch-dev_2.6.3-1_all.deb
 b4fdcf272a932eea70f59f841d8ba9ae 277868 libdevel optional 
libpurple-dev_2.6.3-1_all.deb
 5a487f3da20bad896acc8100f5ff0afd 97076 net optional 
libpurple-bin_2.6.3-1_all.deb
 3ba5a80969705356ef895ec6f876ab62 1905074 net optional 
libpurple0_2.6.3-1_amd64.deb
 dbece4c68de969614be18c11e02e8022 764482 net optional pidgin_2.6.3-1_amd64.deb
 a7cd18704806445c2b700ef03808b0c1 6351312 debug extra 
pidgin-dbg_2.6.3-1_amd64.deb
 e38a56145d06d779629b8cb6f2e97e35 325286 net optional finch_2.6.3-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEAREDAAYFAkrYxYoACgkQwO+u47cOQDsn3wCeNErL6+cOhPgOWWufY09P8Q8d
gK4AnRoD4vKxLNzm0IGMe9NwrdDLErEm
=EY79
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to