[csw-devel] SF.net SVN: gar:[20294] csw/mgar/pkg/mbuffer/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Feb 11 10:13:21 CET 2013
Revision: 20294
http://gar.svn.sourceforge.net/gar/?rev=20294&view=rev
Author: dmichelsen
Date: 2013-02-11 09:13:21 +0000 (Mon, 11 Feb 2013)
Log Message:
-----------
mbuffer/trunk: Update to 20130210
Modified Paths:
--------------
csw/mgar/pkg/mbuffer/trunk/Makefile
csw/mgar/pkg/mbuffer/trunk/checksums
Removed 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-11 00:12:48 UTC (rev 20293)
+++ csw/mgar/pkg/mbuffer/trunk/Makefile 2013-02-11 09:13:21 UTC (rev 20294)
@@ -1,5 +1,5 @@
NAME = mbuffer
-VERSION = 20130209
+VERSION = 20130210
GARTYPE = v2
DESCRIPTION = A tool for buffering data streams
@@ -15,8 +15,6 @@
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-11 00:12:48 UTC (rev 20293)
+++ csw/mgar/pkg/mbuffer/trunk/checksums 2013-02-11 09:13:21 UTC (rev 20294)
@@ -1 +1 @@
-5d987374ee8dfe4c152ce082ee07c648 mbuffer-20130209.tgz
+85cfd52e3dffc23969945247bd9c76a1 mbuffer-20130210.tgz
Deleted: 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 2013-02-11 00:12:48 UTC (rev 20293)
+++ csw/mgar/pkg/mbuffer/trunk/files/0001-Do-not-test-hashes-as-they-were-dropped-in-this-rele.patch 2013-02-11 09:13:21 UTC (rev 20294)
@@ -1,44 +0,0 @@
-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