FreeBSD Bugzilla – Attachment 161158 Details for
Bug 202942
deskutils/remind: security update 3.1.13 -> 3.1.15 (fixes CVE-2015-5957 buffer overflow)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
deskutils/remind: security update 3.1.13 -> 3.1.15
remind-3.1.15.patch (text/plain), 1.53 KB, created by
Jason Unovitch
on 2015-09-18 00:21:37 UTC
(
hide
)
Description:
deskutils/remind: security update 3.1.13 -> 3.1.15
Filename:
MIME Type:
Creator:
Jason Unovitch
Created:
2015-09-18 00:21:37 UTC
Size:
1.53 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 397205) >+++ Makefile (working copy) >@@ -2,11 +2,11 @@ > # $FreeBSD$ > > PORTNAME= remind >-PORTVERSION= 3.1.13 >+PORTVERSION= 3.1.15 > CATEGORIES= deskutils > MASTER_SITES= http://www.roaringpenguin.com/files/download/ \ > http://freebsd.unixfreunde.de/sources/ >-DISTNAME= ${PORTNAME}-03.01.13 >+DISTNAME= ${PORTNAME}-03.01.15 > > MAINTAINER= jadawin@FreeBSD.org > COMMENT= Sophisticated calendar and alarm program >Index: distinfo >=================================================================== >--- distinfo (revision 397205) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (remind-03.01.13.tar.gz) = cf2663d5eb41863fc98da7c8db31ae0a86fbe7137aada81d0649523b4a0bfc4f >-SIZE (remind-03.01.13.tar.gz) = 361650 >+SHA256 (remind-03.01.15.tar.gz) = 8adab4c0b30a556c34223094c5c74779164d5f3b8be66b8039f44b577e678ec1 >+SIZE (remind-03.01.15.tar.gz) = 363101 >Index: files/patch-src_md5.c >=================================================================== >--- files/patch-src_md5.c (revision 397205) >+++ files/patch-src_md5.c (working copy) >@@ -1,11 +0,0 @@ >---- src/md5.c.orig 2014-02-14 17:34:29.000000000 +0100 >-+++ src/md5.c 2014-02-14 17:34:37.000000000 +0100 >-@@ -141,7 +141,7 @@ >- MD5Transform(ctx->buf, (uint32 *) ctx->in); >- byteReverse((unsigned char *) ctx->buf, 4); >- memcpy(digest, ctx->buf, 16); >-- memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ >-+ memset(ctx, 0, sizeof(*ctx)); /* In case it's sensitive */ >- } >- >- #ifndef ASM_MD5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202942
: 161158 |
161159