Port details |
- aescrypt Command-line AES encryption/decryption suite
- 0.7_2 security =4 0.7_2Version of this port present on the latest quarterly branch.
- Maintainer: mauroeldritch@gmail.com
- Port Added: 2000-12-12 14:12:37
- Last Update: 2024-01-21 21:42:28
- Commit Hash: c6832ad
- People watching this port, also watch:: sox, nasm, vorbis-tools, openssl, lame
- License: BSD4CLAUSE
- WWW:
- https://aescrypt.sourceforge.net/
- Description:
- From the aescrypt README.html:
This is a program for encrypting/decrypting streams of data using
Rijndael and Cipher Block Feedback mode (CFB-128).
...
5. This program was deliberately kept extremely simple. It is not
intended to be a full encryption solution, it is intended to be
used within scripts as part of a complete solution. Keychain
management, public key signatures, etc. are all expected to be
done external to this program.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- aescrypt>0:security/aescrypt
- To install the port:
- cd /usr/ports/security/aescrypt/ && make install clean
- To add the package, run one of these commands:
- pkg install security/aescrypt
- pkg install aescrypt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: aescrypt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (aescrypt-0.7.tar.gz) = 7b17656cbbd76700d313a1c36824a197dfb776cadcbf3a748da5ee3d0791b92d
SIZE (aescrypt-0.7.tar.gz) = 62455
SHA256 (aescrypt-0.7-roam-whopper-01.patch.gz) = bae520d041ac1ee4229162eb200765aff0099f3f4f5c90229a9d477a6420290a
SIZE (aescrypt-0.7-roam-whopper-01.patch.gz) = 7418
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for aescrypt-0.7_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_aescrypt
- 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 |
0.7_2 21 Jan 2024 21:42:28 |
Muhammad Moinur Rahman (bofh) |
security/aescrypt: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
0.7_1 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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) |
0.7_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 ) |
0.7_1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.7_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7_1 27 Aug 2020 17:40:04 |
tcberner |
security/aescrypt: fix build on recent current |
0.7_1 20 Apr 2020 12:29:50 |
tagattie |
- Pass maintainership to submitter
- Add license
PR: 245492
Submitted by: Mauro F Caseres <mauroeldritch@gmail.com>
Approved by: ehaupt (mentor), pizzamig (co-mentor) |
0.7_1 03 Sep 2015 14:09:18 |
amdmi3 |
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
- Other minor fixes
Approved by: portmgr blanket |
0.7_1 02 Mar 2015 23:42:00 |
bapt |
Remove Author from pkg-descr and white space fixes |
0.7_1 13 Nov 2014 09:02:57 |
antoine |
Cleanup plist |
0.7_1 15 Nov 2013 13:01:11 |
ehaupt |
Support staging. |
0.7_1 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
0.7_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.7_1 29 Mar 2013 19:33:42 |
cs |
- Remove A/An in COMMENT
- Trim Header where applicable |
0.7_1 28 Mar 2013 16:29:01 |
eadler |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
0.7_1 27 Feb 2012 20:32:31 |
glarkin |
- Reassign to the heap
Requested by: roam (on ports-developers@) |
0.7_1 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.7_1 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
0.7_1 08 Jun 2008 17:54:35 |
roam |
Perform some much-needed work on aescrypt that somehow lingered for
seven years...
- make aesget actually work with the default keysize (initialize it!)
- do not overflow the key filename buffers while parsing command-line options
- break out common code into a single file
- make the read()/write() loops a bit more robust
- fix lots of compiler warnings
- use snprintf() instead of strcpy()/strcat()
- write mdoc manual pages for aescrypt(1) and aesget(1)
- install the binaries and the manual pages with the correct permission mode |
0.7 24 Jan 2006 01:03:33 |
edwin |
SHA256ify
Approved by: krion@ |
0.7 01 Nov 2004 17:09:55 |
roam |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu> |
0.7 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.7 19 Feb 2003 16:07:30 |
roam |
Remove pkg-comment files in my ports. |
06 Aug 2001 22:27:11 |
roam |
Update to 0.7, which allows use of 192- and 256-bit keys. |
12 Dec 2000 17:12:37 |
roam |
A command-line Rijndael (AES) encryption/decryption utility. |