Port details |
- palisade PALISADE lattice cryptography library for Fully Homomorphic Encryption
- 1.11.9 security
=2 1.11.9Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2019-12-20 22:56:46
- Last Update: 2024-10-30 19:58:29
- Commit Hash: 3768fc6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: math
- License: BSD2CLAUSE
- WWW:
- https://palisade-crypto.org
- Description:
- PALISADE is a general lattice cryptography library that currently includes
efficient implementations of the following lattice cryptography capabilities:
* Fully Homomorphic Encryption (FHE)
* Brakerski/Fan-Vercauteren (BFV) scheme for integer arithmetic
* Brakerski-Gentry-Vaikuntanathan (BGV) scheme for integer arithmetic
* Cheon-Kim-Kim-Song (CKKS) scheme for real-number arithmetic
* Ducas-Micciancio (FHEW) and Chillotti-Gama-Georgieva-Izabachene (TFHE) schemes
for Boolean circuit evaluation
* Stehle-Steinfeld scheme for limited integer arithmetic
* Multi-Party Extensions of FHE (to support multi-key FHE)
* Threshold FHE for BGV, BFV, and CKKS schemes
* Proxy Re-Encryption for BGV, BFV, and CKKS schemes
* Digital Signature
* Identity-Based Encryption
* Ciphertext-Policy Attribute-Based Encryption
PALISADE is in the maintenance-only mode, and no new features will be added.
Please use security/openfhe for new development.
Existing projects should consider switching to security/openfhe.
PALISADE will be deprecated in the future in favor of security/openfhe.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- palisade>0:security/palisade
- No installation instructions:
- This port has been deleted.
- PKGNAME: palisade
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1713381099
SHA256 (JerryRyan-cereal-a384b101_GH0.tar.gz) = 0fba03b7e2e1a150a112fc90e18bfb9274e3830393af99d0c91f9abef62e9ff3
SIZE (JerryRyan-cereal-a384b101_GH0.tar.gz) = 345431
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:
-
- autoconf : devel/autoconf
- cmake : devel/cmake-core
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for palisade-1.11.9:
HEXL=off: Use Intel Hexl Library
OPENMP=on: Parallel processing support via OpenMP
===> Use 'make config' to modify these settings
- Options name:
- security_palisade
- USES:
- cmake:noninja,testing localbase
- 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.11.9 30 Oct 2024 19:58:29
    |
Yuri Victorovich (yuri)  |
security/palisade: Remove |
1.11.9 01 Oct 2024 18:56:20
    |
Rene Ladan (rene)  |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
1.11.9 03 May 2024 18:20:08
    |
Yuri Victorovich (yuri)  |
security/palisade: Removbe -Werror to fix build on 15
Reported by: fallout |
1.11.9 26 Apr 2024 06:59:49
    |
Yuri Victorovich (yuri)  |
security/palisade: Fix build on 15 by removing -Werror
Reported by: fallout |
1.11.9 18 Apr 2024 06:02:40
    |
Yuri Victorovich (yuri)  |
security/palisade: update 1.11.6 → 1.11.9 |
1.11.6 12 Jul 2023 18:56:04
    |
Felix Palmen (zirias)  |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.11.6 06 Jun 2023 17:47:38
    |
Muhammad Moinur Rahman (bofh)  |
security/palisade: Fix build with llvm15
Approved by: portmgr (blanket) |
1.11.6 06 Dec 2022 03:51:49
    |
Piotr Kubaj (pkubaj)  |
security/palisade: fix build on powerpc64* and libomp-less architectures |
1.11.6 01 Dec 2022 18:42:19
    |
Yuri Victorovich (yuri)  |
security/palisade: Add to pkg-descr that palisade is being replaced
... with security/openfhe. |
1.11.6 01 Dec 2022 15:37:11
    |
Yuri Victorovich (yuri)  |
security/palisade: Correct typo in pkg-descr |
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.11.6 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.11.6 20 Jul 2022 19:05:37
    |
Yuri Victorovich (yuri)  |
security/palisade: Add BROKEN lines
Reported by: fallout |
1.11.6 15 Jul 2022 00:33:05
    |
Yuri Victorovich (yuri)  |
security/palisade: Broken on armv6
Reported by: fallout |
1.11.6 30 Mar 2022 06:00:45
    |
Yuri Victorovich (yuri)  |
security/palisade: Update 1.11.5 -> 1.11.6
PR: 262917
Submitted by: waitman@waitman.net (original version) |
1.11.5 19 Oct 2021 08:36:47
    |
Tobias Kortkamp (tobik)  |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
1.11.5 07 Oct 2021 08:27:38
    |
Yuri Victorovich (yuri)  |
security/palisade: Update 1.11.4 -> 1.11.5
Reported by: portscout |
1.11.4 26 Aug 2021 05:38:53
    |
Yuri Victorovich (yuri)  |
security/palisade: Update 1.11.3 -> 1.11.4
Also
* replace do-test with cmake:testing
* not force specific clang version |
1.11.3 01 Jun 2021 18:25:19
    |
Yuri Victorovich (yuri)  |
security/palisade: Update 1.10.6 -> 1.11.3
Reported by: upstream via e-mail |
1.10.6 09 Apr 2021 18:44:23
    |
Matthias Fechner (mfechner)  |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
1.10.6 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.10.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.10.6 14 Dec 2020 23:49:40
  |
yuri  |
security/palisade: Update 1.10.5 -> 1.10.6 |
1.10.5 07 Oct 2020 18:16:45
  |
yuri  |
security/palisade: Remove unnecessary patches removing the REQUIRED attribute
from cmake's find_package(Threads) |
1.10.5 02 Oct 2020 21:28:33
  |
yuri  |
security/palisade: Update 1.10.3 -> 1.10.5
Reported by: upstream developer |
1.10.3 27 Aug 2020 18:19:26
  |
yuri  |
security/palisade: Update 1.10.1 -> 1.10.3 |
1.10.1_1 08 Jul 2020 22:21:25
  |
yuri  |
security/palisade: Remove dependency on NTL
It is dropped since 1.10.0
Reported by: upstream |
1.10.1 08 Jul 2020 19:51:01
  |
yuri  |
security/palisade: Remove the unnecessary gperftools dependency
Reported by: upstream |
1.10.1 01 Jul 2020 17:21:26
  |
yuri  |
security/palisade: Fix long line in pkg-descr |
1.10.1 01 Jul 2020 17:12:11
  |
yuri  |
security/palisade: Update pkg-descr
Requested by: upstream |
1.10.1 26 Jun 2020 21:36:03
  |
yuri  |
security/palisade: 1.9.1 -> 1.10.1
Reported by: portscout |
1.9.1 07 Apr 2020 23:57:10
  |
yuri  |
security/palisade: Fix build
Backport the upstream pull request fixing the issue.
Reported by: fallout |
1.9.1 28 Mar 2020 02:24:41
  |
yuri  |
security/palisade: Update 1.8.0 -> 1.9.1 |
1.8.0_2 22 Feb 2020 18:51:58
  |
yuri  |
security/palisade: Add the OPENMP option |
1.8.0_1 21 Feb 2020 02:53:11
  |
yuri  |
security/palisade: Remove the dependency on gcc by using the WITH_NTL=Y option
libntl contains a replacement of the quadmath.h header that is missing in clang,
which necessitated the use of gcc.
Also update COMMENT and WWW. |
1.8.0 19 Feb 2020 04:32:43
  |
yuri  |
security/palisade: Update 1.7.4 -> 1.8.0 |
1.7.4 24 Jan 2020 08:36:49
  |
yuri  |
security/palisade: Update 1.7.d -> 1.7.4
Reported by: upstream |
1.7.d 16 Jan 2020 05:03:58
  |
yuri  |
security/palisade: Update 1.7.c.20191227 -> 1.7.d
Reported by: upstream |
1.7.c.20191227 05 Jan 2020 03:59:51
  |
linimon  |
Add compiler:c++11-lang to USES to try to fix build on GCC-based
systems:
CMake Error at CMakeLists.txt:112 (message): GCC version must be at least 6.1!
Unfortunately this merely gets to a failure later on in the build
for powerpc64.
Approved by: portmgr (tier-2 blanket) |
1.7.c.20191227 27 Dec 2019 20:11:47
  |
yuri  |
security/palisade: Update 1.7.0.b.20191219 -> 1.7.c.20191227 |
1.7.0.b.20191219 27 Dec 2019 00:41:47
  |
yuri  |
security/palisade: Add BROKEN_i386
Reported by: fallout |
1.7.0.b.20191219 20 Dec 2019 22:56:37
  |
yuri  |
New port: security/palisade: PALISADE lattice cryptography library |