pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Upgrade rmilter to 1.9.10



Module Name:	pkgsrc-wip
Committed By:	Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By:	bartosz.kuzma
Date:		Mon Feb 13 20:27:23 2017 +0100
Changeset:	fed20162556c8a239215923bfb6242f40f8820bd

Modified Files:
	rmilter/Makefile
	rmilter/distinfo

Log Message:
Upgrade rmilter to 1.9.10

1.9.10:
        * [Feature] Add ZSTD compression support
        * [Feature] Add an easy option to use dkim signing on Rspamd side
        * [Feature] Add compression option for spamd section
        * [Feature] Allow to add extended spam headers for certain recipients
        * [Feature] Implement protocol compression for Rspamd
        * [Feature] Support new Rspamd messages
        * [Fix] Do not assert on empty radix trie
        * [Fix] Fix compression for Rspamd
        * [Fix] Fix decompressed scans
        * [Fix] Strip '\r' from the folded header as required by milter protocol
        * [Rework] Rework rcpt whitelist architecture

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fed20162556c8a239215923bfb6242f40f8820bd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rmilter/Makefile | 4 ++--
 rmilter/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/rmilter/Makefile b/rmilter/Makefile
index f5b83a0384..b9931569d7 100644
--- a/rmilter/Makefile
+++ b/rmilter/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	rmilter
-DISTNAME=	1.9.2
+DISTNAME=	1.10.0
 PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
 CATEGORIES=	mail
 MASTER_SITES=	${MASTER_SITE_GITHUB:=vstakhov/}
@@ -12,7 +12,7 @@ HOMEPAGE=	https://github.com/vstakhov/rmilter/
 COMMENT=	Milter for rspamd
 LICENSE=	2-clause-bsd
 
-WRKSRC=		${WRKDIR}/rmilter-1.9.2
+WRKSRC=		${WRKDIR}/rmilter-1.10.0
 USE_CMAKE=	yes
 
 BUILD_DEFS+=	VARBASE
diff --git a/rmilter/distinfo b/rmilter/distinfo
index f0763a0c5d..7a26c1da26 100644
--- a/rmilter/distinfo
+++ b/rmilter/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (rmilter/1.9.2.tar.gz) = d79446ba70d64851c83ca378e658e6ad29a2a4bb
-RMD160 (rmilter/1.9.2.tar.gz) = 31cecac132abed06f54127042bc84ad9a1d0a958
-SHA512 (rmilter/1.9.2.tar.gz) = 4938515d18d4cff363266348cbd00b85690f889cb479a0e2fb61fa74e1e0deb3e78ec06132537ae001ccec375d0bab10af77c4a4c6fb248dc7f9f929c5a57eb9
-Size (rmilter/1.9.2.tar.gz) = 264637 bytes
+SHA1 (rmilter/1.10.0.tar.gz) = 325a8160b0b4a4f4a3468eb4fe8e29d1082f6208
+RMD160 (rmilter/1.10.0.tar.gz) = eac503d571bd8c79214be74de5c1005f7ed314fc
+SHA512 (rmilter/1.10.0.tar.gz) = bef62d6dd4190b9a28e751cc598d201f0f994a08def46ae68587d1cc956e7e209ae540d91241545dc4efd055b4bf2b95039f0e9649448e5506f17ec37240adf8
+Size (rmilter/1.10.0.tar.gz) = 390583 bytes


Home | Main Index | Thread Index | Old Index