Port details |
- rsyncrypto Rsync Friendly File Encryption
- 1.14_2 sysutils =2 1.14_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2012-12-08 07:34:08
- Last Update: 2024-02-26 07:04:52
- Commit Hash: 47c0153
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: net
- License: GPLv2+
- WWW:
- https://rsyncrypto.lingnu.com/
- Description:
- Rsyncrypto is a modified encryption scheme. It is based on industry standard
AES for symmetric encryption, as well as RSA for having different keys for
each file while allowing a single key to decrypt all files. It even uses an
encryption mode that is based on CBC.
Rsyncrypto does, however, do one thing differently. It changes the encryption
schema from plain CBC to a slightly modified version. This modification ensures
that two almost identical files, such as the same file before an after a
change, when encrypted using rsyncrypto and the same key, will produce almost
identical encrypted files. This means that both objectives can be achieved
simultaneously.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rsyncrypto>0:sysutils/rsyncrypto
- To install the port:
- cd /usr/ports/sysutils/rsyncrypto/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/rsyncrypto
- pkg install rsyncrypto
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rsyncrypto
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1504722542
SHA256 (rsyncrypto-1.14.tar.bz2) = 4f1e2605449c7d35b69d77bce95cb652a8ba1a0996b3babd776fcc98a5a7deff
SIZE (rsyncrypto-1.14.tar.bz2) = 405166
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
- Runtime dependencies:
-
- rsync : net/rsync
- Library dependencies:
-
- libargtable2.so : devel/argtable
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for rsyncrypto-1.14_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_rsyncrypto
- USES:
- compiler:c++11-lang gmake localbase ssl tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14_2 26 Feb 2024 07:04:52 |
Muhammad Moinur Rahman (bofh) |
sysutils/rsyncrypto: Moved man to share/man
Approved by: portmgr (blanket) |
1.14_1 18 Jan 2023 10:36:11 |
Nuno Teixeira (eduardo) |
*/*: Maintainer reset for linpct@gmail.com
Many consecutive timeouts. We thank linpct for all his efforts and
hope to see him back in the future.
PR: 267643 |
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.14_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.14_1 13 Aug 2022 18:51:14 |
Matthias Andree (mandree) |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix. |
1.14 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.14 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.14 16 Aug 2020 18:59:13 |
pkubaj |
sysutils/rsyncrypto: fix build on GCC architectures
Use C++11 compiler:
crypt_key.h:54: error: ISO C++ forbids declaration of 'unique_ptr' with no type |
1.14 28 Jul 2020 06:29:13 |
danfe |
Allow to build against pre-1.1.0 versions of OpenSSL which are still
used in FreeBSD 11.x and would be supported until September 30, 2021.
PR: 248168 |
1.14 27 Jul 2020 12:04:45 |
danfe |
- Update to version 1.14 which works against modern OpenSSL versions
- Correctly register dependency on `devel/argtable' as LIB_DEPENDS
- While here: adjust LICENSE, switch to USES+=localbase, install the
standard set of documentation files
PR: 248168 |
1.12_2 03 Apr 2019 20:30:23 |
antoine |
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2 |
1.12_2 10 Sep 2016 04:01:42 |
marino |
sysutils/rsyncrypto: document SSL requirement
Approved by: SSL blanket |
1.12_2 04 Aug 2016 02:02:17 |
marino |
sysutils/rsyncrypto: Remove redundant dependency on gzip
A dependency on gzip will never be registered since gzip is available
on all supported platforms (since FreeBSD 7.0). Rsyncrypto hasn't
registered gzip in years, so remove the misleading pkg-message while
we are at it (requires a revbump)
Approved by: infrastructure blanket (removal of redundant deps) |
1.12_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.12_1 02 Jul 2014 22:12:53 |
amdmi3 |
- Switch devel/argtable to USES=libtool, drop .la files
- Strip libraries
- Bump dependent ports as .so version has changed |
1.12 24 Sep 2013 17:35:41 |
sunpoet |
- Use USES=gmake
- Support STAGEDIR
Submitted by: sunpoet (myself)
Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC) |
1.12 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.12 08 Dec 2012 07:33:48 |
jgh |
- add new port: sysutils/rsyncrypto
Rsyncrypto is a modified encryption scheme. It is based on industry standard
AES for symmetric encryption, as well as RSA for having different keys for
each file while allowing a single key to decrypt all files. It even uses an
encryption mode that is based on CBC.
Rsyncrypto does, however, do one thing differently. It changes the encryption
schema from plain CBC to a slightly modified version. This modification ensures
that two almost identical files, such as the same file before an after a
change, when encrypted using rsyncrypto and the same key, will produce almost
identical encrypted files. This means that both objectives can be achieved
simultaneously.
WWW: http://rsyncrypto.lingnu.com/
PR: 169840
Submitted by: linpct@gmail.com
Feature safe: yes |