From fa6695e7f84cc6d63df04bf195ca1a275bc83099 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 19 Nov 2008 23:48:52 +0000 Subject: [PATCH] - memcpy is used in a file without the correct header; though the function it's in is never actually called, so it's not a real problem, add the header anyway so people grepping build logs for possible 64-bit problems don't need to look at this again. - the PKGNAME bump is probably unnecessary, but done anyway since it's cheap. --- security/stegdetect/Makefile | 3 ++- security/stegdetect/patches/patch-jutil_c | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 security/stegdetect/patches/patch-jutil_c diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index 759de329683..acfe8a4720d 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2008/09/16 21:08:27 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2008/11/19 23:48:52 sthen Exp $ COMMENT= steganography detection tool DISTNAME= stegdetect-0.6 +PKGNAME= ${DISTNAME}p0 CATEGORIES= security graphics MASTER_SITES= ${HOMEPAGE} diff --git a/security/stegdetect/patches/patch-jutil_c b/security/stegdetect/patches/patch-jutil_c new file mode 100644 index 00000000000..57d27783fa4 --- /dev/null +++ b/security/stegdetect/patches/patch-jutil_c @@ -0,0 +1,11 @@ +$OpenBSD: patch-jutil_c,v 1.1 2008/11/19 23:48:52 sthen Exp $ +--- jutil.c.orig Wed Nov 19 23:39:16 2008 ++++ jutil.c Wed Nov 19 23:40:01 2008 +@@ -37,6 +37,7 @@ + + #include + #include ++#include + #include + #include + #include