[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#711718: pu: package get-iplayer/2.82-2+deb70u1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

Sorry to be so late to the party, but the BBC changed something in the last
few days which largely cripple get-iplayer in stable.

The fix is a one-line change, attached.

I hope this can make it into this point release, being so small, but I realise
it's a big ask. If it must wait until next time that's fine (although that
leaves it broken in stable for a while longer).

Thanks.

-- System Information:
Debian Release: 7.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru get-iplayer-2.82/debian/changelog get-iplayer-2.82/debian/changelog
--- get-iplayer-2.82/debian/changelog	2012-06-27 18:56:34.000000000 +0100
+++ get-iplayer-2.82/debian/changelog	2013-06-08 23:28:44.000000000 +0100
@@ -1,3 +1,10 @@
+get-iplayer (2.82-2+deb70u1) stable; urgency=low
+
+  * bbc-swfurl.patch: Update SWF verification URL after changes by the BBC
+    (Closes: #711538)
+
+ -- Jonathan Wiltshire <jmw@debian.org>  Sat, 08 Jun 2013 23:28:00 +0100
+
 get-iplayer (2.82-2) unstable; urgency=low
 
   * New patch livetv.patch fixes live tv streaming after BBC changes
diff -Nru get-iplayer-2.82/debian/patches/bbc-swfurl.patch get-iplayer-2.82/debian/patches/bbc-swfurl.patch
--- get-iplayer-2.82/debian/patches/bbc-swfurl.patch	1970-01-01 01:00:00.000000000 +0100
+++ get-iplayer-2.82/debian/patches/bbc-swfurl.patch	2013-06-08 23:28:44.000000000 +0100
@@ -0,0 +1,17 @@
+From: dinkypumpkin <dinkypumpkin@gmail.com>
+Subject: [PATCH] Updated SWF player URL
+Applied-Upstream: http://git.infradead.org/get_iplayer.git/commitdiff/1197c4c3082bfdff08cff7977497dd1b2fb3926a
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711538
+Last-Update: 2013-06-06
+
+--- get-iplayer-2.82+git20130608.orig/get_iplayer
++++ get-iplayer-2.82+git20130608/get_iplayer
+@@ -5837,7 +5837,7 @@
+ 		# Common attributes
+ 		# swfurl = Default iPlayer swf version
+ 		my $conn = {
+-			swfurl		=> "http://www.bbc.co.uk/emp/revisions/18269_21576_10player.swf?revision=18269_21576";,
++			swfurl		=> "http://www.bbc.co.uk/emp/releases/iplayer/revisions/617463_618125_4/617463_618125_4_emp.swf";,
+ 			ext		=> $ext,
+ 			streamer	=> $streamer,
+ 			bitrate		=> $mattribs->{bitrate},
diff -Nru get-iplayer-2.82/debian/patches/series get-iplayer-2.82/debian/patches/series
--- get-iplayer-2.82/debian/patches/series	2012-06-27 18:56:34.000000000 +0100
+++ get-iplayer-2.82/debian/patches/series	2013-06-08 23:28:44.000000000 +0100
@@ -1 +1,2 @@
 livetv.patch
+bbc-swfurl.patch

Reply to: