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

Bug#780119: marked as done (unblock: librest/0.7.92-3)



Your message dated Mon, 09 Mar 2015 17:43:51 +0100
with message-id <54FDCDC7.1070302@thykier.net>
and subject line Re: Bug#780119: unblock: librest/0.7.92-3
has caused the Debian Bug report #780119,
regarding unblock: librest/0.7.92-3
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.)


-- 
780119: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780119
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: unblock
Severity: normal

Please unblock package librest

(explain the reason for the unblock here)

 # explain why you want this change included. Bug numbers are a must.
  I fix RC bug #780101 (grave)

 # include the changelog entry/entries in the request
  librest (0.7.92-3) unstable; urgency=medium

  * Add debian/patches/03_fix_invalid_pointer_reference.patch
    - fix invalid pointer dereference (Closes: #780101)

  -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Mon, 09 Mar 2015
21:01:02 +0800

 # include a debdiff between the testing version of the package and the
version you uploaded (or is about to upload)
   As attachment.

(include/attach the debdiff against the package in testing)

unblock librest/0.7.92-3

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.16.0-4-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to
zh_TW.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
                                PaulLiu (劉穎駿)
E-mail: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
diff -Nru librest-0.7.92/debian/changelog librest-0.7.92/debian/changelog
--- librest-0.7.92/debian/changelog	2014-10-23 22:40:41.000000000 +0800
+++ librest-0.7.92/debian/changelog	2015-03-09 21:01:56.000000000 +0800
@@ -1,3 +1,10 @@
+librest (0.7.92-3) unstable; urgency=medium
+
+  * Add debian/patches/03_fix_invalid_pointer_reference.patch
+    - fix invalid pointer dereference (Closes: #780101)
+
+ -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Mon, 09 Mar 2015 21:01:02 +0800
+
 librest (0.7.92-2) unstable; urgency=medium
 
   * Add debian/patches/02_thread-tests-sleep-for-server-to-start.patch
diff -Nru librest-0.7.92/debian/patches/03_fix_invalid_pointer_reference.patch librest-0.7.92/debian/patches/03_fix_invalid_pointer_reference.patch
--- librest-0.7.92/debian/patches/03_fix_invalid_pointer_reference.patch	1970-01-01 08:00:00.000000000 +0800
+++ librest-0.7.92/debian/patches/03_fix_invalid_pointer_reference.patch	2015-03-09 21:00:57.000000000 +0800
@@ -0,0 +1,18 @@
+From: Christophe Fergeau <cfergeau@redhat.com>
+Description: oauth: Add missing include
+ This fixes a compilation warning about a missing prototype. 
+Origin: upstream, https://git.gnome.org/browse/librest/commit/?id=b50ace7738ea038
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=742644
+Bug-Debian: https://bugs.debian.org/780101
+Index: librest-0.7.92/rest/oauth-proxy-call.c
+===================================================================
+--- librest-0.7.92.orig/rest/oauth-proxy-call.c
++++ librest-0.7.92/rest/oauth-proxy-call.c
+@@ -25,6 +25,7 @@
+ #include <rest/rest-proxy-call.h>
+ #include "oauth-proxy-call.h"
+ #include "oauth-proxy-private.h"
++#include "rest-proxy-call-private.h"
+ #include "sha1.h"
+ 
+ G_DEFINE_TYPE (OAuthProxyCall, oauth_proxy_call, REST_TYPE_PROXY_CALL)
diff -Nru librest-0.7.92/debian/patches/series librest-0.7.92/debian/patches/series
--- librest-0.7.92/debian/patches/series	2014-10-23 22:30:42.000000000 +0800
+++ librest-0.7.92/debian/patches/series	2015-03-09 20:56:35.000000000 +0800
@@ -1,2 +1,3 @@
 01_disable-network-tests.patch
 02_thread-tests-sleep-for-server-to-start.patch
+03_fix_invalid_pointer_reference.patch

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
On 2015-03-09 14:41, Ying-Chun Liu (PaulLiu) wrote:
> Package: release.debian.org
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> Severity: normal
> 
> Please unblock package librest
> 
> (explain the reason for the unblock here)
> 
>  # explain why you want this change included. Bug numbers are a must.
>   I fix RC bug #780101 (grave)
> 
>  # include the changelog entry/entries in the request
>   librest (0.7.92-3) unstable; urgency=medium
> 
>   * Add debian/patches/03_fix_invalid_pointer_reference.patch
>     - fix invalid pointer dereference (Closes: #780101)
> 
>   -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Mon, 09 Mar 2015
> 21:01:02 +0800
> 
>  # include a debdiff between the testing version of the package and the
> version you uploaded (or is about to upload)
>    As attachment.
> 
> (include/attach the debdiff against the package in testing)
> 
> unblock librest/0.7.92-3
> 
> [...]

Thanks, excellent report!  I have unblocked the package.

~Niels

--- End Message ---

Reply to: