Bug 127477 - databases/rrdtool: rrdcgi is generating invalid paths
Summary: databases/rrdtool: rrdcgi is generating invalid paths
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-18 19:20 UTC by David Wolfskill
Modified: 2008-09-23 01:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Wolfskill 2008-09-18 19:20:01 UTC
	The version of rrdcgi from databases/rrdtool-1.3.1 is a bit
	broken, in that "%s" (which has historically been, and is
	still documented to "[stand] for the filename part of the
	graph generated, all directories given in the PNG file
	argument will get dropped.") now is replaced by a full
	pathname -- from the system's root, which is rarely the
	same as the DocumentRoot for the Web server, with the result
	that absent ugly symlink hacks, the RRDtool graphs are
	generated, but the Web server won't find them.

	Please note that RRDtool's author has fixed this (r1459)
	as of 12 Aug 2008.  It would be Real Nice to get the fix in
	before the ports are completely frozen for 6.4=R and 7.1-R.

Fix: 

See <http://oss.oetiker.ch/rrdtool-trac/changeset/1459>.
How-To-Repeat: 	See <http://oss.oetiker.ch/rrdtool-trac/ticket/170>.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-18 22:45:30 UTC
Maintainer of databases/rrdtool,

Please note that PR ports/127477 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127477

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-18 22:45:31 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2008-09-18 23:08:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-09-23 01:10:30 UTC
beech       2008-09-23 00:10:24 UTC

  FreeBSD ports repository

  Modified files:
    databases/rrdtool    Makefile distinfo pkg-plist 
  Added files:
    databases/rrdtool/files patch-bindings-perl-shared-Makefile.PL 
  Log:
  - Update to 1.3.3
  - Fixes a major data corruption bug present in earlier 1.3.x versions
  
  - Fix rrdcgi is generating invalid paths
  
  PR:             ports/127271 [1]
  PR:             ports/127477 [2]
  Submitted by:   kevin brintnall <kbrint@rufus.net> [1]
  Submitted by:   David Wolfskill <dwolf@juniper.net> [2]
  Approved by:    Razor <bg1tpt@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.80      +9 -1      ports/databases/rrdtool/Makefile
  1.35      +3 -3      ports/databases/rrdtool/distinfo
  1.1       +10 -0     ports/databases/rrdtool/files/patch-bindings-perl-shared-Makefile.PL (new)
  1.24      +0 -94     ports/databases/rrdtool/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Beech Rintoul freebsd_committer freebsd_triage 2008-09-23 01:11:09 UTC
State Changed
From-To: feedback->closed

Committed, Thanks!