summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache>2010-04-07 08:41:54 +0000
committerobache <obache>2010-04-07 08:41:54 +0000
commitb94a4d838d586cb55e3164cff23635f3a5f442db (patch)
treed2ee797499741cfb8531d8baf172c988e44671de /net
parentfcca37280bf8ee9ab2739c99c740192baf9aa037 (diff)
downloadpkgsrc-b94a4d838d586cb55e3164cff23635f3a5f442db.tar.gz
Update pear_Net-Sieve to 1.2.0.
Based on PR#43124 by Wen Heping. Changes since version 1.2.0b1: * Fix DIGEST-MD5 authentication (Aleksander Machniak, Bug #17285). * Don't try to call dl() if mbstring extension isn't loaded (Bug #17038). Changes since version 1.1.7: * Added support for adding a custom debug handler (Aleksander Machniak, Request #16681). * Fix breakage with certain locales, especially Turkish. * Fix reading authentication responses without literals (Bug #16647). * Code cleanup.
Diffstat (limited to 'net')
-rw-r--r--net/pear-Net_Sieve/Makefile6
-rw-r--r--net/pear-Net_Sieve/distinfo8
2 files changed, 8 insertions, 6 deletions
diff --git a/net/pear-Net_Sieve/Makefile b/net/pear-Net_Sieve/Makefile
index 79a86f05c1e..2ea059064af 100644
--- a/net/pear-Net_Sieve/Makefile
+++ b/net/pear-Net_Sieve/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2010/02/03 11:48:04 obache Exp $
+# $NetBSD: Makefile,v 1.7 2010/04/07 08:41:54 obache Exp $
-DISTNAME= Net_Sieve-1.1.7
+DISTNAME= Net_Sieve-1.2.0
CATEGORIES+= net
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -11,6 +11,8 @@ LICENSE= modified-bsd
CONFLICTS= php-pear-Net_Sieve-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.0:../../net/pear-Net_Socket
+# optional for DIGEST-MD5 and CRAM-MD5 SASL Authentication
+DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL>=1.0.0:../../mail/pear-Auth_SASL
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/net/pear-Net_Sieve/distinfo b/net/pear-Net_Sieve/distinfo
index a9182988ccf..17ef165218e 100644
--- a/net/pear-Net_Sieve/distinfo
+++ b/net/pear-Net_Sieve/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2010/02/03 11:48:04 obache Exp $
+$NetBSD: distinfo,v 1.3 2010/04/07 08:41:54 obache Exp $
-SHA1 (pear/Net_Sieve-1.1.7.tgz) = 0182585a225976c1ed7737a1551d093d6c9e1e55
-RMD160 (pear/Net_Sieve-1.1.7.tgz) = dac2c7048acb7e721b6b2808feb484519f9f9e72
-Size (pear/Net_Sieve-1.1.7.tgz) = 13855 bytes
+SHA1 (pear/Net_Sieve-1.2.0.tgz) = 24ba3d1f82db7ae2eede5a3965bf5b0e6e2f5da8
+RMD160 (pear/Net_Sieve-1.2.0.tgz) = 437d66de98cbf77069884243596bb95b3cf9ee94
+Size (pear/Net_Sieve-1.2.0.tgz) = 13936 bytes