-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 3/18/14, 6:59 AM, Lucas Nussbaum wrote:
> (Ccing the current maintainers of mumble)
>
> Hi,
>
> On 17/03/14 at 18:21 -0400, Chris Knadle wrote:
>> Greetings.
>>
>> I'm looking to adopt the mumble package after a long period of
inactivity from
>> th
On 4/26/11 9:21 AM, Kurt Roeckx wrote:
>
>> I'm guessing a recompile of Qt will fix this. I'll give that a shot and
>> see if it improves things.
> There wasn't a binNMU for qt4-x11 because libqt4-network does not
> depend on libssl, nor is there a build-dependency on it. So why
> does it use it?
On 24.04.2011 15:00, Kurt Roeckx wrote:
>
> dlopen will cause problems if you don't use dlvsym() to select the
> right version. It's very unlikely dlvsym() is used, and it
> probably just uses dlsym() instead.
Indeed. But that should only cause a problem for Qt; the problem here is
that using t
On 23.04.2011 15:58, Kurt Roeckx wrote:
>
> Why do you believe this is a bug in openssl other than that it
> breaks with 1.0.0?
>
I did some further digging, and the problem is that both 1.0.0 and 0.9.8
is loaded at the same time.
Mumble is linked directly to libcrypto and libssl, so it loads
retitle 623596 PKCS12 functions broken
reassign 623596 openssl
thanks
With the OpenSSL version in testing and unstable, PKCS12 functions fail
due to missing ciphers and mac algorithms. Relinking against 0.9.8o, the
problems go away. Mumble uses OpenSSL 1.0.0d on other platforms, so I
believe this
Hi,
Unlike Avahi, DNSSD is available on multiple platforms, including Linux,
OSX and Windows. Porting it would therefore mean dropping support for
other platforms, or having two implementations. Neither of these options
are very appealing.
That being said, LAN service discovery is a "nice to
Björn Påhlsson wrote:
The valid mail check fails to recognize the + character as valid as a mail
address.
Which "valid mail check"? Where do you find this?
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@l
Package: php-zeroc-ice
Version: 3.3.1-11
Severity: important
Tags: patch
Justification: fails to build from source
With the new PHP API released, php-zeroc-ice fails to build. The applied
trivial patch fixes this, and has been tested on fully updated unstable on
i386.
-- System Information:
Debi
Package: ice33-slice
Version: 3.3.1-11
Severity: important
Upgrading from ice33-slice_3.3.1-10 leaves the /usr/share/slice/Freeze etc
directories as directories, so they're not replaced with the symlinks
3.3.1-11 introduces. This breaks packages that refer to
/usr/share/slice/*.
Purging ice33-sli
reassign 565102 boost1.40
thanks
The following minimal example compiles with g++-4.4, but not with g++-4.5:
#include
#include
#include
int main(int argc, char **argv) {
boost::accumulators::accumulator_setboost::accumulators::stats > acc;
}
--
To UNSUBSCRIBE, email to debian-bugs-dist-
Hi,
As mentioned in several bug reports sent to package maintainers, the
"important difference is that --no-add-needed is the default behaviour
of GNU binutils-gold". It would therefore be very beneficial if
binutils-gold recognized (and ignored) this option, so we can add it to
existing pack
Hi,
Here's a patch against current git with the only necessary change for a
backport.
I've used the c++ part of the resulting package, so it seems to work
just fine.
Best Regards,
Thorvald
From 7dc43ce61abb6a1122c083369d137fbcb0cee06b Mon Sep 17 00:00:00 2001
From: Thorvald Na
I've been looking into this bug as part of my NM process.
As far as I can see, this package is abandoned upstream. Their webpage
has a binary-only download link, and refers you to a non-existing SVN
repository for the source. The wiki for the project refers to Dart2,
which is a complete rewrit
Package: php-zeroc-ice
Version: 3.3.1-5
Severity: normal
Tags: patch
The PHP module does not understand enum keys in dictionaries, despite the
fact that these are simply encoded as integers on the wire.
The attached patch fixes this, and allows enum-based keys for dictionaries
both when sending a
Package: protobuf
Severity: wishlist
Any chance you could make a backport to lenny? We'll likely release Mumble
1.2.0 in the not-too-distant future, and AFAIK protobuf is the only missing
dependency for having a backport of mumble-server, something we've already
gotten user requests for.
--
To
Package: zeroc-ice
Version: 3.3.1
Severity: normal
Hi, in 3.3.1, ZeroC added a few additional link exceptions in ICE_LICENSE.
If it's not too much trouble, could you please update debian/copyright to
match?
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of
/debian-newmaint/2009/03/msg7.html
Advocates:
http://lists.debian.org/debian-newmaint/2009/03/msg6.html
http://lists.debian.org/debian-newmaint/2009/03/msg00010.html
Comment: Add Thorvald Natvig as a Debian Maintainer
Date: Sat, 14 Mar 2009 03:51:50 +0100
Action: import
Data
http://lists.debian.org/debian-newmaint/2009/03/msg00010.html
Comment: Add Thorvald Natvig as a Debian Maintainer
Date: Sat, 14 Mar 2009 01:34:13 +0100
Action: import
Data:
-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.4.9 (GNU/Linux
Package: libqtcore4
Version: 4.4.3-1
Severity: normal
Tags: patch
If you use sockets > 1024, QSocketNotifier prints out
QSocketNotifier: Socket descriptor too large for select()
However, if Qt is compiled with Glib support, glib uses poll() and not
select, so this warning is wrong.
Programs sti
The attached patch fixes the XEvIE problems. I'll send it upstream to
XOrg as soon as I get their bugzilla to work, but I'd appreciate if it
could be included in the debian builds in the meantime, as I have users
complaining about this :)
--- pristine/xorg-server-1.4.2/Xext/xevie.c 2008-
Package: xserver-xorg
Version: 1:7.3+15
Severity: normal
All calls to XevieStart() hang the client if you're on i386. It works on
amd64, and a statically compiled i386 version will also work on an amd64
machine, so I think this bug is somewhere in the X server.
There's a sample program on
http:
Package: libqt4-sql
Version: 4.1.0-1
Severity: wishlist
Could you add sqlite3 support to Qt? The source is included in the Qt
distribution, so it's just a matter of adding -qt-sql-sqlite to the
configure string.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe"
22 matches
Mail list logo