diff options
author | obache <obache@pkgsrc.org> | 2006-10-07 07:10:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-07 07:10:29 +0000 |
commit | 86a8eb821a736da76212c98d59f2f1598424a46c (patch) | |
tree | 07943425ebfc5378da66e7a3b256964d9c559e47 /archivers | |
parent | 222a9f9808928a337cbcf20418adff63dd2bc55e (diff) | |
download | pkgsrc-86a8eb821a736da76212c98d59f2f1598424a46c.tar.gz |
Update dar to 2.3.1.
Patch provided by Martin Wilke via PR 34430.
- 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.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dar/Makefile | 4 | ||||
-rw-r--r-- | archivers/dar/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index 6f44574cb11..79b4badb559 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2006/07/08 07:09:34 dsainty Exp $ +# $NetBSD: Makefile,v 1.23 2006/10/07 07:10:29 obache Exp $ -DISTNAME= dar-2.3.0 +DISTNAME= dar-2.3.1 CATEGORIES= archivers sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dar/} diff --git a/archivers/dar/distinfo b/archivers/dar/distinfo index 66c554843a4..e7df3f3f80d 100644 --- a/archivers/dar/distinfo +++ b/archivers/dar/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.14 2006/08/30 18:54:34 rillig Exp $ +$NetBSD: distinfo,v 1.15 2006/10/07 07:10:29 obache 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 SHA1 (patch-ac) = 34ba67a1ae794c1069824347b67a204455d18f2e |