diff options
author | wiz <wiz> | 2005-10-30 13:10:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-10-30 13:10:38 +0000 |
commit | cd86bc11283c9c67c4d23361fb0863858102a8b8 (patch) | |
tree | 51e98a2304a95e7c9e7aa7298909781eba55a633 /archivers | |
parent | b9e85a18e71765ec4e258a2224d53d4d651c2d3c (diff) | |
download | pkgsrc-cd86bc11283c9c67c4d23361fb0863858102a8b8.tar.gz |
Update to 3.5.1:
Version 3.51
1. Bugs fixed:
a) previous version tried to create symbolic links even when
testing an archive;
b) symbolic links unpacked with -ow switch had a wrong owner;
c) RAR failed to restore setuid and setgid access rights
when unpacking files with -ow switch.
Version 3.50
1. New -n<mask> and -n@<listfile> switches set additional include
filters, so only files matching the mask will be processed.
2. New -id[c,d,p,q] switch. Additionally to previously available
-idp switch (disable percentage indicator), switches -idc, -idd
and -idq instruct the console RAR to hide the copyright message,
"Done" message and all information messages.
3. Switch -e+<attr> allows to specify file include attributes mask.
It is possible to use 'd' and 'v' characters in -e[+]<attr> switch
to denote directory and device attributes.
4. Switch -ver[n] supports the optional 'n' parameter also when
archiving. It limits the maximum number of file versions.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rar-linux/Makefile | 4 | ||||
-rw-r--r-- | archivers/rar-linux/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/archivers/rar-linux/Makefile b/archivers/rar-linux/Makefile index a4e265f4a25..1358e44507f 100644 --- a/archivers/rar-linux/Makefile +++ b/archivers/rar-linux/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:37 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/10/30 13:10:38 wiz Exp $ # -DISTNAME= rarlinux-3.4.1 +DISTNAME= rarlinux-3.5.1 PKGNAME= ${DISTNAME:C/linux/-linux/} CATEGORIES= archivers MASTER_SITES= http://www.rarsoft.com/rar/ \ diff --git a/archivers/rar-linux/distinfo b/archivers/rar-linux/distinfo index 28d52cbbf62..3644a1f7cfe 100644 --- a/archivers/rar-linux/distinfo +++ b/archivers/rar-linux/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 14:45:26 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/10/30 13:10:38 wiz Exp $ -SHA1 (rarlinux-3.4.1.tar.gz) = 2326b406a3ca01ff66cffeb8b528e8b5d8f0d304 -RMD160 (rarlinux-3.4.1.tar.gz) = 59de06bcb0ab85bfdb214c638f75f68d4cad701e -Size (rarlinux-3.4.1.tar.gz) = 678872 bytes +SHA1 (rarlinux-3.5.1.tar.gz) = f6082178e510697c9052a0696863f66716f1b347 +RMD160 (rarlinux-3.5.1.tar.gz) = a6c6ce77897994f1712795b783e699d88fad2493 +Size (rarlinux-3.5.1.tar.gz) = 677557 bytes |