Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 21:29:05 -0700 (PDT)
From:      "Eric P. Scott" <eps+pbug0704@ana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111841: sysutils/dd_rescue: update to 1.13
Message-ID:  <200704190429.l3J4T5ML092126@ana.com>
Resent-Message-ID: <200704190430.l3J4U48g052719@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111841
>Category:       ports
>Synopsis:       sysutils/dd_rescue: update to 1.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 19 04:30:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Eric P. Scott
>Release:        FreeBSD 6.2-RELEASE-p2 i386
>Organization:
ana-systems, Inc.
>Environment:
System: FreeBSD sixofone 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Tue Feb 27 22:41:06 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
"In version 1.13, a bug with read-errors and non-seekable output
has been fixed."
>How-To-Repeat:
>Fix:
diff -ruN /usr/ports/sysutils/dd_rescue/Makefile sysutils/dd_rescue/Makefile
--- /usr/ports/sysutils/dd_rescue/Makefile	Sun Dec  3 08:44:12 2006
+++ sysutils/dd_rescue/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	dd_rescue
-PORTVERSION=	1.12
+PORTVERSION=	1.13
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.garloff.de/kurt/linux/ddrescue/
 
diff -ruN /usr/ports/sysutils/dd_rescue/distinfo sysutils/dd_rescue/distinfo
--- /usr/ports/sysutils/dd_rescue/distinfo	Sun Dec  3 08:44:12 2006
+++ sysutils/dd_rescue/distinfo	Sun Mar 18 07:32:51 2007
@@ -1,3 +1,3 @@
-MD5 (dd_rescue-1.12.tar.gz) = 80eefb5685f8cfc84f87348e5102e6fb
-SHA256 (dd_rescue-1.12.tar.gz) = 098d24a5f629396d85fe24ab6852c8a92460864c22be519f2ba8e2430c524f8b
-SIZE (dd_rescue-1.12.tar.gz) = 18123
+MD5 (dd_rescue-1.13.tar.gz) = 7abe94d997c6c613f19f5bfd952904e4
+SHA256 (dd_rescue-1.13.tar.gz) = 55417cf32d08ff1c87f9124d0b9705a91822edb7abd4a3f51094b414b0444826
+SIZE (dd_rescue-1.13.tar.gz) = 17514
diff -ruN /usr/ports/sysutils/dd_rescue/files/patch-dd_rescue.c sysutils/dd_rescue/files/patch-dd_rescue.c
--- /usr/ports/sysutils/dd_rescue/files/patch-dd_rescue.c	Sun Feb 11 10:06:58 2007
+++ sysutils/dd_rescue/files/patch-dd_rescue.c
@@ -1,21 +1,6 @@
---- dd_rescue.c.orig	Sun Jul 23 20:47:50 2006
-+++ dd_rescue.c	Mon Feb 12 02:53:35 2007
-@@ -213,11 +213,13 @@
- 
- void savebb( int block )
- {
-+	FILE *bbfile;
-+
- 	fplog(stderr, "Bad block: %d\n", block);
-     
- 	if( bbname == NULL )
- 		return;
--	FILE *bbfile = fopen(bbname,"a");
-+	bbfile = fopen(bbname,"a");
- 	fprintf(bbfile,"%d\n",block);
- 	fclose(bbfile);
- }
-@@ -742,7 +744,8 @@
+--- dd_rescue.c.orig	Sun Mar 18 07:29:10 2007
++++ dd_rescue.c
+@@ -742,7 +742,8 @@
  		ipos = 0;
  
  #ifdef O_DIRECT
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704190429.l3J4T5ML092126>