Bug#770447: use of ssl.PROTOCOL_SSLv3 which we don't support anymore

2014-11-21 Thread Thomas Goirand
Package: blender
Version: 2.72.b+dfsg0-1
Severity: serious

Hi,

A rapid code search shows that blender uses:

ssl_version=ssl.PROTOCOL_SSLv3

in release/scripts/addons/netrender/master.py:1161

However, this support has been removed in Debian. Therefore, it is possible
that blender is broken.

I haven't checked myself if this breaks the build of Blender, or if it
affects it a lot, as I have no time to do that. Though I would strongly
suggest the maintainer to check, and eventually downgrade this bug to
important only.

Cheers,

Thomas Goirand (zigo)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#770447: use of ssl.PROTOCOL_SSLv3 which we don't support anymore

2014-11-21 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 important
Bug #770447 [blender] use of ssl.PROTOCOL_SSLv3 which we don't support anymore
Severity set to 'important' from 'serious'

-- 
770447: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770447
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#770447: use of ssl.PROTOCOL_SSLv3 which we don't support anymore

2014-11-21 Thread Cyril Brulebois
Control: severity -1 important

Thomas Goirand z...@debian.org (2014-11-21):
 Package: blender
 Version: 2.72.b+dfsg0-1
 Severity: serious
 
 Hi,
 
 A rapid code search shows that blender uses:
 
 ssl_version=ssl.PROTOCOL_SSLv3
 
 in release/scripts/addons/netrender/master.py:1161
 
 However, this support has been removed in Debian. Therefore, it is possible
 that blender is broken.
 
 I haven't checked myself if this breaks the build of Blender, or if it
 affects it a lot, as I have no time to do that. Though I would strongly
 suggest the maintainer to check, and eventually downgrade this bug to
 important only.

Definitely not breaking the build.

And given it's an addon, seemingly for network rendering, I don't think
this qualifies as a serious bug. That doesn't mean fixing it for jessie
would be rejected outright.

(A quick web search seems to point out it's diabled by default, see
Instructions on: 
http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Performance/Netrender)

Mraw,
KiBi.


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#746393: confirm the bug.

2014-11-21 Thread Roman
Please update 2.3.2 to 2.3.3 or apply a fix from upstream.
Is it really so hard? We like debian stable, when it and its packages are
stable

-- 
Best regards,
Roman.
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#746393: confirm the bug.

2014-11-21 Thread Jonas Smedegaard
Quoting Roman (2014-11-21 14:28:50)
 Please update 2.3.2 to 2.3.3 or apply a fix from upstream.
 Is it really so hard? We like debian stable, when it and its packages 
 are stable

Thanks for caring about Icecast2.

Upgrading to a new upstream release is unlikely to happen in stable.

It would be helpful if someone could isolate the exact upstream 
changes(s) fixing this bug.


Regards,

 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#769213: clam: FTBFS in jessie: Checking that libogg sample program links...no

2014-11-21 Thread James Cowgill
Control: tags -1 patch

On Wed, 12 Nov 2014 08:51:50 +0100 Lucas Nussbaum lu...@lucas-nussbaum.net 
wrote:
 Hi,
 
 During a rebuild of all packages in jessie (in a jessie chroot, not a
 sid chroot), your package failed to build on amd64.
 [...]

  Checking that libogg sample program compiles...yes
  Checking that libogg sample program links...no
  make[1]: *** [override_dh_auto_clean] Error 1 

Here's a patch which fixes this. If you give me a moment, I'll sort out
a team upload for this in git.

Thanks,
James
--- a/scons/libs/clam_dependent_libs_checks.py
+++ b/scons/libs/clam_dependent_libs_checks.py
@@ -88,7 +88,7 @@ def test_sndfile( env, conf ) :
 	return True
 
 def test_oggvorbis( env, conf ) :
-	if not conf.CheckPkgConfigFile(['vorbisfile', 'vorbisenc']) :
+	if not conf.CheckPkgConfigFile(['vorbisfile', 'vorbisenc', 'vorbis', 'ogg']) :
 		return False
 	if not conf.CheckLibrarySample('libogg', 'c', None, libogg_test_code ) : return False
 	if not conf.CheckLibrarySample('libvorbis', 'c', None, libvorbis_test_code ) : return False
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: Re: clam: FTBFS in jessie: Checking that libogg sample program links...no

2014-11-21 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 patch
Bug #769213 [src:clam] clam: FTBFS in jessie: Checking that libogg sample 
program links...no
Added tag(s) patch.

-- 
769213: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769213
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#770447: use of ssl.PROTOCOL_SSLv3 which we don't support anymore

2014-11-21 Thread Thomas Goirand
On 11/21/2014 07:07 PM, Cyril Brulebois wrote:
 Control: severity -1 important
 
 Thomas Goirand z...@debian.org (2014-11-21):
 Package: blender
 Version: 2.72.b+dfsg0-1
 Severity: serious

 Hi,

 A rapid code search shows that blender uses:

 ssl_version=ssl.PROTOCOL_SSLv3

 in release/scripts/addons/netrender/master.py:1161

 However, this support has been removed in Debian. Therefore, it is possible
 that blender is broken.

 I haven't checked myself if this breaks the build of Blender, or if it
 affects it a lot, as I have no time to do that. Though I would strongly
 suggest the maintainer to check, and eventually downgrade this bug to
 important only.
 
 Definitely not breaking the build.
 
 And given it's an addon, seemingly for network rendering, I don't think
 this qualifies as a serious bug. That doesn't mean fixing it for jessie
 would be rejected outright.
 
 (A quick web search seems to point out it's diabled by default, see
 Instructions on: 
 http://wiki.blender.org/index.php/Doc:2.6/Manual/Render/Performance/Netrender)
 
 Mraw,
 KiBi.

Thanks for taking the time to investigat it (which I didn't have time
yet, but still wanted to push the bug before I had to go out of $workplace).

Cheers,

Thomas

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#769213: clam: FTBFS in jessie: Checking that libogg sample program links...no

2014-11-21 Thread Sebastian Ramacher
On 2014-11-21 17:10:17, James Cowgill wrote:
 Control: tags -1 pending
 
 I've pushed the fix to git now. Can someone upload this?

I'll look at it tomorrow at the BSP in Munich.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers