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

Bug#869414: marked as done (package smplayer/16.11.0~ds0-1+deb9u1)



Your message dated Sat, 07 Oct 2017 11:33:55 +0100
with message-id <1507372435.18586.64.camel@adam-barratt.org.uk>
and subject line Closing bugs for 9.2 point release
has caused the Debian Bug report #869414,
regarding package smplayer/16.11.0~ds0-1+deb9u1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
869414: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=869414
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Dear SRMs,

I would like to update smplayer in Stretch to fix #869411, it was already fixed in unstable.

The patch has been merged from upstream release.

Full source debdiff attached.


--
 .''`.  Mateusz Łukasik
: :' :  https://l0calh0st.pl
`. `'   Debian Member - mati75@linuxmint.pl
  `-    GPG: D93B 0C12 C8D0 4D7A AFBC  FA27 CCD9 1D61 11A0 6851
diff -Nru smplayer-16.11.0~ds0/debian/changelog smplayer-16.11.0~ds0/debian/changelog
--- smplayer-16.11.0~ds0/debian/changelog	2016-11-22 17:31:13.000000000 +0100
+++ smplayer-16.11.0~ds0/debian/changelog	2017-07-23 12:10:13.000000000 +0200
@@ -1,3 +1,9 @@
+smplayer (16.11.0~ds0-1+deb9u1) stable-proposed-updates; urgency=high
+
+  * Merge from upstream fix connections to youtube. (Closes: #869411)
+
+ -- Mateusz Łukasik <mati75@linuxmint.pl>  Sun, 23 Jul 2017 12:10:13 +0200
+
 smplayer (16.11.0~ds0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru smplayer-16.11.0~ds0/debian/patches/07-fixyoutube.patch smplayer-16.11.0~ds0/debian/patches/07-fixyoutube.patch
--- smplayer-16.11.0~ds0/debian/patches/07-fixyoutube.patch	1970-01-01 01:00:00.000000000 +0100
+++ smplayer-16.11.0~ds0/debian/patches/07-fixyoutube.patch	2017-07-23 12:09:51.000000000 +0200
@@ -0,0 +1,39 @@
+Description: Fix connections to youtube.
+Bug-Debian: http://bugs.debian.org/869411
+
+--- a/src/youtube/sig.cpp
++++ b/src/youtube/sig.cpp
+@@ -51,9 +51,11 @@
+ 	qDebug() << "Sig::findFunctions: sts:" << sts;
+ 
+ 	QString sig_name;
+-	QRegExp rx_sig("\\.sig\\|\\|([a-zA-Z0-9\\$]+)\\(");
++	//QRegExp rx_sig("\\.sig\\|\\|([a-zA-Z0-9\\$]+)\\(");
++	QRegExp rx_sig("([\"\'])signature\\1\\s*,\\s*([a-zA-Z0-9$]+)\\(");
+ 	if (rx_sig.indexIn(text) != -1) {
+-		sig_name = rx_sig.cap(1);
++		//sig_name = rx_sig.cap(1);
++		sig_name = rx_sig.cap(2);
+ 	}
+ 	qDebug() << "Sig::findFunctions: sig_name:" << sig_name;
+ 
+
+--- a/src/youtube/retrieveyoutubeurl.cpp
++++ b/src/youtube/retrieveyoutubeurl.cpp
+@@ -252,11 +252,12 @@
+ 	#ifdef YT_USE_SIG
+ 	QString html5_player;
+ 	#endif
+-	//QRegExp rxplayer("player-([\\d,\\w,-]+)\\\\");
+-	QRegExp rxplayer("jsbin\\/player-([\\d\\w-]+)\\/base\\.js");
++	QRegExp rxplayer("jsbin\\/player-([\\d\\w-]+)\\/([a-z]{2}_[A-Z]{2})\\/base\\.js");
+ 	if (rxplayer.indexIn(replyString) != -1) {
+-		html5_player = rxplayer.cap(1);
+-		qDebug() << "RetrieveYoutubeUrl::videoPageLoaded: html5player:" << html5_player;
++		QString player = rxplayer.cap(1);
++		QString locale = rxplayer.cap(2);
++		qDebug() << "RetrieveYoutubeUrl::videoPageLoaded: html5player:" << player << "locale:" << locale;
++		html5_player = player +"/"+ locale;
+ 	}
+ 
+ 	video_page = replyString;
diff -Nru smplayer-16.11.0~ds0/debian/patches/series smplayer-16.11.0~ds0/debian/patches/series
--- smplayer-16.11.0~ds0/debian/patches/series	2016-11-21 13:29:44.000000000 +0100
+++ smplayer-16.11.0~ds0/debian/patches/series	2017-07-23 12:08:39.000000000 +0200
@@ -3,3 +3,4 @@
 05-add-debian-hardening-flags.patch
 06-tryfixplaylist.patch
 01-update-mime-types.patch
+07-fixyoutube.patch

--- End Message ---
--- Begin Message ---
Version: 9.2

Hi.

The updates referenced by each of these bugs was included in today's
point release of stretch.

Regards,

Adam

--- End Message ---

Reply to: