Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.35_1 17 Apr 2024 20:30:27 |
Christian Weisgerber (naddy) |
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports. |
1.35_1 27 Jan 2024 10:52:26 |
Gleb Popov (arrowd) Author: Christian Weisgerber |
*/*: Move manpages to share/man
Approved by: portmgr (blanket) |
1.35 20 Jul 2023 20:46:10 |
Christian Weisgerber (naddy) |
archivers/gtar: fix build on i386
Override a hidden safety check that stops the build on platforms
that are not Y2038 safe. FreeBSD/i386 still has a 32-bit time_t.
PR: 272622
Reported by: cy |
1.35 19 Jul 2023 22:20:10 |
Christian Weisgerber (naddy) |
archivers/gtar: update to bugfix release 1.35 |
1.34_1 05 May 2023 22:01:18 |
Christian Weisgerber (naddy) |
archivers/gtar: switch the default archive to stdin/stdout
The gtar port tries to use the same default archive location as the
base system tar. Starting with libarchive 3.6.0, bsdtar defaults
to reading/writing the archive from stdin/to stdout in the common
case where the /dev/sa0 device does not exist on a system.
Using "-" as the default archive file is also the GNU upstream
default.
PR: 271260
Reported by: Michael Stone <mstone2001@msn.com> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.34 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.34 20 Jul 2022 14:20:49 |
Tobias C. Berner (tcberner) |
archivers: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Albert Vernon <f3cun3c02@sneakemail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Kuehn <freebsd@nagilum.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexander Zhuravlev <zaa@zaa.pp.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Anders Nordby <anders@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.34 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.34 16 Feb 2021 21:28:26 |
naddy |
archivers/gtar: update to bugfix release 1.34 |
1.33 01 Feb 2021 12:42:53 |
rene |
Remove support for FreeBSD 12.1 from various ports.
FreeBSD 12.1 reached end-of-life today. Adjust the message
for the wine ports while here, since stable/13 has branched.
Submitted by: rene
Reviewed by: jbeich, mandree, mat, osa
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D28406 |
1.33 17 Jan 2021 18:23:33 |
naddy |
archivers/gtar: update to 1.33
Noteworthy changes:
* POSIX extended format headers do not include PID by default
* --delay-directory-restore works for archives with reversed member ordering
* Fix extraction of a symbolic link hardlinked to another symbolic link
* Wildcards in exclude-vcs-ignore mode don't match slash
* Fix the --no-overwrite-dir option
* Fix handling of chained renames in incremental backups
* Link counting works for file names supplied with -T
* Accept only position-sensitive (file-selection) options in file list files |
1.32 25 Feb 2019 22:14:46 |
naddy |
Update to 1.32 for some bug and testsuite fixes. |
1.31 13 Jan 2019 15:33:22 |
naddy |
Update to 1.31. Noteworthy changes:
* Support for zstd compression (if zstd is installed).
* The -K option interacts properly with member names given on the command line.
* Fix handling of file shrinkage during read access when --sparse is used. |
1.30_1 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
1.30 02 May 2018 10:49:14 |
naddy |
Update to 1.30. Noteworthy changes:
* Member names containing '..' components are now skipped when extracting.
* Report erroneous use of position-sensitive options.
* --numeric-owner now affects private headers too.
* Fixed the --delay-directory-restore option
* The --warnings=failed-read option
* The --warnings=none option now suppresses all warnings
* Fix reporting of hardlink mismatches during compare |
1.29 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
1.29 29 Jun 2016 15:27:31 |
amdmi3 |
- Fix license
- Switch to USES=localbase
- Switch to ${TOUCH}
PR: 210637
Approved by: naddy@FreeBSD.org (maintainer) |
1.29 09 Jun 2016 11:13:10 |
naddy |
Work around a bug in FreeBSD 9 make(1).
http://docs.freebsd.org/cgi/mid.cgi?slrnmvro62.94q.naddy
PR: 210100
Reported by: vas@mpeks.tomsk.su |
1.29 05 Jun 2016 18:58:11 |
naddy |
Do not attempt to rebuild tar.info after patching configure.
I can't reproduce this on 10.3, but have a report from 9.3.
Differences in make(1)?
Reported by: Rob Levandowski <robl@macwhiz.com> |
1.29 03 Jun 2016 19:24:53 |
naddy |
Update to 1.29. User-visible changes:
* New options: --verbatim-files-from, --no-verbatim-files-from
* --null option reads file names verbatim
* New options: --owner-map=FILE and --group-map=FILE
* New option --clamp-mtime
* Deprecated --preserve option removed |
1.28_2 13 Oct 2015 20:07:54 |
naddy |
Use the new test framework in my ports, if applicable.
While here, also strip more libraries. |
1.28_2 25 Sep 2015 11:50:40 |
amdmi3 |
- Switch to options helpers
Approved by: portmgr blanket |
1.28_2 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
1.28_2 03 Mar 2015 20:53:26 |
naddy |
Add CPE information. |
1.28_1 29 Nov 2014 18:22:33 |
tijl |
Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt. Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.
USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.
Update gettext to 0.19.3.
Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports. When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.
Fix some ports that installed files in lib/locale instead of share/locale.
PR: 194038
Reviewed by: bapt
Exp-run: antoine
Approved by: portmgr (antoine) |
1.28 19 Oct 2014 23:12:07 |
bapt |
Clean up plist |
1.28 06 Aug 2014 19:21:25 |
naddy |
Update to 1.28. Noteworthy changes in this release:
* New checkpoint action: totals
* Extended checkpoint format specification.
* New option --one-top-level
* New option --sort
* New exclusion options
* Manpages |
1.27.1 25 Jun 2014 19:37:37 |
bapt |
Allow to build with texinfo from ports |
1.27.1 24 Jun 2014 16:25:38 |
bapt |
Add USES=charsetfix |
1.27.1 12 May 2014 21:31:01 |
naddy |
Update to 1.27.1. Bug fixes:
* Fix unquoting of file names obtained via the -T option.
* Fix GNU long link header timestamp (backward compatibility).
* Fix extracting sparse members from star archives.
PR: 189675
Submitted by: Jason Harris <jharris@widomaker.com> |
1.27 13 Mar 2014 16:11:14 |
naddy |
USE_BZIP2 -> USES+=tar:bzip2
USE_XZ -> USES+=tar:xz |
1.27 21 Jan 2014 22:56:00 |
bapt |
Fix properties on pkg-plist |
1.27 17 Dec 2013 16:01:38 |
naddy |
Use MAKE_CMD to run regression tests. |
1.27 18 Nov 2013 16:40:05 |
naddy |
* Regenerate patch to fix harmless but confusing warning.
* Add license information.
PR: 183987
Submitted by: Rodrigo Osorio <rodrigo@bebik.net> |
1.27 07 Oct 2013 16:53:54 |
naddy |
Update to 1.27.
Fix dependencies for STATIC option. |
1.26 24 Sep 2013 15:11:03 |
naddy |
Convert to stage and option helpers.
Fix combination of NLS and STATIC options. |
1.26 20 Sep 2013 13:11:21 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
archivers) |
1.26 19 Aug 2013 20:54:39 |
naddy |
Simplify by dropping workarounds for unsupported FreeBSD versions. |
1.26 01 Aug 2013 20:22:27 |
naddy |
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake |
1.26 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
1.26 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.26 18 Dec 2012 21:29:04 |
naddy |
Convert to OptionsNG and trim Makefile headers. |
1.26 23 Sep 2011 22:26:39 |
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 |
1.26 15 Mar 2011 22:13:34 |
naddy |
Update to bugfix release 1.26. |
1.25_1 15 Mar 2011 17:36:21 |
naddy |
Allow building as root.
PR: 155553 |
1.25_1 27 Nov 2010 20:31:19 |
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 |
1.25 24 Nov 2010 18:02:57 |
naddy |
Update to 1.25, which mostly brings miscellaneous bug fixes. |
1.23_3 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
1.23_3 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
1.23_2 11 Jun 2010 19:03:50 |
naddy |
Fix dead loop on extracting existing symlinks with the -k option.
Submitted by: John Hein <jhein@symmetricom.com>
Obtained from: upstream |
1.23_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.23 21 May 2010 16:23:47 |
naddy |
The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION. |
1.23 29 Mar 2010 17:36:26 |
naddy |
Update to 1.23: miscellaneous bug fixes and minor additions. |
1.22_3 24 Mar 2010 18:46:46 |
naddy |
Fix a buffer overflow in the rmt client functionality.
From upstream.
Security: c175d72f-3773-11df-8bb8-0211d880e350 |
1.22_2 21 Jan 2010 15:32:55 |
naddy |
Fix a geline() segfault on 8.0 when using --listed-incremental.
Submitted by: Dennis Noordsij <noordsij@cs.helsinki.fi> |
1.22_1 21 Sep 2009 14:53:38 |
naddy |
You can now use -J to (un)compress xz format files (.tar.xz, .txz).
Feature safe: yes |
1.22 24 Mar 2009 18:12:20 |
naddy |
Mark MAKE_JOBS_SAFE for SMP compilation.
PR: 133014
Submitted by: mm |
1.22 10 Mar 2009 14:25:51 |
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. |
1.21 30 Dec 2008 17:41:11 |
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. |
1.20_1 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
1.20_1 20 Jun 2008 16:22:18 |
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>. |
1.20_1 06 Jun 2008 13:02:32 |
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) |
1.20 21 Apr 2008 16:03:49 |
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. |
1.19 11 Apr 2008 16:11:53 |
naddy |
Work around the assumption that openat() implies the existence of
fdopendir(). FreeBSD 8 has the former, but not the latter.
PR: 122433 |
1.19 16 Jan 2008 02:09:33 |
naddy |
Update to 1.19. Changes in this releases:
* new option --exclude-vcs
* miscellaneous bug fixes |
1.18_1 01 Sep 2007 16:02:47 |
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 |
1.18 15 Aug 2007 19:07:36 |
naddy |
Update to 1.18. Switched to GPLv3, no user visible changes.
PR: 115548
Submitted by: rafan |
1.17_1 23 Jul 2007 09:36:52 |
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 |
1.17_1 13 Jun 2007 15:04:22 |
naddy |
Fix message catalog directories.
Submitted by: kris (pointyhat) |
1.17 10 Jun 2007 20:52:58 |
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. |
1.16.1 13 Dec 2006 21:10:23 |
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. |
1.16_2 30 Nov 2006 20:31:51 |
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 |
1.16_1 16 Nov 2006 00:46:12 |
tmclaugh |
dirrmtry some directories which will be leftover on deinstall.
Notified by: My tinderbox |
1.16 14 Nov 2006 14:44:21 |
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 |
1.15.1_2 18 Mar 2006 20:33:29 |
naddy |
Fix build on 4.x.
PR: 94084
Submitted by: Tod McQuillin <devin@spamcop.net> |
1.15.1_2 04 Mar 2006 14:59:42 |
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 |
1.15.1_1 22 Jan 2006 06:58:31 |
edwin |
SHA256ify
Approved by: krion@ |
1.15.1_1 30 Jan 2005 14:55:41 |
naddy |
Fix command line parsing.
Submitted by: Jiri Pridal <jiri.pridal@jmk.izscr.cz>
Obtained from: GNU CVS |
1.15.1 09 Jan 2005 21:47:15 |
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. |
1.14 10 Jul 2004 19:12:13 |
krion |
Remove USE_GETTEXT |
1.14 10 Jul 2004 18:34:18 |
krion |
Support WITHOUT_NLS |
1.14 15 May 2004 12:59:35 |
naddy |
Update to 1.14, the first new official release in almost five years.
No user-visible changes from the last alpha version. |
1.13.94 28 Apr 2004 21:00:26 |
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. |
1.13.25_8 18 Mar 2004 20:59:15 |
trevor |
Add size data, approved by maintainers. |
1.13.25_8 04 Feb 2004 04:36:30 |
marcus |
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento |
1.13.25_7 23 Jan 2004 18:12:26 |
trevor |
Now gettext 0.12.1 is gettext-old. |
1.13.25_7 31 Oct 2003 02:39:30 |
ijliao |
introduce MASTER_SITE_GNU_ALPHA |
1.13.25_7 26 Aug 2003 20:25:58 |
marcus |
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris |
1.13.25_6 25 Aug 2003 05:41:38 |
marcus |
Chase the libintl.so shared lib version. |
1.13.25_6 16 Aug 2003 10:07:08 |
kris |
Utilize INFO and bump PORTREVISION. |
1.13.25_5 11 Jun 2003 19:41:05 |
naddy |
IGNORE while this is identical to the base system tar.
Suggested by: kuriyama |
1.13.25_5 21 Feb 2003 12:52:53 |
naddy |
pkg-comment -> COMMENT |
1.13.25_5 28 Dec 2002 02:27:33 |
edwin |
Removed stale master_site, informed maintainer.
Noticed by: portsurvey. |
1.13.25_5 05 Oct 2002 07:50:22 |
kris |
Fix a security bug that allows extracted filenames to contain ".." and
bump PORTREVISION.
Submitted by: naddy |
1.13.25_4 01 Aug 2002 16:22:41 |
ade |
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade |
1.13.25_4 07 Jun 2002 06:08:34 |
sobomax |
Sync with src/contrib/tar - re-enable --same-owner for uid 0. |
1.13.25_3 07 Jun 2002 00:07:48 |
sobomax |
Sync with src/contrib/tar - don't assume that user with uid 0 doesn't really
care about umask(2). |
1.13.25_2 04 Jun 2002 12:06:37 |
sobomax |
Unbroke on systems without <langinfo.h>.
PR: 38891
Submitted by: Lev Serebryakov <lev@serebryakov.spb.ru> |
1.13.25_2 02 Jun 2002 10:18:15 |
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. |