diff options
author | obache <obache@pkgsrc.org> | 2014-12-05 08:48:49 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-05 08:48:49 +0000 |
commit | 07f8cda955ada51b63c939ea555fef4a0cefc374 (patch) | |
tree | 7b7c1367a3b4e9de84c25b54479e973374cf5f39 /mail | |
parent | dfe9723543531201f40a4c3ac63caf475419ff5b (diff) | |
download | pkgsrc-07f8cda955ada51b63c939ea555fef4a0cefc374.tar.gz |
Update libsieve to 2.3.1.
libSieve 2.3.1
--------------
This release is made possible by the tremendous effort of Dilyan Palauzov.
- Many small fixes and improvements.
libSieve 2.3.0
--------------
This release is made possible by the tremendous effort of Dilyan Palauzov.
- Hide internal symbols (do not export them) from the final shared library (works with GCC>=4)
- Add support for DOT in addresses (RFC5322, 4.1. Miscellaneous Obsolete Tokens)
- libsieve is now reentrant
- Add SILENT_RULES to Makefile.am
- Move all Makefile.am-s to single /Makefile.am
- Move the build root from /src/ to /
libSieve 2.2.9
--------------
- Vacation segfault fix (thanks to Paul Stevens).
libSieve 2.2.8
--------------
- Handle empty addresses (thanks to Dilyan Palauzov).
- Short-circuit all(tests) as soon as a test fails (thanks to Dilyan Palauzov).
- Short-circuit any(tests) as soon as a test succeeds (thanks to Dilyan Palauzov).
- Check that 'myaddr' is among those specified in the script (thanks to Paul Stevens).
- Add AM_MAINTAINER_MODE to only rebuild flex/bison sources if required.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libsieve/Makefile | 13 | ||||
-rw-r--r-- | mail/libsieve/distinfo | 8 |
2 files changed, 9 insertions, 12 deletions
diff --git a/mail/libsieve/Makefile b/mail/libsieve/Makefile index 31af2691e1c..843a075f154 100644 --- a/mail/libsieve/Makefile +++ b/mail/libsieve/Makefile @@ -1,23 +1,20 @@ -# $NetBSD: Makefile,v 1.13 2012/10/08 12:19:14 asau Exp $ +# $NetBSD: Makefile,v 1.14 2014/12/05 08:48:49 obache Exp $ # -DISTNAME= libsieve-2.2.7 +DISTNAME= libsieve-2.3.1 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsieve/} +MASTER_SITES= https://github.com/downloads/sodabrew/libsieve/ MAINTAINER= obache@NetBSD.org -HOMEPAGE= http://libsieve.sourceforge.net/ +HOMEPAGE= http://sodabrew.com/libsieve/ COMMENT= Library for parsing, sorting and filtering mail LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c USE_LIBTOOL= yes -USE_TOOLS+= flex bison GNU_CONFIGURE= yes -CONFIGURE_DIRS= src - -PKGCONFIG_OVERRIDE+= src/libsieve.pc.in +PKGCONFIG_OVERRIDE+= libsieve.pc.in SUBST_CLASSES+= stripcr SUBST_STAGE.stripcr= post-extract diff --git a/mail/libsieve/distinfo b/mail/libsieve/distinfo index e3f294637a9..624c8d3158c 100644 --- a/mail/libsieve/distinfo +++ b/mail/libsieve/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/11/13 04:41:00 obache Exp $ +$NetBSD: distinfo,v 1.7 2014/12/05 08:48:49 obache Exp $ -SHA1 (libsieve-2.2.7.tar.gz) = cf8590f45657e893044a2ae3637ea2eb400fa101 -RMD160 (libsieve-2.2.7.tar.gz) = e640874490f7369f7071905171de0be3841284ea -Size (libsieve-2.2.7.tar.gz) = 569646 bytes +SHA1 (libsieve-2.3.1.tar.gz) = 411f51ba772ca2af4c04ea21b95952bdfeba9a0a +RMD160 (libsieve-2.3.1.tar.gz) = fcf8255e65d404c017118a8c31531e2d70de194c +Size (libsieve-2.3.1.tar.gz) = 579265 bytes |