[Pkg-cli-apps-commits] r4129 - in /packages/gshare/trunk/debian: changelog control patches/04_firefox-permission-denied-crash.patch
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Tue Sep 2 19:16:17 UTC 2008
Author: slomo
Date: Tue Sep 2 19:16:17 2008
New Revision: 4129
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4129
Log:
* debian/patches/04_firefox-permission-denied-crash.patch:
+ Fix crash when connecting with firefox which was
caused by an unhandled exception on permission denied errors.
Thanks to Christian Wäckerlin for the patch (Closes: #473037).
Urgency set to high because of the fix for this RC bug.
* debian/control:
+ Update Standards-Version to 3.8.0, no additional changes needed.
Added:
packages/gshare/trunk/debian/patches/04_firefox-permission-denied-crash.patch
Modified:
packages/gshare/trunk/debian/changelog
packages/gshare/trunk/debian/control
Modified: packages/gshare/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gshare/trunk/debian/changelog?rev=4129&op=diff
==============================================================================
--- packages/gshare/trunk/debian/changelog (original)
+++ packages/gshare/trunk/debian/changelog Tue Sep 2 19:16:17 2008
@@ -1,3 +1,15 @@
+gshare (0.94-5) unstable; urgency=high
+
+ * debian/patches/04_firefox-permission-denied-crash.patch:
+ + Fix crash when connecting with firefox which was
+ caused by an unhandled exception on permission denied errors.
+ Thanks to Christian Wäckerlin for the patch (Closes: #473037).
+ Urgency set to high because of the fix for this RC bug.
+ * debian/control:
+ + Update Standards-Version to 3.8.0, no additional changes needed.
+
+ -- Sebastian Dröge <slomo at debian.org> Tue, 02 Sep 2008 21:14:42 +0200
+
gshare (0.94-4) unstable; urgency=low
* debian/watch:
Modified: packages/gshare/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gshare/trunk/debian/control?rev=4129&op=diff
==============================================================================
--- packages/gshare/trunk/debian/control (original)
+++ packages/gshare/trunk/debian/control Tue Sep 2 19:16:17 2008
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Sebastian Dröge <slomo at debian.org>
Build-Depends: debhelper (>= 5), cdbs, cli-common-dev (>= 0.4.4), libmono-dev (>= 1.1.10), mono-gmcs (>= 1.1.13) | c-sharp-2.0-compiler, libmono2.0-cil, libgtk2.0-cil (>= 2.8), libgconf2.0-cil (>= 2.8), libglade2.0-cil (>= 2.6), libgnome2.0-cil (>= 2.8), libavahi1.0-cil (>= 0.6.5), pkg-config, intltool (>= 0.23), scrollkeeper, libndesk-dbus1.0-cil (>= 0.4), libndesk-dbus-glib1.0-cil (>= 0.3)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Package: gshare
Architecture: all
Added: packages/gshare/trunk/debian/patches/04_firefox-permission-denied-crash.patch
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gshare/trunk/debian/patches/04_firefox-permission-denied-crash.patch?rev=4129&op=file
==============================================================================
--- packages/gshare/trunk/debian/patches/04_firefox-permission-denied-crash.patch (added)
+++ packages/gshare/trunk/debian/patches/04_firefox-permission-denied-crash.patch Tue Sep 2 19:16:17 2008
@@ -1,0 +1,14 @@
+--- gshare-0.94/src/gshared/ftpserver.cs 2007-01-14 04:13:12.000000000 +0100
++++ gshare-0.94-chri/src/gshared/ftpserver.cs 2008-09-02 20:31:15.000000000 +0200
+@@ -294,6 +294,11 @@
+ error = true;
+
+ }
++ catch (System.UnauthorizedAccessException)
++ {
++ Log.DebugMessage("Permission denied, don't know why...");
++ error = true;
++ }
+
+ CloseDataConnection();
+
More information about the Pkg-cli-apps-commits
mailing list