View | Details | Raw Unified | Return to bug 215102 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 2-14 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	xorsearch
4
PORTNAME=	xorsearch
5
DISTVERSION=	1_2_0
5
DISTVERSION=	1_11_1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	security textproc
7
CATEGORIES=	security textproc
8
MASTER_SITES=	http://www.didierstevens.com/files/software/
8
MASTER_SITES=	http://www.didierstevens.com/files/software/
9
DISTNAME=	XORSearch_V${DISTVERSION}
9
DISTNAME=	XORSearch_V${DISTVERSION}
10
10
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	anastasios@mageirias.com
12
COMMENT=	Search for a given string in an XOR or ROL encoded binary file
12
COMMENT=	Search for a given string in an XOR or ROL encoded binary file
13
13
14
LICENSE=	PD
14
LICENSE=	PD
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (XORSearch_V1_2_0.zip) = 04aaceed17afa98283110bde49b6a72988bce0e2328575f37253db3958e03ad2
1
TIMESTAMP = 1482003350
2
SIZE (XORSearch_V1_2_0.zip) = 35772
2
SHA256 (XORSearch_V1_11_1.zip) = 15e9aae87e7f25cf7966cdf0f8dfcb2648099585d08ead522737e72c5faca50a
3
SIZE (XORSearch_V1_11_1.zip) = 84878
(-)files/patch-XORSearch.c (-10 lines)
Lines 1-10 Link Here
1
--- XORSearch.c.orig	2016-11-23 12:31:10 UTC
2
+++ XORSearch.c
3
@@ -20,7 +20,6 @@
4
 #include <stdio.h>
5
 #include <stdlib.h>
6
 #include <sys/stat.h>
7
-#include <malloc.h>
8
 #include <string.h>
9
 #include <ctype.h>
10
 #include <limits.h>

Return to bug 215102