Update to 2007f, requested by Harry Waddell on pkgsrc-users.
Set LICENSE while here. imap-2007f fixes a couple bugs. Fix for RFC 4959 Initial Client Response auth failures noted first by MacOSX Lion Mail users. Adjust tcp_open.c:tcp_socket_open to make it a little more useful by adding a write file descriptor test to the select in the case that the open timeout is set. In osdep/unix/env_unix.c:create_path there was a printf that should have been an sprintf. Doesn't matter on modern systems.
This commit is contained in:
parent
0f98a68d97
commit
4362401cb1
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.135 2012/03/20 16:34:32 dholland Exp $
|
||||
# $NetBSD: Makefile,v 1.136 2012/04/05 10:41:54 wiz Exp $
|
||||
#
|
||||
# ATTENTION:
|
||||
# The Kerberos support in this software is known to be problematic. If you
|
||||
|
@ -9,9 +9,8 @@
|
|||
# The most common reason to install this package is as a prerequisite for pine.
|
||||
# If you upgrade this package, you *must* test mail/pine with the new version.
|
||||
|
||||
DISTNAME= imap-2007e
|
||||
DISTNAME= imap-2007f
|
||||
PKGNAME= ${DISTNAME:S/-/-uw-/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/
|
||||
EXTRACT_SUFX= .tar.Z
|
||||
|
@ -19,6 +18,7 @@ EXTRACT_SUFX= .tar.Z
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.washington.edu/imap/
|
||||
COMMENT= University of Washington's IMAP, POP2, and POP3 servers
|
||||
LICENSE= apache-2.0
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.41 2012/01/24 09:04:06 shattered Exp $
|
||||
$NetBSD: distinfo,v 1.42 2012/04/05 10:41:54 wiz Exp $
|
||||
|
||||
SHA1 (imap-2007e.tar.Z) = 24c63cad8d0e74aa76e4341fcfa54d24f23a8c70
|
||||
RMD160 (imap-2007e.tar.Z) = 7d6af203419975f763d7ec17b6a4544c94490b50
|
||||
Size (imap-2007e.tar.Z) = 2789469 bytes
|
||||
SHA1 (imap-2007f.tar.Z) = 1c9935e5a261baec85dadcbc0c514b66fa3ce0a5
|
||||
RMD160 (imap-2007f.tar.Z) = 14f40284e9e164c0ed7677f1e5d8e3309c7c58c1
|
||||
Size (imap-2007f.tar.Z) = 2793529 bytes
|
||||
SHA1 (patch-aa) = ac880c250dfee3d0d316063ace5b92cd2f190510
|
||||
SHA1 (patch-ab) = c7985a2db4d4b5c8d2644492b2e48f8ebe2d64b1
|
||||
SHA1 (patch-ac) = eab1435fdf7ab59ea8afbde949a92dd756e6aea3
|
||||
|
|
Loading…
Reference in a new issue