update to rspamd-1.5.5, from Brad

This commit is contained in:
sthen 2017-04-13 09:36:36 +00:00
parent 25f70518ba
commit ad37cbee66
4 changed files with 14 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.32 2017/04/04 20:52:13 sthen Exp $
# $OpenBSD: Makefile,v 1.33 2017/04/13 09:36:36 sthen Exp $
COMMENT= event-driven spam filtering system in C/Lua
DISTNAME= rspamd-1.5.4
DISTNAME= rspamd-1.5.5
EXTRACT_SUFX= .tar.xz
CATEGORIES= mail

View File

@ -1,2 +1,2 @@
SHA256 (rspamd-1.5.4.tar.xz) = 8aH0mlb4k+2cABvbZPiUH2ur6Vw71ng+4+3H/l1h7Do=
SIZE (rspamd-1.5.4.tar.xz) = 1846724
SHA256 (rspamd-1.5.5.tar.xz) = Qvruo7XsIAXndbBzOXrv3xbTDLBHQIMGlyTVvB+ZXts=
SIZE (rspamd-1.5.5.tar.xz) = 1850920

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-CMakeLists_txt,v 1.9 2017/03/08 17:02:13 sthen Exp $
$OpenBSD: patch-CMakeLists_txt,v 1.10 2017/04/13 09:36:36 sthen Exp $
don't pick up libevent2 from ports, otherwise rspamd links against
both libevent from base *and* libevent2
--- CMakeLists.txt.orig Thu Mar 2 11:58:42 2017
+++ CMakeLists.txt Sun Mar 5 15:23:13 2017
@@ -526,14 +526,14 @@ SET(POE_LOOP "Loop::IO_Poll")
--- CMakeLists.txt.orig Fri Apr 7 08:05:52 2017
+++ CMakeLists.txt Wed Apr 12 19:55:03 2017
@@ -527,14 +527,14 @@ SET(POE_LOOP "Loop::IO_Poll")
SET(TAR "tar")
# Platform specific configuration
@ -22,7 +22,7 @@ both libevent from base *and* libevent2
# Find util library
ProcessPackage(LIBUTIL LIBRARY util INCLUDE libutil.h
ROOT ${LIBUTIL_ROOT_DIR} OPTIONAL)
@@ -546,8 +546,14 @@ IF(CMAKE_SYSTEM_NAME MATCHES "^.*BSD$|DragonFly")
@@ -547,8 +547,14 @@ IF(CMAKE_SYSTEM_NAME MATCHES "^.*BSD$|DragonFly")
ENDIF()
SET(POE_LOOP "Loop::Kqueue")
SET(TAR "gtar")
@ -38,7 +38,7 @@ both libevent from base *and* libevent2
IF(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_BSD_SOURCE -DDARWIN")
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "${CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS} -undefined dynamic_lookup")
@@ -679,7 +685,7 @@ ELSE()
@@ -683,7 +689,7 @@ ELSE()
ENDIF()
ProcessPackage(LIBEVENT LIBRARY event INCLUDE event.h INCLUDE_SUFFIXES include/event

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_client_CMakeLists_txt,v 1.3 2016/05/27 09:18:14 sthen Exp $
--- src/client/CMakeLists.txt.orig Tue Mar 15 13:39:30 2016
+++ src/client/CMakeLists.txt Wed Mar 23 17:27:31 2016
@@ -12,8 +12,8 @@ IF (ENABLE_HYPERSCAN MATCHES "ON")
$OpenBSD: patch-src_client_CMakeLists_txt,v 1.4 2017/04/13 09:36:36 sthen Exp $
--- src/client/CMakeLists.txt.orig Fri Mar 31 08:29:45 2017
+++ src/client/CMakeLists.txt Wed Apr 12 19:55:03 2017
@@ -12,8 +12,8 @@ IF(USE_CXX_LINKER)
SET_TARGET_PROPERTIES(rspamc PROPERTIES LINKER_LANGUAGE CXX)
ENDIF()