Subject: pkg/34430: [update] archivers/dar
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/30/2006 18:20:02
>Number:         34430
>Category:       pkg
>Synopsis:       [update] archivers/dar
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 18:20:02 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 2.3.1

- Changelog

	from 2.3.0 to 2.3.1

	- set back Nick Alcock's patch which has been dropped from 
	  2.2.x to 2.3.x (patch name is "Do not moan about every 
	  single file on a non-ext2 filesystem")
	- fixed compilation problem when thread-safe code is disabled
	- integrated Wiebe Cazemier's patch for dar's man page
	- fixed bug in listing: -as option also listed files that 
	  had EA even when theses were not saved in the archive
	- file permission of installed sample scripts lacked the 
	  executable bit
	- fixed a bug that appeared when a file is removed while at 
	  the time it is saved by dar
	- avoid having an unnecessary warning appearing when 
  	restoring a file in a directory that has default EA set
	- Cygwin has changed and does not support anymore the path 
 	 in the form "c:/some/where", you have to use
 	 "/cygdrive/c/some/where" instead. Documentation has been 
 	 updated in consequence.


>How-To-Repeat:





>Fix:


--- dar.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/archivers/dar/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- Makefile	8 Jul 2006 07:09:34 -0000	1.22
+++ Makefile	30 Aug 2006 14:47:54 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.22 2006/07/08 07:09:34 dsainty Exp $
 
-DISTNAME=	dar-2.3.0
+DISTNAME=	dar-2.3.1
 CATEGORIES=	archivers sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=dar/}
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/archivers/dar/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo	26 May 2006 10:10:08 -0000	1.12
+++ distinfo	30 Aug 2006 14:48:07 -0000
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.12 2006/05/26 10:10:08 adam Exp $
 
-SHA1 (dar-2.3.0.tar.gz) = e2e6318ad222fe5b7d47ec5d5c3828c83f2004fb
-RMD160 (dar-2.3.0.tar.gz) = 5f00a95e7eaed35cbbe6c5440970bcb4fc2b8181
-Size (dar-2.3.0.tar.gz) = 1142646 bytes
+SHA1 (dar-2.3.1.tar.gz) = 184eb9bb14e3e7b2e52464bb9c9c62cc956058fa
+RMD160 (dar-2.3.1.tar.gz) = 168b04344de12fef53cafae2ea193ab49fbac179
+Size (dar-2.3.1.tar.gz) = 1143999 bytes
 SHA1 (patch-aa) = 6f07f2bf85194cdad58d99c7cafd85e3b2c06031
 SHA1 (patch-ab) = 1d8fb3bcd9c0d6a07cb6413d0b94453264f3d499
--- dar.diff ends here ---