| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
21 Dec 2012 05:32:18
1.4
|
danfe  |
- Trim Makefile header per new bylaws
- Drop indefinite article from COMMENT
- Define LICENSE (and remove COPYING from portdocs)
- Unmute installation commands
- Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
Approved by: maintainer (gabor) |
11 Jun 2011 21:04:59
1.4
|
gabor  |
- Update to 1.4 |
18 Mar 2011 17:59:51
1.3
|
miwi  |
- Get Rid MD5 support
With hat: portmgr (myself) |
29 Jul 2010 22:45:51
1.3
|
gabor  |
Update to 1.3, which fixes two security bugs. Detailed description
from the author follows.
Bug 1: Infinite loop in MS-ZIP decoder [1]
The MS-ZIP and Quantum decoders read bits in roughly the same way as the LZX
decoder, however they don't have "inject two fake bytes" code.
In the situation where read() provides zero bytes, e.g. at the end of file or
end of a CAB block, the LZX decoder handles this by injecting two fake bytes,
then returns an error on subsequent calls. MS-ZIP and Quantum instead return
zero bytes without error. However, all three decoders are written to presume
they will get at least one byte. So this could lead to an infinite loop in
MS-ZIP and Quantum. An infinite loop has definitely been seen in MS-ZIP -
there is a while loop in inflate() of an uncompressed block (block type 0) (Only the first 15 lines of the commit message are shown above ) |
20 Mar 2008 09:19:39
1.2  |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
07 Aug 2007 18:21:25
1.2  |
sobomax  |
Update MASTER_SITE and description to point to the new home page.
Submitted by: Stuart Caie (author) |
02 Jan 2007 21:12:04
1.2  |
gabor  |
- Update to 1.2
- Remove unnecessary patch
- Style
Approved by: erwin (mentor) |
08 Dec 2006 13:46:35
1.1_1  |
gabor  |
Change my e-mail address.
Approved by: erwin (mentor) |
10 Sep 2006 17:53:55
1.1_1  |
erwin  |
- Don't override CONFIGURE_TARGET, it compiles without that
- Add some more PORTDOCS
- Respect MAN1PREFIX
- Bump PORTREVISION
- Take maintainership
PR: 103103
Submitted by: Gabor Kovesdan <gabor@FreeBSD.org> |
23 Nov 2005 23:37:45
1.1  |
pav  |
- Add SHA256 |
12 Apr 2005 03:26:57
1.1  |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
1.1  |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
23 Oct 2004 08:35:51
1.1  |
okazaki  |
Update to version 1.1.
PR: 72817
Submitted by: KATO Tsuguru |
23 Oct 2004 08:35:48
1.0  |
okazaki  |
Update to version 1.1.
PR: 72817
Submitted by: KATO Tsuguru |
16 Mar 2004 13:14:57
1.0  |
krion  |
- Update to version 1.0
PR: ports/64328
Submitted by: Ports Fury |
05 Feb 2004 20:38:07
0.6_1  |
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
27 Jan 2004 20:51:07
0.6_1  |
trevor  |
Add SIZE. |
29 Jul 2003 09:12:37
0.6_1  |
sobomax  |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
14 Jul 2003 02:53:03
0.6_1  |
sf  |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. |
07 Mar 2003 05:55:13
0.6  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
30 Aug 2002 12:08:16
0.6  |
sobomax  |
Update to 0.6.
PR: 41729
Submitted by: Ports Fury |
27 Aug 2001 09:35:40 
|
sobomax  |
Update to 0.5. |
20 Aug 2001 09:13:32 
|
sobomax  |
Update to 0.4. |
07 Aug 2001 12:57:53 
|
sobomax  |
Update to 0.3. |
06 Mar 2001 13:29:27 
|
sobomax  |
Update to 0.2. |
30 Nov 2000 14:21:29 
|
sobomax  |
Add cabextract - a program to extract Microsoft cabinet (.CAB) files. |