aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-12-25 00:38:49 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-12-25 00:38:49 +0800
commitbdd9bf721aedec38fdb36754beca6cea545c9c73 (patch)
treedde5bdd10bfda6ebdc4bca6e1c9656463a0b7a01 /security
parent4e8b2256118fa70565a3d852111269a260f757a4 (diff)
downloadfreebsd-ports-gnome-bdd9bf721aedec38fdb36754beca6cea545c9c73.tar.gz
freebsd-ports-gnome-bdd9bf721aedec38fdb36754beca6cea545c9c73.tar.zst
freebsd-ports-gnome-bdd9bf721aedec38fdb36754beca6cea545c9c73.zip
- Update to 1.11.1
- Pass maintainership to submitter PR: 215102 Submitted by: anastasios@mageirias.com
Diffstat (limited to 'security')
-rw-r--r--security/xorsearch/Makefile5
-rw-r--r--security/xorsearch/distinfo5
-rw-r--r--security/xorsearch/files/patch-XORSearch.c10
3 files changed, 5 insertions, 15 deletions
diff --git a/security/xorsearch/Makefile b/security/xorsearch/Makefile
index 68f7c48b3173..9fbc2d783f9f 100644
--- a/security/xorsearch/Makefile
+++ b/security/xorsearch/Makefile
@@ -2,13 +2,12 @@
# $FreeBSD$
PORTNAME= xorsearch
-DISTVERSION= 1_2_0
-PORTREVISION= 1
+DISTVERSION= 1_11_1
CATEGORIES= security textproc
MASTER_SITES= http://www.didierstevens.com/files/software/
DISTNAME= XORSearch_V${DISTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= anastasios@mageirias.com
COMMENT= Search for a given string in an XOR or ROL encoded binary file
LICENSE= PD
diff --git a/security/xorsearch/distinfo b/security/xorsearch/distinfo
index a6cca0574b73..bdfc7a3504c6 100644
--- a/security/xorsearch/distinfo
+++ b/security/xorsearch/distinfo
@@ -1,2 +1,3 @@
-SHA256 (XORSearch_V1_2_0.zip) = 04aaceed17afa98283110bde49b6a72988bce0e2328575f37253db3958e03ad2
-SIZE (XORSearch_V1_2_0.zip) = 35772
+TIMESTAMP = 1482003350
+SHA256 (XORSearch_V1_11_1.zip) = 15e9aae87e7f25cf7966cdf0f8dfcb2648099585d08ead522737e72c5faca50a
+SIZE (XORSearch_V1_11_1.zip) = 84878
diff --git a/security/xorsearch/files/patch-XORSearch.c b/security/xorsearch/files/patch-XORSearch.c
deleted file mode 100644
index d109c0d33bac..000000000000
--- a/security/xorsearch/files/patch-XORSearch.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- XORSearch.c.orig 2016-11-23 12:31:10 UTC
-+++ XORSearch.c
-@@ -20,7 +20,6 @@
- #include <stdio.h>
- #include <stdlib.h>
- #include <sys/stat.h>
--#include <malloc.h>
- #include <string.h>
- #include <ctype.h>
- #include <limits.h>