diff -Nru libsocialweb-0.25.20/debian/changelog libsocialweb-0.25.20/debian/changelog --- libsocialweb-0.25.20/debian/changelog 2012-09-20 01:39:10.000000000 +0900 +++ libsocialweb-0.25.20/debian/changelog 2013-03-02 19:46:07.000000000 +0900 @@ -1,3 +1,12 @@ +libsocialweb (0.25.20-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches + - add CVE-2012-4511.patch: cherry picking from upstream to solve + CVE-2012-4511 as its name (Closes: #690675) + + -- Hideki Yamane Sat, 02 Mar 2013 19:45:59 +0900 + libsocialweb (0.25.20-3) unstable; urgency=low * Rename gir1.2-socialweb-client to gir1.2-socialweb-client-0.25 diff -Nru libsocialweb-0.25.20/debian/patches/CVE-2012-4511.patch libsocialweb-0.25.20/debian/patches/CVE-2012-4511.patch --- libsocialweb-0.25.20/debian/patches/CVE-2012-4511.patch 1970-01-01 09:00:00.000000000 +0900 +++ libsocialweb-0.25.20/debian/patches/CVE-2012-4511.patch 2013-03-02 19:43:41.000000000 +0900 @@ -0,0 +1,21 @@ +Description: CVE-2012-4511 + + chery-picking http://git.gnome.org/browse/libsocialweb/commit/?id=8c28ae1d5db5529020652cee3700c75341625503 + +Bug-Debian: http://bugs.debian.org/690675 + +--- +Origin: upstream +Last-Update: 2013-02-12 + +--- libsocialweb-0.25.20.orig/services/flickr/flickr.c ++++ libsocialweb-0.25.20/services/flickr/flickr.c +@@ -255,7 +255,7 @@ online_notify (gboolean online, gpointer + SW_DEBUG (FLICKR, "Online: %s", online ? "yes" : "no"); + + if (online) { +- got_tokens_cb (priv->proxy, TRUE, g_object_ref (service)); ++ credentials_updated (service); + } else { + priv->authorised = FALSE; + diff -Nru libsocialweb-0.25.20/debian/patches/series libsocialweb-0.25.20/debian/patches/series --- libsocialweb-0.25.20/debian/patches/series 2012-09-19 12:45:36.000000000 +0900 +++ libsocialweb-0.25.20/debian/patches/series 2013-03-02 19:43:53.000000000 +0900 @@ -1,3 +1,4 @@ 01_detect_NM_and_ConnMan.patch c1791e96182815449781fcda6007b69cd88cf7bf.patch e928f75ca45df8fb170230c95860f1a0fb3ae4e9.patch +CVE-2012-4511.patch