non port: sysutils/rsyncrypto/Makefile |
SVNWeb
|
Number of commits found: 16 |
Wed, 18 Jan 2023
|
[ 10:36 Nuno Teixeira (eduardo) ] 6423984
*/*: 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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Sat, 13 Aug 2022
|
[ 18:51 Matthias Andree (mandree) ] 875d7c7 (Only the first 10 of 63 ports in this commit are shown above. )
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix.
|
Wed, 20 Jul 2022
|
[ 14:23 Tobias C. Berner (tcberner) ] ea71236 (Only the first 10 of 972 ports in this commit are shown above. )
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 )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 16 Aug 2020
|
[ 18:59 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
|
Tue, 28 Jul 2020
|
[ 06:29 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
|
Mon, 27 Jul 2020
|
[ 12:04 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
|
Wed, 3 Apr 2019
|
[ 20:30 antoine ]
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout
MFH: 2019Q2
|
Sat, 10 Sep 2016
|
[ 04:01 marino ]
sysutils/rsyncrypto: document SSL requirement
Approved by: SSL blanket
|
Thu, 4 Aug 2016
|
[ 02:02 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)
|
Fri, 1 Apr 2016
|
[ 14:25 mat ] (Only the first 10 of 2099 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 2 Jul 2014
|
[ 22:12 amdmi3 ]
- Switch devel/argtable to USES=libtool, drop .la files
- Strip libraries
- Bump dependent ports as .so version has changed
|
Tue, 24 Sep 2013
|
[ 17:35 sunpoet ]
- Use USES=gmake
- Support STAGEDIR
Submitted by: sunpoet (myself)
Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer, via IRC)
|
Fri, 20 Sep 2013
|
[ 23:06 bapt ] (Only the first 10 of 1053 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
|
Sat, 8 Dec 2012
|
[ 07:33 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
|
Number of commits found: 16 |