Fixed.
On Fri, Feb 10, 2012 at 11:33 AM, Vasudev Kamath <kamathvasu...@gmail.com> wrote: > Hello all, > > I'm just forwarding a bug reported on surf Debian package [1]. This > bug makes package unfit for Wheezy release. > > (I'm not the maintainer of package only did a recent QA upload.) > > [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=659296 > > > Best Regards > -- > Vasudev Kamath > http://blog.copyninja.info > http://identi.ca/vasudev > copyni...@frndk.de -- sic dicit magister P University of Toronto / Fordham University http://individual.utoronto.ca/peterjh gpg 1024D/ED6EF59B (7D1A 522F D08E 30F6 FA42 B269 B860 352B ED6E F59B) gpg --keyserver pgp.mit.edu --recv-keys ED6EF59B
diff -r fc8b9d3e66d4 surf.c --- a/surf.c Wed Feb 01 15:23:39 2012 +0100 +++ b/surf.c Fri Feb 10 11:46:18 2012 -0500 @@ -127,7 +127,7 @@ apath = g_strconcat(g_get_home_dir(), "/", path, NULL); if((p = strrchr(apath, '/'))) { *p = '\0'; - g_mkdir_with_parents(apath, 0755); + g_mkdir_with_parents(apath, 0700); *p = '/'; } /* creating file (gives error when apath ends with "/") */