Bug#622017: qca2-plugin-ossl: FTBFS: qca-ossl.cpp:1750:17: error: 'EVP_md2' was not declared in this scope

2011-05-16 Thread Nobuhiro Iwamatsu
tags 622017 patch
thanks

Hi,

I created the patch which revised this bug.
Could you check and apply this patch?

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
diff -urN qca2-plugin-ossl-0.1~20070904/qca-ossl.cpp qca2-plugin-ossl-0.1~20070904/qca-ossl.cpp
--- qca2-plugin-ossl-0.1~20070904/qca-ossl.cpp	2011-05-16 17:03:56.0 +0900
+++ qca2-plugin-ossl-0.1~20070904/qca-ossl.cpp	2011-05-16 17:01:37.0 +0900
@@ -1746,8 +1746,10 @@
 			md = EVP_sha1();
 		else if(alg == EMSA3_MD5)
 			md = EVP_md5();
+#if !defined(NO_MD2)
 		else if(alg == EMSA3_MD2)
 			md = EVP_md2();
+#endif
 		else if(alg == EMSA3_RIPEMD160)
 			md = EVP_ripemd160();
 		else if(alg == EMSA3_Raw)
@@ -1764,8 +1766,10 @@
 			md = EVP_sha1();
 		else if(alg == EMSA3_MD5)
 			md = EVP_md5();
+#if !defined(NO_MD2)
 		else if(alg == EMSA3_MD2)
 			md = EVP_md2();
+#endif
 		else if(alg == EMSA3_RIPEMD160)
 			md = EVP_ripemd160();
 		else if(alg == EMSA3_Raw)
@@ -3346,9 +3350,11 @@
 		case NID_md5WithRSAEncryption:
 		p.sigalgo = QCA::EMSA3_MD5;
 		break;
+#if !defined(NO_MD2)
 		case NID_md2WithRSAEncryption:
 		p.sigalgo = QCA::EMSA3_MD2;
 		break;
+#endif
 		case NID_ripemd160WithRSA:
 		p.sigalgo = QCA::EMSA3_RIPEMD160;
 		break;
@@ -3663,9 +3669,11 @@
 		case NID_md5WithRSAEncryption:
 		p.sigalgo = QCA::EMSA3_MD5;
 		break;
+#if !defined(NO_MD2)
 		case NID_md2WithRSAEncryption:
 		p.sigalgo = QCA::EMSA3_MD2;
 		break;
+#endif
 		case NID_ripemd160WithRSA:
 		p.sigalgo = QCA::EMSA3_RIPEMD160;
 		break;
@@ -4925,9 +4933,11 @@
 		OpenSSL_add_ssl_algorithms();
 		SSL_CTX *ctx = 0;
 		switch (version) {
+#if !defined(OPENSSL_NO_SSL2)
 		case TLS::SSL_v2:
 			ctx = SSL_CTX_new(SSLv2_client_method());
 			break;
+#endif
 		case TLS::SSL_v3:
 			ctx = SSL_CTX_new(SSLv3_client_method());
 			break;
@@ -6374,7 +6384,9 @@
 	list += sha1;
 	list += sha0;
 	list += ripemd160;
+#if !defined(NO_MD2)
 	list += md2;
+#endif
 	list += md4;
 	list += md5;
 #ifdef SHA224_DIGEST_LENGTH
@@ -6551,7 +6563,9 @@
 		list += all_hash_types();
 		list += all_mac_types();
 		list += all_cipher_types();
+#if !defined(NO_MD2)
 		list += pbkdf1(md2);
+#endif
 		list += pbkdf1(sha1);
 		list += pkey;
 		list += dlgroup;
@@ -6580,8 +6594,10 @@
 			return new opensslHashContext( EVP_sha(), this, type);
 		else if ( type == ripemd160 )
 			return new opensslHashContext( EVP_ripemd160(), this, type);
+#if !defined(NO_MD2)
 		else if ( type == md2 )
 			return new opensslHashContext( EVP_md2(), this, type);
+#endif
 		else if ( type == md4 )
 			return new opensslHashContext( EVP_md4(), this, type);
 		else if ( type == md5 )
@@ -6610,8 +6626,10 @@
 */
 		else if ( type == pbkdf1(sha1) )
 			return new opensslPbkdf1Context( EVP_sha1(), this, type );
+#if !defined(NO_MD2)
 		else if ( type == pbkdf1(md2) )
 			return new opensslPbkdf1Context( EVP_md2(), this, type );
+#endif
 		else if ( type == hmac(md5) )
 			return new opensslHMACContext( EVP_md5(), this, type );
 		else if ( type == hmac(sha1) )


Processed: Re: qca2-plugin-ossl: FTBFS: qca-ossl.cpp:1750:17: error: 'EVP_md2' was not declared in this scope

2011-05-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 622017 patch
Bug #622017 [src:qca2-plugin-ossl] qca2-plugin-ossl: FTBFS: 
qca-ossl.cpp:1750:17: error: 'EVP_md2' was not declared in this scope
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
622017: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622017
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.13055338288162.transcr...@bugs.debian.org



Bug#626908: kdemultimedia: ffmpegthumbs includes an outdated copy of ffmpegthumbnailer

2011-05-16 Thread Lionel Le Folgoc
Source: kdemultimedia
Version: 4:4.6.2-1
Severity: normal

Hi,

kdemultimedia-4.6.2/ffmpegthumbs/ffmpegthumbnailer seems to contain an outdated
copy (2.0.2 from the changelog, upstream latest is 2.0.3) of the
ffmpegthumbnailer shared library, also present in the archive.

However, I haven't checked if it has been heavily customized for KDE, and maybe
the changes couldn't make it upstream, or another good reason (anyway, you'll
probably be hit by #624961 as well).

Regards,
Lionel

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

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



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110516100524.3239.89395.report...@plouf.lefolgoc.net



Processed: Re: Bug#621358: on logging out and in again kded4 (often?) loops on the CPU

2011-05-16 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 621358 + upstream
Bug #621358 [kdelibs-bin] kdelibs-bin: on logging out and in again kded4 
(often?) loops on the CPU
Added tag(s) upstream.
 forwarded 621358 http://bugs.kde.org/show_bug.cgi?id=257493
Bug #621358 [kdelibs-bin] kdelibs-bin: on logging out and in again kded4 
(often?) loops on the CPU
Set Bug forwarded-to-address to 'http://bugs.kde.org/show_bug.cgi?id=257493'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
621358: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621358
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.1305552719582.transcr...@bugs.debian.org



Processing of qt4-x11_4.6.3-4+squeeze1_amd64.changes

2011-05-16 Thread Debian FTP Masters
qt4-x11_4.6.3-4+squeeze1_amd64.changes uploaded successfully to localhost
along with the files:
  qt4-x11_4.6.3-4+squeeze1.dsc
  qt4-x11_4.6.3-4+squeeze1.debian.tar.gz
  libqtcore4_4.6.3-4+squeeze1_amd64.deb
  libqt4-core_4.6.3-4+squeeze1_amd64.deb
  libqtgui4_4.6.3-4+squeeze1_amd64.deb
  libqt4-gui_4.6.3-4+squeeze1_amd64.deb
  libqt4-network_4.6.3-4+squeeze1_amd64.deb
  libqt4-opengl_4.6.3-4+squeeze1_amd64.deb
  libqt4-script_4.6.3-4+squeeze1_amd64.deb
  libqt4-scripttools_4.6.3-4+squeeze1_amd64.deb
  libqt4-sql_4.6.3-4+squeeze1_amd64.deb
  libqt4-sql-ibase_4.6.3-4+squeeze1_amd64.deb
  libqt4-sql-mysql_4.6.3-4+squeeze1_amd64.deb
  libqt4-sql-odbc_4.6.3-4+squeeze1_amd64.deb
  libqt4-sql-psql_4.6.3-4+squeeze1_amd64.deb
  libqt4-sql-sqlite_4.6.3-4+squeeze1_amd64.deb
  libqt4-sql-sqlite2_4.6.3-4+squeeze1_amd64.deb
  libqt4-sql-tds_4.6.3-4+squeeze1_amd64.deb
  libqt4-svg_4.6.3-4+squeeze1_amd64.deb
  libqt4-webkit_4.6.3-4+squeeze1_amd64.deb
  libqt4-xml_4.6.3-4+squeeze1_amd64.deb
  libqt4-xmlpatterns_4.6.3-4+squeeze1_amd64.deb
  libqt4-dbus_4.6.3-4+squeeze1_amd64.deb
  libqt4-qt3support_4.6.3-4+squeeze1_amd64.deb
  libqt4-designer_4.6.3-4+squeeze1_amd64.deb
  libqt4-help_4.6.3-4+squeeze1_amd64.deb
  libqt4-assistant_4.6.3-4+squeeze1_amd64.deb
  libqt4-test_4.6.3-4+squeeze1_amd64.deb
  libqt4-multimedia_4.6.3-4+squeeze1_amd64.deb
  libqt4-phonon_4.6.3-4+squeeze1_amd64.deb
  libqt4-dev_4.6.3-4+squeeze1_amd64.deb
  libqt4-opengl-dev_4.6.3-4+squeeze1_amd64.deb
  libqt4-dbg_4.6.3-4+squeeze1_amd64.deb
  libqt4-webkit-dbg_4.6.3-4+squeeze1_amd64.deb
  libqt4-xmlpatterns-dbg_4.6.3-4+squeeze1_amd64.deb
  qt4-demos-dbg_4.6.3-4+squeeze1_amd64.deb
  qt4-designer_4.6.3-4+squeeze1_amd64.deb
  qt4-dev-tools_4.6.3-4+squeeze1_amd64.deb
  qt4-qmake_4.6.3-4+squeeze1_amd64.deb
  qt4-qtconfig_4.6.3-4+squeeze1_amd64.deb
  qt4-demos_4.6.3-4+squeeze1_amd64.deb
  qt4-doc_4.6.3-4+squeeze1_all.deb
  qt4-doc-html_4.6.3-4+squeeze1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qm71d-mx...@franck.debian.org



Processing of kdenetwork_4.4.5-2+squeeze1_amd64.changes

2011-05-16 Thread Debian FTP Masters
kdenetwork_4.4.5-2+squeeze1_amd64.changes uploaded successfully to localhost
along with the files:
  kdenetwork_4.4.5-2+squeeze1.dsc
  kdenetwork_4.4.5-2+squeeze1.debian.tar.gz
  kdenetwork_4.4.5-2+squeeze1_all.deb
  kdenetwork-filesharing_4.4.5-2+squeeze1_amd64.deb
  kget_4.4.5-2+squeeze1_amd64.deb
  libkopete4_4.4.5-2+squeeze1_amd64.deb
  kopete_4.4.5-2+squeeze1_amd64.deb
  libkopete-dev_4.4.5-2+squeeze1_amd64.deb
  kppp_4.4.5-2+squeeze1_amd64.deb
  krdc_4.4.5-2+squeeze1_amd64.deb
  krfb_4.4.5-2+squeeze1_amd64.deb
  kdenetwork-dbg_4.4.5-2+squeeze1_amd64.deb
  kde-zeroconf_4.4.5-2+squeeze1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qm7av-00025f...@franck.debian.org



Re: After upgrade to 4.6.2, kde freezes on login from kdm

2011-05-16 Thread Mordechai Niven
Spot on!

Reverted to the legacy driver as you suggested and all works again.

Thanks 

On Mon, May 16, 2011 at 3:21 AM, Marcos Raúl Carot Collins 
marcos.ca...@gmail.com wrote:

 I noticed this happening in testing too, and it was due to an upgrade in
 the NVIDIA proprietary driver to version 270. Using the Legacy GPU version
 (173.14.xx) works again.

 I don't know if the problem is actually in the 270 driver or something
 between it and KDM (as I said it also happens in 4.4.5 from testing).

 Cheers,

 --
 Marcos R Carot Collins




Does KDE reset mouse acceleration properties?

2011-05-16 Thread Michael Schuerig

I've recently started to use a Microsoft Arc Mouse and the first thing I 
noticed was that the mouse pointer was moving much too fast. Even at the 
slowest setting available in System Settings, it was still too fast.

After some search, I had come up with an autostart script that slows 
things down to a speed I can handle.

#~/.kde/Autostart/slow-down-mouse
#! /bin/sh -e
MOUSE=Microsoft Microsoft® 2.4GHz Transceiver v5.0
xinput set-prop $MOUSE Device Accel Constant Deceleration 8
xinput set-prop $MOUSE Device Accel Adaptive Deceleration 8
xinput set-prop $MOUSE Device Accel Profile 2

This is rather inelegant as it is only for one user and only takes 
effect after KDE has started. Through further searching I found that I 
ought to be able to set things according to my preferences in a 
configuration file like this

#/etc/X11/xorg.conf.d/50-mouse-acceleration.conf
Section InputClass
Identifier Microsoft Arc Mouse
Driver evdev
MatchUSBID 045e:074f
Option AccelerationProfile 2
Option ConstantDeceleration 8
Option AdaptiveDeceleration 8
EndSection

Indeed, this achieves the desired effect before KDE is started; while 
the KDM greeter (login screen) is shown, the mouse is slowed down 
properly. But later in KDE, the mouse is again at undiminished speed. It 
seems as if KDE is doing something here that it ought not to.

On a slightly different note, I'm curious how others deal with their 
mice. Am I just manually challenged and everyone else actually wants 
their mouse in turbo mode?

Michael

-- 
Michael Schuerig
mailto:mich...@schuerig.de
http://www.schuerig.de/michael/


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201105170121.38431.michael.li...@schuerig.de