[csw-devel] SF.net SVN: gar:[20281] csw/mgar/pkg/mbuffer/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Feb 9 20:01:03 CET 2013


Revision: 20281
          http://gar.svn.sourceforge.net/gar/?rev=20281&view=rev
Author:   dmichelsen
Date:     2013-02-09 19:01:02 +0000 (Sat, 09 Feb 2013)
Log Message:
-----------
mbuffer/trunk: Update to 20130209

Modified Paths:
--------------
    csw/mgar/pkg/mbuffer/trunk/Makefile
    csw/mgar/pkg/mbuffer/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/mbuffer/trunk/files/0001-Do-not-test-hashes-as-they-were-dropped-in-this-rele.patch

Modified: csw/mgar/pkg/mbuffer/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mbuffer/trunk/Makefile	2013-02-09 17:14:59 UTC (rev 20280)
+++ csw/mgar/pkg/mbuffer/trunk/Makefile	2013-02-09 19:01:02 UTC (rev 20281)
@@ -1,5 +1,5 @@
 NAME = mbuffer
-VERSION = 20121111
+VERSION = 20130209
 GARTYPE = v2
 
 DESCRIPTION = A tool for buffering data streams
@@ -15,6 +15,8 @@
 MASTER_SITES = http://www.maier-komor.de/software/mbuffer/
 DISTFILES = $(DISTNAME).tgz
 
+PATCHFILES += 0001-Do-not-test-hashes-as-they-were-dropped-in-this-rele.patch
+
 VENDOR_URL = http://www.maier-komor.de/mbuffer.html
 
 LICENSE = LICENSE

Modified: csw/mgar/pkg/mbuffer/trunk/checksums
===================================================================
--- csw/mgar/pkg/mbuffer/trunk/checksums	2013-02-09 17:14:59 UTC (rev 20280)
+++ csw/mgar/pkg/mbuffer/trunk/checksums	2013-02-09 19:01:02 UTC (rev 20281)
@@ -1 +1 @@
-c5ff2276797bffca68a7510fa20c9f41  mbuffer-20121111.tgz
+5d987374ee8dfe4c152ce082ee07c648  mbuffer-20130209.tgz

Added: csw/mgar/pkg/mbuffer/trunk/files/0001-Do-not-test-hashes-as-they-were-dropped-in-this-rele.patch
===================================================================
--- csw/mgar/pkg/mbuffer/trunk/files/0001-Do-not-test-hashes-as-they-were-dropped-in-this-rele.patch	                        (rev 0)
+++ csw/mgar/pkg/mbuffer/trunk/files/0001-Do-not-test-hashes-as-they-were-dropped-in-this-rele.patch	2013-02-09 19:01:02 UTC (rev 20281)
@@ -0,0 +1,44 @@
+From 775b85deb331b67b922d5162facbce8a06aabb82 Mon Sep 17 00:00:00 2001
+From: Dagobert Michelsen <dam at opencsw.org>
+Date: Sat, 9 Feb 2013 19:53:13 +0100
+Subject: [PATCH] Do not test hashes as they were dropped in this release due
+ to data corruption
+
+---
+ Makefile.in | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index abe3520..671d370 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -66,7 +66,7 @@ test0: test.md5
+ 	touch test0
+ 
+ test1: test.md5
+-	./mbuffer -i test.tar -f -o $@.tar -o /dev/null -H
++	./mbuffer -i test.tar -f -o $@.tar -o /dev/null
+ 	openssl md5 < $@.tar > $@.md5
+ 	rm -f $@.tar
+ 	sync
+@@ -77,7 +77,7 @@ test2: test.md5
+ 	./mbuffer -q -I :8000 -o $@.tar -o - | openssl md5 > $@.md5 & \
+ 		sleep 1; \
+ 		rm -f $@.tar; \
+-		./mbuffer -i test.tar -o /dev/null -O localhost:8000 -H; \
++		./mbuffer -i test.tar -o /dev/null -O localhost:8000; \
+ 		wait
+ 	sync
+ 	diff $@.md5 test.md5
+@@ -92,7 +92,7 @@ test3: test.md5
+ 	./mbuffer -q -6 -I :8000 | openssl md5 > $@.md5 & \
+ 		sleep 1; \
+ 		rm -f $@.tar; \
+-		./mbuffer -i test.tar -o /dev/null -6 -O localhost:8000 -o $@.tar -H; \
++		./mbuffer -i test.tar -o /dev/null -6 -O localhost:8000 -o $@.tar; \
+ 		wait
+ 	sync
+ 	diff $@.md5 test.md5
+-- 
+1.8.1
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list