o Update to fetchmail 5.9.5.

o Bump version.
This commit is contained in:
fgsch 2001-11-12 19:24:54 +00:00
parent aae9e702ed
commit 91a6d55c22
3 changed files with 6 additions and 18 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.75 2001/10/26 03:52:49 fgsch Exp $ # $OpenBSD: Makefile,v 1.76 2001/11/12 19:24:54 fgsch Exp $
COMMENT= "mail retrieval utility for POP2, POP3, KPOP, IMAP and more" COMMENT= "mail retrieval utility for POP2, POP3, KPOP, IMAP and more"
DISTNAME= fetchmail-5.9.4 DISTNAME= fetchmail-5.9.5
CATEGORIES= mail CATEGORIES= mail
NEED_VERSION= 1.402 NEED_VERSION= 1.480
MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \ MASTER_SITES= http://www.tuxedo.org/~esr/fetchmail/ \
ftp://ftp.ccil.org/pub/esr/fetchmail/ ftp://ftp.ccil.org/pub/esr/fetchmail/

View File

@ -1,3 +1,3 @@
MD5 (fetchmail-5.9.4.tar.gz) = 7f530f6b953d94cea41b606b2e377130 MD5 (fetchmail-5.9.5.tar.gz) = 73511862bdec5648e66e1937c311cae0
RMD160 (fetchmail-5.9.4.tar.gz) = 57960a149c190b8681fa94a100a8b38bec8271be RMD160 (fetchmail-5.9.5.tar.gz) = 07a8dbf29803970b172f45f348d8f85391d355cf
SHA1 (fetchmail-5.9.4.tar.gz) = a5385c4e11d7a6b5ec0e5f16cf9eeb221f35fda3 SHA1 (fetchmail-5.9.5.tar.gz) = 7164b5e5d117df57bd1257a5b8970315c5822d68

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-kerberos_c,v 1.1 2001/10/26 03:52:49 fgsch Exp $
--- kerberos.c.orig Wed Oct 3 06:33:07 2001
+++ kerberos.c Fri Oct 26 00:24:23 2001
@@ -208,7 +208,7 @@ int do_rfc1731(int sock, char *command,
* process is complete.
*/
- len = from64tobits(buf2, buf1, sizeof(buf2x));
+ len = from64tobits(buf2, buf1, sizeof(buf2));
if (len < 0) {
report(stderr, GT_("could not decode BASE64 ready response\n"));
return PS_AUTHFAIL;