update to fetchmail 6.2.4; bugfix release.

This commit is contained in:
fgsch 2003-08-13 23:28:24 +00:00
parent 79dfad4929
commit b6cf2a59ca
3 changed files with 14 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.96 2003/07/17 22:36:44 fgsch Exp $
# $OpenBSD: Makefile,v 1.97 2003/08/13 23:28:24 fgsch Exp $
COMMENT= "mail retrieval utility for POP2, POP3, KPOP, IMAP and more"
DISTNAME= fetchmail-6.2.3
DISTNAME= fetchmail-6.2.4
CATEGORIES= mail
MASTER_SITES= http://catb.org/~esr/fetchmail/ \
ftp://ftp.ccil.org/pub/esr/fetchmail/

View File

@ -1,3 +1,3 @@
MD5 (fetchmail-6.2.3.tar.gz) = e131bdb6c3977fd47a3e122c43dcf19d
RMD160 (fetchmail-6.2.3.tar.gz) = b9a0832cd06d565b00ad6765336b57f4bcf4cba0
SHA1 (fetchmail-6.2.3.tar.gz) = d075e500357ddd21a886a479172e05d8fbec4d31
MD5 (fetchmail-6.2.4.tar.gz) = 3614acbda936548d2f8d5bffb161ff59
RMD160 (fetchmail-6.2.4.tar.gz) = 25de0f44bc5c0642ddb8386c04c6f7e5a5139a38
SHA1 (fetchmail-6.2.4.tar.gz) = 99b1b1c41e9853e1c9e88c57b51ec83a08a18adc

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-configure,v 1.5 2002/12/13 08:53:56 fgsch Exp $
--- configure.orig Tue Nov 12 14:58:56 2002
+++ configure Fri Dec 13 05:47:30 2002
@@ -12655,7 +12655,7 @@ echo "$as_me: checking kerberosIV for \`
#define KERBEROS_V4 1
$OpenBSD: patch-configure,v 1.6 2003/08/13 23:28:24 fgsch Exp $
--- configure.orig 2003-07-17 16:14:21.000000000 -0300
+++ configure 2003-08-13 20:01:47.000000000 -0300
@@ -12795,7 +12795,7 @@ _ACEOF
_ACEOF
- CEFLAGS="$CEFLAGS -I/usr/include/kerberosIV"
+ CEFLAGS="$CEFLAGS -I/usr/include -I/usr/include/kerberosIV"
LIBS="$LIBS -lkrb -ldes"
CEFLAGS="$CEFLAGS -I/usr/include/kerberosV"
- LIBS="$LIBS -lasn1 -lkrb5 -lcom_err -lkafs"
+ LIBS="$LIBS -lkrb5"
else
#we need to detect when we're building under a kerberosV compatibility
if test "$with_kerberos5" != "yes"
then