Port details |
- libsodium Library to build higher-level cryptographic tools
- 1.0.19 security
=21 1.0.19Version of this port present on the latest quarterly branch. - Maintainer: vsevolod@FreeBSD.org
 - Port Added: 2013-02-28 16:45:41
- Last Update: 2024-05-24 10:02:59
- Commit Hash: 3d1bb5a
- People watching this port, also watch:: libxml2, pkg, expat, indexinfo, gettext-runtime
- License: ISCL
- WWW:
- https://github.com/jedisct1/libsodium/
- Description:
- libsodium is a library for network communication, encryption,
decryption, signatures, etc.
libsodium is a portable, cross-compilable, installable,
packageable, API-compatible version of NaCl(security/nacl).
NaCl's goal is to provide all of the core operations needed
to build higher-level cryptographic tools.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libsodium>0:security/libsodium
- To install the port:
- cd /usr/ports/security/libsodium/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libsodium
- pkg install libsodium
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libsodium
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716542819
SHA256 (libsodium-1.0.19.tar.gz) = 018d79fe0a045cca07331d37bd0cb57b2e838c51bc48fd837a1472e50068bbea
SIZE (libsodium-1.0.19.tar.gz) = 1945523
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Build
-
- security/R-cran-sodium
- for Libraries
-
- audio/owntone
- audio/shairport-sync
- devel/fbthrift
- devel/folly
- devel/pijul
- dns/dnscrypt-wrapper
- dns/dnsdist
-
Deleted ports which required this port:
- for Run
-
- security/R-cran-sodium
-
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:
- ===> The following configuration options are available for libsodium-1.0.19:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- security_libsodium
- USES:
- libtool pathfix pkgconfig
- 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.0.19 24 May 2024 10:02:59
    |
Nuno Teixeira (eduardo)  |
security/libsodium: Fix aarch64 build
Apply upstream patch to fix build on aarch64
PR: 278259
Reported by: Thierry Dussuet <thierry.dussuet@protonmail.com>
Approved by: portmgr (blanket) |
1.0.19 20 May 2024 10:33:03
    |
Vsevolod Stakhov (vsevolod)  |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
1.0.18 15 Sep 2023 05:10:21
    |
Koichiro Iwao (meta)  |
security/libsodium: Revert "security/libsodium: Update to 1.0.19"
This reverts commit 0ff061cd7a64813e1088f962c3b8521823f72bb1.
Revert update until creating consumers list to bump. There are at least
72 explicit consumers and some more implicit consumers. Hold on to old
version until creating complete list of consumers.
Approved by: blanket (runtime fixes) |
1.0.19 14 Sep 2023 14:15:44
    |
Vsevolod Stakhov (vsevolod)  |
security/libsodium: Update to 1.0.19 |
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.18 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.18 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.18 16 Aug 2019 18:11:45
  |
sunpoet  |
Add LICENSE_FILE
- Pet portlint
PR: 238966
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 6 weeks) |
1.0.18 13 Aug 2019 14:05:02
  |
vsevolod  |
- Update to 1.0.18
- Remove random hack as it's meaningful merely on Linux
- Skip bump of revision as public API has not changed
PR: 236602
Reported by: Oleh Hushchenkov <o.hushchenkov@gmail.com> |
1.0.16 08 Jan 2019 13:31:52
  |
tobik  |
Do not set TEST_TARGET twice |
1.0.16 14 Mar 2018 22:39:11
  |
vsevolod  |
- Update to 1.0.16
PR: 226612
Submitted by: jlduran at gmail.com |
1.0.15 27 Feb 2018 13:03:48
  |
mat  |
Switch some MASTER_SITES from http/ftp to https.
Also some cleanup of dead entries.
PR: 226203
Submitted by: Sam H
Sponsored by: Absolight |
1.0.15 22 Oct 2017 10:09:33
  |
vsevolod  |
- Update libsodium to 1.0.15 [1]
- Bump revisions for all dependent ports
PR: 223147 [1]
Submitted by: Greg V [1] |
1.0.12 21 Mar 2017 16:21:19
  |
vsevolod  |
- Update to 1.0.12
PR: 217979
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> |
1.0.11_1 10 Jan 2017 18:38:41
  |
sunpoet  |
Convert to options target helper |
1.0.11_1 09 Jan 2017 09:53:53
  |
amdmi3  |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
- Switch to new test framework
Approved by: portmgr blanket |
1.0.11_1 20 Nov 2016 09:38:09
  |
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.0.11 27 Sep 2016 19:43:33
  |
vsevolod  |
- Update to 1.0.11
No bump for dependent port is required as this version has no API changes |
1.0.10 12 Jul 2016 22:03:52
  |
marino  |
security/libsodium: Upgrade version 1.0.8 => 1.0.10
Also bump all ports that depend on libsodium.
PR: 210999
Submitted by: manu
Approved by: vsevolod (maintainer) |
1.0.8 24 Mar 2016 14:36:25
  |
mat  |
Oh, it had been fixed just before.
Reported by: antoine
Pointy hat: mat
Sponsored by: Absolight |
1.0.8 24 Mar 2016 13:14:45
  |
mat  |
Mark broken on 9.
crypto_generichash/blake2/ref/blake2b-compress-ssse3.c: In function
'blake2b_compress_ssse3':
crypto_generichash/blake2/ref/blake2b-compress-ssse3.c:66: note: use
-flax-vector-conversions to permit conversions between vectors with differing
element types or numbers of subparts
crypto_generichash/blake2/ref/blake2b-compress-ssse3.c:66: error: incompatible
type for argument 1 of '__builtin_ia32_psrlqi128'
Sponsored by: Absolight |
1.0.8 24 Mar 2016 12:05:13
  |
vsevolod  |
- Fix build on 9.x
- Remove invalid mirror |
1.0.8 23 Mar 2016 09:20:35
  |
vsevolod  |
- Update libsodium to 1.0.8
- Bump revisions of all dependant ports
PR: 206482
Submitted by: lev, w.schwarzenfeld@aon.at |
1.0.3 13 Jun 2015 16:14:55
  |
vsevolod  |
- Updated libsodium to 1.0.3 [1]
- Bump revision for dependent ports
PR: 200548 [1]
Submitted by: rsimmons0 at gmail.com [1] |
1.0.2 05 Feb 2015 21:14:31
  |
vsevolod  |
- Update to 1.0.2
- Resolve undefined reference for pre-10 i386 FreeBSD [1]
- Do not touch dependant ports as SONAME is unchanged
PR: 193281 [1]
Submitted by: Andriy Voskoboinyk <s3erios at gmail.com> [1] |
1.0.1 24 Nov 2014 14:36:53
  |
vsevolod  |
- Update libsodium to 1.0.1
- Bump revison for dependent ports |
1.0.0 11 Oct 2014 19:36:49
  |
vsevolod  |
- Update to 1.0.0
Reported by: urras <urras at tox.im> via private email |
0.7.1 23 Sep 2014 11:41:04
  |
vsevolod  |
- Upgrade to 0.7.1.
No incompatible API changes were introduced, so dependant ports revision bump is
not required.
PR: 193790
Submitted by: thierry |
0.7.0_1 27 Aug 2014 17:07:51
  |
vsevolod  |
- Fix plist issues
- Bump revision |
0.7.0 27 Aug 2014 12:31:11
  |
vsevolod  |
- Update libsodium to 0.7.0
- Take maintainership
- Update revisions of dependent ports |
0.4.5_1 27 Aug 2014 08:16:30
  |
bapt  |
Reset maintainership, the maintainer has no time for it
Submitted by: former maintainer |
0.4.5_1 07 Jul 2014 13:54:24
  |
tijl  |
- Convert security/libsodium to USES=libtool and bump dependent ports
- Run "make check" from regression-test target
- dns/curvedns: white space fixes |
0.4.5 24 Oct 2013 21:45:05
  |
danilo  |
- Update from 0.4.3 to 0.4.5
PR: ports/183243
Submitted by: csosstudy <csosstudy@gmail.com> (maintainer) |
0.4.3 11 Oct 2013 13:43:52
  |
danilo  |
- Update from 0.4.2 to 0.4.3
- Add USES=pkgconfig
- Add stage support
PR: ports/182591
Submitted by: csosstudy <csosstudy@gmail.com> (maintainer)
Approved by: wg (mentor) |
0.4.2 20 Sep 2013 22:55:26
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.4.2 13 Jul 2013 11:16:05
  |
madpilot  |
Update to 0.4.2
PR: ports/180450
Submitted by: csosstudy <csosstudy@gmail.com> (maintainer) |
0.4.1 21 May 2013 11:55:17
  |
wg  |
- Do not install COPYING, LICENSE is already defined [1]
- While I'm here rephrase COMMENT [2]
Submitted by: danfe [1], culot [2] (via email)
Approved by: culot (mentor) |
0.4.1 20 May 2013 10:30:45
  |
wg  |
- Update to 0.4.1
Changes: https://github.com/jedisct1/libsodium/blob/8cb86026/NEWS
PR: ports/178259
Submitted by: csosstudy <csosstudy@gmail.com> (maintainer)
Approved by: culot (mentor) |
0.4 27 Apr 2013 13:50:42
  |
madpilot  |
- Update to 0.4
- Add PORTDOCS and respect DOCS option
PR: ports/178173
Submitted by: csosstudy <csosstudy@gmail.com> (maintainer) |
0.3 28 Feb 2013 16:45:32
  |
miwi  |
libsodium is a library for network communication, encryption,
decryption, signatures, etc.
libsodium is a portable, cross-compilable, installable,
packageable, API-compatible version of NaCl(security/nacl).
NaCl's goal is to provide all of the core operations needed
to build higher-level cryptographic tools.
WWW: https://github.com/jedisct1/libsodium
Submitted by: "csosstudy E." <csosstudy@gmail.com>
PR: ports/176493 |