diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | security/courier-authlib/Makefile | 4 | ||||
-rw-r--r-- | security/courier-authlib/distinfo | 9 | ||||
-rw-r--r-- | security/courier-authlib/patches/patch-ac | 12 |
4 files changed, 8 insertions, 20 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6aa2f7afb86..139ae787b29 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12315 2006/01/03 00:06:09 wiz Exp $ +$NetBSD: CHANGES,v 1.12316 2006/01/03 03:50:56 jlam Exp $ Changes to the packages collection and infrastructure in 2006: @@ -39,3 +39,4 @@ Changes to the packages collection and infrastructure in 2006: Updated lang/ezm3 to 1.2 [veego 2006-01-02] Updated misc/cksfv to 1.3.8 [wiz 2006-01-02] Updated textproc/icu to 3.4 [wiz 2006-01-03] + Updated security/courier-authlib to 0.58 [jlam 2006-01-03] diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 127260ded75..84006cbd9ab 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2005/12/17 05:20:23 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2006/01/03 03:50:45 jlam Exp $ .include "Makefile.common" -DISTNAME= courier-authlib-0.57 +DISTNAME= courier-authlib-0.58 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 diff --git a/security/courier-authlib/distinfo b/security/courier-authlib/distinfo index 6bf0748a8fa..14e64e8aeb4 100644 --- a/security/courier-authlib/distinfo +++ b/security/courier-authlib/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.7 2005/08/11 00:03:16 jlam Exp $ +$NetBSD: distinfo,v 1.8 2006/01/03 03:50:45 jlam Exp $ -SHA1 (courier-authlib-0.57.tar.bz2) = dd68cf4ff7f73ce472206c88dc19a0fd93128f63 -RMD160 (courier-authlib-0.57.tar.bz2) = b11e2f39b2af38c1487b81bb89c4925723627c9f -Size (courier-authlib-0.57.tar.bz2) = 2006138 bytes +SHA1 (courier-authlib-0.58.tar.bz2) = 8bdab3c2e734cc8f47230924ec638ba3609a92a1 +RMD160 (courier-authlib-0.58.tar.bz2) = 6474612496cd287f294c7f52239ea853c44e4aa1 +Size (courier-authlib-0.58.tar.bz2) = 2006735 bytes SHA1 (patch-aa) = 2775ced0c6454c15baecf640461484ceccc8eef1 SHA1 (patch-ab) = 0108a05af5da6dcdb3463a2aeb592264ca914898 -SHA1 (patch-ac) = 2e67a598f39f54de901079c63b9078521b5a5937 diff --git a/security/courier-authlib/patches/patch-ac b/security/courier-authlib/patches/patch-ac deleted file mode 100644 index ca6390654c5..00000000000 --- a/security/courier-authlib/patches/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2005/08/11 00:03:16 jlam Exp $ - ---- authpipelib.c.orig 2005-07-02 01:08:43.000000000 +0000 -+++ authpipelib.c -@@ -16,6 +16,7 @@ - /* used to avoid zombies */ - #include <signal.h> - #include <sys/wait.h> -+#include <sys/time.h> - #include <sys/select.h> - - #include "auth.h" |