FreeBSD Bugzilla – Attachment 232809 Details for
Bug 262917
security/palisade: Update to 1.11.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update palisade to 1.11.6
0001-Update-security-palisade-to-1.11.6.patch (text/plain), 3.69 KB, created by
waitman
on 2022-03-30 01:52:29 UTC
(
hide
)
Description:
update palisade to 1.11.6
Filename:
MIME Type:
Creator:
waitman
Created:
2022-03-30 01:52:29 UTC
Size:
3.69 KB
patch
obsolete
>From 121b9b11c241f35414468ff464804ba8115af0ef Mon Sep 17 00:00:00 2001 >From: Waitman Gobble <wago@waitman.net> >Date: Tue, 29 Mar 2022 21:32:49 -0400 >Subject: [PATCH] Update security/palisade to 1.11.6 > >--- > security/palisade/Makefile | 14 ++++++++------ > security/palisade/distinfo | 6 +++--- > security/palisade/pkg-plist | 6 +++--- > 3 files changed, 14 insertions(+), 12 deletions(-) > >diff --git a/security/palisade/Makefile b/security/palisade/Makefile >index f600ccf24c92..779a71de8297 100644 >--- a/security/palisade/Makefile >+++ b/security/palisade/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= palisade > DISTVERSIONPREFIX= v >-DISTVERSION= 1.11.5 >+DISTVERSION= 1.11.6 > CATEGORIES= security math > > MAINTAINER= yuri@FreeBSD.org >@@ -12,13 +12,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > BROKEN_i386= fails to build: a declaration of 'Mul128' must be available > BROKEN_powerpc64= fails to build: math/native_int/binint.h:510:11: error: Architecture not supported for MultD() > >-BUILD_DEPENDS= autoconf:devel/autoconf # possibly a mistake in the project >- > USES= cmake:noninja,testing localbase # compiler:c++11-lang > USE_GITLAB= yes > USE_GITHUB= nodefault > GL_PROJECT= palisade-release # there's also palisade-development >-GL_COMMIT= d76213499af44558170cca6c72c5314755fec23c >+GL_COMMIT= 0860127401ab794591f931fa2c61426c7b56ee2d > GH_TUPLE= \ > JerryRyan:cereal:a384b101:cereal/third-party/cereal \ > google:benchmark:e451e50e:benchmark/third-party/google-benchmark \ >@@ -37,9 +35,13 @@ BINARY_ALIAS= git=false > > LDFLAGS+= -pthread # only for tests: see https://gitlab.com/palisade/palisade-release/-/issues/23 > >-OPTIONS_DEFINE= OPENMP >+OPTIONS_DEFINE= OPENMP HEXL > OPTIONS_DEFAULT= OPENMP > >-OPENMP_CMAKE_BOOL= USE_OpenMP >+HEXL_DESC= Use Intel Hexl Library >+ >+OPENMP_CMAKE_BOOL= WITH_OPENMP >+HEXL_CMAKE_BOOL= WITH_HEXL >+HEXL_LIB_DEPENDS= libhexl.so:security/hexl > > .include <bsd.port.mk> >diff --git a/security/palisade/distinfo b/security/palisade/distinfo >index 96882857a849..5edd266147ff 100644 >--- a/security/palisade/distinfo >+++ b/security/palisade/distinfo >@@ -1,9 +1,9 @@ >-TIMESTAMP = 1633574513 >+TIMESTAMP = 1648601582 > SHA256 (JerryRyan-cereal-a384b101_GH0.tar.gz) = 0fba03b7e2e1a150a112fc90e18bfb9274e3830393af99d0c91f9abef62e9ff3 > SIZE (JerryRyan-cereal-a384b101_GH0.tar.gz) = 345431 > SHA256 (google-benchmark-e451e50e_GH0.tar.gz) = 08bb0426f54c10da1264384955e4389d21d2bc5c3727749a07b2e19000d38ebd > SIZE (google-benchmark-e451e50e_GH0.tar.gz) = 177554 > SHA256 (google-googletest-8b4817e3_GH0.tar.gz) = c632dd39ef6729cd198bb7c3f0b20e2efa36475cf3a082883f4809a2b26e9556 > SIZE (google-googletest-8b4817e3_GH0.tar.gz) = 873457 >-SHA256 (palisade-palisade-release-d76213499af44558170cca6c72c5314755fec23c_GL0.tar.gz) = 7b25f53ec7176424dbd01e05f191f5d7b6efa72b2c9fe7efc6e1a1367f2f70ef >-SIZE (palisade-palisade-release-d76213499af44558170cca6c72c5314755fec23c_GL0.tar.gz) = 1210353 >+SHA256 (palisade-palisade-release-0860127401ab794591f931fa2c61426c7b56ee2d_GL0.tar.gz) = bafc1778c5e9956f9d683c2bcc16ce90b0d16ca933e4bb406091116f03fc9824 >+SIZE (palisade-palisade-release-0860127401ab794591f931fa2c61426c7b56ee2d_GL0.tar.gz) = 1222274 >diff --git a/security/palisade/pkg-plist b/security/palisade/pkg-plist >index 84426dd531b6..4a66bf54cfc1 100644 >--- a/security/palisade/pkg-plist >+++ b/security/palisade/pkg-plist >@@ -204,10 +204,10 @@ lib/Palisade/PalisadeTargets-%%CMAKE_BUILD_TYPE%%.cmake > lib/Palisade/PalisadeTargets.cmake > lib/libPALISADEbinfhe.so > lib/libPALISADEbinfhe.so.1 >-lib/libPALISADEbinfhe.so.1.11.5 >+lib/libPALISADEbinfhe.so.1.11.6 > lib/libPALISADEcore.so > lib/libPALISADEcore.so.1 >-lib/libPALISADEcore.so.1.11.5 >+lib/libPALISADEcore.so.1.11.6 > lib/libPALISADEpke.so > lib/libPALISADEpke.so.1 >-lib/libPALISADEpke.so.1.11.5 >+lib/libPALISADEpke.so.1.11.6 >-- >2.35.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 262917
: 232809