pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-rcsparse



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug  8 22:59:41 UTC 2009

Modified Files:
        pkgsrc/devel/ruby-rcsparse: Makefile distinfo

Log Message:
Update to 45:
do not treat a failed rcscheckout() as system failure

A failed checkout is not necessarily caused by a solid system error, but
can be also caused by a faulty RCS file. Do not use rb_sys_fail(), since
it will abort() if errno == 0. Instead, simply raise a RuntimeError.

Reported-by: Brad King

check deltas for correctness before applying

We can not blindly trust the RCS file to contain correct deltas. We have
to verify that the chunks (especially deletes) make sense and operate on
existing lines.

Reported-by: Brad King


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-rcsparse/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-rcsparse/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index