| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
27 Apr 2013 08:50:47
1.26
|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
24 Apr 2013 18:10:32
1.26
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
18 Dec 2012 21:29:04
1.26
|
naddy  |
Convert to OptionsNG and trim Makefile headers. |
23 Sep 2011 22:26:39
1.26
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
15 Mar 2011 22:13:34
1.26
|
naddy  |
Update to bugfix release 1.26. |
15 Mar 2011 17:36:21
1.25_1
|
naddy  |
Allow building as root.
PR: 155553 |
27 Nov 2010 20:31:19
1.25_1
|
naddy  |
Fix bug with --one-file-system and --listed-incremental.
This is important for at least misc/amanda-client.
Submitted by: John Hein <jhein@symmetricom.com>
Obtained from: upstream |
24 Nov 2010 18:02:57
1.25
|
naddy  |
Update to 1.25, which mostly brings miscellaneous bug fixes. |
16 Oct 2010 11:52:47
1.23_3
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
1.23_3
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
11 Jun 2010 19:03:50
1.23_2
|
naddy  |
Fix dead loop on extracting existing symlinks with the -k option.
Submitted by: John Hein <jhein@symmetricom.com>
Obtained from: upstream |
31 May 2010 02:01:56
1.23_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
21 May 2010 16:23:47
1.23
|
naddy  |
The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION. |
29 Mar 2010 17:36:26
1.23
|
naddy  |
Update to 1.23: miscellaneous bug fixes and minor additions. |
24 Mar 2010 18:46:46
1.22_3
|
naddy  |
Fix a buffer overflow in the rmt client functionality.
From upstream.
Security: c175d72f-3773-11df-8bb8-0211d880e350 |
21 Jan 2010 15:32:55
1.22_2  |
naddy  |
Fix a geline() segfault on 8.0 when using --listed-incremental.
Submitted by: Dennis Noordsij <noordsij@cs.helsinki.fi> |
21 Sep 2009 14:53:38
1.22_1  |
naddy  |
You can now use -J to (un)compress xz format files (.tar.xz, .txz).
Feature safe: yes |
24 Mar 2009 18:12:20
1.22  |
naddy  |
Mark MAKE_JOBS_SAFE for SMP compilation.
PR: 133014
Submitted by: mm |
10 Mar 2009 14:25:51
1.22  |
naddy  |
Update to 1.22 which adds --xz/-J support for xz compression.
However, xz itself does not have a stable release yet, so don't force
a runtime dependency. |
30 Dec 2008 17:41:11
1.21  |
naddy  |
* Update to 1.21. Notable changes:
- Some new flags, e.g. -J for lzma compression and --lzop.
- transformation scope flags
Testsuite fixes from upstream CVS.
* Drop workarounds for no longer supported FreeBSD releases. |
20 Aug 2008 00:57:32
1.20_1  |
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
20 Jun 2008 16:22:18
1.20_1  |
naddy  |
Rename manual "test" target to "regression-test" so that it will
be automatically run on the package build cluster.
Suggested by Pedro <pfgshield-freebsd@yahoo.com>. |
06 Jun 2008 13:02:32
1.20_1  |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
21 Apr 2008 16:03:49
1.20  |
naddy  |
- Revert previous workaround, 8.0-CURRENT has grown fdopendir(3).
- Update to 1.20.
Notable changes: This release adds support for lzma compression
and the -a option to select the compression algorithm based on
the suffix of the archive file name. |
11 Apr 2008 16:11:53
1.19  |
naddy  |
Work around the assumption that openat() implies the existence of
fdopendir(). FreeBSD 8 has the former, but not the latter.
PR: 122433 |
16 Jan 2008 02:09:33
1.19  |
naddy  |
Update to 1.19. Changes in this releases:
* new option --exclude-vcs
* miscellaneous bug fixes |
01 Sep 2007 16:02:47
1.18_1  |
naddy  |
Fix directory traversal vulnerability.
PR: 115914
Submitted by: Nick Barkas <snb@threerings.net>
Security:
http://www.vuxml.org/freebsd/d944719e-42f4-4864-89ed-f045b541919f.html |
15 Aug 2007 19:07:36
1.18  |
naddy  |
Update to 1.18. Switched to GPLv3, no user visible changes.
PR: 115548
Submitted by: rafan |
23 Jul 2007 09:36:52
1.17_1  |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
13 Jun 2007 15:04:22
1.17_1  |
naddy  |
Fix message catalog directories.
Submitted by: kris (pointyhat) |
10 Jun 2007 20:52:58
1.17  |
naddy  |
Update to 1.17. Changes in this release:
* Fix archivation of sparse files in posix mode.
* Fix operation of --verify --listed-incremental.
* Fix --occurrence.
* Scope of --transform and --strip-components options.
* End-of-volume script can send the new volume name to tar. |
13 Dec 2006 21:10:23
1.16.1  |
naddy  |
Update to 1.16.1. User-visible changes:
* New option --exclude-tag allows to specify "exclusion tag files".
* The --exclude-cache option now excludes the directories themselves, too.
* Support for reading ustar type 'N' logical records has been removed.
* Race conditions around 'tar -x --same-owner' have been fixed. |
30 Nov 2006 20:31:51
1.16_2  |
naddy  |
Fix GNUTYPE_NAMES directory traversal vulnerability by not extracting
these entries. Support for GNUTYPE_NAMES will be dropped completely
in 1.16.1.
Notified by sem@
Security: VuXML 3dd7eb58-80ae-11db-b4ec-000854d03344 |
16 Nov 2006 00:46:12
1.16_1  |
tmclaugh  |
dirrmtry some directories which will be leftover on deinstall.
Notified by: My tinderbox |
14 Nov 2006 14:44:21
1.16  |
naddy  |
Update to 1.16. User-visible changes:
Incompatible changes:
* No globbing by default when extracting from or listing an archive.
* -l is now an alias of --check-links
Miscellaneous new options and bug fixes. For a complete list, see
http://lists.gnu.org/archive/html/bug-tar/2006-10/msg00031.html |
18 Mar 2006 20:33:29
1.15.1_2  |
naddy  |
Fix build on 4.x.
PR: 94084
Submitted by: Tod McQuillin <devin@spamcop.net> |
04 Mar 2006 14:59:42
1.15.1_2  |
naddy  |
Fix a buffer overflow, caused by improper bounds checking of the
PAX extended headers. By tricking a user into processing a specially
crafted tar archive, this could be exploited to execute arbitrary
code with the privileges of the user.
Security: CVE-2006-0300
Approved by: portmgr (erwin)
Obtained from: Ubuntu |
22 Jan 2006 06:58:31
1.15.1_1  |
edwin  |
SHA256ify
Approved by: krion@ |
30 Jan 2005 14:55:41
1.15.1_1  |
naddy  |
Fix command line parsing.
Submitted by: Jiri Pridal <jiri.pridal@jmk.izscr.cz>
Obtained from: GNU CVS |
09 Jan 2005 21:47:15
1.15.1  |
naddy  |
Update to 1.15.1. Notable changes:
- Compressed archives are now recognized automatically.
- Numerous bug fixes.
Add a target "test" to run the included regression test suite. |
10 Jul 2004 19:12:13
1.14  |
krion  |
Remove USE_GETTEXT |
10 Jul 2004 18:34:18
1.14  |
krion  |
Support WITHOUT_NLS |
15 May 2004 12:59:35
1.14  |
naddy  |
Update to 1.14, the first new official release in almost five years.
No user-visible changes from the last alpha version. |
28 Apr 2004 21:00:26
1.13.94  |
naddy  |
Update to 1.13.94 and jettison private FreeBSD modifications.
Notable changes in this release:
- Support for POSIX.1-2001 and ustar archive formats.
- Various option flag changes.
- New message translations.
- Bug fixes. |
18 Mar 2004 20:59:15
1.13.25_8  |
trevor  |
Add size data, approved by maintainers. |
04 Feb 2004 04:36:30
1.13.25_8  |
marcus  |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
23 Jan 2004 18:12:26
1.13.25_7  |
trevor  |
Now gettext 0.12.1 is gettext-old. |
31 Oct 2003 02:39:30
1.13.25_7  |
ijliao  |
introduce MASTER_SITE_GNU_ALPHA |
26 Aug 2003 20:25:58
1.13.25_7  |
marcus  |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
25 Aug 2003 05:41:38
1.13.25_6  |
marcus  |
Chase the libintl.so shared lib version. |
16 Aug 2003 10:07:08
1.13.25_6  |
kris  |
Utilize INFO and bump PORTREVISION. |
11 Jun 2003 19:41:05
1.13.25_5  |
naddy  |
IGNORE while this is identical to the base system tar.
Suggested by: kuriyama |
21 Feb 2003 12:52:53
1.13.25_5  |
naddy  |
pkg-comment -> COMMENT |
28 Dec 2002 02:27:33
1.13.25_5  |
edwin  |
Removed stale master_site, informed maintainer.
Noticed by: portsurvey. |
05 Oct 2002 07:50:22
1.13.25_5  |
kris  |
Fix a security bug that allows extracted filenames to contain ".." and
bump PORTREVISION.
Submitted by: naddy |
01 Aug 2002 16:22:41
1.13.25_4  |
ade  |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
07 Jun 2002 06:08:34
1.13.25_4  |
sobomax  |
Sync with src/contrib/tar - re-enable --same-owner for uid 0. |
07 Jun 2002 00:07:48
1.13.25_3  |
sobomax  |
Sync with src/contrib/tar - don't assume that user with uid 0 doesn't really
care about umask(2). |
04 Jun 2002 12:06:37
1.13.25_2  |
sobomax  |
Unbroke on systems without <langinfo.h>.
PR: 38891
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> |
02 Jun 2002 10:18:15
1.13.25_2  |
sobomax  |
Stage 1 of system GNU tar upgrade to a modern version:
Merge all applicable bugfixes, local hacks and new features from the ancient
base system tar into the port, so those two are interchangeable.
Bump PORTREVISION. |
12 Apr 2002 17:10:20
1.13.25_1  |
ade  |
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr |
15 Mar 2002 19:44:29
1.13.25  |
ade  |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr |
05 Nov 2001 16:08:33 
|
naddy  |
Update to 1.13.25: * New option --overwrite-dir. * Fixes for buffer overrun,
porting, and copyright notice problems. * Add Korean message catalog. |
04 Nov 2001 18:45:26 
|
naddy  |
- Fix "gtar --version" segfault on -STABLE reported by Jason R. Mastaler. -
Bump the port revision. - Move PKGNAMEPREFIX to where portlint wants it. |
03 Nov 2001 22:22:34 
|
naddy  |
Update my MAINTAINER address. |
21 Sep 2001 07:05:58 
|
petef  |
Update to 1.13.23 |
11 Sep 2001 13:09:13 
|
knu  |
Update to 1.13.22. |
08 Feb 2001 17:31:26 
|
sf  |
change category to archivers. |