FreshPorts -- The Place For Ports Tue, 14 Oct 2008 12:24 AM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
gtar 1.20_1 archivers on this many watch lists=148 search for ports that depend on this port An older version of this port was marked as vulnerable.
GNU version of the traditional tape archiver
Maintained by: naddy@FreeBSD.org search for ports maintained by this maintainer
Port Added: 08 Feb 2001 14:31:26
Also Listed In: sysutils


The Free Software Foundation's "tar" tape archiver.

GNU tar saves many files together into a single tape or disk archive,
and can restore individual files from the archive.  It includes
multivolume support, the ability to archive sparse files, automatic
archive compression/decompression, remote archives and special
features that allow tar to be used for incremental and full backups.
This distribution also includes rmt, the remote tape server.

Note that this port will install these utilities with a 'g' prefix,
e.g. gtar, but the texinfo documentation will refer to them without
the 'g' prefix.

WWW: http://www.gnu.org/software/tar/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/autoconf262
Required To Run: archivers/lzmautils
Required Libraries: converters/libiconv, devel/gettext

To install the port: cd /usr/ports/archivers/gtar/ && make install clean
To add the package: pkg_add -r gtar


Configuration Options
     No options to configure

Master Sites:
http://ftp.gnu.org/gnu/tar/
ftp://ftp.gnu.org/gnu/tar/
http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/tar/
http://mirrors.usc.edu/pub/gnu/tar/
http://ftp.funet.fi/pub/gnu/prep/tar/
ftp://ftp.kddlabs.co.jp/GNU/tar/
ftp://ftp.dti.ad.jp/pub/GNU/tar/
http://ring.nict.go.jp/archives/GNU/tar/
http://ring.sakura.ad.jp/archives/GNU/tar/
http://ring.riken.jp/archives/GNU/tar/
ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/tar/
ftp://ftp.sunsite.org.uk/package/gnu/tar/
ftp://ftp.informatik.hu-berlin.de/pub/gnu/tar/
ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/tar/
ftp://ftp.rediris.es/sites/ftp.gnu.org/ftp/gnu/tar/
ftp://ftp.chg.ru/pub/gnu/tar/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 48

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
20 Aug 2008 01:57:32
Original commit files touched by this commit  1.20_1
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
20 Jun 2008 17:22:18
Original commit files touched by this commit  1.20_1
naddy search for other commits by this committer
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 14:02:32
Original commit files touched by this commit  1.20_1
edwin search for other commits by this committer
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 17:03:49
Original commit files touched by this commit  1.20
naddy search for other commits by this committer
- 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 17:11:53
Original commit files touched by this commit  1.19
naddy search for other commits by this committer
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
Original commit files touched by this commit  1.19
naddy search for other commits by this committer
Update to 1.19.  Changes in this releases:
* new option --exclude-vcs
* miscellaneous bug fixes
01 Sep 2007 17:02:47
Original commit files touched by this commit  1.18_1
naddy search for other commits by this committer
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 20:07:36
Original commit files touched by this commit  1.18
 This port version is marked as vulnerable.
naddy search for other commits by this committer
Update to 1.18.  Switched to GPLv3, no user visible changes.

PR:             115548
Submitted by:   rafan
23 Jul 2007 10:36:52
Original commit files touched by this commit  1.17_1
 This port version is marked as vulnerable.
rafan search for other commits by this committer
- 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 16:04:22
Original commit files touched by this commit  1.17_1
 This port version is marked as vulnerable.
naddy search for other commits by this committer
Fix message catalog directories.

Submitted by:   kris    (pointyhat)
10 Jun 2007 21:52:58
Original commit files touched by this commit  1.17
 This port version is marked as vulnerable.
naddy search for other commits by this committer
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
Original commit files touched by this commit  1.16.1
 This port version is marked as vulnerable.
naddy search for other commits by this committer
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
Original commit files touched by this commit  1.16_2
 This port version is marked as vulnerable.
naddy search for other commits by this committer
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
Original commit files touched by this commit  1.16_1
 This port version is marked as vulnerable.
tmclaugh search for other commits by this committer
dirrmtry some directories which will be leftover on deinstall.

Notified by:    My tinderbox
14 Nov 2006 14:44:21
Original commit files touched by this commit  1.16
 This port version is marked as vulnerable.
naddy search for other commits by this committer
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
Original commit files touched by this commit  1.15.1_2
 This port version is marked as vulnerable.
naddy search for other commits by this committer
Fix build on 4.x.

PR:             94084
Submitted by:   Tod McQuillin <devin@spamcop.net>
04 Mar 2006 14:59:42
Original commit files touched by this commit  1.15.1_2
 This port version is marked as vulnerable.
naddy search for other commits by this committer
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
Original commit files touched by this commit  1.15.1_1
 This port version is marked as vulnerable.
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
30 Jan 2005 14:55:41
Original commit files touched by this commit  1.15.1_1
 This port version is marked as vulnerable.
naddy search for other commits by this committer
Fix command line parsing.

Submitted by:   Jiri Pridal <jiri.pridal@jmk.izscr.cz>
Obtained from:  GNU CVS
09 Jan 2005 21:47:15
Original commit files touched by this commit  1.15.1
 This port version is marked as vulnerable.
naddy search for other commits by this committer
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 20:12:13
Original commit files touched by this commit  1.14
 This port version is marked as vulnerable.
krion search for other commits by this committer
Remove USE_GETTEXT
10 Jul 2004 19:34:18
Original commit files touched by this commit  1.14
 This port version is marked as vulnerable.
krion search for other commits by this committer
Support WITHOUT_NLS
15 May 2004 13:59:35
Original commit files touched by this commit  1.14
 This port version is marked as vulnerable.
naddy search for other commits by this committer
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 22:00:26
Original commit files touched by this commit  1.13.94
 This port version is marked as vulnerable.
naddy search for other commits by this committer
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
Original commit files touched by this commit  1.13.25_8
 This port version is marked as vulnerable.
trevor search for other commits by this committer
Add size data, approved by maintainers.
04 Feb 2004 04:36:30
Original commit files touched by this commit  1.13.25_8
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Add USE_GETTEXT and bump PORTREVISION.

Submitted by:   trevor
Tested by:      bento
23 Jan 2004 18:12:26
Original commit files touched by this commit  1.13.25_7
 This port version is marked as vulnerable.
trevor search for other commits by this committer
Now gettext 0.12.1 is gettext-old.
31 Oct 2003 02:39:30
Original commit files touched by this commit  1.13.25_7
 This port version is marked as vulnerable.
ijliao search for other commits by this committer
introduce MASTER_SITE_GNU_ALPHA
26 Aug 2003 21:25:58
Original commit files touched by this commit  1.13.25_7
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.

Prodded by:     kris
25 Aug 2003 06:41:38
Original commit files touched by this commit  1.13.25_6
 This port version is marked as vulnerable.
marcus search for other commits by this committer
Chase the libintl.so shared lib version.
16 Aug 2003 11:07:08
Original commit files touched by this commit  1.13.25_6
 This port version is marked as vulnerable.
kris search for other commits by this committer
Utilize INFO and bump PORTREVISION.
11 Jun 2003 20:41:05
Original commit files touched by this commit  1.13.25_5
 This port version is marked as vulnerable.
naddy search for other commits by this committer
IGNORE while this is identical to the base system tar.

Suggested by:   kuriyama
21 Feb 2003 12:52:53
Original commit files touched by this commit  1.13.25_5
 This port version is marked as vulnerable.
naddy search for other commits by this committer
pkg-comment -> COMMENT
28 Dec 2002 02:27:33
Original commit files touched by this commit  1.13.25_5
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Removed stale master_site, informed maintainer.
Noticed by: portsurvey.
05 Oct 2002 08:50:22
Original commit files touched by this commit  1.13.25_5
 This port version is marked as vulnerable.
kris search for other commits by this committer
Fix a security bug that allows extracted filenames to contain ".." and
bump PORTREVISION.

Submitted by:   naddy
01 Aug 2002 17:22:41
Original commit files touched by this commit  1.13.25_4
 This port version is marked as vulnerable.
ade search for other commits by this committer
Chase shlib rev of devel/gettext

Submitted by:   lots and lots
Pointy hat to:  ade
07 Jun 2002 07:08:34
Original commit files touched by this commit  1.13.25_4
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Sync with src/contrib/tar - re-enable --same-owner for uid 0.
07 Jun 2002 01:07:48
Original commit files touched by this commit  1.13.25_3
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Sync with src/contrib/tar - don't assume that user with uid 0 doesn't really
care about umask(2).
04 Jun 2002 13:06:37
Original commit files touched by this commit  1.13.25_2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Unbroke on systems without <langinfo.h>.

PR:             38891
Submitted by:   Lev Serebryakov <lev@serebryakov.spb.ru>
02 Jun 2002 11:18:15
Original commit files touched by this commit  1.13.25_2
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
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 18:10:20
Original commit files touched by this commit  1.13.25_1
 This port version is marked as vulnerable.
ade search for other commits by this committer
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
Original commit files touched by this commit  1.13.25
 This port version is marked as vulnerable.
ade search for other commits by this committer
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
files touched by this commit
naddy search for other commits by this committer
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
files touched by this commit
naddy search for other commits by this committer
- 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
files touched by this commit
naddy search for other commits by this committer
Update my MAINTAINER address.    
21 Sep 2001 08:05:58
files touched by this commit
petef search for other commits by this committer
Update to 1.13.23    
11 Sep 2001 14:09:13
files touched by this commit
knu search for other commits by this committer
Update to 1.13.22.    
08 Feb 2001 17:31:26
files touched by this commit
sf search for other commits by this committer
change category to archivers.    

Number of commits found: 48

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal5Oct 12
drupal6Oct 12
cups-baseOct 10
mysql41-server*Oct 10
mysql50-client*Oct 10
mysql50-server*Oct 10
mysql51-client*Oct 10
mysql51-server*Oct 10
mysql60-client*Oct 10
operaOct 10
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03

12 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 19307
Broken 157
Deprecated 80
Ignore 437
Forbidden 7
Restricted 279
No CDROM 132
Vulnerable 55
Expired 55
Set to expire 62
Interactive 78
new 24 hours 13
new 48 hours24
new 7 days45
new fortnight79
new month139

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.229 seconds.