Bug#1056650: RM: dispmua -- ROM; incompatible with Thunderbird in unstable/testing

2023-11-24 Thread Christoph Goehre
Package: ftp.debian.org
Severity: normal
User: ftp.debian@packages.debian.org
Usertags: remove
X-Debbugs-Cc: disp...@packages.debian.org
Control: affects -1 + src:dispmua

Hi,

dispmua is useless with Thunderbird in unstable/testing. Upstream
changed the xpi format long time ago. I'm unable to produce a working
package from upstream. If I install the xpi directly in Thunderbird it's
working fine.

Please remove the package. Users should install the extension directly
from Mozilla. Popcom reports 9 installations at the moment, dropped from
around 600+ in 2012.

Thanks,
Christoph



Bug#1027263: #1027263 pending, fixed in git

2023-11-23 Thread Christoph Goehre
tags 1027263 pending
thanks

Fixed with 
https://salsa.debian.org/debian/mini-dinstall/-/commit/ad12a309987683f89d7e6ac70defbc38b9d44c81



Bug#1027267: 1027267 pending, fixed in git

2023-11-23 Thread Christoph Goehre
tags 1027267 pending
thanks

Fixed with 
https://salsa.debian.org/debian/mini-dinstall/-/commit/d1d92b57e634b8fc740d1665bb0de0a9081a11c2



Bug#1055247: #1055247 pending, fixed in git

2023-11-23 Thread Christoph Goehre
tags 1055247 pending
thanks

Fixed with 
https://salsa.debian.org/debian/mini-dinstall/-/commit/298f88dfda244285fe681e9787114c9da1bc7858



Bug#1027268: #1027268 pending, fixed in git

2023-11-23 Thread Christoph Goehre
tags 1027268 pending
thanks

Fixed with 
https://salsa.debian.org/debian/mini-dinstall/-/commit/d1d92b57e634b8fc740d1665bb0de0a9081a11c2



Bug#864732: RM: bandwidthcalc -- ROM; obsolete

2017-06-13 Thread Christoph Goehre
Package: ftp.debian.org
Severity: normal

Hi,

as I describe in #864461, bandwidthcalc is more or less useless and many
websites provide a better service with HTML/JS. Popcon reports as little
as 20 users.

The Release Team already removed bandwidthcalc from stretch, so please
remove it from unstable as well.

Cheers,
Christoph


signature.asc
Description: PGP signature


Bug#864462: unblock: qla-tools/20140529-2

2017-06-08 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

unblock qla-tools/20140529-2

Hi,

please unblock package qla-tools. #834258 makes the package more or less
useless, because two of four included scripts check for a too old kernel
version. I adjust the case statement and everything is working well.

I've include the debdiff against the package in testing (20140529-1),
which show my fixing patch, a adjusted debhelper version, updated vcs
links and a updated Standards-Version.

I hope it's not to late to unblock qla-tools and ship a working version
within stretch.

Cheers,
Christoph
diff -Nru qla-tools-20140529/debian/changelog qla-tools-20140529/debian/changelog
--- qla-tools-20140529/debian/changelog	2014-08-30 13:53:49.0 -0400
+++ qla-tools-20140529/debian/changelog	2017-02-12 12:45:58.0 -0500
@@ -1,3 +1,15 @@
+qla-tools (20140529-2) unstable; urgency=medium
+
+  * [e524701] switch to debhelper 9
+  * [651a23b] bump up Standards-Version to 3.9.8
+  * [80855d7] rebuild patch queue from patch-queue branch
+added patches:
+- 0002-let-ql-hba-snapshot-and-ql-dynamic-tgt-lun-disc-supp.patch
+(Closes: #834258)
+  * [71ccfd9] update Vcs fields
+
+ -- Christoph Goehre <ch...@sigxcpu.org>  Sun, 12 Feb 2017 12:45:58 -0500
+
 qla-tools (20140529-1) unstable; urgency=low
 
   * [9bb7193] Imported Upstream version 20140529 (Closes: #739368)
diff -Nru qla-tools-20140529/debian/compat qla-tools-20140529/debian/compat
--- qla-tools-20140529/debian/compat	2014-08-30 13:53:49.0 -0400
+++ qla-tools-20140529/debian/compat	2017-02-12 12:45:58.0 -0500
@@ -1 +1 @@
-7
+9
diff -Nru qla-tools-20140529/debian/control qla-tools-20140529/debian/control
--- qla-tools-20140529/debian/control	2014-08-30 13:53:49.0 -0400
+++ qla-tools-20140529/debian/control	2017-02-12 12:45:58.0 -0500
@@ -2,10 +2,10 @@
 Section: admin
 Priority: optional
 Maintainer: Christoph Goehre <ch...@sigxcpu.org>
-Build-Depends: debhelper (>= 7.0.0)
-Standards-Version: 3.9.5
-Vcs-Git: http://anonscm.debian.org/cgit/users/gris/qla-tools.git
-Vcs-Browser: http://anonscm.debian.org/cgit/users/gris/qla-tools.git
+Build-Depends: debhelper (>= 9.0.0)
+Standards-Version: 3.9.8
+Vcs-Git: git://anonscm.debian.org/users/gris/qla-tools.git
+Vcs-Browser: https://anonscm.debian.org/git/users/gris/qla-tools.git
 Homepage: http://driverdownloads.qlogic.com
 
 Package: qla-tools
diff -Nru qla-tools-20140529/debian/patches/0002-let-ql-hba-snapshot-and-ql-dynamic-tgt-lun-disc-supp.patch qla-tools-20140529/debian/patches/0002-let-ql-hba-snapshot-and-ql-dynamic-tgt-lun-disc-supp.patch
--- qla-tools-20140529/debian/patches/0002-let-ql-hba-snapshot-and-ql-dynamic-tgt-lun-disc-supp.patch	1969-12-31 19:00:00.0 -0500
+++ qla-tools-20140529/debian/patches/0002-let-ql-hba-snapshot-and-ql-dynamic-tgt-lun-disc-supp.patch	2017-02-12 12:45:58.0 -0500
@@ -0,0 +1,37 @@
+From: Christoph Goehre <ch...@sigxcpu.org>
+Date: Sun, 12 Feb 2017 12:08:29 -0500
+Subject: let ql-hba-snapshot and ql-dynamic-tgt-lun-disc support kernels >=
+ 4.x
+
+Closes: #834258
+---
+ ql-dynamic-tgt-lun-disc/ql-dynamic-tgt-lun-disc.sh | 2 +-
+ ql-hba-snapshot/ql-hba-snapshot.sh | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/ql-dynamic-tgt-lun-disc/ql-dynamic-tgt-lun-disc.sh b/ql-dynamic-tgt-lun-disc/ql-dynamic-tgt-lun-disc.sh
+index fe03378..9b874ba 100755
+--- a/ql-dynamic-tgt-lun-disc/ql-dynamic-tgt-lun-disc.sh
 b/ql-dynamic-tgt-lun-disc/ql-dynamic-tgt-lun-disc.sh
+@@ -1846,7 +1846,7 @@ case ${QL_K_MAJ_MIN} in
+ 		fi
+ 		QL_FS=$QL_PROCFS
+ 	;;
+-	2.6 | 3.*)
++	2.6 | 3.* | 4.*)
+ 		if [ "${QL_HBA_SCAN}" -eq "${QL_FC_SCAN}" ]; then
+ 			QL_DRIVER=qla2xxx
+ 			SYS_DRIVER=qla2		
+diff --git a/ql-hba-snapshot/ql-hba-snapshot.sh b/ql-hba-snapshot/ql-hba-snapshot.sh
+index 7f07b0a..d53 100755
+--- a/ql-hba-snapshot/ql-hba-snapshot.sh
 b/ql-hba-snapshot/ql-hba-snapshot.sh
+@@ -1622,7 +1622,7 @@ function print_iscsi_statistics ()
+ 	KERNEL_VERSION=`uname -r`
+ 	KERNEL_MAJ_MIN=`echo $KERNEL_VERSION | cut -d . -f -2`
+ 	case $KERNEL_MAJ_MIN in
+-		2.6 | 3.*)
++		2.6 | 3.* | 4.*)
+ 		;;
+ 		*)
+ 			echo "Only Kernel version 2.6 and above are supported"
diff -Nru qla-tools-20140529/debian/patches/series qla-tools-20140529/debian/patches/series
--- qla-tools-20140529/debian/patches/series	2014-08-30 13:53:49.0 -0400
+++ qla-tools-20140529/debian/patches/series	2017-02-12 12:45:58.0 -0500
@@ -1 +1,2 @@
 0001-let-ql-hba-snapshot-support-kernels-3.x.patch
+0002-let-ql-hba-snapshot-and-ql-dynamic-tgt-lun-disc-supp.patch


signature.asc
Description: PGP signature


Bug#864461: RM: bandwidthcalc/0.2-1.1

2017-06-08 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: rm

Hi,

could you please remove bandwidthcalc from upcoming stretch? Popcon
reports as little as 20 users and I uploaded the last release in 2008.
As madduck explain in #542844, it's more or less useless and just bloat
the archive.

Cheers,
Christoph


signature.asc
Description: PGP signature


Bug#817372: bandwidthcalc: Removal of debhelper compat 4

2016-06-30 Thread Christoph Goehre
Hi Niels,

On Wed, Mar 09, 2016 at 08:46:10PM +0100, ni...@thykier.net wrote:
> The package bandwidthcalc uses debhelper with a compat level of 4,
> which is deprecated and scheduled for removal.

autoremove of bandwidthcalc is fine. Since I ask for remove before the
jessie release (#781926), I forgot to remove bandwidthcalc finally from
testing and unstable.

Cheers,
Christoph



Bug#819020: FTBFS: libldif60.so: /usr/bin/ld: unrecognized option '-Wl,-z,relro'

2016-04-16 Thread Christoph Goehre
tags 819020 pending
thanks

Hi Ximin,

On Wed, Apr 13, 2016 at 10:00:07PM +0200, Ximin Luo wrote:
> "Even if dpkg-buildpackage exports some variables, debian/rules should
> not rely on their presence and should instead use the respective
> interface to retrieve the needed values."
> 
> Can you please fix that? This non-standard hard requirement on
> dpkg-buildpackage makes it impossible to execute individual stages of
> the build, and also wastes developers' time trying to get basic
> processes to work.

I export the necessary DEB_* vars now in debian/rules, see[1].

> There's another problem:
> 
> $ dpkg-buildpackage -b
>  debian/rules build
> make: 'build' is up to date.
> 
> For some reason, you are building everything in the "binary" target
> and not the "build" target. This also needs to be fixed. Actually this
> is the cause of my original "dh build" problem, but any
> hard-requirement on environment variables should *also* be fixed.

Ooh, this was a tough one. Make stumble over a directory named 'build'
and has nothing to do for it. It takes me some hours to find and fix
this glitch[2].

Cheers,
Christoph

[1] 
http://anonscm.debian.org/cgit/pkg-mozilla/icedove.git/commit/?id=34dd2790d1f8a040c3ae936bba059cd3477d6140
[2] 
http://anonscm.debian.org/cgit/pkg-mozilla/icedove.git/commit/?id=54ed88d1a5c27fa08cbb18ebc89408812ef60377



Bug#820026: icedove crashes (segfaults) when installed along with xul-ext-foxyproxy-standard

2016-04-13 Thread Christoph Goehre
Hi,

On Sa, Apr 09, 2016 at 10:43:11 +0200, Cyril Chaboisseau wrote:
> BTW, anyone with a valid pop/imap account can reproduce this bug
> 
> one would just need to install the xul-ext-foxyproxy-standard package,
> launch icedove with a blank config directory, setup an account and
> witness the crash/segfaults

I've tested upstream Thunderbird (38.7.2) with foxyproxy-standard. It
crashes the same way Icedove does. So it's seems to be an upstream bug.

Cheers,
Christoph



Bug#819020: FTBFS: libldif60.so: /usr/bin/ld: unrecognized option '-Wl,-z,relro'

2016-04-13 Thread Christoph Goehre
severity 819020 normal
thanks

Build works normal, lower severity.



Bug#819020: FTBFS: libldif60.so: /usr/bin/ld: unrecognized option '-Wl,-z,relro'

2016-04-13 Thread Christoph Goehre
Hi,

On Mi, Mär 23, 2016 at 12:43:51 +0100, Ximin Luo wrote:
> While trying to test a patch I have for 
> https://bugzilla.mozilla.org/show_bug.cgi?id=1258875
> I could not get the build to work. This is my error:
> 
> $ dh build
> [..]
> make[9]: Entering directory 
> '/home/infinity0/tmp/icedove-38.7.0/obj-icedove/ldap/sdks/c-sdk/ldap/libraries/liblber'
> /home/infinity0/tmp/icedove-38.7.0/obj-icedove/dist/bin/nsinstall -R -m 444 
> ./liblber60.a /home/infinity0/tmp/icedove-38.7.0/obj-icedove/dist/lib
> make[9]: Leaving directory 
> '/home/infinity0/tmp/icedove-38.7.0/obj-icedove/ldap/sdks/c-sdk/ldap/libraries/liblber'
> cd libldif; make BUILD_DEBUG=optimize export
> make[9]: Entering directory 
> '/home/infinity0/tmp/icedove-38.7.0/obj-icedove/ldap/sdks/c-sdk/ldap/libraries/libldif'
> === making ./libldif60.so
> /usr/bin/ld -Wl,-z,relro -Wl,--no-keep-memory -Wl,--reduce-memory-overheads 
> -Wl,--no-keep-memory -Wl,--stats  -o libldif60.so ./line64.o   
> /usr/bin/ld: unrecognized option '-Wl,-z,relro'
> /usr/bin/ld: use the --help option for usage information
> Makefile:146: recipe for target 'libldif60.so' failed
> make[9]: *** [libldif60.so] Error 1
> make[9]: Leaving directory 
> '/home/infinity0/tmp/icedove-38.7.0/obj-icedove/ldap/sdks/c-sdk/ldap/libraries/libldif'

please don't build this way. Use 'dpkg-buildpackage' or debuild, sbuild
or pbuilder. dpkg-buildpackage exports necessary vars into the
environemnt, which we truly rely on. Some of this vars come from
dpkg-architecture (e.g. DEB_BUILD_GNU_TYPE and DEB_HOST_GNU_TYPE). You
trapped into another, so we use gcc instead of ld to link binaries
together.

Cheers,
Christoph



Bug#808183: icedove: FTPFS on hurd-i386 and enable successive builds

2015-12-24 Thread Christoph Goehre
Hi Svante,

On Mi, Dez 16, 2015 at 10:33:07 +0100, Svante Signell wrote:
> Currently icedove FTBFS on GNU/Hurd due to memory problems when linking large
> libraries. The attached patch fixes this problem by giving the 
> --no-keep-memory
> flag to the linker as for alpha and ia64.

I use 'ifneq' instead of 'ifeq', so everything EXCEPT alpha and ia64 build with
'LDFLAGS += -Wl,--no-keep-memory'. If I apply your patch, hurd wouldn't get
-Wl,--no-keep-memory.

> Additionally, since dh_clean does not enable building a second time after a
> build failure, add an override target for sh_auto_clean:
> override_dh_auto_clean:
>   make -f client.mk distclean

Have you try to add this to debian/rules and build icedove from scratch?
For me, it's not working, see:

--8<--
root@machine:/tmp/buildd/icedove-38.4.0# dpkg-buildpackage -b
dpkg-buildpackage: source package icedove
dpkg-buildpackage: source version 38.4.0-1.1
dpkg-buildpackage: source distribution UNRELEASED
dpkg-buildpackage: source changed by root 
dpkg-buildpackage: host architecture amd64
 dpkg-source --before-build icedove-38.4.0
 debian/rules clean
dh clean
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/tmp/buildd/icedove-38.4.0'
make -f client.mk distclean
make[2]: Entering directory '/tmp/buildd/icedove-38.4.0'
Specified MOZCONFIG "/tmp/buildd/icedove-38.4.0/mozconfig.icedove" does not 
exist!
client.mk:116: *** Fix above errors before continuing..  Stop.
make[2]: Leaving directory '/tmp/buildd/icedove-38.4.0'
debian/rules:86: recipe for target 'override_dh_auto_clean' failed
make[1]: *** [override_dh_auto_clean] Error 2
make[1]: Leaving directory '/tmp/buildd/icedove-38.4.0'
debian/rules:46: recipe for target 'clean' failed
make: *** [clean] Error 2
dpkg-buildpackage: error: debian/rules clean gave error exit status 2
-->8--

BTW: I'm able to build a second time after a build failure. Just use
'debian/rules binary'. It works for me.

Cheers,
Christoph



Bug#806047: icedove: FTBFS when built with dpkg-buildpackage -A (No such file or directory)

2015-11-29 Thread Christoph Goehre
tags 806047 pending
thanks

Hi,

On Di, Nov 24, 2015 at 03:26:28 +, Santiago Vila wrote:
> make[1]: Entering directory '/<>'
> dh_install
> # adjust Icedove version in pkg-config file
> sed -i 's/@Version@/38.3.0/' debian/icedove-dev/usr/lib/pkgconfig/icedove.pc
> sed: can't read debian/icedove-dev/usr/lib/pkgconfig/icedove.pc: No such file 
> or directory
> debian/rules:89: recipe for target 'override_dh_install' failed
> make[1]: *** [override_dh_install] Error 2
> make[1]: Leaving directory '/<>'
> debian/rules:46: recipe for target 'binary-indep' failed
> make: *** [binary-indep] Error 2

I've split override_dh_install into override_dh_install-arch and
override_dh_install-indep[1]. With this, a build of
architecture-independent packages works fine.

Cheers,
Christoph

[1] 
http://anonscm.debian.org/cgit/pkg-mozilla/icedove.git/commit/?id=316798ffdff9a51b2a1c0884ddfc8d6c14466caf



Bug#794534: icedove: Crash with LDAP auth and NFS home

2015-08-04 Thread Christoph Goehre
Hi Yaroslav,

On Di, Aug 04, 2015 at 09:47:00 +0200, Yaroslav Maslennikov wrote:
 Thread 1 (Thread 0x77fda720 (LWP 16214)):
 #0  0x76f14f2b in strtok_r () from /lib/x86_64-linux-gnu/libc.so.6
 #1  0x75911e91 in ldap_str2charray (str=0x7fffe8e0b20d 
 ldap://localhost/;, brkstr=0x7fffe8e0af6e , ) at 
 /build/icedove-wMZ9LX/icedove-31.8.0/mozilla/../ldap/sdks/c-sdk/ldap/libraries/libldap/charray.c:218

seems to me like a overlay of libldap and icedove's internal ldap
libary. I've seen this in earlier bug reports, but the main different is
that you've installed nscd, see:

 nscd  2.13-38+deb7u8  amd64

Normally nscd fixes the symbol versioning problem. Could you try to
reinstall the previous version of icedove (you'll find it at
snapshot.debian.org[1]) and check if it's still working? If so, install
31.8.0-1~deb7u1 from oldstable-security and check again.

Cheers,
Christoph

[1] http://snapshot.debian.org/package/icedove/31.7.0-1~deb7u1/


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#768389: icedove: XML error

2015-08-03 Thread Christoph Goehre
Hi Pierre,

On Fr, Nov 07, 2014 at 01:14:15 +0100, Pierre Rudloff wrote:
 When I run Icedove in French, I get an XML error:
 Erreur d'analyse XML : entité non définie
 Emplacement : chrome://messenger/content/messenger.xul
 Numéro de ligne 37, Colonne 1 :window id=messengerWindow
 
 I can't reproduce when running in English (LANG=C).

I'm trying to reproduce your bug with icedove-l10n-fr on Wheezy but I'm
unable to do so. Is the bug still present in your installation? If so,
could you try to move your icedove profile and check for this error with
a new profile? BTW: Where does the error message appear?

Cheers,
Christoph


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#781926: RM: bandwidthcalc/0.2-1

2015-04-04 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: rm

Hi,

could you please remove bandwidthcalc from upcoming jessie? Popcon
reports as little as 26 users and I uploaded the last release in 2008.
As madduck explain in #542844, it's more or less useless and just bloat
the archive.

I know the freeze of jessie is long gone, but I nonetheless ask you for
remove of bandwidthcalc. I hope it's not to late.

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#739984: mini-dinstall: Won't start: ValueError: invalid literal for int() with base 10: ''

2014-08-24 Thread Christoph Goehre
Hi Sam,

On Mo, Feb 24, 2014 at 04:39:44 +, Sam Morris wrote:
 I am unable to start mini-dinstall. An empty pidfile is created on line
 45 of the init script:
 
   [ ! -f ${PIDFILE} ]  { touch ${PIDFILE} ; }

how do you get this init script? I've never shipped a init script in the
mini-dinstall package.

Cheers,
Chris


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#735119: [icedove] Non free file

2014-01-13 Thread Christoph Goehre
tags 735119 pending
thanks

Hi Bastien,

On So, Jan 12, 2014 at 09:31:42 +, bastien ROUCARIES wrote:
 According to lintian:
 mozilla/build/pgo/blueprint/valid.png usual name is
 valid-html401-blue.png. The valid w3c icons could not be modified. See
 also http://www.w3.org/QA/Tools/Icons.

i'll remove the non-free W3C icon with the next release of Thunderbird
(which will probably be 24.3.0).

Cheers,
Christoph


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#698163: icedove(1) documents -g and -debug flags, but neither of them are recognized

2013-01-14 Thread Christoph Goehre
tags 698163 confirmed
thanks

Hi Daniel,

On Mon, Jan 14, 2013 at 01:31:22PM -0500, Daniel Kahn Gillmor wrote:
 However, these appear to be unrecognized command line flags:
 
 0 dkg@alice:~$ MOZILLA_DISABLE_PLUGINS=true icedove -g -P default
 enigmail.js: Registered components
 Warning: unrecognized command line flag -g
 mimeVerify.jsm: module initialized

thanks for the hit. I'll correct the man page. If you want to run
icedove through a debugger, you need to run the following:

 cd /usr/lib/icedove
 ./run-mozilla.sh -g icedove-bin

Cheers,
Christoph


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#696174: unblock: icedove/10.0.11-1

2012-12-17 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package icedove

It's a security update for 10.0.10 and it fixes the following CVE's:

 CVE-2012-5842, CVE-2012-4202, CVE-2012-4201, CVE-2012-5841,
 CVE-2012-4207, CVE-2012-4209, CVE-2012-4214, CVE-2012-4215,
 CVE-2012-4216, CVE-2012-5829, CVE-2012-5839, CVE-2012-5840,
 CVE-2012-5830, CVE-2012-5833, CVE-2012-5835

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#693101: unblock: icedove-l10n/1:10.0.10-1

2012-11-12 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

unblock icedove-l10n/1:10.0.10-1

Please unblock package icedove-l10n

it contains newer translation strings for icedove 10.0.10-1.

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#690795: unblock: icedove/10.0.9-1

2012-10-17 Thread Christoph Goehre
Hi Moritz, hi Adam,

On Mi, Okt 17, 2012 at 08:13:52 +0200, Moritz Mühlenhoff wrote:
 On Wed, Oct 17, 2012 at 07:10:06PM +0100, Adam D. Barratt wrote:
  On Wed, 2012-10-17 at 19:00 +0200, Moritz Muehlenhoff wrote:
   please unblock icedove 10.0.9-1
   
   It fixes multiple security issues
  
  I notice the README.Debian note about iceowl-extension's security
  support (or rather lack thereof) has been removed; is that correct?
 
 Christoph?

yes, thats correct. It fixes #686206.

Guido copied the file in November 2011, when he enabled building of the
iceowl-extension from icedove code. Before that, we have two separate
source package and iceowl-extension come from iceowl.

Maybe Guido could say anything more about that.

Should I redo my changes and upload only the security-fixed version with
version number 10.0.9-2 into sid?

Cheers,
Christoph


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#685600: unblock: icedove/10.0.6-2

2012-08-22 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package icedove

It's a security update for 10.0.5 and it fixes the following CVE's:

CVE-2012-1948, CVE-2012-1951, CVE-2012-1952, CVE-2012-1953,
CVE-2012-1954, CVE-2012-1955, CVE-2012-1957, CVE-2012-1958,
CVE-2012-1959, CVE-2012-1961, CVE-2012-1962, CVE-2012-1963,
CVE-2012-1964, CVE-2012-1967

For a detailed overview take a look at this[1]. Here are the changes, which are
documented in the changelog file:

icedove (10.0.6-2) unstable; urgency=low

  * [a657277] rebuild patch queue from patch-queue branch
added patches:
- fixes/Bug-693343-a11y-disabled-in-Gnome-3-when-GNOME_ACCES.patch
  (Closes: #682913)
- porting/fix-FTBFS-on-Alpha-add-arch-support-for-IPC.patch
  (Closes: #685126)
  * [bf09ad9] update build dependencies (Thanks to Mike) (Closes: #666722)

 -- Christoph Goehre ch...@sigxcpu.org  Fri, 17 Aug 2012 16:11:57 +0200

icedove (10.0.6-1) unstable; urgency=high

  * [1b75920] New Upstream version 10.0.6 (Closes: #682817)
  * Fixes for MFSA2012-{42,44-45,47-49,51-54,56}, also known as
CVE-2012-1948, CVE-2012-1951, CVE-2012-1952, CVE-2012-1953,
CVE-2012-1954, CVE-2012-1955, CVE-2012-1957, CVE-2012-1958,
CVE-2012-1959, CVE-2012-1961, CVE-2012-1962, CVE-2012-1963,
CVE-2012-1964, CVE-2012-1967
  * [5fdf662] rebuild patch queue from patch-queue branch
added patches:
- fixes/Bug-761082-Only-export-TabMessageUtils.h-in-mozilla-.patch
modified patches:
- icedove/fix-branding-in-migration-wizard-and-the-addon-manag.patch

 -- Christoph Goehre ch...@sigxcpu.org  Sun, 05 Aug 2012 19:05:48 +0200


Cheers,
Christoph

[1] http://www.mozilla.org/security/known-vulnerabilities/thunderbirdESR.html


signature.asc
Description: Digital signature


Bug#671408: tagging 671408

2012-05-06 Thread Christoph Goehre
tags 671408 + pending
thanks

This bug was introduced by the removal of UTF-7 from Gecko. I'm working
on a fixed version and coordinate the update with the Debian Security
Team.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#671410: tagging 671410

2012-05-06 Thread Christoph Goehre
tags 671410 + pending
thanks

This bug was introduced by the removal of UTF-7 from Gecko. I'm working
on a fixed version and coordinate the update with the Debian Security
Team.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#662694: debmirror: apply timeout to http and hftp download

2012-03-05 Thread Christoph Goehre
Package: debmirror
Version: 1:2.10
Severity: normal
Tags: patch

Dear Maintainer,

I use debmirror behind a proxy chain (with virus scanner) and had
problems on downloading big files (mostly orig tarballs or dbg
packages). The virus scan takes to long and debmirror report a timeout.
So I take a look at the source code and realize, that the '--timeout'
option only apply to rsync and ftp downloads. I've attach a patch to fix
this for http and hftp download.
Now the default timeout for http and hftp is set to 500 seconds, instead
of the default timeout in LWP::UserAgent, which is 180 seconds.

Cheers,
Christoph
From 40d309145d10751125dc0d854394a4b649271e8f Mon Sep 17 00:00:00 2001
From: Christoph Goehre ch...@sigxcpu.org
Date: Mon, 5 Mar 2012 20:57:32 +0100
Subject: [PATCH] apply timeout to http and hftp download

LWP::UserAgent has a default timeout of 180 seconds
---
 debmirror |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/debmirror b/debmirror
index b246a9d..fd7dfa4 100755
--- a/debmirror
+++ b/debmirror
@@ -817,6 +817,7 @@ sub init_connection {
 
   /^http$/  do {
 $ua = LWP::UserAgent-new(keep_alive = 1);
+$ua-timeout($timeout);
 $ua-proxy('http', $ENV{http_proxy}) if $ENV{http_proxy};
 $ua-proxy('http', $proxy) if $proxy;
 $ua-show_progress($progress);
@@ -826,6 +827,7 @@ sub init_connection {
   /^ftp$/  do {
 if ($proxy || $ENV{ftp_proxy}) {
   $ua = LWP::UserAgent-new;
+  $ua-timeout($timeout);
   $ua-proxy('ftp', $proxy ? $proxy : $ENV{ftp_proxy});
 }
 else {
-- 
1.7.9.1



signature.asc
Description: Digital signature


Bug#659994: [regression] icedove: symbol lookup error: [...]/libdbusservice.so: undefined symbol: NS_Alloc

2012-02-21 Thread Christoph Goehre
Hi Ansgar,

On Mi, Feb 15, 2012 at 05:34:45 +0100, Ansgar Burchardt wrote:
 since the last security update for icedove, the program does not
 start on several computers here.  Instead the following error
 message is displayed:
 
 /usr/lib/icedove/icedove-bin: symbol lookup error:
 /usr/lib/icedove/components/libdbusservice.so: undefined symbol:
 NS_Alloc

I could reproduce it, but I need to move my .icedove profile away. If I
downgrade to libc6 version 2.11.2-10, everything is working fine. So
here my steps to reproduce:

1) add

 deb http://snapshot.debian.org/archive/debian/20111215/ squeeze main

to /etc/apt/sources.list and run 'apt-get update'

2) install older libc6

apt-get install libc-bin=2.11.2-10 libc-dev-bin=2.11.2-10 libc6=2.11.2-10 
libc6-dev=2.11.2-10 libc6-i386=2.11.2-10 locales=2.11.2-10

3) rerun Icedove

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#657311: needs update for 9.0 in experimental

2012-02-20 Thread Christoph Goehre
Hi Daniel,

On So, Feb 19, 2012 at 08:37:03 +0100, Daniel Baumann wrote:
 On 02/07/2012 06:36 PM, Christoph Goehre wrote:
  I'm now preparing the Icedove security upload for Squeeze, which will
  take some time.  But I'll upload it hopefully this week.
 
 any new news?

I'm sorry! Version 9.0 is vanished from the official Mozilla mirror.
I'll have a look at Icedove version 10 this week and I'll prepare l10n
packages for it.

I hope that helps.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#657311: needs update for 9.0 in experimental

2012-02-07 Thread Christoph Goehre
tags 657311 confirmed
thanks

Hi Daniel,

On Di, Feb 07, 2012 at 04:14:26 +0100, Daniel Baumann wrote:
 whats the status of this? any ETA?

I'm now preparing the Icedove security upload for Squeeze, which will
take some time.  But I'll upload it hopefully this week.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#655369: override: icedove-quotecolors:oldlibs/extra

2012-01-10 Thread Christoph Goehre
Package: ftp.debian.org
Severity: normal

Hi,

I've fixed lintian warnings because icedove-quotecolors is a
transitional package. So section oldlibs and priority extra is correct.

icedove-dispmua_1.6.8-1_all.deb: package says section is oldlibs, override says 
mail.
icedove-dispmua_1.6.8-1_all.deb: package says priority is extra, override says 
optional.

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#655107: override: icedove-dispmua:oldlibs/extra

2012-01-08 Thread Christoph Goehre
Package: ftp.debian.org
Severity: normal

Hi,

I've fixed lintian warnings because icedove-dispmua is a transitional
package. So section oldlibs and priority extra is correct.

icedove-dispmua_1.6.8-1_all.deb: package says section is oldlibs, override says 
mail.
icedove-dispmua_1.6.8-1_all.deb: package says priority is extra, override says 
optional.

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#648717: icedove 8 brekas enigmail

2011-11-16 Thread Christoph Goehre
reassign 648717 enigmail 2:1.2.1-1
tags 648717 experimental
thanks

Hi,

On Mo, Nov 14, 2011 at 01:53:37 +0100, hennr wrote:
 Please add enigmail 2:1.2.1-1 to the Breaks section of icedove, this add-on
 can't be activated.

sorry, but I couldn't add 'Breaks' for all not working
Icedove/Thunderbird extensions. So I reassign this bug to enigmail.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648543: override: iceowl-extension:mail/optional, calendar-timezones:mail/optional, calendar-google-provider:mail/optional

2011-11-12 Thread Christoph Goehre
Package: ftp.debian.org
Severity: normal

Hi,

Guido merged the iceowl-extension into my icedove package. So it would be nice
to have section 'mail' for these three packages.

calendar-google-provider_8.0~b4-2_amd64.deb: package says section is mail, 
override says web.
calendar-timezones_8.0~b4-2_amd64.deb: package says section is mail, override 
says web.
iceowl-extension_8.0~b4-2_amd64.deb: package says section is mail, override 
says web.

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#648554: RM: icedove-quotecolors -- ROM; package rename to quotecolors

2011-11-12 Thread Christoph Goehre
Package: ftp.debian.org
Severity: normal

Hi,

please remove the source package icedove-quotecolors from sid. It was
renamed to quotecolors.

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#647842: libsqlite3-0: sqlite3 was build without SQLITE_SECURE_DELETE

2011-11-06 Thread Christoph Goehre
Package: libsqlite3-0
Version: 3.7.9-1
Severity: important

Dear Maintainer,

sqlite3 version 3.7.9-1 is build without SQLITE_SECURE_DELETE and
possible all other options enabled in debian/rules with 'CFLAGS +='.
This break my package build of icedove[1] and maybe more.

Cheers,
Christoph


[1] https://buildd.debian.org/status/package.php?p=icedovesuite=experimental


signature.asc
Description: Digital signature


Bug#569989: xpi-pack: exclude changelog and license file from packed xpi

2011-09-19 Thread Christoph Goehre
Hi,

I've played around with my dispmua package and

  dh $@ --with xul-ext --buildsystem=xul_ext

in debian/rules. But I've hardly missed a 'autoexclude' for any
changelog or license file in the build root directory. So if I create
the new package, Lintian warn me about a extra-license-file and I find
another CHANGELOG copy in /usr/share/xul-ext/dispmua/CHANGELOG.

In the end, xpi-repack (introduced in debian/watch to create
orig.tar.gz) was totally useless for me and I need to use my own
debian/rules nonetheless.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#631940: icedove: Properties... menu item opens Account Settings window

2011-06-28 Thread Christoph Goehre
Hi,

On Di, Jun 28, 2011 at 02:26:06 +0200, Gabor Kiss wrote:
 Edit - Properties opens the same window as Edit - Account_Settings.

sorry, I couldn't reproduce this. Would you provide a screenshot of your
Edit menu? My Edit menu hasn't a Properties entry.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#627679: icedove segfaults after last security update (squeeze)

2011-05-24 Thread Christoph Goehre
Hi,

just run icedove in safe-mode (icedove -safe-mode) to eliminate a
extension problem. If it crash again, consider to move .icedove into
.icedove.old.

On Mo, Mai 23, 2011 at 05:05:21 +0200, Stephane Louise wrote:
 Since the icedove security update, icedove segfaults quite easily.
 I installed the icedove-dbg package in order to have a good backtrace.
 
 Here is the backtrace:
 Program received signal SIGSEGV, Segmentation fault.
 0x773e3bda in ftell () from /lib/libc.so.6
 (gdb) bt

Could you generate backtrace output with 'thread apply all bt full'?

And last but not least downgrade to icedove 3.0.11-1+squeeze1[1], check
it, update to 3.0.11-1+squeeze2 and check again.


Cheers,
Christoph

[1] 
http://snapshot.debian.org/package/icedove/3.0.11-1%2Bsqueeze1/#icedove_3.0.11-1:2b:squeeze1



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#625207: icedove: New Upstream (3.1.10)

2011-05-03 Thread Christoph Goehre
tags 625207 pending
thanks

Hi Daniel,

On Mo, May 02, 2011 at 04:08:05 +0200, Daniel Baumann wrote:
 it would be nice if you could upgrade to 3.1.10.

comming soon, but unfortunately not unil next week. Sorry.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624969: icedove: FTBFS: nsEnumeratorUtils.cpp:115:27: error: uninitialized const 'EmptyEnumeratorImpl::kInstance' [-fpermissive]

2011-05-03 Thread Christoph Goehre
tags 624969 pending
thanks

Hi Lucas,

On Mo, May 02, 2011 at 02:32:19 +0200, Lucas Nussbaum wrote:
 Relevant part:
  c++ -o nsEnumeratorUtils.o -c -I../../dist/system_wrappers -include 
  ../../config/gcc_hidden.h -DMOZ_THUNDERBIRD=1 -DOSTYPE=\Linux2.6\ 
  -DOSARCH=Linux -DTARGET_XPCOM_ABI=\x86_64-gcc3\ -I./../build  -I. -I. 
  -I../../dist/include -I../../dist/include/nsprpub  -I/usr/include/nspr 
  -I/usr/include/nss -I/usr/include  -I/usr/include  -fPIC   -fno-rtti 
  -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth 
  -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align 
  -Wno-invalid-offsetof -Wno-long-long -pedantic -g -std=gnu++0x 
  -fno-strict-aliasing -pthread -pipe  -DNDEBUG -DTRIMMED -Os 
  -freorder-blocks -fno-reorder-functions-DMOZILLA_CLIENT -include 
  ../../mozilla-config.h -Wp,-MD,.deps/nsEnumeratorUtils.pp 
  nsEnumeratorUtils.cpp
  nsEnumeratorUtils.cpp:115:27: error: uninitialized const 
  'EmptyEnumeratorImpl::kInstance' [-fpermissive]
  nsEnumeratorUtils.cpp:50:7: note: 'const class EmptyEnumeratorImpl' has no 
  user-provided default constructor
  make[6]: *** [nsEnumeratorUtils.o] Error 1

seems to be a bug in combination with GCC 4.6, [1] will fix it.

Cheers,
Christoph

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=623126



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#622807: transition: icedove

2011-04-14 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

Hi,

as I describe in [1], Icedove 3.1 is now in unstable waiting for
move into wheezy.
Could someone push the icedove/icedove-l10n packages into testing?

BTW: icedove-l10n-ka (Georgian) and icedove-l10n-ta-lk (Tamil) aren't
available for Icedove 3.1.


Cheers,
Christoph

[1] http://lists.debian.org/debian-release/2011/03/msg00438.html


signature.asc
Description: Digital signature


Bug#620812: icedove: Icedove 3.1.9 breaks several packages

2011-04-05 Thread Christoph Goehre
Hi,

On Mo, Apr 04, 2011 at 01:04:19 +0200, MP wrote:
 After upgrading to Icedove from 3.0.something to 3.1.9-2 I found out that 
 after starting
 Icedove, instaled extensions stopped working (because they are incompatible):
 
 iceowl-extension1.0~b1+dfsg2-2
 enigmail2:1.0.1-5

I encourage all Icedove extension maintainers to upload working versions
of theirs extensions to unstable.
Iceowl should be fixed since Sunday afternoon and enigmail since Monday.

 This incompatibility should be listed in package dependencies

Hmm, in the dependency field of the extension and hopefully not in
Icedove.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#617759: icedove: symbol lookup error: /usr/lib/icedove/components/libdbusservice.so: undefined symbol: NS_Alloc

2011-04-03 Thread Christoph Goehre
Hi,

On Fr, Apr 01, 2011 at 06:07:35 -0500, Jonathan Nieder wrote:
 $ dpkg-query -W libc6
 libc6 2.13-0exp5
 ^^

I've tried to reproduce your bug. And I succeeded with libc6 from
experimental one time.
Could you try to run 'ldconfig' or downgrade to libc6 from unstable and
test Icedove again?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608928: icedove: Cannot Attach Files with Semicolon in Name

2011-04-01 Thread Christoph Goehre
tags 608928 unreproducible
thanks

Hi,

On Di, Jan 04, 2011 at 12:22:19 -0500, Zachary Palmer wrote:
 It is not possible to attach a file which contains a semicolon in its name.
 Icedove erroneously claims that the file does not exist, truncating the name
 at the semicolon.  For instance, foo;bar.txt would result in an error
 message claiming that the file foo does not exist.

sorry, but I can't reproduce your bugreport with icedove 3.0.11 or
3.1.9. Could you check again for this bug?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#617759: icedove: symbol lookup error: /usr/lib/icedove/components/libdbusservice.so: undefined symbol: NS_Alloc

2011-04-01 Thread Christoph Goehre
Hi,

some more things to try:

  $ LD_DEBUG=symbols icedove

and

  $ ls -l /lib/ld-linux.so.2 /lib64/ld-linux-x86-64.so.2

LD_DEBUG will generate lot of output, but we need all of this.

On Mi, Mär 23, 2011 at 03:53:27 -0500, Jonathan Nieder wrote:
  Did this happen after an update or is this a fresh install?
 
 Fresh install.

You report problems with 3.1 and 3.0. Did you run your tests on the same
machine or on different hardware?

Cheers,
Christoph



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#582282: Please package yasm 0.8

2011-03-31 Thread Christoph Goehre
Hi,

yasm 1.1.0 is out since more than a half year. In this week Mozilla
decide to use jpeg-turbo in its development branch of Firefox.
Unfortunately, I use this branch to build nighly snapshots of
Thunderbird[1] and couldn't do this anymore.
There are two bugreports on Mozilla[2][3]. This Report[2] explain the missing
of yasm  0.8 in Debian and the infinite loop problem (the build of
Firefox/Thunderbird stops with out of memory) of version 0.8.0.

So I build yasm 1.1.0 on my own and it didn't took me more than a half
hour. All shipped checks run successfully on amd64.

If you need some help with yasm, drop me a note.

Cheers,
Christoph

[1] http://4949.de/~chris/shredder
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=573948
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=646254


signature.asc
Description: Digital signature


Bug#617759: icedove: symbol lookup error: /usr/lib/icedove/components/libdbusservice.so: undefined symbol: NS_Alloc

2011-03-11 Thread Christoph Goehre
Hi,

On Fri, Mar 11, 2011 at 01:28:33AM -0600, Jonathan Nieder wrote:
 Typical experimental system.  Trying to run icedove, I get
 
  $ icedove; echo $?
  /usr/lib/icedove/icedove-bin: symbol lookup error: 
 /usr/lib/icedove/components/libdbusservice.so: undefined symbol: NS_Alloc
  127
 
 I have no plugins installed.  Any hints for tracking this down?

you are running Icedove on which architecture?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#615891: chronicle: Timezone and date entries in RSS feed

2011-02-28 Thread Christoph Goehre
Package: chronicle
Version: 4.5-1
Severity: normal
Tags: patch

Hi,

I was a little bit surprised about the publishing time of my last blog
post. The modification time was (stat output)

  2011-02-28 18:40:48.0 +0100

but the RSS feed show this

  pubDateMon, 28 Feb 2011 18:40:48 GMT/pubDate

The problem may be the usage of localtime() instead of gmtime() combined
with a hard coded GMT timezone. I've attached a patch to fix this issue
(no 'Date' defined in post) and another one when only a date and no time
is defined.

Cheers,
Christoph

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chronicle depends on:
ii  libhtml-template-perl 2.9-2  module for using HTML Templates wi
ii  libtimedate-perl  1.2000-1   collection of modules to manipulat
ii  perl  5.10.1-17  Larry Wall's Practical Extraction 
ii  perl-modules  5.10.1-17  Core Perl modules

chronicle recommends no packages.

Versions of packages chronicle suggests:
ii  libsoap-lite-perl 0.712-2Perl implementation of a SOAP clie
ii  libtext-markdown-perl 1.0.26-1   Markdown and MultiMarkdown markup 
pn  libtext-textile-perl  none (no description available)
pn  libtext-vimcolor-perl none (no description available)
pn  memcached none (no description available)

-- no debconf information
--- /usr/bin/chronicle	2010-08-24 08:58:36.0 +0200
+++ tmp/chronicle	2011-02-28 19:24:52.0 +0100
@@ -2339,7 +2339,7 @@
 #
 if ( !defined( $meta{ 'date' } ) || ( !length( $meta{ 'date' } ) ) )
 {
-my @lt = localtime($mtime);
+my @lt = gmtime($mtime);
 $meta{ 'date' } = strftime( %d %B %Y, @lt );
 }
 
@@ -2372,7 +2372,7 @@
 #
 if ( $hms eq '00:00:00' )
 {
-$hms = time2str( %H:%M:%S, $mtime );
+$hms = time2str( %H:%M:%S, $mtime, GMT );
 $tz = GMT;
 }
 


Bug#613992: mini-dinstall fails to run using python 2.7

2011-02-19 Thread Christoph Goehre
tag 613992 pending
thanks

Hi Sameer,

logging.StreamHandler use sys.stderr as default output, so I remove the
superfluous option.
I've checked in my changes in git[1]. Due to the lack of python-apt for
python 2.7 in Debian, I can't run it on my system. But it runs pretty
well with python 2.6.

Cheers,
Christoph

[1] 
http://git.debian.org/?p=mini-dinstall/mini-dinstall.git;a=commitdiff;h=d4fa57e81588eaa4acf9291f6de83e842a3ecec4



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#608512: icedove-3.0.11: Error getting mail password.

2011-01-04 Thread Christoph Goehre
Hi,

On Fr, Dez 31, 2010 at 08:21:20 +0300, Karl Kastner wrote:
 Upgraded from lenny to squeeze. Now icedove is failing to download
 mails from the server. Instead of the password prompt the message
 Error getting mail password. appears. This bug makes icedove
 useless.

sure. But...

 Edit-Preferences-Security-Passwords-Saved passwords... is empty.

I've test a upgrade from lenny to squeeze today and I didn't fall in
this problem. The migration process from Icedove 2.0 to 3.0 takeover my
password and 'Saved passwords' are not empty.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607690: Fwd: from sender with the problem

2010-12-21 Thread Christoph Goehre
Hi,

On Di, Dez 21, 2010 at 09:20:01 +0200, alex bodnaru wrote:
 it goes like that:
 
 the sender of this mail is the following one.
 From: אפקט בעמ effe...@013.net
 
 the issue comes to light when i choose to allow announcing the sender of 
 reading
 the mail. the message is being sent with a wrong address:
 
 Your message cannot be delivered to the following recipients:
 
   Recipient address: \\effect1\@013.net
 
 this second quotes imply the address is being wrongly parsed from the
 name-address bundle.

could you provide the original mail as EML file? Just select the email,
choose File-Save as-File and attach the saved message in your reply.

Cheers,
Christoph



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#607052: icedove: the window doesn't show when i upgraded to 3.17

2010-12-14 Thread Christoph Goehre
Hi,

On Di, Dez 14, 2010 at 12:44:10 +0200, alex bodnaru wrote:
 as said in title. also with safe-mode.

you mean the main program window and not any flashing update information
window?

Could you temporary move .icedove away and try again?

BTW: -safe-mode didn't generate any output on your terminal?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604866: unblock: icedove-l10n/1:3.0.10-1

2010-11-24 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Please unblock package icedove-l10n

It changes some keybindings for sl (#601331) and add/change translations
in fr, gl, ja, pl, ru, zh-CN.

unblock icedove-l10n/1:3.0.10-1

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#598694: icedove: Nice Icon is missing for Desktop Launcher

2010-11-16 Thread Christoph Goehre
fixed 598694 3.1.4-1
tags 598694 fixed-in-experimental
thanks

On Fr, Okt 01, 2010 at 09:53:10 +0200, Olivier BONHOMME wrote:
 It seems that the there is no icon for the Icedove app in high resolution 
 usable for
 a desktop launcher. There is only a little XPM icon available which is not 
 really pretty.
 
 It would be nice to have a PNG icon in high resolution like for the iceweasel 
 app.

Icedove since 3.1 have high resolution icons. Only the 3.0 version in
Squeeze and unstable didn't have that.
The reason why I can't ship a high resolution icon in 3.0 is: I didn't
have a svg file of the blue icedove icon to generate all needed
resolutions. And Squeeze is in freeze, so it's to late to make so big
changes.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#602291: icedove: Icedove does NOT use a second nameserver if the first responds with a server failure

2010-11-13 Thread Christoph Goehre
reassign 602291 libc6 2.11.2-7
affects 602291 icedove
thanks

On Mi, Nov 03, 2010 at 12:54:04 +0100, Sebastian Steinhuber wrote:
 The first nameserver is down, the second one is up and running.
 I.e. a lookup in a terminal says:
 $ nslookup web.de
   ;; Got SERVFAIL reply from 192.168.0.4, trying next server
   Server: 192.168.0.5
   Address:192.168.0.5#53
 
   Non-authoritative answer:
   Name:   web.de
   Address: 213.165.64.75
 
 While other applications are starting fine with external dns addresses
 using the secondary dns, icedove 'spits out' a message complaining it
 couldn't connect to the mail sever.

I try icedove, iceweasel, w3m and wget and all fail, if the first
nameserver return SERVFAIL. Looks a litte bit like Kurt's bugreport[1].

Cheers,
Christoph

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535504



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601082: New upstream release (3.1.4)

2010-11-10 Thread Christoph Goehre
icedove-l10n 3.1.6-1 was landed in experimental

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#602907: pristine-tar failt to reproduce the tarball of icedove-l10n from git

2010-11-09 Thread Christoph Goehre
Hi Joey,

On Tue, Nov 09, 2010 at 01:28:10PM -0400, Joey Hess wrote:
 and put the recreatetarball file somewhere for me?

here are my files:

http://www.debiaan.de/~chris/recreatetarball
md5sum is 0875293fba458279e971d6283833b2d7

 git archive --format=tar 7f12af07f9b02c17c68afb7304de6774f926aebb 
http://www.debiaan.de/~chris/7f12af07f9b02c17c68afb7304de6774f926aebb-tar-tree
md5sum is fa2e3a47e0ab11af5db467e994e0db46

and the output of pristine-tar by creation icedove-l10n_3.1.6.orig.tar.gz.

$ pristine-tar -vdk checkout icedove-l10n_3.1.6.orig.tar.gz
/usr/bin/pristine-tar: git archive --format=tar 
7f12af07f9b02c17c68afb7304de6774f926aebb | (cd '/tmp/pristine-tar.9Kx94wdhMJ' 
 tar x)
/usr/bin/pristine-tar: tar xf /tmp/pristine-tar.IuHP6t7JcS/tmpin -C 
/tmp/pristine-tar.FJLIGIJ0QN
/usr/bin/pristine-tar: set subdir to icedove-l10n-3.1.6
/usr/bin/pristine-tar: subdir is icedove-l10n-3.1.6
/usr/bin/pristine-tar: mkdir /tmp/pristine-tar._7PEy72oiP/workdir
/usr/bin/pristine-tar: mv /tmp/pristine-tar.9Kx94wdhMJ 
/tmp/pristine-tar._7PEy72oiP/workdir/icedove-l10n-3.1.6
/usr/bin/pristine-tar: tar cf /tmp/pristine-tar._7PEy72oiP/recreatetarball 
--owner 0 --group 0 --numeric-owner -C /tmp/pristine-tar._7PEy72oiP/workdir 
--no-recursion --mode 0644 --files-from /tmp/pristine-tar._7PEy72oiP/manifest
/usr/bin/pristine-tar: xdelta patch /tmp/pristine-tar.FJLIGIJ0QN/delta 
/tmp/pristine-tar._7PEy72oiP/recreatetarball 
/tmp/pristine-tar.usTqgYVZrE/icedove-l10n_3.1.6.orig.tar.gz.tmp
/usr/bin/pristine-tar: tar xf /tmp/pristine-tar.FJLIGIJ0QN/wrapper -C 
/tmp/pristine-tar.Gw4AQkvtkJ
/usr/bin/pristine-tar: pristine-gz -v -d -k gengz 
/tmp/pristine-tar.FJLIGIJ0QN/wrapper 
/tmp/pristine-tar.usTqgYVZrE/icedove-l10n_3.1.6.orig.tar.gz.tmp
/usr/bin/pristine-gz: tar xf /tmp/pristine-tar.FJLIGIJ0QN/wrapper -C 
/tmp/pristine-tar.1wgpUUjyAT
/usr/bin/pristine-gz: zgz --gnu -n -9 -T 0 -F  -c  
/tmp/pristine-tar.usTqgYVZrE/icedove-l10n_3.1.6.orig.tar.gz.tmp  
/tmp/pristine-tar.usTqgYVZrE/icedove-l10n_3.1.6.orig.tar.gz.tmp.gz
/usr/bin/pristine-gz: rm -f 
/tmp/pristine-tar.usTqgYVZrE/icedove-l10n_3.1.6.orig.tar.gz.tmp
/usr/bin/pristine-tar: mv -f 
/tmp/pristine-tar.usTqgYVZrE/icedove-l10n_3.1.6.orig.tar.gz.tmp.gz 
/home/chris/scratch/icedove-l10n/icedove-l10n/icedove-l10n_3.1.6.orig.tar.gz
/usr/bin/pristine-tar: successfully generated icedove-l10n_3.1.6.orig.tar.gz

BTW: I'm running sid on a amd64 machine. The package version which has Guido
reported on his system are here:
bzip2  1.0.5-6
libc6  2.11.2-7
pbzip2 1.1.1-1
perl-modules   5.10.1-16
xdelta 1.1.3-9
zlib1g 1:1.2.3.4.dfsg

Cheers,
Chris


signature.asc
Description: Digital signature


Bug#601331: icedove-l10n-sl: Key shortcuts collision

2010-10-31 Thread Christoph Goehre
Hi,

On Sun, Oct 31, 2010 at 08:06:42AM +0100, Vanja Cvelbar wrote:
 The shortcut for Urejanje ('Edit' in the MAIN menu) should be CTRL+E

i've create a hopefully fixed package[1]. Could you test it?

 Is there a maintainer for this localisation or is it copied from the
 upstream?

All my location packages are copied from upstream. I made only small
changes because of the unbranding process (Thunderbird - Icedove).
So it's the best, if you open upstream bugs for the hole 'sl' language
pack.

Cheers,
Christoph

[1] 
http://pkg-mozext.alioth.debian.org/icedove-l10n-sl_3.0.10-1~1.gbpb1aade_all.deb



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601331: icedove-l10n-sl: Key shortcuts collision

2010-10-30 Thread Christoph Goehre
Hi Vanja,

On Mo, Okt 25, 2010 at 11:07:11 +0200, Vanja Cvelbar wrote:
 The shortcut CTRL+U which in the English version shows the source of
 an email is bound to Urejanje (Edit), the alternate shortcut to see
 the message source CTRL+O opens the message in an new tab.
 The shortcut for dispalying the source should be CTRL+U as is the
 default in Iceweasel, where the shortcut for Urejanje is CTRL+E.

you mean, Urejanje ('Edit Message As New' in the English version)
should map to CTRL+E, right?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#599416: icedove: Icedove crash when sending a mail with QR's as beginning of body text

2010-10-26 Thread Christoph Goehre
Hi,

On Do, Okt 07, 2010 at 03:30:33 +0200, Roel Teuwen wrote:
 Package: icedove
 Version: 3.0.8-1
 Severity: normal
 
 By accident during normal use, we discovered that sending any email
 with the body starting
 with the six characters QR's  will crash icedove-bin with the
 following message :
 
 deliver mode: 0
 icedove-bin: ../../src/xcb_io.c:314: _XSend: Assertion `req' failed.
 Aborted

sorry for my late reply. But I can't reproduce your bug. Could you rerun
your testcase with icedove in safe-mode (icedove -safe-mode)?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#601334: new upstream release (3.1.5)

2010-10-26 Thread Christoph Goehre
tags 601334 pending
thanks

Hi,

On Mo, Okt 25, 2010 at 11:55:26 +0200, Daniel Baumann wrote:
 please upload 3.1.5 to experimental.

icedove 3.1.5 will hopefully upload on this week.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#600254: 'Helpabouthomepage' error: 'Could not show link...'

2010-10-20 Thread Christoph Goehre
Hi,

On Fr, Okt 15, 2010 at 12:46:17 -0400, A. Costa wrote:
 'Helpabouthomepage' returns
 
 Could not show link:
 Failed to execute child process /usr/lib/iceweasel/firefox (No such 
 file or directory)

could you ask gconf for your http url-handler?

 $ gconftool -R /desktop/gnome/url-handlers/http

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#597726: simple-subdir repo style makes apt-get fail with Unable to find expected entry Sources in Meta-index file

2010-09-28 Thread Christoph Goehre
Hi Zack,

I've mirrored your repository shortly after your bugreport.

On Mi, Sep 22, 2010 at 05:21:27 +0200, Stefano Zacchiroli wrote:
 I've tried to switch a mini-dinstall managed repository from flat style to
 simple-subdir style, to better separate architectures. After doing so (and
 switching sources.list appropriately of course) I've APT (from unstable) fail
 as follows:
 
   W: Failed to fetch http://mancoosi.debian.net/debian/unstable/amd64/Release
   Unable to find expected entry  Sources in Meta-index file (malformed Release
   file?)
   E: Some index files failed to download, they have been ignored, or old ones
   used instead.

According to the error message, only anything is wrong with the
'Source' entry. So I include my mirrored copy of your repository into a
Sid machine. Installing of packages and getting source files works
fine there.
Are you really sure, you transform all entries in your sources.list into
the new format after your repository changes? Could it be possible, that
you have one wrong entry looks like this:

 deb-src http://mancoosi.debian.net/debian/ unstable/amd64/

deb-src must point to unstable/source/ e.g.

 deb-src http://mancoosi.debian.net/debian/ unstable/source/

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596995: login: reset PATH in cowbuilder/pbuilder environment

2010-09-15 Thread Christoph Goehre
Package: login
Version: 1:4.1.4.2+svn3283-1
Severity: normal

Hi,

according to my post on debian-devel[1], I've prospect the problem a
little bit deeper.
As I installed the old version of login (1:4.1.4.2-1), everything works
great. My PATH looks like this:

 PATH is: /usr/lib/ccache:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin

but with login 1:4.1.4.2+svn3283-1 /usr/lib/ccache is omitted. To except
all failure by myself, I create a sid cowbuilder environment on another
machine (i386) and end up with the same problem.

Cheers,
Christoph

[1] http://lists.debian.org/debian-devel/2010/09/msg00230.html


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages login depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libpam-modules1.1.1-6Pluggable Authentication Modules f
ii  libpam-runtime1.1.1-6Runtime support for the PAM librar
ii  libpam0g  1.1.1-6Pluggable Authentication Modules l

login recommends no packages.

login suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#596825: unblock: icedove/3.0.7-1

2010-09-14 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

unblock icedove/3.0.7-1

Please unblock package icedove

it fix some important security issues:

- MFSA 2010-49 aka CVE-2010-3169: Miscellaneous memory safety hazards 
(rv:1.9.2.9/ 1.9.1.12)
- MFSA 2010-50 aka CVE-2010-2765: Frameset integer overflow vulnerability
- MFSA 2010-51 aka CVE-2010-2767: Dangling pointer vulnerability using DOM 
plugin array
- MFSA 2010-53 aka CVE-2010-3166: Heap buffer overflow in 
nsTextFrameUtils::TransformText
- MFSA 2010-54 aka CVE-2010-2760: Dangling pointer vulnerability in 
nsTreeSelection
- MFSA 2010-55 aka CVE-2010-3168: XUL tree removal crash and remote code 
execution
- MFSA 2010-56 ala CVE-2010-3167: Dangling pointer vulnerability in 
nsTreeContentView
- MFSA 2010-57 aka CVE-2010-2766: Crash and remote code execution in 
normalizeDocument
- MFSA 2010-60 aka CVE-2010-2763: XSS using SJOW scripted function
- MFSA 2010-61 aka CVE-2010-2768: UTF-7 XSS by overriding document charset 
using object type attribute
- MFSA 2010-62 aka CVE-2010-2769: Copy-and-paste or drag-and-drop into 
designMode document allows XSS
- MFSA 2010-63 aka CVE-2010-2764: Information leak via XMLHttpRequest statusText

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#596827: unblock: icedove-l10n/1:3.0.7-1

2010-09-14 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

unblock icedove-l10n/1:3.0.7-1

Please unblock package icedove-l10n, it fix one normal and one grave
bug.

#593583 - normal:
 Packages should recommend hunspell as an alternative to myspell
#595925 - grave:
 icedove-l10n-si does not work because of not well formed install.rdf

And it ship some updated localisation files for es-AR, nl, ru, sk.

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#595970: unblock: dispmua/1.6.6-1

2010-09-07 Thread Christoph Goehre
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

unblock dispmua/1.6.6-1

Please unblock package dispmua

it's the source renamed packages of icedove-dispma, which was removed
from unstable with #595666. If you accept dispmua for squeeze, please
remove icedove-dispmua at the same time.

dispmua was uploaded and entered unstable from the NEW queue before
squeeze freeze.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595666: RM: dispmua -- ROM; source package name changed to dispmua

2010-09-05 Thread Christoph Goehre
Package: ftp.debian.org
Severity: normal

In order to comply with pkg-mozext standards the source package name of
icedove-dispmua has been changed to dispmua.

So please remove icedove-dispmua from unstable, a newer version of
dispmua (1.6.6-1) is present in unstable and waiting for migration into
testing.

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#594725: icedove: Kerberos support?

2010-08-31 Thread Christoph Goehre
Hi Arno,

On Sa, Aug 28, 2010 at 07:55:41 +0200, Arno Schuring wrote:
 Somehow I cannot get Icedove to play nice with my Kerberos/Dovecot
 setup. Mutt works fine, but with icedove, I get ... you have enabled
 secure authentication and this server does not support it.

I'm running Icedove with Kerberos and Dovecot too. And everything works
fine.

 ii  libgssapi-krb5-2  1.8.3+dfsg~beta1-1 MIT Kerberos runtime libraries - 
 k
^^^
You've installed the needed libs to support Kerberos in Icedove. So lets
enable Debuggin in your Icedove.

Type this two lines in a terminal:

  export NSPR_LOG_MODULES=negotiateauth:5
  export NSPR_LOG_FILE=/tmp/negotiateauth.log

and afterwards run 'icedove'. Icedove write all kerberos/gssapi related
debug information into /tmp/negotiateauth.log.  So take a look into this
file and attach it to your reply mail.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#592531: Snapshot build with (hopefull) fix

2010-08-20 Thread Christoph Goehre
Hi,

I've build a snapshot release for amd64. It's available on alioth:

  
http://pkg-mozext.alioth.debian.org/icedove-prereleases/icedove_3.1.2-2~1.gbpe1435d_amd64.deb

Could some of you test this package and report, if the fix is working?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#586860: icedove 3.0.5-1 breaks enigmail build (was: Bug#586860: enigmail: FTBFS: error: 'char16_t' was not declared in this scope)

2010-06-23 Thread Christoph Goehre
Hi Willi,

On Mi, Jun 23, 2010 at 06:24:38 +0200, Willi Mann wrote:
 Icedove version 3.0.5-1 breaks the build of enigmail: It defines
 HAVE_CPP_CHAR16_T in /usr/lib/icedove-devel/xpcom-config.h.
 
 Later in /usr/lib/icedove-devel/include/nsStringAPI.h:1055, it chacks
 the size of char16_t, which seems not to be defined, at least on i386
 and amd64.

char16_t comes from C++0x[1], so you need to add '-std=gnu++0x' to your
CXXFLAGS. A quick build of enigmail by myself works find.

 I'm cloning the bug, not reassigning it, because rebuild testers might
 just file a new bug report after I reassign.

For further bugs, please reassign _and_ mark your bugs as affects by the
bug. So other people find the bug in your package too.

Cheers,
Christoph

[1] http://en.wikipedia.org/wiki/C%2B%2B0x#New_string_literals



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#477747: icedove: Linking a trivial program with icedove-xpcom fails

2010-06-19 Thread Christoph Goehre
Hi,

On Fr, Apr 25, 2008 at 01:43:41 +0200, Michael Banck wrote:
 sorry if this is rather against icedove-dev, but
 /usr/lib/icedove/libxpcom.so is shipped by icedove, so...

since icedove 3.0.4-1, the icedove-dev package ship a fully working SDK.

 Anyway, here goes:
 
 $ echo int main(void) { return 0;}  foo.cpp
 $ g++ foo.cpp -o foo `pkg-config --libs icedove-xpcom`

But a pc file for icedove will shipped with my next upload to unstable.

So could you wait until Monday (hopeful, I can prepare my upload) and
test the build of libopensync-plugin-mozilla again? Unfortunately, I
can't find a source package for libopensync-plugin-mozilla to build it
for myself.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#482298: crashes when start run icedove on mipsel

2010-06-01 Thread Christoph Goehre
Hi,

On 01.06.2010 12:19, fxzh...@ict.ac.cn wrote:
 Could you or someone from the list try to start Icedove on a mipsel
 machine? I didn't have a mipsel box.
 I guess you mean start icedove 3.0, I've tried to compile and run a
 icedove 3.0 on a Yeeloong laptop, which is Loongson2F-based. So far no
 crashes. And icedove 2 did crash.

but why you've compile it? There are packages in Debian unstable.

Whatever! The mean thing is, it's running.

THX for testing,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#584146: data loss after upgrade

2010-06-01 Thread Christoph Goehre
Hi Wolfgang,

On Di, Jun 01, 2010 at 02:05:48 -0400, Wolfgang Sourdeau wrote:
 It has been decided in Debian that Thunderbird/Icedove 3 was stable
 enough that version 2 would be obsoleted, although it's technically
 possible to have both versions concurrently installed on the same
 system. While updating my system and wrongfully updating Icedove in
 the process, I have noticed that the wonderful migration process has
 deleted all my 2.0 profiles.

what are your opinion to avoid this? To make a automated backup before
migrate from 2.0 - 3.0?

 This bug report is probably not very constructive but I am quite
 pissed to have lost all those. I am lucky to exclusively use IMAP as
 my transport protocol but I did have some large emails stored locally
 and that I did lose.

You are the first user, who report one of this fault. Should all other
use IMAP and didn't endangered by this problem?

 I hereby vote for the proper repackaging of Icedove 2, especially
 since 3.0 has a loosy and unsafe migration process.

Is it really useful to have 2 different versions of Icedove in Debian?
I think it would be more helpful to analyse your upgrade problem.

BTW: 2.0.0.24 _is_ the last release of Thunderbird 2.0. Mozilla is short
before a 3.1 release, which was scheduled for June.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#482298: crashes when start run icedove on mipsel

2010-05-31 Thread Christoph Goehre
Hi,

On Sa, Feb 28, 2009 at 03:48:01 +0800, Deng Xiyue wrote:
 Same sympton on similar platform, which are Loongson2F-based.  No luck
 with -safe-mode switch.

you have report a bug[1] against Icedove 2.0.0.19. Since some time,
Icedove 3.0 is in unstable and testing.

Could you or someone from the list try to start Icedove on a mipsel
machine? I didn't have a mipsel box.

Cheers,
Christoph

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482298


signature.asc
Description: Digital signature


Bug#553253: python-xml was merged into python core

2010-05-10 Thread Christoph Goehre
tags 553253 + patch
thanks

Hi,

find attached a fix for the reported RC bug. python-xml was removed from
unstable on 16th August 2009[1]. Its functionality was integrated in the
python core package.

Cheers,
Christoph

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540475
From 2c311dd62c1c31de7c8b8fefb35414a84cdc404e Mon Sep 17 00:00:00 2001
From: Christoph Goehre ch...@sigxcpu.org
Date: Mon, 10 May 2010 20:45:37 +0200
Subject: [PATCH] remove package depends 'python-xml'

python-xml was merged into the python core package and removed from
unstable on 16th August 2009[1]

Closes: #553253

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540475
---
 debian/control |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index ba197aa..a28e17d 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Depends: ${python:Depends}, ${misc:Depends},
  python-kerberos (= 1.0), python-pysqlite2, python-openssl,
  python-vobject (= 0.4.8), python-twisted-calendarserver (= 0.2.0.svn19773-3),
  python-dateutil (= 1.2),
- python-xattr, python-xml,
+ python-xattr,
  ssl-cert, adduser, lsb-base (= 3.0-10)
 Suggests: python-pydirector
 XB-Python-Version: ${python:Versions}
-- 
1.7.1



signature.asc
Description: Digital signature


Bug#578916: icedove 3.0.x: segfault on startup (with work around)

2010-05-09 Thread Christoph Goehre
Hi,

as I describe in my last mail, I've test a shared build of Icedove with
ldap and _without_ nscd. It works fine.

After some debugging, I find the problem in the static build. Icedove
mixed same named functions from libldap_r-2.4.so.2 and its own ldap
library (libldap60.so). That's the reason of the crash. With nscd, we
delegate user lookups to a own process and Icedove isn't involved.

So my next upload will be a shared build Icedove.

Cheers,
Christoph




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#580841: icedove: Can't move messages from search to a folder

2010-05-09 Thread Christoph Goehre
Hi,

On So, Mai 09, 2010 at 09:50:46 +0200, Michael Goetze wrote:
 Package: icedove
 Version: 3.0.1-2
  ^
3.0.4-2 is in testing/unstable. Could you update to this version and
reproduce your problem?
It's work fine for me.

It may be useful to enable IMAP debugging. Just do the following steps:

 $ export NSPR_LOG_MODULES=IMAP:5
 $ export NSPR_LOG_FILE=/tmp/icedove.log
 $ icedove

and attache /tmp/icedove.log onto your next mail. Or is there anything
in the Error Console (Tools-Error Console)?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#579714: icedove: don't recommend gnome stuff, but suggest it

2010-05-03 Thread Christoph Goehre
tags 579714 confirmed
thanks

Hi Eugene,

On Fr, Apr 30, 2010 at 08:59:46 +0300, Eugene V. Lyubimkin wrote:
 Currently icedove 3.0.x in Debian recommends some Gnome stuff. I think
 this is wrong - installing icedove without Gnome is not unusual. Please
 downgrade all gnome stuff to Suggests.

thanks for the hint. It's on my TODO list and would be fixes in the next
upload.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#579732: icedove can not send mails to Exchange Server

2010-05-03 Thread Christoph Goehre
Hi Joachim,

On Fr, Apr 30, 2010 at 11:36:12 +0200, Joachim Schmidt wrote:
 since the big update to Version 3 I can not send Emails over MS-Exchange 
 (our
 uni-server - IMAP) but with p.e. arcor.de there is no problem (also IMAP but I
 don't know their server software)  from virtualbox-Windows I tried with 
 Firefox
 and webinterface - also no success with IE in same virtualbox I can send my
 Emails  Reading Emails is no problem.

don't mix up IMAP (receiving) and SMTP (sending). If you have problems
with sending, only SMTP is involved.

Do you have any messages in the Error Console (Tools-Error Console)?
Just run Icedove from the console in this way:

  $ export NSPR_LOG_FILE=/tmp/icedove-smtp.log
  $ export NSPR_LOG_MODULES=SMTP:5
  $ icedove

and try to send a email. After this, attache /tmp/icedove-smtp.log on
your reply.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#579219: icedove: viewing all a messages headers is impossible due to display bug

2010-04-26 Thread Christoph Goehre
fixed 579219 3.0.4-2
thanks

Hi Matthew,

sure, this is a bug in icedove = 3.0. But it appears in
version 2.0.0.22-0lenny1 too.
By the Debian policy, we are only allowed to push minimal changes (best
only security changes) to Debian-Security. So we can't push Icedove 3.0
into Lenny.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#579132: reassign to icedove-l10n-fr

2010-04-25 Thread Christoph Goehre
reassign 579132 icedove-l10n-fr 1:3.0.4-1
affects 579132 icedove
thanks

It's a bug in icedove-l10n-fr. There's a missing bracket '' at the end
of

upstream/fr/chrome/locale/fr/messenger/aboutDialog.dtd:

  !ENTITY copyrightText ...

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#578916: icedove 3.0.x: segfault on startup (with work around)

2010-04-23 Thread Christoph Goehre
Hi Timm,

On Fr, Apr 23, 2010 at 03:55:17 +0200, Timm Essigke wrote:
 P.S.: Seems identical to Ubuntu bug #507089  #532128 as well as
 mozilla bug #532601. You can work around using package nscd, but due
 to problems in the past I would prefer not to use nscd. If nscd can
 not be avoided, please set dependency for nscd!

I've build a test system with ldap and icedove and can reproduce your
segfault.
Sure, a dependency to nscd is _not_ what I want. I'll build icedove as
non-static-binary[1] and test it again.

Cheers,
Christoph

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=532601#c8



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#545299: icedove-gnome-support depends on 3.0-1

2010-04-22 Thread Christoph Goehre
Hi Brent,

On Do, Apr 22, 2010 at 06:50:42 +0200, Brent Clark wrote:
 The following packages will be upgraded:
   icedove{b} icedove-gnome-support{b} 
 2 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 Need to get 9,943kB of archives. After unpacking 4,350kB will be freed.
 The following packages have unmet dependencies:
   icedove: Conflicts: icedove-gnome-support ( 3.0-1~) but 2.0.0.24-0lenny1 
 is to be installed.
   icedove-gnome-support: Depends: icedove (= 2.0.0.24-0lenny1) but 3.0.4-2 is 
 to be installed.
 The following actions will resolve these dependencies:
 
  Remove the following packages: 
 1) icedove-gnome-support
 
  Tier: Safe actions, Remove packages (1)
 
 I have upgrade icedove individually.

what aptitude suggested, is what we want - remove icedove-gnome-support.

The old icedove-gnome-support contains only one shared object file
(libmozgnome.so), which provide integration into the Gnome desktop
environment. At the time, it's not easy to run icedove without Gnome. So
I merge this one object file into the main package.

BTW: Iceweasel does the same.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#578653: [Pkg-mozext-maintainers] Bug#578653: icedove-attachmentreminder: Doesn't work with icedove 3.0.4

2010-04-21 Thread Christoph Goehre
Hi Alexander,

On Wed, Apr 21, 2010 at 05:06:31PM +0200, Alexander Reichle-Schmehl wrote:
 Hi!  This version of attachementreminder doesn't seem to work with icedove
 3.0.4 package in unstable and testing (at least I get it displayed in the add
 on screen).

icedove 3.x has a build-in attachment reminder.

The best way is to retitle this bug to RM and ask the ftp-team
(probably you) to remove the package.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#578652: icedove-l10n-de: Doesn't work for me

2010-04-21 Thread Christoph Goehre
Hi Alexander,

On Mi, Apr 21, 2010 at 04:57:20 +0200, Alexander Reichle-Schmehl wrote:
 I use the xfce4 desktop environment and have the following locale settings
 (set by gdm):
 
 a...@pc2177:~$ locale
 LANG=de_DE.UTF-8
 LC_CTYPE=de_DE.UTF-8
 LC_NUMERIC=de_DE.UTF-8
 LC_TIME=de_DE.UTF-8
 LC_COLLATE=de_DE.UTF-8
 LC_MONETARY=de_DE.UTF-8
 LC_MESSAGES=de_DE.UTF-8
 LC_PAPER=de_DE.UTF-8
 LC_NAME=de_DE.UTF-8
 LC_ADDRESS=de_DE.UTF-8
 LC_TELEPHONE=de_DE.UTF-8
 LC_MEASUREMENT=de_DE.UTF-8
 LC_IDENTIFICATION=de_DE.UTF-8
 LC_ALL=

looks equal for me, but works fine here. I've tried it with the
icedove-l10n-fr package and start icedove like this:

 $ LANG=fr_FR.utf8 icedove 

And it works too. What happens, if you start icedove like above with
LANG=de_DE.utf8 or LANG=en_US.utf8. Anything in the console or under
tools-error console?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#578439: Acknowledgement (icedove: Icedove crashes cyrus mailserver when setting junk-state to no-junk)

2010-04-20 Thread Christoph Goehre
Hi Jakob,

On Di, Apr 20, 2010 at 12:36:00 +0200, Jakobus Schuerz wrote:
 I??ve forgotten, I tried it in safe-mode from Icedove. The same effect.
 Reconstructable.

what about disable the default caching option? Try Edit - Account
Settings - choose your IMAP-Account - Synchronization  Storage -
disable 'Keep messages for...'

Could you reproduce it after you change the caching option?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#457012: when composing reply to message with blocked remote images, icedove fetches the images

2010-04-17 Thread Christoph Goehre
Hi,

On Mo, Apr 12, 2010 at 02:18:03 -0400, Neil Van Dyke wrote:
 I have only stable machines.  Since this is a security problem in
 icedove 2.0.x in stable, will icedove 3.0.x be pushed as a
 security update, or is it practical to fix the problem in 2.0.x for
 a security update?

icedove 3.0 will only be available in unstable and hopeful in
testing/squeeze. But I check your described issue with lenny
(2.0.0.24-0lenny1) and etch
(1.5.0.13+1.5.0.15b.dfsg1+prepatch080614i-0etch1). And I can only
reproduce it with etch. It didn't appear in lenny.

Could you reproduce it with your stable (lenny) installation?

Cheers,
Christoph




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#577532: icedove: segfault on startup

2010-04-13 Thread Christoph Goehre
Hi,

I didn't really understand your output of icedove. Did you run it with
gdb or in the normal way? You catch the output form your console?

So, we have 2 different ways to debug your problem:

== 1 (run _clean_ icedove) ==

1.) run icedove in safe-mode (all extensions will be disabled)

  $ icedove -safe-mode

2.) run icedove without plugins

  $ MOZILLA_DISABLE_PLUGINS=1 icedove

3.) move your icedove profile (.icedove) away and try again.

== 2 (debug with gdb) ==

1.) install icedove-gdb package
2.) run icedove from debugger (gdb)

  $ icedove -g  21 | tee /tmp/icedove-gdb.log
  ...
  (gdb) run

  once it crashes

  (gdb) bt
  ...
  (gdb) bt full
  ...
  (gdb) thread apply all bt full
  ...
  (gdb) quit

3.) in addition, please attach the /tmp/icedove-strace.log of

  $ strace -o/tmp/icedove-strace.log -f icedove

4.) compress both files (e.g. bzip2 file) and attach to your email

Could you first run section 1, if icedove still crash, run section 2.

Cheers,
Christoph


signature.asc
Description: Digital signature


Bug#551039: icedove crashes with message

2010-04-13 Thread Christoph Goehre
Hi,

could you reproduce your explained issue (icedove crash) with Icedove
3.0.4 from unstable?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#457012: when composing reply to message with blocked remote images, icedove fetches the images

2010-04-12 Thread Christoph Goehre
Hi,

could you reproduce your explained issue with Icedove 3.0.4 from
unstable?

It's works for me.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#555313: Fix CVE-2009-3371 for icedove in stable?

2010-04-12 Thread Christoph Goehre
Hi,

On Sa, Jan 23, 2010 at 10:14:02 +0100, Guido Günther wrote:
 Do you intend to upload a fix for stable?

I've looked around this CVE and realise, Icedove 2 isn't affected. The
Mozilla MFSA[1] showed explicit, only Firefox = 3 is affected and
compared with the Gecko Engine Releases[3] I get the following overview:

 Firefox  | Gecko Engine   | Thunderbird
-
 -  FF 2.0   | Gecko 1.8.1| TB 2.0
 FF 3.0   | Gecko 1.9  | -
 FF 3.5   | Gecko 1.9.1| TB 3.0

So there is no need to fix this issue in Icedove 2. A fixed version of 
Icedove 3.0 (3.0.4-2 at the moment)  is in unstable.

Cheers,
Christoph

[1] http://www.mozilla.org/security/announce/2009/mfsa2009-54.html
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=514554
[3] http://developer.mozilla.org/de/Gecko


signature.asc
Description: Digital signature


Bug#515758: icedove: modifies text in attachments

2010-04-12 Thread Christoph Goehre
Hi,

could you reproduce your explained issue with Icedove 3.0.4 from
unstable?

It's works for me.

BTW: I can't see any different!

--8--
 For example sending a file named test.tex with the following content:
 -
 blabla
 From blabla
 blabla
 
 icedove modifies this to:
 -
 blabla
 From blabla
 blabla
 
--8--

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#573854: reassign to libsqlite3-0

2010-03-18 Thread Christoph Goehre
reassign 573854 574509 574122 libsqlite3-0 3.6.23-1
thanks

Hi,

with version 3.6.23-1 of libsqlite3-0 the global search in icedove 3.0 didn't
work anymore. I've played around with different versions of icedove and
libsqlite3-0 (from squeeze and sid).

  | libsqlite3-0 3.6.22-1 | libsqlite3-0 3.6.23-1
--
icedove 3.0.1 | works fine| didn't work
icedove 3.0.3 | works fine| didn't work

Deleting of the global search database didn't work too. Icedove itself reports
the following error statement:

2010-03-18 20:58:47 gloda.datastore DEBUG   QUERY FROM QUERY: SELECT *, 
((length(osets) + 6) / 10) * 1) + notability) * 6048) + date) AS 
dascore FROM (SELECT messages.*, messagesText.*, offsets(messagesText) AS osets 
FROM messages, messagesText WHERE messagesText MATCH ? AND messages.id == 
messagesText.docid AND +messages.deleted = 0 AND +messages.folderID IS NOT NULL 
AND +messages.messageKey IS NOT NULL) ORDER BY dascore DESC LIMIT ? ARGS: 
chris,400
2010-03-18 20:58:47 gloda.datastore ERROR   Async queryFromQuery error: 11: 
database disk image is malformed

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#574188: icedove: Update of the version

2010-03-18 Thread Christoph Goehre
Hi Jorge,

see
http://lists.debian.org/debian-release/2010/03/msg00171.html
http://lists.alioth.debian.org/pipermail/pkg-mozilla-maintainers/2010-March/007199.html

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#513847: tagging 513847

2010-03-15 Thread Christoph Goehre
tags 513847 pending
thanks

Hi,

this bug #463260 was fixed in apt-utils = 0.7.26~exp1, which is situated in
experimental.
Additional I'll add '--nodb' to disable database usage on startup.

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#572789: Bug already fixed in 3.0.2

2010-03-07 Thread Christoph Goehre
Hi Ralph,

This bug was already fixed in 3.0.2[1] and 'network.prefetch-next' has
no effect in icedove[2].

So I will revert 'network.prefetch-next=false' in my next upload.

Cheers,
Christoph

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=544745
[2] http://kb.mozillazine.org/Network.prefetch-next



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#567917: reopen

2010-03-02 Thread Christoph Goehre
reopen 567917
thanks


Hi Mike,

On 01.03.2010 08:23, Mike Hommey wrote:
 On Sun, Feb 28, 2010 at 09:57:51PM +, Debian Bug Tracking System wrote:
* [6cdc0b0] remove forgotten firefox branding icons (Closes: #567917)
 
 If you only removed the firefox branding icons, then the bug is not
 fixed. (Moreover, as surprising or impossible it can sound, the firefox
 branding icons are now free, even if it's not clearly written).

ok, I'll remove all other mentioned icons with unclear license und close
these bug again in my next upload.

Would this your wish?

Cheers,
Christoph



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   >