pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-rcsparse Update to 45:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f74acf492e78
branches:  trunk
changeset: 562961:f74acf492e78
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Aug 08 22:59:41 2009 +0000

description:
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

diffstat:

 devel/ruby-rcsparse/Makefile |  6 +++---
 devel/ruby-rcsparse/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ac3bb5f6431b -r f74acf492e78 devel/ruby-rcsparse/Makefile
--- a/devel/ruby-rcsparse/Makefile      Sat Aug 08 22:40:46 2009 +0000
+++ b/devel/ruby-rcsparse/Makefile      Sat Aug 08 22:59:41 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2009/05/19 08:59:12 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2009/08/08 22:59:41 wiz Exp $
 
-DISTNAME=      0aa8fb608963
-PKGNAME=       ${RUBY_PKGPREFIX}-rcsparse-0.0.0.43
+DISTNAME=      75d93404707d
+PKGNAME=       ${RUBY_PKGPREFIX}-rcsparse-0.0.0.45
 CATEGORIES=    devel ruby
 MASTER_SITES=  http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse/archive/
 EXTRACT_SUFX=  .tar.bz2
diff -r ac3bb5f6431b -r f74acf492e78 devel/ruby-rcsparse/distinfo
--- a/devel/ruby-rcsparse/distinfo      Sat Aug 08 22:40:46 2009 +0000
+++ b/devel/ruby-rcsparse/distinfo      Sat Aug 08 22:59:41 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/02/15 18:53:02 wiz Exp $
+$NetBSD: distinfo,v 1.6 2009/08/08 22:59:41 wiz Exp $
 
-SHA1 (rcsparse/0aa8fb608963.tar.bz2) = c16b05e8c2f0a97bc3798614c7572663ad372e5b
-RMD160 (rcsparse/0aa8fb608963.tar.bz2) = 5286f9d777f70b2976ff0abf901bf30636a0d558
-Size (rcsparse/0aa8fb608963.tar.bz2) = 101877 bytes
+SHA1 (rcsparse/75d93404707d.tar.bz2) = ca86839830abd00abaa666bbbb42e5220fd5a743
+RMD160 (rcsparse/75d93404707d.tar.bz2) = 1573dee21f22fb676a52e726991583c52f5523f9
+Size (rcsparse/75d93404707d.tar.bz2) = 101892 bytes



Home | Main Index | Thread Index | Old Index