Overview

Request 235 (accepted)

Update to 4.2.0

Submit package home:Lazy_Kent:branches:Extra / rar to package Extra / rar

rar.changes Changed
x
 
1
@@ -1,4 +1,33 @@
2
 -------------------------------------------------------------------
3
+Fri Jun 15 21:38:36 UTC 2012 - lazy.kent@opensuse.org
4
+
5
+- Update to 4.2.0.
6
+  * Changes in RAR compression:
7
+    a) Multithreaded RAR compression is enabled by default. You can
8
+       disable it with -mt1 switch.
9
+       Comparing to RAR 4.11, some speed gain is possible in single
10
+       processor mode as well.
11
+       Speed gain depends on data type and average file size.
12
+       Several cores are utilized more efficiently when compressing
13
+       large files.
14
+    b) We had to increase memory requirements to achieve higher
15
+       compression speed. General RAR compression algorithm
16
+       allocates about 120 MB comparing to 40 MB in RAR 4.11.
17
+    c) RAR text compression algorithm cannot utilize several CPU
18
+       cores efficiently, so its performance in multiprocessor
19
+       environment is much lower than for general algorithm. Also
20
+       its decompression speed is much lower than in general
21
+       algorithm regardless of CPU number. So we decided to disable
22
+       the text algorithm by default.
23
+       If you need maximum possible compression ratio for plain
24
+       text data regardless of speed, you can enable the text
25
+       compression with -mct switch.
26
+  * RAR general decompression algorithm speed is slightly improved
27
+    though not to same extent as RAR compression. RAR
28
+    decompression is not able to use several processor cores, so
29
+    its performance does not depend on a number of cores.
30
+
31
+-------------------------------------------------------------------
32
 Thu Mar  1 06:43:41 UTC 2012 - lazy.kent@opensuse.org
33
 
34
 - Update to 4.1.1.
35
rar.spec Changed
10
 
1
@@ -4,7 +4,7 @@
2
 
3
 
4
 Name:           rar
5
-Version:        4.1.1
6
+Version:        4.2.0
7
 Release:        0
8
 License:        see license.txt
9
 Summary:        Compression and decompression program rar
10
rarlinux-4.2.0.tar.gz/acknow.txt Added
83
 
1
@@ -0,0 +1,81 @@
2
+                           ACKNOWLEDGMENTS
3
+
4
+* RAR text compression algorithm is based on Dmitry Shkarin PPMII
5
+  and Dmitry Subbotin carryless rangecoder public domain source code.
6
+  You may find it in ftp.elf.stuba.sk/pub/pc/pack.
7
+
8
+* RAR encryption includes parts of code from Szymon Stefanek
9
+  and Brian Gladman AES implementations also as Steve Reid SHA-1 source.
10
+
11
+  ---------------------------------------------------------------------------
12
+  Copyright (c) 2002, Dr Brian Gladman <                 >, Worcester, UK.
13
+  All rights reserved.
14
+
15
+  LICENSE TERMS
16
+
17
+  The free distribution and use of this software in both source and binary
18
+  form is allowed (with or without changes) provided that:
19
+
20
+    1. distributions of this source code include the above copyright
21
+       notice, this list of conditions and the following disclaimer;
22
+
23
+    2. distributions in binary form include the above copyright
24
+       notice, this list of conditions and the following disclaimer
25
+       in the documentation and/or other associated materials;
26
+
27
+    3. the copyright holder's name is not used to endorse products
28
+       built using this software without specific written permission.
29
+
30
+  ALTERNATIVELY, provided that this notice is retained in full, this product
31
+  may be distributed under the terms of the GNU General Public License (GPL),
32
+  in which case the provisions of the GPL apply INSTEAD OF those given above.
33
+
34
+  DISCLAIMER
35
+
36
+  This software is provided 'as is' with no explicit or implied warranties
37
+  in respect of its properties, including, but not limited to, correctness
38
+  and/or fitness for purpose.
39
+  ---------------------------------------------------------------------------
40
+
41
+  Source code of this package also as other cryptographic technology
42
+  and computing project related links are available on Brian Gladman's
43
+  web site: http://www.gladman.me.uk
44
+
45
+* RAR uses CRC32 function based on Intel Slicing-by-8 algorithm.
46
+  Original Intel Slicing-by-8 code is available here:
47
+
48
+    http://sourceforge.net/projects/slicing-by-8/
49
+
50
+  Original Intel Slicing-by-8 code is licensed under BSD License
51
+  available at http://www.opensource.org/licenses/bsd-license.html
52
+
53
+    Copyright (c) 2004-2006 Intel Corporation. 
54
+    All Rights Reserved
55
+
56
+    Redistribution and use in source and binary forms, with or without
57
+    modification, are permitted provided that the following conditions
58
+    are met:
59
+
60
+    Redistributions of source code must retain the above copyright notice,
61
+    this list of conditions and the following disclaimer.
62
+    
63
+    Redistributions in binary form must reproduce the above copyright
64
+    notice, this list of conditions and the following disclaimer
65
+    in the documentation and/or other materials provided with
66
+    the distribution.
67
+
68
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
69
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
70
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
71
+    FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
72
+    HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
73
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
74
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
75
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
76
+    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
77
+    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
78
+    OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
79
+    SUCH DAMAGE.
80
+
81
+* Useful hints provided by Alexander Khoroshev and Bulat Ziganshin allowed
82
+  to significantly improve RAR compression and speed.
83
rarlinux-4.1.1.tar.gz/default.sfx -> rarlinux-4.2.0.tar.gz/default.sfx Changed
rarlinux-4.1.1.tar.gz/license.txt -> rarlinux-4.2.0.tar.gz/license.txt Changed
273
 
1
@@ -1,157 +1,114 @@
2
-      The RAR Archiver
3
-      EULA (End User License Agreement) for use and distribution
4
-
5
-
6
-      The RAR archiver is distributed as try before you buy. This means:
7
-
8
-   1. The author and holder of the copyright of RAR and WinRAR
9
-      is Alexander L. Roshal. The licensor of the following license
10
-      and bearer of the worldwide exclusive usage rights to reproduce
11
-      and distribute RAR and WinRAR is win.rar GmbH, Schumannstr. 17,
12
-      10117 Berlin, Germany.
13
-
14
-   2. Anyone may use this software during a test period of 40 days.
15
-      Following this test period of 40 days or less, if you wish to
16
-      continue to use RAR, you must purchase a license.
17
-
18
-   3. There are 2 basic types of licenses issued for RAR, these are:
19
-
20
-      a.  A single computer usage license. The user purchases one license
21
-          to use RAR archiver on one computer.
22
-
23
-          Home users may use their single computer usage license on
24
-          all computers which are in property of the license owner.
25
-
26
-          Business users require one license per computer RAR is
27
-          installed on.
28
-
29
-      b.  A multiple usage license. The user purchases a number of usage
30
-          licenses for use, by the purchaser or the purchaser's employees
31
-          on the same number of computers.
32
-
33
-          In a network (server/client) environment you must purchase
34
-          a license copy for each separate client (workstation)
35
-          on which RAR is installed, used, or accessed. A separate
36
-          license copy for each client (workstation) is needed regardless
37
-          of whether the clients (workstations) will use RAR simultaneously
38
-          or at different times. If for example you wish to have
39
-          9 different clients (workstations) in your network with access
40
-          to RAR, you must purchase 9 license copies.
41
-
42
-      A user who purchased a RAR license, is granted a non-exclusive
43
-      right to use RAR on as many computers as defined by the licensing
44
-      terms above according to the number of licenses purchased,
45
-      for any legal purpose. The licensed RAR software may not be rented
46
-      or leased, but may be permanently transferred, in it's entirety,
47
-      if the person receiving it agrees to the terms of this license.
48
-      If the software is an update, the transfer must include the update
49
-      and all previous versions.
50
-
51
-   4. Licensing for RAR on mobile devices (U3 stick, USB stick,
52
-      external harddrive):
53
-
54
-      In addition to the terms stated above following licensing terms
55
-      apply to the licensing of RAR on mobile devices.
56
-
57
-      a.  A single computer usage license. Home users may use their
58
-          single computer usage license on all mobile devices which are
59
-          in property of the license owner.
60
-
61
-          Business users may use their single computer usage license
62
-          on one computer and one mobile device.
63
-
64
-      b.  A multiple usage license. Users who own a multiple usage
65
-          license may use that license on the same number of mobile
66
-          devices as number of computers (clients) the license was
67
-          purchased for.
68
-
69
-          The number of computers/devices running RAR at any time is
70
-          limited to the number of licenses purchased according to the
71
-          licensing terms above.
72
-
73
-      A licensed version of RAR on a mobile device may be used by
74
-      the purchaser or the purchaser's employees, on several computers
75
-      consecutively.
76
-
77
-      There are no additional license fees, apart from the cost of
78
-      purchasing a license, associated with the use of RAR from
79
-      a mobile device on computers that are not owned by the owner
80
-      of the RAR license.
81
-
82
-   5. The RAR/WinRAR unlicensed trial version may be freely distributed,
83
-      with exceptions noted below, provided the distribution package is not
84
-      modified in any way.
85
-
86
-      a.  No person or company may distribute separate parts of the package
87
-          with the exception of the UnRAR components, without written
88
-          permission of the copyright owner.
89
-
90
-      b.  The RAR/WinRAR unlicensed trial version may not be distributed
91
-          inside of any other software package without written permission
92
-          of the copyright owner.
93
-
94
-      c.  Hacks/cracks, keys or key generators may not be included on the
95
-          same distribution.
96
-
97
-   6. To buy a license please see order.htm for details.
98
-
99
-   7. THE RAR ARCHIVER IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY
100
-      KIND IS EXPRESSED OR IMPLIED. YOU USE AT YOUR OWN RISK.
101
-      NEITHER THE AUTHOR NOR THE AGENTS OF THE AUTHOR WILL BE LIABLE
102
-      FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS
103
-      WHILE USING OR MISUSING THIS SOFTWARE.
104
-
105
-   8. There are no additional license fees, apart from the cost of
106
-      purchasing a license, associated with the creation and distribution
107
-      of RAR archives, volumes, self-extracting archives or self-extracting
108
-      volumes. Legally registered owners may use their copies of RAR/WinRAR
109
-      to produce archives and self-extracting archives and to distribute
110
-      those archives free of any additional RAR royalties.
111
-
112
-   9. You may not use, copy, emulate, clone, rent, lease, sell, modify,
113
-      decompile, disassemble, otherwise reverse engineer, or transfer
114
-      the licensed program, or any subset of the licensed program, except
115
-      as provided for in this agreement. Any such unauthorized use shall
116
-      result in immediate and automatic termination of this license and
117
-      may result in criminal and/or civil prosecution.
118
-
119
-      7zxa.dll library is copyrighted by Igor Pavlov and distributed
120
-      under LGPL Version 3 license ( http://www.gnu.org/licenses/lgpl.html ).
121
-      You can modify portions of 7zxa.dll and perform reverse engineering
122
-      solely for purpose of debugging such 7zxa.dll modifications according
123
-      to LGPL. Source code of 7zxa.dll is available on www.7-zip.org.
124
-
125
-      Neither RAR binary code, WinRAR binary code, UnRAR source or UnRAR
126
-      binary code may be used or reverse engineered to re-create the RAR
127
-      compression algorithm, which is proprietary, without written
128
-      permission of the author.
129
-
130
-      RAR and WinRAR keyfiles may not be distributed, except as stated
131
-      in item 3) above, outside of the area of legal control of the
132
-      person or persons who purchased the original license, without
133
-      written permission of the copyright holder.
134
-
135
-  10. WinRAR unregistered version can display a registration reminder dialog
136
-      prompting a user to obtain a license. Depending on WinRAR version
137
-      and configuration such dialog can contain either a predefined text
138
-      and links loaded locally or a web page loaded from the internet.
139
-      Such web page can contain licensing instructions and other materials
140
-      according to win.rar GmbH's choice, including advertisement.
141
-      When opening a web page, WinRAR transfers only those parameters
142
-      which are technically required by HTTP protocol to successfully open
143
-      a web page in a browser.
144
-
145
-  11. All rights not expressly granted in the license are reserved by
146
-      Alexander Roshal.
147
-
148
-      Installing and using RAR/WinRAR signifies acceptance of these terms
149
-      and conditions of the license.
150
-
151
-  12. If you do not agree with the terms of this license you must
152
-      remove RAR/WinRAR files from your storage devices and cease to
153
-      use the product.
154
-
155
-      Thank you for using the original RAR.
156
-
157
-                                            Alexander L. Roshal
158
-
159
+     END USER LICENSE AGREEMENT
160
+
161
+     The following agreement regarding RAR (and its Windows version - WinRAR)
162
+     archiver - referred to as "software" - is made between win.rar GmbH -
163
+     referred to as "licensor" - and anyone who is installing, accessing
164
+     or in any other way using the software - referred to as "user".
165
+
166
+  1. The author and holder of the copyright of the software is
167
+     Alexander L. Roshal. The licensor and as such issuer of the license
168
+     and bearer of the worldwide exclusive usage rights including the rights
169
+     to reproduce, distribute and make the software available to the public
170
+     in any form is win.rar GmbH, Schumannstr. 17, 10117 Berlin, Germany.
171
+
172
+  2. The software is distributed as try before you buy. This means that
173
+     anyone may use the software during a test period of a maximum of 40 days
174
+     at no charge. Following this test period, the user must purchase
175
+     a license to continue using the software.
176
+
177
+  3. The software's trial version may be freely distributed, with exceptions
178
+     noted below, provided the distribution package is not modified in any way.
179
+
180
+     a. Nobody may distribute separate parts of the package, with the exception
181
+        of the UnRAR components, without written permission.
182
+
183
+     b. The software's unlicensed trial version may not be distributed
184
+        inside of any other software package without written permission.
185
+
186
+     c. Hacks/cracks, keys or key generators may not be included, pointed to
187
+        or referred to by the distributor of the trial version.
188
+
189
+  4. The trial version of the software can display a registration reminder
190
+     dialog. Depending on the software version and configuration such dialog
191
+     can contain either a predefined text and links loaded locally
192
+     or a web page loaded from the internet. Such web page can contain
193
+     licensing instructions or other materials according to the licensor's
194
+     choice, including advertisement. When opening a web page, the software
195
+     transfers only those parameters which are technically required
196
+     by HTTP protocol to successfully open a web page in a browser.
197
+
198
+  5. The software is distributed "as is". No warranty of any kind is expressed
199
+     or implied. You use at your own risk. Neither the author, the licensor
200
+     nor the agents of the licensor will be liable for data loss, damages,
201
+     loss of profits or any other kind of loss while using or misusing
202
+     this software.
203
+
204
+  6. There are 2 basic types of licenses issued for the software. These are:
205
+
206
+     a. A single computer usage license. The user purchases one license to
207
+        use the software on one computer.
208
+
209
+        Home users may use their single computer usage license on all
210
+        computers and mobile devices (USB drive, external hard drive, etc.)
211
+        which are property of the license owner.
212
+
213
+        Business users require one license per computer or mobile device
214
+        on which the software is installed.
215
+
216
+     b. A multiple usage license. The user purchases a number of usage
217
+        licenses for use, by the purchaser or the purchaser's employees
218
+        on the same number of computers.
219
+
220
+        In a network (server/client) environment the user must purchase
221
+        a license copy for each separate client (workstation) on which
222
+        the software is installed, used or accessed. A separate license copy
223
+        for each client (workstation) is needed regardless of whether
224
+        the clients (workstations) will use the software simultaneously
225
+        or at different times. If for example you wish to have 9 different
226
+        clients (workstations) in your network with access to RAR,
227
+        you must purchase 9 license copies.
228
+
229
+     A user who purchased a license, is granted a non-exclusive right to use
230
+     the software on as many computers as defined by the licensing terms above
231
+     according to the number of licenses purchased, for any legal purpose.
232
+
233
+  7. There are no additional license fees, apart from the cost of the license,
234
+     associated with the creation and distribution of RAR archives,
235
+     volumes, self-extracting archives or self-extracting volumes.
236
+     Owners of a license may use their copies of the software to produce
237
+     archives and self-extracting archives and to distribute those archives
238
+     free of any additional royalties.
239
+
240
+  8. The licensed software may not be rented or leased but may be permanently
241
+     transferred, in its entirety, if the recipient agrees to the terms of
242
+     this license.
243
+
244
+  9. To buy a license, please read the file order.htm provided with
245
+     the software for details.
246
+
247
+ 10. You may not use, copy, emulate, clone, rent, lease, sell, modify,
248
+     decompile, disassemble, otherwise reverse engineer, or transfer
249
+     the licensed software, or any subset of the licensed software,
250
+     except as provided for in this agreement. Any such unauthorized use
251
+     shall result in immediate and automatic termination of this license
252
+     and may result in criminal and/or civil prosecution.
253
+
254
+     Neither RAR binary code, WinRAR binary code, UnRAR source
255
+     or UnRAR binary code may be used or reverse engineered to re-create
256
+     the RAR compression algorithm, which is proprietary, without written
257
+     permission.
258
+
259
+     The software may be using components developed and/or copyrighted
260
+     by third parties. Please read "Acknowledgments" help file topic
261
+     for WinRAR or acknow.txt text file for other RAR versions for details.
262
+
263
+ 11. This License Agreement is construed solely and exclusively under
264
+     German law. If you are a merchant, the courts at the registered office
265
+     of win.rar GmbH in Berlin/Germany shall have exclusive jurisdiction
266
+     for any and all disputes arising in connection with this License
267
+     Agreement or its validity.
268
+
269
+ 12. Installing and using the software signifies acceptance of these terms
270
+     and conditions of the license. If you do not agree with the terms of this
271
+     license, you must remove all software files from your storage devices
272
+     and cease to use the software.
273
rarlinux-4.1.1.tar.gz/rar -> rarlinux-4.2.0.tar.gz/rar Changed
rarlinux-4.1.1.tar.gz/rar.txt -> rarlinux-4.2.0.tar.gz/rar.txt Changed
117
 
1
@@ -1,6 +1,6 @@
2
                              User's Manual
3
                              ~~~~~~~~~~~~~
4
-                        RAR 4.11 console version
5
+                        RAR 4.20 console version
6
                         ~~~~~~~~~~~~~~~~~~~~~~~~
7
 
8
                        =-=-=-=-=-=-=-=-=-=-=-=-=-=-
9
@@ -881,7 +881,7 @@
10
 
11
             This switch indicates that directory records are not to be
12
             stored in the created archive. When extracting such archives,
13
-            RAR creates non-empty directories basing on paths of files
14
+            RAR creates non-empty directories based on paths of files
15
             contained in them. Information about empty directories is
16
             lost. All attributes of non-empty directories except a name
17
             (access rights, streams, etc.) will be lost as well, so use
18
@@ -1192,12 +1192,11 @@
19
             If this switch is not specified, RAR uses -m3 method
20
             (normal compression).
21
 
22
-            By default, RAR uses only the general compression
23
-            algorithm in -m1 and -m2 methods, advanced algorithms
24
-            like audio and true color processing are enabled
25
-            only in -m3..-m5 modes, the advanced text compression
26
-            is activated only in -m4..-m5. This default can be
27
-            overridden using -mc switch.
28
+            By default, RAR uses only the general compression algorithm
29
+            in -m1 and -m2 methods, advanced algorithms like audio
30
+            and true color processing are enabled only in -m3..-m5 modes,
31
+            advanced text compression is disabled in all modes.
32
+            This default can be overridden using -mc switch.
33
 
34
 
35
     -mc<par>
36
@@ -1237,6 +1236,7 @@
37
             <Param1> and <Param2> are module dependent parameters
38
             described below.
39
 
40
+
41
             Audio compression, delta compression:
42
 
43
             <Param1> is a number of byte channels (can be 1 - 31).
44
@@ -1256,6 +1256,20 @@
45
 
46
             Text compression:
47
 
48
+            Text compression algorithm provides noticeably higher compression
49
+            on plain text data. But it cannot utilize several CPU cores
50
+            efficiently resulting in slower compression time comparing to
51
+            general algorithm in multicore and multiprocessor environment.
52
+            Also its decompression speed is much slower than in general
53
+            algorithm regardless of CPU cores number. This is why
54
+            the text compression is disabled by default. You can specify
55
+            -mct switch to allow RAR to select this algorithm automatically
56
+            for suitable data. Switch -mct+ will force use of the text
57
+            compression for all data.
58
+
59
+            Switch -mct can also include <Param1> and <Param2>, so its
60
+            full syntax is -mc[param1][:param2]t[+ or -].
61
+
62
             <Param1> is the order of PPM algorithm (can be 2 - 63).
63
             Usually a higher value slightly increases the compression ratio
64
             of redundant data, but only if enough memory is available
65
@@ -1286,7 +1300,8 @@
66
             when the text compression is used, but leaves to RAR to
67
             decide when to use it.
68
 
69
-            4) switches -mct- -mcd- disable text and delta compression.
70
+            4) switches -mct -mcd- allow RAR to apply the text compression
71
+            to suitable data and disable the delta compression.
72
 
73
 
74
     -md<n>  Select dictionary size <n> in KB. Must be 64, 128, 256, 512,
75
@@ -1337,18 +1352,14 @@
76
 
77
 
78
     -mt<threads>
79
-            Set the number of threads. Available in Windows version only.
80
+            Set the number of threads.
81
 
82
-            <threads> parameter can take values from 0 to 16.
83
-            It defines the recommended number of active threads
84
-            for compression algorithm. If it is greater than 0,
85
-            RAR will use the multithreaded version of compression
86
-            algorithm providing higher speed on multiprocessor
87
-            architectures. Real number of active threads can differ
88
-            from the specified.
89
-
90
-            If <threads> is zero, RAR will use the single threaded
91
-            compression algorithm.
92
+            <threads> parameter can take values from 1 to 32.
93
+            It defines the recommended maximum number of active threads
94
+            for compression algorithm also as for other RAR modules,
95
+            which can start several threads. While RAR attempts to follow
96
+            this recommendation, sometimes the real number of active
97
+            threads can exceed the specified value.
98
 
99
             Change of <threads> parameter slightly affects the compression
100
             ratio, so archives created with different -mt switches
101
@@ -1414,10 +1425,11 @@
102
 
103
             This switch has meaning only for NTFS file system and allows
104
             to save alternative data streams associated with a file.
105
-            It is especially important in Windows 2000, XP and newer,
106
-            which use streams to keep some file dependent information
107
-            like file descriptions. If you use RAR to backup your
108
-            NTFS disks, it is recommended to specify this switch.
109
+            You may need to specify it when archiving if you use software
110
+            storing data in alternative streams and wish to preserve
111
+            these streams.
112
+
113
+            Streams are not saved for NTFS encrypted files.
114
 
115
 
116
     -ow     Use this switch when archiving to save file security
117
rarlinux-4.1.1.tar.gz/rar_static -> rarlinux-4.2.0.tar.gz/rar_static Changed
rarlinux-4.1.1.tar.gz/technote.txt -> rarlinux-4.2.0.tar.gz/technote.txt Changed
8
 
1
@@ -1,5 +1,5 @@
2
 
3
-               RAR version 4.11 - Technical information
4
+               RAR version 4.20 - Technical information
5
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
 
7
  THE ARCHIVE FORMAT DESCRIBED BELOW IS ONLY VALID FOR VERSIONS SINCE 1.50
8
rarlinux-4.1.1.tar.gz/unrar -> rarlinux-4.2.0.tar.gz/unrar Changed
rarlinux-4.1.1.tar.gz/whatsnew.txt -> rarlinux-4.2.0.tar.gz/whatsnew.txt Changed
243
 
1
@@ -1,6 +1,40 @@
2
                 RAR - What's new in the latest version
3
 
4
 
5
+   Version 4.20
6
+
7
+   1. Changes in RAR compression:
8
+
9
+      a) Multithreaded RAR compression is enabled by default.
10
+         You can disable it with -mt1 switch.
11
+
12
+         Comparing to RAR 4.11, some speed gain is possible
13
+         in single processor mode as well.
14
+
15
+         Speed gain depends on data type and average file size.
16
+         Several cores are utilized more efficiently when compressing
17
+         large files.
18
+
19
+      b) we had to increase memory requirements to achieve higher
20
+         compression speed. General RAR compression algorithm allocates
21
+         about 120 MB comparing to 40 MB in RAR 4.11;
22
+
23
+      c) RAR text compression algorithm cannot utilize several CPU cores
24
+         efficiently, so its performance in multiprocessor environment
25
+         is much lower than for general algorithm. Also its decompression
26
+         speed is much lower than in general algorithm regardless of
27
+         CPU number. So we decided to disable the text algorithm by default.
28
+
29
+         If you need maximum possible compression ratio for plain text data
30
+         regardless of speed, you can enable the text compression
31
+         with -mct switch.
32
+
33
+   2. RAR general decompression algorithm speed is slightly improved,
34
+      though not to same extent as RAR compression. RAR decompression
35
+      is not able to use several processor cores, so its performance
36
+      does not depend on a number of cores.
37
+
38
+
39
    Version 4.11
40
 
41
    1. Bugs fixed:
42
@@ -134,200 +168,3 @@
43
       modification time of archived entry to current system time.
44
       Previous RAR versions did not fill this field, resulting in
45
       meaningless modification time for stdin.
46
-
47
-   
48
-   Version 3.80
49
-
50
-   1. Switch -o[+|-] can now be specified when archiving to control
51
-      RAR behavior when updating already existing files in archive.
52
-      Unlike already existing -f and -u, switch -o[+|-] ignores
53
-      the file date and compares only file names.
54
-
55
-      Available overwrite modes are:
56
-
57
-        -o           Ask before overwrite
58
-                     (default for extracting files);
59
-
60
-        -o+          Overwrite all
61
-                     (default for updating archiving files);
62
-
63
-        -o-          Skip existing files.
64
-
65
-   2. New -dw switch enables "Wipe files" mode when deleting archived files.
66
-      Before deleting file data are overwritten by zero bytes to prevent 
67
-      recovery of deleted files.
68
-
69
-   3. RAR displays the total progress bar when unpacking a multivolume
70
-      archive if all volumes are present in the same folder.
71
-
72
-   
73
-   Version 3.71
74
-
75
-   1. Archive names in rar.log error log file always include
76
-      the full path.
77
-
78
-   2. Bugs fixed:
79
-
80
-      a) if -ag switch mask contained archive number, month and minute
81
-         characters, RAR placed 'I' character instead of minute value
82
-         into generated archive name for archive numbers exceeding 1;
83
-
84
-      b) RAR could crash when decompressing some of corrupt RAR archives.
85
-
86
-
87
-   Version 3.70
88
-
89
-   1. New switch -sc<charset>[objects] allowing to select character
90
-      sets for archive comments and list files. It replaces -fcu switch
91
-      introduced in RAR 3.60, which was removed from list of supported
92
-      switches. Now you need to specify -scuc instead of -fcu to use
93
-      Unicode comments. Unlike -fcu, -sc also supports OEM and ANSI charset.
94
-
95
-   2. Operation progress is displayed when adding the recovery record.
96
-
97
-   3. RAR displays "Calculating the control sum" message when calculating
98
-      CRC32 control sum for newly created RAR volume. Previous versions
99
-      also calculated the volume control sum, but they did it silently.
100
-
101
-   4. Stack overflow vulnerability has been corrected in password
102
-      processing module of console RAR and UnRAR. GUI WinRAR is not
103
-      affected. We are thankful to the iDEFENSE LABS for reporting this bug.
104
-
105
-
106
-   Version 3.60
107
-
108
-   1. New 'ch' (change archive parameters) command line mode command.
109
-      Its purpose is to apply switches like -av, -tl and -cl to archive.
110
-
111
-   2. New command line -sl<size> and -sm<size> switches to set size
112
-      limits of processing files.
113
-
114
-   3. 7Z added to list of formats stored without compression
115
-      when using -ms switch without a parameter.
116
-
117
-   4. Switch -e[+]<attr> is now supported by most of command line
118
-      operations including extracting and deleting files. Previously
119
-      it was supported by only archiving command.
120
-
121
-
122
-   Version 3.51
123
-
124
-   1. Bugs fixed:
125
-
126
-      a) previous version tried to create symbolic links even when
127
-         testing an archive;
128
-
129
-      b) symbolic links unpacked with -ow switch had a wrong owner;
130
-
131
-      c) RAR failed to restore setuid and setgid access rights
132
-         when unpacking files with -ow switch.
133
-
134
-
135
-   Version 3.50
136
-
137
-   1. New -n<mask> and -n@<listfile> switches set additional include
138
-      filters, so only files matching the mask will be processed.
139
-
140
-   2. New -id[c,d,p,q] switch. Additionally to previously available
141
-      -idp switch (disable percentage indicator), switches -idc, -idd
142
-      and -idq instruct the console RAR to hide the copyright message,
143
-      "Done" message and all information messages.
144
-
145
-   3. Switch -e+<attr> allows to specify file include attributes mask.
146
-
147
-      It is possible to use 'd' and 'v' characters in -e[+]<attr> switch
148
-      to denote directory and device attributes.
149
-
150
-   4. Switch -ver[n] supports the optional 'n' parameter also when
151
-      archiving. It limits the maximum number of file versions.
152
-
153
-
154
-   Version 3.41
155
-
156
-   1. When adding new files to already existing RAR solid archive,
157
-      RAR 3.40 compression ratio was lower than in RAR 3.30.
158
-      Corrected in this version.
159
-
160
-   2. If archived Unicode name is invalid, RAR 'l' and 'v' commands
161
-      display ASCII file name instead of corrupt Unicode.
162
-
163
-
164
-   Version 3.40
165
-
166
-   1. "Fastest" (-m1) RAR compression method has been modified
167
-      to provide much higher compression speed and lower ratio.
168
-      It may be useful for tasks requiring the high speed like
169
-      regular backups.
170
-
171
-      You may increase "Fastest" speed even more selecting 64KB
172
-      compression dictionary instead of default 4MB.
173
-
174
-   2. Starting from this version, RAR volumes contain the volume number
175
-      field. Volume number is displayed by 'L' and 'V' commands
176
-      in the line with the total volume information.
177
-
178
-      This feature may be useful if original volume names are lost
179
-      and you need to rename them to correct names.
180
-
181
-   3. Commands 'L' and 'V' display NTFS "Compressed" attribute
182
-      in archive listing.
183
-
184
-   4. Switch -ag may include an optional text enclosed in '{' and '}'
185
-      characters. This text is inserted into archive name.
186
-      For example: -agHH{hours}MM{minutes}
187
-
188
-   5. Removed the erroneous "CRC error" message when unpacking symlinks
189
-      from archive created with -hp<pwd> switch. In fact, such symlinks
190
-      were unpacked correctly.
191
-
192
-   6. RAR displays the operation progress while repairing
193
-      an archive containing the recovery record.
194
-
195
-
196
-   Version 3.30
197
-
198
-   1. Several -v<size> switches can be specified in the command
199
-      line mode to set different sizes for different volumes.
200
-      For example, 'rar a -v100k -v200k -v300k arcname' command
201
-      sets 100 KB size for first volume, 200KB for second
202
-      and 300KB for all following volumes.
203
-
204
-   2. New -st[name] switch to compress data from stdin
205
-      (standard input).
206
-
207
-   3. Data analyzing module is tuned to detect executable and audio
208
-      data more accurately. Erroneous selecting of executable
209
-      and audio algorithms could reduce the compression ratio
210
-      in some situations.
211
-
212
-   4. 'vt' and 'lt' commands display symlink target names,
213
-      when listing RAR/Unix archives contained symbolic links.
214
-      These commands also display NTFS stream names, when listing
215
-      WinRAR archives contained streams.
216
-
217
-
218
-   Version 3.20
219
-
220
-   1. Previous RAR versions stored only the file modification time
221
-      and only in DOS FAT format with 2 seconds precision.
222
-      While it was enough for FAT, modern file systems provide
223
-      a higher precision. Now RAR format can preserve modification,
224
-      creation and last access time with the precision up to 0.0000001
225
-      second. RAR/Unix supports modification and last access time
226
-      with 1 second precision.
227
-
228
-      You may use the command line -ts<m,c,a> switch to choose time
229
-      fields to process and precision of these fields.
230
-
231
-   2. 'rn' command allows to rename files inside of RAR archives.
232
-
233
-   3. 'lb' and 'vb' commands list contents of archive in the bare mode -
234
-      file names without any additional information.
235
-
236
-   4. RAR displays the operation percentage when creating recovery
237
-      volumes or reconstructing missing or corrupt volumes.
238
-
239
-   5. Directories are archived after files which they contain,
240
-      so directory time and owner information is set after unpacking
241
-      its contents. Otherwise unpacking files may modify
242
-      the directory time.
243
rarlinux-x64-4.2.0.tar.gz/acknow.txt Added
83
 
1
@@ -0,0 +1,81 @@
2
+                           ACKNOWLEDGMENTS
3
+
4
+* RAR text compression algorithm is based on Dmitry Shkarin PPMII
5
+  and Dmitry Subbotin carryless rangecoder public domain source code.
6
+  You may find it in ftp.elf.stuba.sk/pub/pc/pack.
7
+
8
+* RAR encryption includes parts of code from Szymon Stefanek
9
+  and Brian Gladman AES implementations also as Steve Reid SHA-1 source.
10
+
11
+  ---------------------------------------------------------------------------
12
+  Copyright (c) 2002, Dr Brian Gladman <                 >, Worcester, UK.
13
+  All rights reserved.
14
+
15
+  LICENSE TERMS
16
+
17
+  The free distribution and use of this software in both source and binary
18
+  form is allowed (with or without changes) provided that:
19
+
20
+    1. distributions of this source code include the above copyright
21
+       notice, this list of conditions and the following disclaimer;
22
+
23
+    2. distributions in binary form include the above copyright
24
+       notice, this list of conditions and the following disclaimer
25
+       in the documentation and/or other associated materials;
26
+
27
+    3. the copyright holder's name is not used to endorse products
28
+       built using this software without specific written permission.
29
+
30
+  ALTERNATIVELY, provided that this notice is retained in full, this product
31
+  may be distributed under the terms of the GNU General Public License (GPL),
32
+  in which case the provisions of the GPL apply INSTEAD OF those given above.
33
+
34
+  DISCLAIMER
35
+
36
+  This software is provided 'as is' with no explicit or implied warranties
37
+  in respect of its properties, including, but not limited to, correctness
38
+  and/or fitness for purpose.
39
+  ---------------------------------------------------------------------------
40
+
41
+  Source code of this package also as other cryptographic technology
42
+  and computing project related links are available on Brian Gladman's
43
+  web site: http://www.gladman.me.uk
44
+
45
+* RAR uses CRC32 function based on Intel Slicing-by-8 algorithm.
46
+  Original Intel Slicing-by-8 code is available here:
47
+
48
+    http://sourceforge.net/projects/slicing-by-8/
49
+
50
+  Original Intel Slicing-by-8 code is licensed under BSD License
51
+  available at http://www.opensource.org/licenses/bsd-license.html
52
+
53
+    Copyright (c) 2004-2006 Intel Corporation. 
54
+    All Rights Reserved
55
+
56
+    Redistribution and use in source and binary forms, with or without
57
+    modification, are permitted provided that the following conditions
58
+    are met:
59
+
60
+    Redistributions of source code must retain the above copyright notice,
61
+    this list of conditions and the following disclaimer.
62
+    
63
+    Redistributions in binary form must reproduce the above copyright
64
+    notice, this list of conditions and the following disclaimer
65
+    in the documentation and/or other materials provided with
66
+    the distribution.
67
+
68
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
69
+    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
70
+    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
71
+    FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
72
+    HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
73
+    SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
74
+    LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
75
+    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
76
+    ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
77
+    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
78
+    OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
79
+    SUCH DAMAGE.
80
+
81
+* Useful hints provided by Alexander Khoroshev and Bulat Ziganshin allowed
82
+  to significantly improve RAR compression and speed.
83
rarlinux-x64-4.1.1.tar.gz/default.sfx -> rarlinux-x64-4.2.0.tar.gz/default.sfx Changed
rarlinux-x64-4.1.1.tar.gz/license.txt -> rarlinux-x64-4.2.0.tar.gz/license.txt Changed
273
 
1
@@ -1,157 +1,114 @@
2
-      The RAR Archiver
3
-      EULA (End User License Agreement) for use and distribution
4
-
5
-
6
-      The RAR archiver is distributed as try before you buy. This means:
7
-
8
-   1. The author and holder of the copyright of RAR and WinRAR
9
-      is Alexander L. Roshal. The licensor of the following license
10
-      and bearer of the worldwide exclusive usage rights to reproduce
11
-      and distribute RAR and WinRAR is win.rar GmbH, Schumannstr. 17,
12
-      10117 Berlin, Germany.
13
-
14
-   2. Anyone may use this software during a test period of 40 days.
15
-      Following this test period of 40 days or less, if you wish to
16
-      continue to use RAR, you must purchase a license.
17
-
18
-   3. There are 2 basic types of licenses issued for RAR, these are:
19
-
20
-      a.  A single computer usage license. The user purchases one license
21
-          to use RAR archiver on one computer.
22
-
23
-          Home users may use their single computer usage license on
24
-          all computers which are in property of the license owner.
25
-
26
-          Business users require one license per computer RAR is
27
-          installed on.
28
-
29
-      b.  A multiple usage license. The user purchases a number of usage
30
-          licenses for use, by the purchaser or the purchaser's employees
31
-          on the same number of computers.
32
-
33
-          In a network (server/client) environment you must purchase
34
-          a license copy for each separate client (workstation)
35
-          on which RAR is installed, used, or accessed. A separate
36
-          license copy for each client (workstation) is needed regardless
37
-          of whether the clients (workstations) will use RAR simultaneously
38
-          or at different times. If for example you wish to have
39
-          9 different clients (workstations) in your network with access
40
-          to RAR, you must purchase 9 license copies.
41
-
42
-      A user who purchased a RAR license, is granted a non-exclusive
43
-      right to use RAR on as many computers as defined by the licensing
44
-      terms above according to the number of licenses purchased,
45
-      for any legal purpose. The licensed RAR software may not be rented
46
-      or leased, but may be permanently transferred, in it's entirety,
47
-      if the person receiving it agrees to the terms of this license.
48
-      If the software is an update, the transfer must include the update
49
-      and all previous versions.
50
-
51
-   4. Licensing for RAR on mobile devices (U3 stick, USB stick,
52
-      external harddrive):
53
-
54
-      In addition to the terms stated above following licensing terms
55
-      apply to the licensing of RAR on mobile devices.
56
-
57
-      a.  A single computer usage license. Home users may use their
58
-          single computer usage license on all mobile devices which are
59
-          in property of the license owner.
60
-
61
-          Business users may use their single computer usage license
62
-          on one computer and one mobile device.
63
-
64
-      b.  A multiple usage license. Users who own a multiple usage
65
-          license may use that license on the same number of mobile
66
-          devices as number of computers (clients) the license was
67
-          purchased for.
68
-
69
-          The number of computers/devices running RAR at any time is
70
-          limited to the number of licenses purchased according to the
71
-          licensing terms above.
72
-
73
-      A licensed version of RAR on a mobile device may be used by
74
-      the purchaser or the purchaser's employees, on several computers
75
-      consecutively.
76
-
77
-      There are no additional license fees, apart from the cost of
78
-      purchasing a license, associated with the use of RAR from
79
-      a mobile device on computers that are not owned by the owner
80
-      of the RAR license.
81
-
82
-   5. The RAR/WinRAR unlicensed trial version may be freely distributed,
83
-      with exceptions noted below, provided the distribution package is not
84
-      modified in any way.
85
-
86
-      a.  No person or company may distribute separate parts of the package
87
-          with the exception of the UnRAR components, without written
88
-          permission of the copyright owner.
89
-
90
-      b.  The RAR/WinRAR unlicensed trial version may not be distributed
91
-          inside of any other software package without written permission
92
-          of the copyright owner.
93
-
94
-      c.  Hacks/cracks, keys or key generators may not be included on the
95
-          same distribution.
96
-
97
-   6. To buy a license please see order.htm for details.
98
-
99
-   7. THE RAR ARCHIVER IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY
100
-      KIND IS EXPRESSED OR IMPLIED. YOU USE AT YOUR OWN RISK.
101
-      NEITHER THE AUTHOR NOR THE AGENTS OF THE AUTHOR WILL BE LIABLE
102
-      FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS
103
-      WHILE USING OR MISUSING THIS SOFTWARE.
104
-
105
-   8. There are no additional license fees, apart from the cost of
106
-      purchasing a license, associated with the creation and distribution
107
-      of RAR archives, volumes, self-extracting archives or self-extracting
108
-      volumes. Legally registered owners may use their copies of RAR/WinRAR
109
-      to produce archives and self-extracting archives and to distribute
110
-      those archives free of any additional RAR royalties.
111
-
112
-   9. You may not use, copy, emulate, clone, rent, lease, sell, modify,
113
-      decompile, disassemble, otherwise reverse engineer, or transfer
114
-      the licensed program, or any subset of the licensed program, except
115
-      as provided for in this agreement. Any such unauthorized use shall
116
-      result in immediate and automatic termination of this license and
117
-      may result in criminal and/or civil prosecution.
118
-
119
-      7zxa.dll library is copyrighted by Igor Pavlov and distributed
120
-      under LGPL Version 3 license ( http://www.gnu.org/licenses/lgpl.html ).
121
-      You can modify portions of 7zxa.dll and perform reverse engineering
122
-      solely for purpose of debugging such 7zxa.dll modifications according
123
-      to LGPL. Source code of 7zxa.dll is available on www.7-zip.org.
124
-
125
-      Neither RAR binary code, WinRAR binary code, UnRAR source or UnRAR
126
-      binary code may be used or reverse engineered to re-create the RAR
127
-      compression algorithm, which is proprietary, without written
128
-      permission of the author.
129
-
130
-      RAR and WinRAR keyfiles may not be distributed, except as stated
131
-      in item 3) above, outside of the area of legal control of the
132
-      person or persons who purchased the original license, without
133
-      written permission of the copyright holder.
134
-
135
-  10. WinRAR unregistered version can display a registration reminder dialog
136
-      prompting a user to obtain a license. Depending on WinRAR version
137
-      and configuration such dialog can contain either a predefined text
138
-      and links loaded locally or a web page loaded from the internet.
139
-      Such web page can contain licensing instructions and other materials
140
-      according to win.rar GmbH's choice, including advertisement.
141
-      When opening a web page, WinRAR transfers only those parameters
142
-      which are technically required by HTTP protocol to successfully open
143
-      a web page in a browser.
144
-
145
-  11. All rights not expressly granted in the license are reserved by
146
-      Alexander Roshal.
147
-
148
-      Installing and using RAR/WinRAR signifies acceptance of these terms
149
-      and conditions of the license.
150
-
151
-  12. If you do not agree with the terms of this license you must
152
-      remove RAR/WinRAR files from your storage devices and cease to
153
-      use the product.
154
-
155
-      Thank you for using the original RAR.
156
-
157
-                                            Alexander L. Roshal
158
-
159
+     END USER LICENSE AGREEMENT
160
+
161
+     The following agreement regarding RAR (and its Windows version - WinRAR)
162
+     archiver - referred to as "software" - is made between win.rar GmbH -
163
+     referred to as "licensor" - and anyone who is installing, accessing
164
+     or in any other way using the software - referred to as "user".
165
+
166
+  1. The author and holder of the copyright of the software is
167
+     Alexander L. Roshal. The licensor and as such issuer of the license
168
+     and bearer of the worldwide exclusive usage rights including the rights
169
+     to reproduce, distribute and make the software available to the public
170
+     in any form is win.rar GmbH, Schumannstr. 17, 10117 Berlin, Germany.
171
+
172
+  2. The software is distributed as try before you buy. This means that
173
+     anyone may use the software during a test period of a maximum of 40 days
174
+     at no charge. Following this test period, the user must purchase
175
+     a license to continue using the software.
176
+
177
+  3. The software's trial version may be freely distributed, with exceptions
178
+     noted below, provided the distribution package is not modified in any way.
179
+
180
+     a. Nobody may distribute separate parts of the package, with the exception
181
+        of the UnRAR components, without written permission.
182
+
183
+     b. The software's unlicensed trial version may not be distributed
184
+        inside of any other software package without written permission.
185
+
186
+     c. Hacks/cracks, keys or key generators may not be included, pointed to
187
+        or referred to by the distributor of the trial version.
188
+
189
+  4. The trial version of the software can display a registration reminder
190
+     dialog. Depending on the software version and configuration such dialog
191
+     can contain either a predefined text and links loaded locally
192
+     or a web page loaded from the internet. Such web page can contain
193
+     licensing instructions or other materials according to the licensor's
194
+     choice, including advertisement. When opening a web page, the software
195
+     transfers only those parameters which are technically required
196
+     by HTTP protocol to successfully open a web page in a browser.
197
+
198
+  5. The software is distributed "as is". No warranty of any kind is expressed
199
+     or implied. You use at your own risk. Neither the author, the licensor
200
+     nor the agents of the licensor will be liable for data loss, damages,
201
+     loss of profits or any other kind of loss while using or misusing
202
+     this software.
203
+
204
+  6. There are 2 basic types of licenses issued for the software. These are:
205
+
206
+     a. A single computer usage license. The user purchases one license to
207
+        use the software on one computer.
208
+
209
+        Home users may use their single computer usage license on all
210
+        computers and mobile devices (USB drive, external hard drive, etc.)
211
+        which are property of the license owner.
212
+
213
+        Business users require one license per computer or mobile device
214
+        on which the software is installed.
215
+
216
+     b. A multiple usage license. The user purchases a number of usage
217
+        licenses for use, by the purchaser or the purchaser's employees
218
+        on the same number of computers.
219
+
220
+        In a network (server/client) environment the user must purchase
221
+        a license copy for each separate client (workstation) on which
222
+        the software is installed, used or accessed. A separate license copy
223
+        for each client (workstation) is needed regardless of whether
224
+        the clients (workstations) will use the software simultaneously
225
+        or at different times. If for example you wish to have 9 different
226
+        clients (workstations) in your network with access to RAR,
227
+        you must purchase 9 license copies.
228
+
229
+     A user who purchased a license, is granted a non-exclusive right to use
230
+     the software on as many computers as defined by the licensing terms above
231
+     according to the number of licenses purchased, for any legal purpose.
232
+
233
+  7. There are no additional license fees, apart from the cost of the license,
234
+     associated with the creation and distribution of RAR archives,
235
+     volumes, self-extracting archives or self-extracting volumes.
236
+     Owners of a license may use their copies of the software to produce
237
+     archives and self-extracting archives and to distribute those archives
238
+     free of any additional royalties.
239
+
240
+  8. The licensed software may not be rented or leased but may be permanently
241
+     transferred, in its entirety, if the recipient agrees to the terms of
242
+     this license.
243
+
244
+  9. To buy a license, please read the file order.htm provided with
245
+     the software for details.
246
+
247
+ 10. You may not use, copy, emulate, clone, rent, lease, sell, modify,
248
+     decompile, disassemble, otherwise reverse engineer, or transfer
249
+     the licensed software, or any subset of the licensed software,
250
+     except as provided for in this agreement. Any such unauthorized use
251
+     shall result in immediate and automatic termination of this license
252
+     and may result in criminal and/or civil prosecution.
253
+
254
+     Neither RAR binary code, WinRAR binary code, UnRAR source
255
+     or UnRAR binary code may be used or reverse engineered to re-create
256
+     the RAR compression algorithm, which is proprietary, without written
257
+     permission.
258
+
259
+     The software may be using components developed and/or copyrighted
260
+     by third parties. Please read "Acknowledgments" help file topic
261
+     for WinRAR or acknow.txt text file for other RAR versions for details.
262
+
263
+ 11. This License Agreement is construed solely and exclusively under
264
+     German law. If you are a merchant, the courts at the registered office
265
+     of win.rar GmbH in Berlin/Germany shall have exclusive jurisdiction
266
+     for any and all disputes arising in connection with this License
267
+     Agreement or its validity.
268
+
269
+ 12. Installing and using the software signifies acceptance of these terms
270
+     and conditions of the license. If you do not agree with the terms of this
271
+     license, you must remove all software files from your storage devices
272
+     and cease to use the software.
273
rarlinux-x64-4.1.1.tar.gz/rar -> rarlinux-x64-4.2.0.tar.gz/rar Changed
rarlinux-x64-4.1.1.tar.gz/rar.txt -> rarlinux-x64-4.2.0.tar.gz/rar.txt Changed
117
 
1
@@ -1,6 +1,6 @@
2
                              User's Manual
3
                              ~~~~~~~~~~~~~
4
-                        RAR 4.11 console version
5
+                        RAR 4.20 console version
6
                         ~~~~~~~~~~~~~~~~~~~~~~~~
7
 
8
                        =-=-=-=-=-=-=-=-=-=-=-=-=-=-
9
@@ -881,7 +881,7 @@
10
 
11
             This switch indicates that directory records are not to be
12
             stored in the created archive. When extracting such archives,
13
-            RAR creates non-empty directories basing on paths of files
14
+            RAR creates non-empty directories based on paths of files
15
             contained in them. Information about empty directories is
16
             lost. All attributes of non-empty directories except a name
17
             (access rights, streams, etc.) will be lost as well, so use
18
@@ -1192,12 +1192,11 @@
19
             If this switch is not specified, RAR uses -m3 method
20
             (normal compression).
21
 
22
-            By default, RAR uses only the general compression
23
-            algorithm in -m1 and -m2 methods, advanced algorithms
24
-            like audio and true color processing are enabled
25
-            only in -m3..-m5 modes, the advanced text compression
26
-            is activated only in -m4..-m5. This default can be
27
-            overridden using -mc switch.
28
+            By default, RAR uses only the general compression algorithm
29
+            in -m1 and -m2 methods, advanced algorithms like audio
30
+            and true color processing are enabled only in -m3..-m5 modes,
31
+            advanced text compression is disabled in all modes.
32
+            This default can be overridden using -mc switch.
33
 
34
 
35
     -mc<par>
36
@@ -1237,6 +1236,7 @@
37
             <Param1> and <Param2> are module dependent parameters
38
             described below.
39
 
40
+
41
             Audio compression, delta compression:
42
 
43
             <Param1> is a number of byte channels (can be 1 - 31).
44
@@ -1256,6 +1256,20 @@
45
 
46
             Text compression:
47
 
48
+            Text compression algorithm provides noticeably higher compression
49
+            on plain text data. But it cannot utilize several CPU cores
50
+            efficiently resulting in slower compression time comparing to
51
+            general algorithm in multicore and multiprocessor environment.
52
+            Also its decompression speed is much slower than in general
53
+            algorithm regardless of CPU cores number. This is why
54
+            the text compression is disabled by default. You can specify
55
+            -mct switch to allow RAR to select this algorithm automatically
56
+            for suitable data. Switch -mct+ will force use of the text
57
+            compression for all data.
58
+
59
+            Switch -mct can also include <Param1> and <Param2>, so its
60
+            full syntax is -mc[param1][:param2]t[+ or -].
61
+
62
             <Param1> is the order of PPM algorithm (can be 2 - 63).
63
             Usually a higher value slightly increases the compression ratio
64
             of redundant data, but only if enough memory is available
65
@@ -1286,7 +1300,8 @@
66
             when the text compression is used, but leaves to RAR to
67
             decide when to use it.
68
 
69
-            4) switches -mct- -mcd- disable text and delta compression.
70
+            4) switches -mct -mcd- allow RAR to apply the text compression
71
+            to suitable data and disable the delta compression.
72
 
73
 
74
     -md<n>  Select dictionary size <n> in KB. Must be 64, 128, 256, 512,
75
@@ -1337,18 +1352,14 @@
76
 
77
 
78
     -mt<threads>
79
-            Set the number of threads. Available in Windows version only.
80
+            Set the number of threads.
81
 
82
-            <threads> parameter can take values from 0 to 16.
83
-            It defines the recommended number of active threads
84
-            for compression algorithm. If it is greater than 0,
85
-            RAR will use the multithreaded version of compression
86
-            algorithm providing higher speed on multiprocessor
87
-            architectures. Real number of active threads can differ
88
-            from the specified.
89
-
90
-            If <threads> is zero, RAR will use the single threaded
91
-            compression algorithm.
92
+            <threads> parameter can take values from 1 to 32.
93
+            It defines the recommended maximum number of active threads
94
+            for compression algorithm also as for other RAR modules,
95
+            which can start several threads. While RAR attempts to follow
96
+            this recommendation, sometimes the real number of active
97
+            threads can exceed the specified value.
98
 
99
             Change of <threads> parameter slightly affects the compression
100
             ratio, so archives created with different -mt switches
101
@@ -1414,10 +1425,11 @@
102
 
103
             This switch has meaning only for NTFS file system and allows
104
             to save alternative data streams associated with a file.
105
-            It is especially important in Windows 2000, XP and newer,
106
-            which use streams to keep some file dependent information
107
-            like file descriptions. If you use RAR to backup your
108
-            NTFS disks, it is recommended to specify this switch.
109
+            You may need to specify it when archiving if you use software
110
+            storing data in alternative streams and wish to preserve
111
+            these streams.
112
+
113
+            Streams are not saved for NTFS encrypted files.
114
 
115
 
116
     -ow     Use this switch when archiving to save file security
117
rarlinux-x64-4.1.1.tar.gz/rar_static -> rarlinux-x64-4.2.0.tar.gz/rar_static Changed
rarlinux-x64-4.1.1.tar.gz/technote.txt -> rarlinux-x64-4.2.0.tar.gz/technote.txt Changed
8
 
1
@@ -1,5 +1,5 @@
2
 
3
-               RAR version 4.11 - Technical information
4
+               RAR version 4.20 - Technical information
5
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6
 
7
  THE ARCHIVE FORMAT DESCRIBED BELOW IS ONLY VALID FOR VERSIONS SINCE 1.50
8
rarlinux-x64-4.1.1.tar.gz/unrar -> rarlinux-x64-4.2.0.tar.gz/unrar Changed
rarlinux-x64-4.1.1.tar.gz/whatsnew.txt -> rarlinux-x64-4.2.0.tar.gz/whatsnew.txt Changed
243
 
1
@@ -1,6 +1,40 @@
2
                 RAR - What's new in the latest version
3
 
4
 
5
+   Version 4.20
6
+
7
+   1. Changes in RAR compression:
8
+
9
+      a) Multithreaded RAR compression is enabled by default.
10
+         You can disable it with -mt1 switch.
11
+
12
+         Comparing to RAR 4.11, some speed gain is possible
13
+         in single processor mode as well.
14
+
15
+         Speed gain depends on data type and average file size.
16
+         Several cores are utilized more efficiently when compressing
17
+         large files.
18
+
19
+      b) we had to increase memory requirements to achieve higher
20
+         compression speed. General RAR compression algorithm allocates
21
+         about 120 MB comparing to 40 MB in RAR 4.11;
22
+
23
+      c) RAR text compression algorithm cannot utilize several CPU cores
24
+         efficiently, so its performance in multiprocessor environment
25
+         is much lower than for general algorithm. Also its decompression
26
+         speed is much lower than in general algorithm regardless of
27
+         CPU number. So we decided to disable the text algorithm by default.
28
+
29
+         If you need maximum possible compression ratio for plain text data
30
+         regardless of speed, you can enable the text compression
31
+         with -mct switch.
32
+
33
+   2. RAR general decompression algorithm speed is slightly improved,
34
+      though not to same extent as RAR compression. RAR decompression
35
+      is not able to use several processor cores, so its performance
36
+      does not depend on a number of cores.
37
+
38
+
39
    Version 4.11
40
 
41
    1. Bugs fixed:
42
@@ -134,200 +168,3 @@
43
       modification time of archived entry to current system time.
44
       Previous RAR versions did not fill this field, resulting in
45
       meaningless modification time for stdin.
46
-
47
-   
48
-   Version 3.80
49
-
50
-   1. Switch -o[+|-] can now be specified when archiving to control
51
-      RAR behavior when updating already existing files in archive.
52
-      Unlike already existing -f and -u, switch -o[+|-] ignores
53
-      the file date and compares only file names.
54
-
55
-      Available overwrite modes are:
56
-
57
-        -o           Ask before overwrite
58
-                     (default for extracting files);
59
-
60
-        -o+          Overwrite all
61
-                     (default for updating archiving files);
62
-
63
-        -o-          Skip existing files.
64
-
65
-   2. New -dw switch enables "Wipe files" mode when deleting archived files.
66
-      Before deleting file data are overwritten by zero bytes to prevent 
67
-      recovery of deleted files.
68
-
69
-   3. RAR displays the total progress bar when unpacking a multivolume
70
-      archive if all volumes are present in the same folder.
71
-
72
-   
73
-   Version 3.71
74
-
75
-   1. Archive names in rar.log error log file always include
76
-      the full path.
77
-
78
-   2. Bugs fixed:
79
-
80
-      a) if -ag switch mask contained archive number, month and minute
81
-         characters, RAR placed 'I' character instead of minute value
82
-         into generated archive name for archive numbers exceeding 1;
83
-
84
-      b) RAR could crash when decompressing some of corrupt RAR archives.
85
-
86
-
87
-   Version 3.70
88
-
89
-   1. New switch -sc<charset>[objects] allowing to select character
90
-      sets for archive comments and list files. It replaces -fcu switch
91
-      introduced in RAR 3.60, which was removed from list of supported
92
-      switches. Now you need to specify -scuc instead of -fcu to use
93
-      Unicode comments. Unlike -fcu, -sc also supports OEM and ANSI charset.
94
-
95
-   2. Operation progress is displayed when adding the recovery record.
96
-
97
-   3. RAR displays "Calculating the control sum" message when calculating
98
-      CRC32 control sum for newly created RAR volume. Previous versions
99
-      also calculated the volume control sum, but they did it silently.
100
-
101
-   4. Stack overflow vulnerability has been corrected in password
102
-      processing module of console RAR and UnRAR. GUI WinRAR is not
103
-      affected. We are thankful to the iDEFENSE LABS for reporting this bug.
104
-
105
-
106
-   Version 3.60
107
-
108
-   1. New 'ch' (change archive parameters) command line mode command.
109
-      Its purpose is to apply switches like -av, -tl and -cl to archive.
110
-
111
-   2. New command line -sl<size> and -sm<size> switches to set size
112
-      limits of processing files.
113
-
114
-   3. 7Z added to list of formats stored without compression
115
-      when using -ms switch without a parameter.
116
-
117
-   4. Switch -e[+]<attr> is now supported by most of command line
118
-      operations including extracting and deleting files. Previously
119
-      it was supported by only archiving command.
120
-
121
-
122
-   Version 3.51
123
-
124
-   1. Bugs fixed:
125
-
126
-      a) previous version tried to create symbolic links even when
127
-         testing an archive;
128
-
129
-      b) symbolic links unpacked with -ow switch had a wrong owner;
130
-
131
-      c) RAR failed to restore setuid and setgid access rights
132
-         when unpacking files with -ow switch.
133
-
134
-
135
-   Version 3.50
136
-
137
-   1. New -n<mask> and -n@<listfile> switches set additional include
138
-      filters, so only files matching the mask will be processed.
139
-
140
-   2. New -id[c,d,p,q] switch. Additionally to previously available
141
-      -idp switch (disable percentage indicator), switches -idc, -idd
142
-      and -idq instruct the console RAR to hide the copyright message,
143
-      "Done" message and all information messages.
144
-
145
-   3. Switch -e+<attr> allows to specify file include attributes mask.
146
-
147
-      It is possible to use 'd' and 'v' characters in -e[+]<attr> switch
148
-      to denote directory and device attributes.
149
-
150
-   4. Switch -ver[n] supports the optional 'n' parameter also when
151
-      archiving. It limits the maximum number of file versions.
152
-
153
-
154
-   Version 3.41
155
-
156
-   1. When adding new files to already existing RAR solid archive,
157
-      RAR 3.40 compression ratio was lower than in RAR 3.30.
158
-      Corrected in this version.
159
-
160
-   2. If archived Unicode name is invalid, RAR 'l' and 'v' commands
161
-      display ASCII file name instead of corrupt Unicode.
162
-
163
-
164
-   Version 3.40
165
-
166
-   1. "Fastest" (-m1) RAR compression method has been modified
167
-      to provide much higher compression speed and lower ratio.
168
-      It may be useful for tasks requiring the high speed like
169
-      regular backups.
170
-
171
-      You may increase "Fastest" speed even more selecting 64KB
172
-      compression dictionary instead of default 4MB.
173
-
174
-   2. Starting from this version, RAR volumes contain the volume number
175
-      field. Volume number is displayed by 'L' and 'V' commands
176
-      in the line with the total volume information.
177
-
178
-      This feature may be useful if original volume names are lost
179
-      and you need to rename them to correct names.
180
-
181
-   3. Commands 'L' and 'V' display NTFS "Compressed" attribute
182
-      in archive listing.
183
-
184
-   4. Switch -ag may include an optional text enclosed in '{' and '}'
185
-      characters. This text is inserted into archive name.
186
-      For example: -agHH{hours}MM{minutes}
187
-
188
-   5. Removed the erroneous "CRC error" message when unpacking symlinks
189
-      from archive created with -hp<pwd> switch. In fact, such symlinks
190
-      were unpacked correctly.
191
-
192
-   6. RAR displays the operation progress while repairing
193
-      an archive containing the recovery record.
194
-
195
-
196
-   Version 3.30
197
-
198
-   1. Several -v<size> switches can be specified in the command
199
-      line mode to set different sizes for different volumes.
200
-      For example, 'rar a -v100k -v200k -v300k arcname' command
201
-      sets 100 KB size for first volume, 200KB for second
202
-      and 300KB for all following volumes.
203
-
204
-   2. New -st[name] switch to compress data from stdin
205
-      (standard input).
206
-
207
-   3. Data analyzing module is tuned to detect executable and audio
208
-      data more accurately. Erroneous selecting of executable
209
-      and audio algorithms could reduce the compression ratio
210
-      in some situations.
211
-
212
-   4. 'vt' and 'lt' commands display symlink target names,
213
-      when listing RAR/Unix archives contained symbolic links.
214
-      These commands also display NTFS stream names, when listing
215
-      WinRAR archives contained streams.
216
-
217
-
218
-   Version 3.20
219
-
220
-   1. Previous RAR versions stored only the file modification time
221
-      and only in DOS FAT format with 2 seconds precision.
222
-      While it was enough for FAT, modern file systems provide
223
-      a higher precision. Now RAR format can preserve modification,
224
-      creation and last access time with the precision up to 0.0000001
225
-      second. RAR/Unix supports modification and last access time
226
-      with 1 second precision.
227
-
228
-      You may use the command line -ts<m,c,a> switch to choose time
229
-      fields to process and precision of these fields.
230
-
231
-   2. 'rn' command allows to rename files inside of RAR archives.
232
-
233
-   3. 'lb' and 'vb' commands list contents of archive in the bare mode -
234
-      file names without any additional information.
235
-
236
-   4. RAR displays the operation percentage when creating recovery
237
-      volumes or reconstructing missing or corrupt volumes.
238
-
239
-   5. Directories are archived after files which they contain,
240
-      so directory time and owner information is set after unpacking
241
-      its contents. Otherwise unpacking files may modify
242
-      the directory time.
243
Refresh

No build results available

Refresh

No rpmlint results available

Request History
Kyrill Detinov's avatar

Lazy_Kent created request over 11 years ago

Update to 4.2.0


Manfred Tremmel's avatar

mantre accepted request almost 13 years ago

OK