[SCM] Git repository for pkg-virtuoso branch, master, updated. debian/6.1.4+dfsg1-3-26-g3bca242

Maximiliano Curia maxy at gnuservers.com.ar
Wed Jun 12 08:44:57 UTC 2013


The following commit has been merged in the master branch:
commit 3bca242aed8f37cc178e185f31a66d7224944037
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Jun 12 10:44:41 2013 +0200

    Typo in do_not_depend_on_MAXPATHLEN.patch comment

diff --git a/debian/patches/do_not_depend_on_MAXPATHLEN.patch b/debian/patches/do_not_depend_on_MAXPATHLEN.patch
index a99fb9a..de86337 100644
--- a/debian/patches/do_not_depend_on_MAXPATHLEN.patch
+++ b/debian/patches/do_not_depend_on_MAXPATHLEN.patch
@@ -1,4 +1,4 @@
-commit 9ef5dd10723f7341f0e1ac85cf7f0e42d9c781a4
+commit b1e6bf3a94360fffb95da6b0a0bc7051ab243225
 Author: Maximiliano Curia <maxy at gnuservers.com.ar>
 Date:   Mon Jun 10 15:23:25 2013 +0200
 
@@ -38,7 +38,7 @@ index 0695097..ae1daca 100644
    dk_free_box (md5_val);
    vfc_printf (("vfc_fcgi_server_allocate ret =%p\n",
 diff --git a/libsrc/util/fnsearch.c b/libsrc/util/fnsearch.c
-index 62f566e..92bb7ab 100644
+index 62f566e..8725613 100644
 --- a/libsrc/util/fnsearch.c
 +++ b/libsrc/util/fnsearch.c
 @@ -40,14 +40,31 @@
@@ -57,7 +57,7 @@ index 62f566e..92bb7ab 100644
 -  np = namebuf;
    cp = path;
 +
-+  /* Avoid a call to realloc, whenever posible */
++  /* Avoid a call to realloc, whenever possible */
 +  new_size = strlen(path) + strlen(filename) + 2;
 +  if (namebuf_size < new_size)
 +    {
@@ -76,7 +76,7 @@ index 62f566e..92bb7ab 100644
      {
        if (*cp == PATHSEP || *cp == '\0')
 diff --git a/libsrc/util/setext.c b/libsrc/util/setext.c
-index d7c0295..e0dd80f 100644
+index d7c0295..62f0faa 100644
 --- a/libsrc/util/setext.c
 +++ b/libsrc/util/setext.c
 @@ -46,10 +46,25 @@
@@ -90,7 +90,7 @@ index d7c0295..e0dd80f 100644
    char *slash;
    char *dot;
  
-+  /* Avoid a call to realloc, whenever posible */
++  /* Avoid a call to realloc, whenever possible */
 +  new_size = strlen(path) + strlen(ext) + 2;
 +  if (name_size < new_size)
 +    {

-- 
Git repository for pkg-virtuoso



More information about the Pkg-virtuoso-commits mailing list