Wed Feb 3 11:48:05 2010 UTC ()
Update pear-Net_Sieve to 1.1.7.
Based on PR#42680 by Wen Heping.
While here, set LICENSE and marked as user-destdir ready.

1.1.7
Changelog:

* Fixed STARTTLS support (Bug #14205).
* Added connect options and EXTERNAL authentication

1.1.6
Changelog:

* Fixed Bug #9273
* Fixed copy/paste error in CRAM and DIGEST authentication error case.

1.1.5
Changelog:

* Fixed Bug connect() bug
* Fixed Request #8071

1.1.4
Changelog:

* Fixed Bug #8452 Unterminated read loop
* Fixed Bug #7845 Add mbstring support
* Added Request #8071 Enable the ability to toggle TLS support if available.
* Added Request #8453 Clean up PHPDoc and comments

1.1.3
Changelog:

* Correctly Fixed Bug #3519 Net_Sieve w/ externally established sockets
* Fixed Bug #7197 getScript() truncates long scripts
* Added PHPUnit2 regression test script

1.1.2
Changelog:

* Fixed Request #4053 Added STARTTLS support for PHP 5.1 and above
* Fixed Bug #3519 Net_Sieve w/ externally established sockets
* Fixed Bug #4794 drops protocol prefix, e.g. "ssl://" in referrals
* Fixed STARTTLS detection
* Allow $options[] to be passed to Net_Socket


(obache)
diff -r1.5 -r1.6 pkgsrc/net/pear-Net_Sieve/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/net/pear-Net_Sieve/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/net/pear-Net_Sieve/Makefile (expand / switch to unified diff)

--- pkgsrc/net/pear-Net_Sieve/Makefile 2009/07/17 18:00:21 1.5
+++ pkgsrc/net/pear-Net_Sieve/Makefile 2010/02/03 11:48:04 1.6
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2009/07/17 18:00:21 adrianp Exp $ 1# $NetBSD: Makefile,v 1.6 2010/02/03 11:48:04 obache Exp $
2 2
3DISTNAME= Net_Sieve-1.1.1 3DISTNAME= Net_Sieve-1.1.7
4CATEGORIES+= net 4CATEGORIES+= net
5PKGREVISION= 1 
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://pear.php.net/package/Net_Sieve/ 7HOMEPAGE= http://pear.php.net/package/Net_Sieve/
9COMMENT= PHP classes that handles talking to timsieved 8COMMENT= PHP classes that handles talking to timsieved
 9LICENSE= modified-bsd
10 10
11CONFLICTS= php-pear-Net_Sieve-[0-9]* 11CONFLICTS= php-pear-Net_Sieve-[0-9]*
12 12
13DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.0:../../net/pear-Net_Socket 13DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.0:../../net/pear-Net_Socket
14 14
 15PKG_DESTDIR_SUPPORT= user-destdir
 16
15.include "../../lang/php/pear.mk" 17.include "../../lang/php/pear.mk"
16.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/net/pear-Net_Sieve/distinfo (expand / switch to unified diff)

--- pkgsrc/net/pear-Net_Sieve/distinfo 2006/03/31 21:54:16 1.1.1.1
+++ pkgsrc/net/pear-Net_Sieve/distinfo 2010/02/03 11:48:04 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2006/03/31 21:54:16 adrianp Exp $ 1$NetBSD: distinfo,v 1.2 2010/02/03 11:48:04 obache Exp $
2 2
3SHA1 (pear/Net_Sieve-1.1.1.tgz) = 083be056ba65679c2126811701490ead716e0656 3SHA1 (pear/Net_Sieve-1.1.7.tgz) = 0182585a225976c1ed7737a1551d093d6c9e1e55
4RMD160 (pear/Net_Sieve-1.1.1.tgz) = b6c53c75c256040142ba60b5c157d8911eb66721 4RMD160 (pear/Net_Sieve-1.1.7.tgz) = dac2c7048acb7e721b6b2808feb484519f9f9e72
5Size (pear/Net_Sieve-1.1.1.tgz) = 9750 bytes 5Size (pear/Net_Sieve-1.1.7.tgz) = 13855 bytes