Port details |
- tarsnap Online encrypted backup service (client)
- 1.0.40_2 sysutils =14 1.0.40_2Version of this port present on the latest quarterly branch.
- Maintainer: cperciva@tarsnap.com
- Port Added: 2009-07-05 09:36:49
- Last Update: 2024-01-28 17:04:11
- Commit Hash: 20fa6b8
- People watching this port, also watch:: pkg, curl, roundcube-php82, git, bash
- License: tarsnap
- WWW:
- https://www.tarsnap.com/
- Description:
- Tarsnap is an online encrypted backup service. It presents a tar-like
command-line interface, but stores data online rather than locally;
using ideas taken from the author's FreeBSD Update and Portsnap
utilities, it maximizes performance by recognizing duplicate data and
only storing it once, and cryptographically encrypts and signs archives
using locally-held keys in order to guarantee that nobody without access
to the key file (including the author) can read or modify archives.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tarsnap>0:sysutils/tarsnap
- To install the port:
- cd /usr/ports/sysutils/tarsnap/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/tarsnap
- pkg install tarsnap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tarsnap
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1644690645
SHA256 (tarsnap-autoconf-1.0.40.tgz) = bccae5380c1c1d6be25dccfb7c2eaa8364ba3401aafaee61e3c5574203c27fd5
SIZE (tarsnap-autoconf-1.0.40.tgz) = 723380
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Run
-
- sysutils/acts
- sysutils/py-tarsnapper
- sysutils/tarsnap-periodic
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- sysutils_tarsnap
- USES:
- gmake tar:tgz ssl
- pkg-message:
- For install:
- If you have never used tarsnap before, you will need to create an account
with the tarsnap service and deposit money into the account before you
can start using tarsnap; see
https://www.tarsnap.com/gettingstarted.html
for details.
Once you have a tarsnap account you will need to create a key file using
the tarsnap-keygen utility before you start storing archives; this key
file MUST BE KEPT IN A SAFE LOCATION since you will not be able to read
your backups without it.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.40_2 28 Jan 2024 17:04:11 |
Gleb Popov (arrowd) Author: Helge Oldach |
*: Move manpages to share/man
Approved by: portmgr (blanket) |
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.0.40_1 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.0.40_1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
1.0.40_1 28 Feb 2022 20:19:34 |
Colin Percival (cperciva) |
sysutils/tarsnap: Enable zsh completion
Now that the tarsnap zsh completion file has been removed from the
shels/zsh-completions port, enable it in the tarsnap port. |
1.0.40 12 Feb 2022 20:30:52 |
Colin Percival (cperciva) |
sysutils/tarsnap: Update to 1.0.40
While I'm here, enable bash completion scripts.
Tarsnap also ships with zsh completion scripts, but they're turned
off in order to avoid conflicting with shells/zsh-completion, which
also has a tarsnap zsh completion script. |
1.0.39 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
1.0.39 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.39 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
1.0.39 29 Jul 2017 04:00:56 |
cperciva |
Update sysutils/tarsnap to 1.0.39. This fixes four crashes, including an
assertion failure after successfully creating an archive containing a file
which was (allegedly) last modified prior to January 1, 1970.
Upgrading is recommended, as (despite their implausibility) it seems that
a large number of people have files with such modification times. |
1.0.38 16 Jul 2017 04:08:52 |
cperciva |
Update tarsnap to version 1.0.38.
Since tarsnap 1.0.38 supports OpenSSL 1.1, remove the BROKEN conditional
on openssl-devel. |
1.0.37_1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.0.37_1 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
1.0.37_1 11 Jun 2016 20:43:37 |
brnrd |
sysutils/tarsnap: Fix OpenSSL linking
- Add USE_OPENSSL
- Pass OPENSSLINC/LIB to configure
Reviewed by: cperciva (maintainer)
Approved by: cperciva (maintainer)
Sponsored by: BSDCan 2016 |
1.0.37 10 Mar 2016 21:05:29 |
cperciva |
Update to tarsnap 1.0.37. |
1.0.36 02 Sep 2015 22:44:12 |
amdmi3 |
- Switch to @sample
Approved by: portmgr blanket |
1.0.36 21 Aug 2015 14:23:15 |
cperciva |
Update tarsnap to 1.0.36.
This removes the SSE2 option since tarsnap now detects that cpu feature
at run-time.
Security: Fixes a denial of service and a maybe-exploitable overflow. |
1.0.35_2 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.0.35_2 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
1.0.35_2 17 May 2014 07:24:47 |
eadler |
LEGAL: fix multiple ports
Rename lang/dmd -> lang/dmd1 (cy)
Merge legal text for net/vmware-vsphere-cli (zi)
Fix sysutils/tarsnap to have text in LEGAL (cperciva)
games/linux-savage restricted reason (acm)
text edit for archivers/rar (gabor)
copy from port to LEGAL for lang/ifc (maho)
copy from LEGAL to port for science/gamess (maho)
add LEGAL_PACKAGE to lang/dmd1 (cy)
This brings the total number of ports with issues to below 100
Approved by: portmgr (implicit) |
1.0.35_2 09 Jan 2014 02:53:37 |
cperciva |
STAGEify.
Submitted by: jgh |
1.0.35_1 03 Jan 2014 13:51:50 |
decke |
- Relax RESTRICTED setting to only avoid that people
accidentally commit patches to this port. Redistribution
in _UNMODIFIED_ form as binary and source is allowed.
PR: misc/185441
Submitted by: myself
Approved by: Colin Percival <cperciva@tarsnap.com> (maintainer) |
1.0.35 07 Oct 2013 10:16:07 |
ak |
- Fix various distinfo artifacts
Approved by: portmgr (bapt) |
1.0.35 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.0.35 25 Jul 2013 18:05:05 |
cperciva |
Update to 1.0.35. This fixes a bug introduced in version 1.0.34 which
could cause tarsnap to crash when unable to connect to the Tarsnap server.
Bug found by: tdb |
1.0.34 13 Jul 2013 22:50:20 |
jgh |
- trim historical header
- convert USE_GMAKE to USES framework
- convert old-style options and drop inclusion of bsd.port.options.mk
PR: 180546
Approved by: cperciva@ (maintainer) |
1.0.34 13 Jul 2013 22:11:35 |
cperciva |
Update to 1.0.34. |
1.0.33 11 Aug 2012 05:39:55 |
cperciva |
Update to 1.0.33.
Migrate to OptionsNG. |
1.0.31 17 Nov 2011 12:42:54 |
cperciva |
Update to 1.0.31.
Feature safe: yes |
1.0.30 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.0.30 25 Aug 2011 10:51:23 |
cperciva |
Update to 1.0.30. |
1.0.29 08 Feb 2011 05:35:40 |
cperciva |
Update to version 1.0.29. This brings the addition of a utility for
re-encrypting Tarsnap data with a new set of keys.
Feature safe: yes |
1.0.28 18 Jan 2011 21:22:57 |
cperciva |
Update to 1.0.28.
With hats: maintainer, security-officer
Feature safe: yes |
1.0.27 03 Sep 2010 18:31:33 |
pgollucci |
- Switch to an http vs https download. The fbsd port verifies
checksums for you thus removing the original reason for using https.
- This also removes the need for wget vs fetch.
- This fixes the file:///distcache//tarsnap-autoconf-1.0.27.tgz: Unsupported
scheme `file'.
error
Submitted by: cperciva (maintainer) |
1.0.27 28 Jun 2010 17:55:31 |
cperciva |
Update to version 1.0.27.
Feature safe: yes |
1.0.26 03 Jun 2010 22:57:37 |
cperciva |
Fetch using wget instead of fetch in order to work around a bug in how
libfetch(3) handles SSL connections. Once libfetch is fixed I'll change
this to an .if ${OSVERSION} check. |
1.0.26 24 Dec 2009 07:55:33 |
cperciva |
Update to version 1.0.26. |
1.0.25 30 Nov 2009 00:01:19 |
cperciva |
Chase content from beta.tarsnap.com to www.tarsnap.com. |
1.0.25 02 Aug 2009 07:07:07 |
cperciva |
Fix SSE2-enabled build on i386.
Reported by: simon |
1.0.25 11 Jul 2009 17:58:29 |
cperciva |
Update to 1.0.25. |
1.0.24 05 Jul 2009 09:36:28 |
cperciva |
Add tarsnap 1.0.24, the client code to the tarsnap secure online backup
service (currently in public beta testing).
WWW: http://www.tarsnap.com/ |