summaryrefslogtreecommitdiff
path: root/mail/qpopper
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2003-03-13 07:23:25 +0000
committeritojun <itojun@pkgsrc.org>2003-03-13 07:23:25 +0000
commit5464e9227726def72ca26aabab25c4aa296ed459 (patch)
treeea38a649e0881bb8d9201a79e10a85885e2b36bb /mail/qpopper
parente4397c78a7bd7eb0c200429cc56f1a2f95d62a2a (diff)
downloadpkgsrc-5464e9227726def72ca26aabab25c4aa296ed459.tar.gz
upgrade to 4.0.5. includes security fix.
Changes from 4.0.4 to 4.0.5: ---------------------------- 1. Add debug trace call with OpenSSL library version. 2. Added 'tls-options' configuration file option. 3. Added 'tls-workarounds' boolean option. 4. STLS errors (except for timeout) no longer fatal. 5. Added sample xinetd configuration file. 6. Additional checks for networking libraries. 7. Pick up LDFLAGS from environment, if set. 8. Added '--enable-32-bit' and '--enable-64-bit' 9. Applied patch from Jeremy Chadwick to fix pathname trimming in standalone mode. 10. Fixed (non-root) buffer overflow. 11. Fixed '-no-mime' appended to user name (reported by Florian Heinz). 12. Fixed response message when identical MDEFs defined multiple times (reported by Florian Heinz).
Diffstat (limited to 'mail/qpopper')
-rw-r--r--mail/qpopper/Makefile7
-rw-r--r--mail/qpopper/Makefile.common4
-rw-r--r--mail/qpopper/distinfo12
-rw-r--r--mail/qpopper/patches/patch-aa10
4 files changed, 16 insertions, 17 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile
index 4c5ac05228d..395285a02f6 100644
--- a/mail/qpopper/Makefile
+++ b/mail/qpopper/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.36 2003/01/28 22:03:38 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2003/03/13 07:23:25 itojun Exp $
#
DISTNAME= qpopper${VERSION}
PKGNAME= qpopper-${VERSION}
-PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
-PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
-PATCHFILES= qpopper4.0.4-ipv6-20020502.diff.gz
+PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/
+PATCHFILES= qpopper-4.0.5-ipv6-20030313.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= mellon@fugue.com
diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common
index bd63a46bf02..23aad3f4ecb 100644
--- a/mail/qpopper/Makefile.common
+++ b/mail/qpopper/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2002/09/09 19:25:30 jlam Exp $
+# $NetBSD: Makefile.common,v 1.8 2003/03/13 07:23:25 itojun Exp $
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \
@@ -13,7 +13,7 @@ QPOPPER_FAC?= LOCAL1
QPOPPER_APOP_AUTH?= ${PKG_SYSCONFDIR}/apop.auth
DB_SUFFIX?= db
-VERSION= 4.0.4
+VERSION= 4.0.5
.include "../../mk/bsd.prefs.mk"
diff --git a/mail/qpopper/distinfo b/mail/qpopper/distinfo
index a72767422d8..33fc85e5f70 100644
--- a/mail/qpopper/distinfo
+++ b/mail/qpopper/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.7 2002/11/23 17:01:20 taca Exp $
+$NetBSD: distinfo,v 1.8 2003/03/13 07:23:25 itojun Exp $
-SHA1 (qpopper4.0.4.tar.gz) = c8b35bfa79000e3f1d67574c93d8d8ef580cd57c
-Size (qpopper4.0.4.tar.gz) = 2261992 bytes
-SHA1 (qpopper4.0.4-ipv6-20020502.diff.gz) = 7af76478f249684ebc02938d9a4a8cc728a52b91
-Size (qpopper4.0.4-ipv6-20020502.diff.gz) = 21535 bytes
-SHA1 (patch-aa) = 6738eb3f5b5017a70b830ef4cdf56d2e12a554cb
+SHA1 (qpopper4.0.5.tar.gz) = 726d40da2210bf4b82541a28971986e6a3d9e1a5
+Size (qpopper4.0.5.tar.gz) = 2281284 bytes
+SHA1 (qpopper-4.0.5-ipv6-20030313.diff.gz) = 31858d41e1dab90019152d957a7ea3d69fe085b0
+Size (qpopper-4.0.5-ipv6-20030313.diff.gz) = 60773 bytes
+SHA1 (patch-aa) = d1f4e56dbb8eb4b7cc250ca261435ec609f14c23
SHA1 (patch-ab) = 67d661adce74d0662cab5b644d2e57bfd1d5e3c7
SHA1 (patch-ae) = 1e06159f56c78e63a7960d4d9ca80535752099b2
SHA1 (patch-ag) = 4b187ab978ead4b751290fe483f6d6a6bf959089
diff --git a/mail/qpopper/patches/patch-aa b/mail/qpopper/patches/patch-aa
index e5e3a94fc7e..606599b0d7a 100644
--- a/mail/qpopper/patches/patch-aa
+++ b/mail/qpopper/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.8 2002/05/02 16:16:51 martti Exp $
+$NetBSD: patch-aa,v 1.9 2003/03/13 07:23:25 itojun Exp $
---- configure.orig Tue Nov 6 01:45:26 2001
-+++ configure Thu May 2 09:16:00 2002
-@@ -1249,13 +1249,6 @@
+--- configure- Thu Mar 13 16:16:03 2003
++++ configure Thu Mar 13 16:16:25 2003
+@@ -3022,13 +3022,6 @@
@@ -15,4 +15,4 @@ $NetBSD: patch-aa,v 1.8 2002/05/02 16:16:51 martti Exp $
-
if test "$GCC" = yes
then
- echo $ac_n "checking for gcc version 2.7.2.3""... $ac_c" 1>&6
+ echo "$as_me:$LINENO: checking for gcc version 2.7.2.3" >&5