[hackers] [surf] applied fix from dev list and debian reviewers || anselm

From: <hg_AT_suckless.org>
Date: Sat, 11 Feb 2012 10:40:29 +0100 (CET)

changeset: 236:89c3b15cd2d6
tag: tip
user: anselm_AT_garbe.us
date: Sat Feb 11 10:40:32 2012 +0100
files: LICENSE config.mk surf.c
description:
applied fix from dev list and debian reviewers


diff -r fc8b9d3e66d4 -r 89c3b15cd2d6 LICENSE
--- a/LICENSE Wed Feb 01 15:23:39 2012 +0100
+++ b/LICENSE Sat Feb 11 10:40:32 2012 +0100
_AT_@ -1,6 +1,7 @@
 MIT/X Consortium License
 
-© 2009 Enno Boland <g s01 de>
+© 2011-2012 Troels Henriksen <athas_AT_sigkill.at>
+© 2009-2011 Enno Boland <g s01 de>
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
diff -r fc8b9d3e66d4 -r 89c3b15cd2d6 config.mk
--- a/config.mk Wed Feb 01 15:23:39 2012 +0100
+++ b/config.mk Sat Feb 11 10:40:32 2012 +0100
_AT_@ -1,5 +1,5 @@
 # surf version
-VERSION = 0.4.1
+VERSION = 0.5
 
 # Customize below to fit your system
 
diff -r fc8b9d3e66d4 -r 89c3b15cd2d6 surf.c
--- a/surf.c Wed Feb 01 15:23:39 2012 +0100
+++ b/surf.c Sat Feb 11 10:40:32 2012 +0100
_AT_@ -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 "/") */
_AT_@ -867,7 +867,7 @@
                         showxid = TRUE;
                         break;
                 case 'v':
- die("surf-"VERSION", © 2009 surf engineers, see LICENSE for details\n");
+ die("surf-"VERSION", ©2009-2012 surf engineers, see LICENSE for details\n");
                 default:
                         usage();
                 }
Received on Sat Feb 11 2012 - 10:40:29 CET

This archive was generated by hypermail 2.3.0 : Sat Feb 11 2012 - 10:48:08 CET