update to 0.5.2;

ok reinhard@.
This commit is contained in:
xsa 2004-04-01 12:18:44 +00:00
parent 1dc8617f81
commit 94c0202405
3 changed files with 5 additions and 18 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.20 2004/03/02 22:15:20 xsa Exp $
# $OpenBSD: Makefile,v 1.21 2004/04/01 12:18:44 xsa Exp $
COMMENT= "addressbook program with mutt support"
DISTNAME= abook-0.5.1
PKGNAME= ${DISTNAME}p0
DISTNAME= abook-0.5.2
CATEGORIES= mail
HOMEPAGE= http://abook.sourceforge.net/

View File

@ -1,3 +1,3 @@
MD5 (abook-0.5.1.tar.gz) = 3aaddb943845a875e53a0064b76a2f80
RMD160 (abook-0.5.1.tar.gz) = 23eb67192067ac5b499f4b7720d14551690acdda
SHA1 (abook-0.5.1.tar.gz) = 1c25b7a9fbf48a7ec4bbc3ca7993d88fdbdf276e
MD5 (abook-0.5.2.tar.gz) = 1b6ef00c860cb3ac5ad61cc79a49c87f
RMD160 (abook-0.5.2.tar.gz) = 0c8e75f564fc23b3737c589a869c6b7fff4f62ea
SHA1 (abook-0.5.2.tar.gz) = 08f7382bd1a085172c9471922bcc984aa131eb80

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-filter_c,v 1.1 2004/03/02 22:15:20 xsa Exp $
--- filter.c.orig 2003-11-20 13:58:34.000000000 +0100
+++ filter.c 2004-03-03 00:35:19.000000000 +0100
@@ -646,7 +646,7 @@ mutt_read_line(FILE *in, char **alias, c
}
strncpy(*alias, tmp, ptr - tmp - 1);
- *(*alias + (ptr - tmp)) = 0;
+ *(*alias + (ptr - tmp - 1)) = 0;
while(ISSPACE(*ptr))
ptr++;