public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool/files: rrdtool-1.2.28-fix-empty-font.patch
@ 2008-11-08  7:57 Peter Volkov (pva)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2008-11-08  7:57 UTC (permalink / raw
  To: gentoo-commits

pva         08/11/08 07:57:13

  Added:                rrdtool-1.2.28-fix-empty-font.patch
  Log:
  Patch from upstream to fix empty font files, thank Tobias Oetiker for this patch.
  (Portage version: 2.2_rc13/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.1                  net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch?rev=1.1&content-type=text/plain

Index: rrdtool-1.2.28-fix-empty-font.patch
===================================================================
=== modified file 'src/rrd_graph.c'
--- src/rrd_graph.c	2008-11-08 07:45:41 +0000
+++ src/rrd_graph.c	2008-11-08 07:47:06 +0000
@@ -3508,7 +3508,7 @@
                         if (size > 0){
                               im->text_prop[propidx].size=size;              
                       }        
-                       if (strlen(optarg) > end){
+                       if (strlen(optarg) > end+2){
                           if (optarg[end] == ':'){
                              strncpy(im->text_prop[propidx].font,optarg+end+1,255);
                              im->text_prop[propidx].font[255] = '\0';







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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool/files: rrdtool-1.2.28-fix-empty-font.patch
@ 2008-11-14 10:20 Peter Volkov (pva)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2008-11-14 10:20 UTC (permalink / raw
  To: gentoo-commits

pva         08/11/14 10:20:22

  Modified:             rrdtool-1.2.28-fix-empty-font.patch
  Log:
  Added link on upstream into patch.
  (Portage version: 2.2_rc14/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)

Revision  Changes    Path
1.2                  net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch?r1=1.1&r2=1.2

Index: rrdtool-1.2.28-fix-empty-font.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/files/rrdtool-1.2.28-fix-empty-font.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rrdtool-1.2.28-fix-empty-font.patch	8 Nov 2008 07:57:13 -0000	1.1
+++ rrdtool-1.2.28-fix-empty-font.patch	14 Nov 2008 10:20:22 -0000	1.2
@@ -1,3 +1,5 @@
+http://oss.oetiker.ch/rrdtool-trac/changeset/1653
+
 === modified file 'src/rrd_graph.c'
 --- src/rrd_graph.c	2008-11-08 07:45:41 +0000
 +++ src/rrd_graph.c	2008-11-08 07:47:06 +0000






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

end of thread, other threads:[~2008-11-14 10:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08  7:57 [gentoo-commits] gentoo-x86 commit in net-analyzer/rrdtool/files: rrdtool-1.2.28-fix-empty-font.patch Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-14 10:20 Peter Volkov (pva)

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