summaryrefslogtreecommitdiff
path: root/mail/p5-Net-ManageSieve
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26mail: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles were unfetchable (possibly fetched conditionally?): ./mail/qmail/distinfo netqmail-1.05-TAI-leapsecs.patch
2021-10-07mail: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2019-06-30Update packages using a search.cpan.org HOMEPAGE to metacpan.org.nia1-2/+2
The former now redirects to the latter. This covers the most simple cases where http://search.cpan.org/dist/name can be changed to https://metacpan.org/release/name. Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2018-08-22Recursive bump for perl5-5.28.0wiz1-1/+2
2017-09-17p5-Net-ManageSieve: update to 0.13.wiz3-27/+7
0.13 Mon Jan 4 11:44:52 CET 2016 -fix: Escape braces in regexp / Debian bug#809102 / CPAN bug #110664 Unescaped braces in regexp are deprecated and issue a warning when used in Perl 5.22. -fix: typo CPAN bug #110668 Debian
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-01-04Update p5-Net-ManageSieve to 0.12markd3-8/+26
fix perl 5.22 warning 0.12 Thu Jan 12 16:22:42 CEST 2012 -fix: remove signature check causing too many failures of automatic checks 0.11 Fri Jul 8 15:45:42 CEST 2010 -fix: spelling CPAN bug #59225 Ansgar Burchardt -fix: META.yml CPAN bug #62606 ANDK
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-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2010-09-21Updating mail/p5-Net-ManageSieve from 0.08nb1 to 0.10sno2-7/+6
Upstream changes: 0.10 Fri Jul 8 15:45:42 CEST 2010 - fix: authentificate against Cyrus CPAN bug #58192 Rudy Gevaert You can pass different user and authname to auth() now - fix: added missed entry in Changes of v0.09 - fix: stall in select() CPAN bug #58235 Rudy Gevaert When the SSL layer buffers data, select() does not return true, hence, is not indicating that pending data. It seems that select() queries the TCP stack only. The now choosen maximal size in sysread() is larger than the block size of Net::SSLeay at the current time of 32KB. 0.09 Thu Sep 24 14:29:07 CEST 2009 - fix: CPAN bug#49333: bug in Mangesieve by Oliver Eales base64 encoded password in fallback branch contains line feeds
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-09-16Updating mail/p5-Net-ManageSieve from 0.06 to 0.08sno2-6/+7
pkgsrc changes: - Adding license definition Upstream changes: 0.08 Tue Aug 4 13:56:26 CEST 2009 - chg: accept ucfirst options on new() constructor for all options CPAN bug #48349 MDOM - fix: documentation bug about to pass "tls" to IO::Socket 0.07 Tue Aug 4 13:56:26 CEST 2009 - add: on_fail option for constructor CPAN bug #48286 Mario Domgoergen - fix: missing call to _set_error() when TLS fails
2008-10-31Import p5-Net-ManageSieve-0.06 as mail/p5-Net-ManageSieve.obache3-0/+24
Packaged by Edgar Fuss and provided by PR 39828. Net::ManageSieve implements a client interface to the ManageSieve protocol (http://tools.ietf.org/html/draft-martin-managesieve-09).