summaryrefslogtreecommitdiff
path: root/mail/libsieve
AgeCommit message (Collapse)AuthorFilesLines
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2015-11-03Add SHA512 digests for distfiles for mail categoryagc1-1/+2
Problems found locating distfiles: Package mutt: missing distfile patch-1.5.24.rr.compressed.gz Package p5-Email-Valid: missing distfile Email-Valid-1.198.tar.gz Package pine: missing distfile fancy.patch.gz Package postgrey: missing distfile targrey-0.31-postgrey-1.34.patch Package qmail: missing distfile badrcptto.patch Package qmail: missing distfile outgoingip.patch Package qmail: missing distfile qmail-1.03-realrcptto-2006.12.10.patch Package qmail: missing distfile qmail-smtpd-viruscan-1.3.patch Package thunderbird24: missing distfile enigmail-1.7.2.tar.gz Package thunderbird31: missing distfile enigmail-1.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2014-12-05Update libsieve to 2.3.1.obache2-12/+9
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.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2010-05-15LICENSE=gnu-lgpl-v2.1obache1-1/+2
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-11-13Update libsieve to 2.2.7.obache3-8/+11
Changes: libSieve 2.2.7 -------------- - Fixed a duplicate symbol definition (thanks to Wilfried Goesgens). - Fixed a mismatched function declaration (thanks to Eugene Prokopiev). - More cases where Vacation should be ignored (thanks to Dilyan Palauzov). - Generate Vacation handle according to RFC 5230 (thanks to Dilyan Palauzov). - Use of NULL without declaration (thanks to Dilyan Palauzov). - Added pkgconfig support (thanks to Dilyan Palauzov). - Documentation corrections (thanks to Dilyan Palauzov). - Use left-recursion when parsing stringlists (thanks to Dilyan Palauzov).
2008-05-31Strip CR in some files.obache1-1/+6
Should fix build failure on Solaris.
2007-12-17Update libsieve to 2.2.6.obache2-6/+9
This package is DESTDIR ready. libSieve 2.2.6 -------------- - Fix for bracketed comments (thanks to Daniel Shahaf). - More graceful handling of malformed addresses (thanks to Paul Stevens). - Return header and address errors separately from script parse errors.
2007-09-08Re-add libsieve version 2.2.5.obache5-0/+51
This library was forked from CMS Sieve, it had existed here before. Changes from fork: libSieve 2.2.5 -------------- - Allowed CFLAGS to pass through Makefile.am (thanks to Bernard Johnson). - Use # instead of __STRING for assertion stringification. - Fixed off-by-one when reallocing space for repeated headers (thanks to Petri Laine). libSieve 2.2.4 -------------- - Improved several test scripts. - Fixed a memory leak in header parsing. - Fixed a memory leak in comparator lookup. - Accepted patch from Steffen Schuetz to respect :from in vacation action. libSieve 2.2.3 -------------- - Numeric relational comparators were backwards. libSieve 2.2.2 -------------- - Added more test scripts. - Added support for RFC 3431 Relational comparators. - Fixed segfault when parsing group syntax with empty address list. libSieve 2.2.1 -------------- - Removed accidental dependency on Check. - Added exception handling system. - Added test runner scripts to sv_test. libSieve 2.2.0 -------------- - Updated top-level README. - Fixed address test not working. - Fixed innocuous yet annoying GCC 4 warnings. libSieve 2.1.13 --------------- - Fixed capabilities missingspaces. - Fixed alloca.h in vasnprintf for FreeBSD. libSieve 2.1.12 --------------- - Fixed namespace issue with vasnprintf. libSieve 2.1.11 --------------- - Minor fixes to build with flex 2.5.33. - Updated to Vacation draft 6. - Updated to imap4flags. - Dropped support for imapflags. - Added callback for subaddress rather than using a hardcoded user+mailbox format. - Added a callback for debug messages. - Regex is always built in now. - Fixed multiline "text: string ." blocks. libSieve 2.1.10 -------------- - Fixed sieve2_listextensions. - Fixed segfault when client returns null pointers from the getenvelope callback. - Improved handling of extension require's. - Fixed segfault when parsing zero length address. libSieve 2.1.9 -------------- - Fixed subaddress, getenvelope and vacation. - Added additional debugging messages. - Added new and updated draft rfc's. libSieve 2.1.8 -------------- - Created a testsuite of scripts and messages to exercise RFC and Draft comformance. - Fixed a memory allocation issue that prevented the library from being used again after sieve2_free had been called. libSieve 2.1.7 -------------- - Rewrote the API again. I finally like it! - Settled on the LGPL for all of my new code. - Replaced the RSA MD5 implementation with a public domain version. - Documentation updated for the new API. libSieve 2.1.6 -------------- - Added a set of error-retrieval functions. libSieve 2.1.5 -------------- (formerly libsieve 2.2.0_pre3) - CFLAGS now includes -Wall and compiles very cleanly. Messages from lex/yacc are benign. - Namespace cleanups: internal global functions prefixed with "libsieve_" for consistency. - Local regex library, borrowed from GNU glibc 2.3.2. Used under LGPL license version 2.1. - Compiles under Win32 with Visual C++, with many thanks to Brandon Knitter. libSieve 2.1.4 -------------- (formerly libsieve 2.2.0_pre1) - Sieve 2 API has begun. More changes should be expected during the 2.1 series. - All later-CMU code removed and/or replaced; original licensing is now entirely old-CMU style and augmented by the GNU GPL as it is placed on all new code and applies to the distribution as a whole from here forward. - "Poor man's parsers" for RFC 2/822 addresses and message headers replaced with lex/yacc. - Extensive Valgrinding performed to identify memory leaks; no known leaks remain. - Many more changes, amounting to perhaps a 70% rewrite of all code. libSieve 2.1.3 -------------- - Accepted patches from Timo Sirainen: - Added function xstrconcat - Changed strdup to strndup - Changed strcpy to xstrcpy - Changed uglies to xstrconcat - Rebuild .y and .l in Makefile.am - Changed int to size_t where applicable - Added explicit casting where applicable - Accepted patches from Oliver Tappe: - Fixed examples for the web site - Removed useless headers - Now builds on BeOS - Cleaned up lots of K&R style function declarations libSieve 2.1.2 -------------- - Changed `timestamp` to $timestamp in configure scripts. - Added missing autoconf and libtool scripts. - Fixed a typo in index.html libSieve 2.1.1 -------------- - First public release of the libSieve distribution. - com_err library removed. - Conversion to GNU autotools for the build process. libSieve 2.1.0 -------------- - Forked from CMU Sieve 2.1. - SourceForge project site and a new web site and CVS tree and prepared. - Dependencies on libCyrus trimmed to a bare minimum.
2005-03-02Remove libsieve -- very outdated, and has no dependencies.wiz5-64/+0
jlam agrees.
2005-02-24Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-04-25Convert to bl3.wiz1-3/+3
2004-04-25Unused.wiz1-27/+0
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz2-2/+4
Buildlink files: RECOMMENDED version changed to current version.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-02-22Initial import of libsieve-2.1.12, a RFC3028 sieve libraryrh6-0/+92