public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/debianutils/files: debianutils-3.4.2-no-bs-namespace.patch
@ 2010-11-15 19:40 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-11-15 19:40 UTC (permalink / raw
  To: gentoo-commits

jer         10/11/15 19:40:08

  Added:                debianutils-3.4.2-no-bs-namespace.patch
  Log:
  Version bump. Rework patch for 3.4.2 and explain why.
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.1                  sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch?rev=1.1&content-type=text/plain

Index: debianutils-3.4.2-no-bs-namespace.patch
===================================================================
Allow dots in the names, bug #95173.  Patch by Kerin Millar.
Re-sourced for 3.4.2 since the man page has now been corrected but not the
regex itself (dot files are still OK upstream?) - jer

--- a/run-parts.c
+++ b/run-parts.c
@@ -501,7 +501,7 @@
                     != 0)
             pt_regex = &tradre;
 
-    } else if ( (err = regcomp(&classicalre, "^[a-zA-Z0-9_-]+$",
+    } else if ( (err = regcomp(&classicalre, "^[a-zA-Z0-9_-][a-zA-Z0-9._-]+$",
                     REG_EXTENDED | REG_NOSUB)) != 0)
         pt_regex = &classicalre;
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/debianutils/files: debianutils-3.4.2-no-bs-namespace.patch
@ 2010-11-15 19:50 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-11-15 19:50 UTC (permalink / raw
  To: gentoo-commits

jer         10/11/15 19:50:16

  Modified:             debianutils-3.4.2-no-bs-namespace.patch
  Log:
  Readd run-parts man page patch.
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

Revision  Changes    Path
1.2                  sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch?r1=1.1&r2=1.2

Index: debianutils-3.4.2-no-bs-namespace.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/debianutils/files/debianutils-3.4.2-no-bs-namespace.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- debianutils-3.4.2-no-bs-namespace.patch	15 Nov 2010 19:40:08 -0000	1.1
+++ debianutils-3.4.2-no-bs-namespace.patch	15 Nov 2010 19:50:15 -0000	1.2
@@ -1,7 +1,22 @@
 Allow dots in the names, bug #95173.  Patch by Kerin Millar.
-Re-sourced for 3.4.2 since the man page has now been corrected but not the
-regex itself (dot files are still OK upstream?) - jer
+Re-sourced for 3.4.2
 
+--- a/run-parts.8
++++ b/run-parts.8
+@@ -25,9 +25,10 @@
+ .IR directory .
+ Other files and directories are silently ignored.
+ 
+-If neither the \-\-lsbsysinit option nor the \-\-regex option is given
+-then the names must consist entirely of ASCII upper- and lower-case
+-letters, ASCII digits, ASCII underscores, and ASCII minus-hyphens.
++If neither the \-\-lsbsysinit option nor the \-\-regex option is given then the
++names must consist entirely of ASCII upper- and lower-case letters, ASCII
++digits, ASCII underscores, and ASCII minus-hyphens. However, the name must not
++begin with a period.
+ 
+ If the \-\-lsbsysinit option is given, then the names must not end
+ in .dpkg\-old  or .dpkg\-dist or .dpkg\-new or .dpkg\-tmp, and must
 --- a/run-parts.c
 +++ b/run-parts.c
 @@ -501,7 +501,7 @@






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-15 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-15 19:50 [gentoo-commits] gentoo-x86 commit in sys-apps/debianutils/files: debianutils-3.4.2-no-bs-namespace.patch Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-15 19:40 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox