FreeBSD Bugzilla – Attachment 209266 Details for
Bug 241626
mail/rspamd: [patch] add OpenBLAS support for KANN in Rspamd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update mail/rspamd-devel patch to current Rspamd version
rspamd-devel.patch (text/plain), 2.48 KB, created by
Alexander Moisseev
on 2019-11-20 06:32:17 UTC
(
hide
)
Description:
Update mail/rspamd-devel patch to current Rspamd version
Filename:
MIME Type:
Creator:
Alexander Moisseev
Created:
2019-11-20 06:32:17 UTC
Size:
2.48 KB
patch
obsolete
>Index: mail/rspamd-devel/Makefile >=================================================================== >--- mail/rspamd-devel/Makefile (revision 516775) >+++ mail/rspamd-devel/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= rspamd >-PORTVERSION= 2.1.a1.20191014 >+PORTVERSION= 2.3.a1.20191120 > CATEGORIES= mail > PKGNAMESUFFIX= -devel > >@@ -29,10 +29,11 @@ > USERS= rspamd > GROUPS= rspamd > >-OPTIONS_DEFINE= CGP GPERF >+OPTIONS_DEFINE= BLAS CGP GPERF > OPTIONS_DEFINE_amd64= HYPERSCAN > OPTIONS_SUB= yes > >+BLAS_DESC= Use OpenBLAS to accelerate KANN > CGP_DESC= Install Communigate Pro(tm) helper > GPERF_DESC= Google perf-tools profiling > HYPERSCAN_DESC= Use hyperscan optimizations (amd64 only) >@@ -51,7 +52,7 @@ > -DDEBUG=ON \ > -DGIT_ID=${GH_TAGNAME} > USE_GITHUB= yes >-GH_TAGNAME= fe09a19 >+GH_TAGNAME= b30c5df > > DEBUG_FLAGS= -g -O0 > WITH_DEBUG= yes >@@ -58,6 +59,9 @@ > > USE_RC_SUBR= rspamd > >+BLAS_CMAKE_ON= -DENABLE_BLAS=ON >+BLAS_USES= blaslapack:openblas >+ > GPERF_CMAKE_ON= -DENABLE_GPERF_TOOLS=ON > GPERF_LIB_DEPENDS= libprofiler.so:devel/google-perftools > >Index: mail/rspamd-devel/distinfo >=================================================================== >--- mail/rspamd-devel/distinfo (revision 516775) >+++ mail/rspamd-devel/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1571067018 >-SHA256 (rspamd-rspamd-2.1.a1.20191014-fe09a19_GH0.tar.gz) = ceee5af2a8a40b7e2fabd9fd57e3be737cc6cbd3d375d93b9252feefc69263de >-SIZE (rspamd-rspamd-2.1.a1.20191014-fe09a19_GH0.tar.gz) = 4230877 >+TIMESTAMP = 1574229469 >+SHA256 (rspamd-rspamd-2.3.a1.20191120-b30c5df_GH0.tar.gz) = 7c3b9eac78032b3fe6aa61abe3fc4c912aee1da69e17843c8557ec4ff163f913 >+SIZE (rspamd-rspamd-2.3.a1.20191120-b30c5df_GH0.tar.gz) = 4257851 >Index: mail/rspamd-devel/pkg-plist >=================================================================== >--- mail/rspamd-devel/pkg-plist (revision 516775) >+++ mail/rspamd-devel/pkg-plist (working copy) >@@ -186,6 +186,7 @@ > %%DATADIR%%/lualib/lua_scanners/sophos.lua > %%DATADIR%%/lualib/lua_scanners/spamassassin.lua > %%DATADIR%%/lualib/lua_scanners/vadesecure.lua >+%%DATADIR%%/lualib/lua_scanners/virustotal.lua > %%DATADIR%%/lualib/lua_selectors/extractors.lua > %%DATADIR%%/lualib/lua_selectors/init.lua > %%DATADIR%%/lualib/lua_selectors/maps.lua >@@ -195,6 +196,7 @@ > %%DATADIR%%/lualib/lua_stat.lua > %%DATADIR%%/lualib/lua_tcp_sync.lua > %%DATADIR%%/lualib/lua_util.lua >+%%DATADIR%%/lualib/lua_verdict.lua > %%DATADIR%%/lualib/lupa.lua > %%DATADIR%%/lualib/plugins_stats.lua > %%DATADIR%%/lualib/rescore_utility.lua
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 241626
:
208748
|
208872
|
208914
|
208915
| 209266 |
209268