View | Details | Raw Unified | Return to bug 202942
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 2-12 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	remind
4
PORTNAME=	remind
5
PORTVERSION=	3.1.13
5
PORTVERSION=	3.1.15
6
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
7
MASTER_SITES=	http://www.roaringpenguin.com/files/download/ \
7
MASTER_SITES=	http://www.roaringpenguin.com/files/download/ \
8
		http://freebsd.unixfreunde.de/sources/
8
		http://freebsd.unixfreunde.de/sources/
9
DISTNAME=	${PORTNAME}-03.01.13
9
DISTNAME=	${PORTNAME}-03.01.15
10
10
11
MAINTAINER=	jadawin@FreeBSD.org
11
MAINTAINER=	jadawin@FreeBSD.org
12
COMMENT=	Sophisticated calendar and alarm program
12
COMMENT=	Sophisticated calendar and alarm program
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (remind-03.01.13.tar.gz) = cf2663d5eb41863fc98da7c8db31ae0a86fbe7137aada81d0649523b4a0bfc4f
1
SHA256 (remind-03.01.15.tar.gz) = 8adab4c0b30a556c34223094c5c74779164d5f3b8be66b8039f44b577e678ec1
2
SIZE (remind-03.01.13.tar.gz) = 361650
2
SIZE (remind-03.01.15.tar.gz) = 363101
(-)files/patch-src_md5.c (-11 lines)
Lines 1-11 Link Here
1
--- src/md5.c.orig	2014-02-14 17:34:29.000000000 +0100
2
+++ src/md5.c	2014-02-14 17:34:37.000000000 +0100
3
@@ -141,7 +141,7 @@
4
     MD5Transform(ctx->buf, (uint32 *) ctx->in);
5
     byteReverse((unsigned char *) ctx->buf, 4);
6
     memcpy(digest, ctx->buf, 16);
7
-    memset(ctx, 0, sizeof(ctx));	/* In case it's sensitive */
8
+    memset(ctx, 0, sizeof(*ctx));	/* In case it's sensitive */
9
 }
10
 
11
 #ifndef ASM_MD5

Return to bug 202942