summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/Makefile4
-rw-r--r--security/crank/Makefile26
-rw-r--r--security/crank/distinfo2
-rw-r--r--security/crank/pkg-descr11
-rw-r--r--security/crank/pkg-plist16
-rw-r--r--security/gpasman/Makefile25
-rw-r--r--security/gpasman/distinfo2
-rw-r--r--security/gpasman/files/patch-src__file.h11
-rw-r--r--security/gpasman/pkg-descr7
-rw-r--r--security/gtk-knocker/Makefile36
-rw-r--r--security/gtk-knocker/distinfo2
-rw-r--r--security/gtk-knocker/pkg-descr5
-rw-r--r--security/gtk-knocker/pkg-plist4
-rw-r--r--security/stegdetect/Makefile38
-rw-r--r--security/stegdetect/distinfo2
-rw-r--r--security/stegdetect/files/patch-Makefile.in47
-rw-r--r--security/stegdetect/files/patch-break_jsteg.c11
-rw-r--r--security/stegdetect/files/patch-common.c47
-rw-r--r--security/stegdetect/files/patch-stegdeimage.c12
-rw-r--r--security/stegdetect/files/patch-stegdetect.c37
-rw-r--r--security/stegdetect/files/patch-xsteg.c32
-rw-r--r--security/stegdetect/pkg-descr13
-rw-r--r--security/stegdetect/pkg-plist7
23 files changed, 0 insertions, 397 deletions
diff --git a/security/Makefile b/security/Makefile
index 728de725c86c..3e0c4c7ae0ee 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -101,7 +101,6 @@
SUBDIR += cp2fwb
SUBDIR += cracklib
SUBDIR += crackpkcs12
- SUBDIR += crank
SUBDIR += create-cert
SUBDIR += cryptlib
SUBDIR += cryptopp
@@ -191,7 +190,6 @@
SUBDIR += gorilla
SUBDIR += govpn
SUBDIR += gpa
- SUBDIR += gpasman
SUBDIR += gpgdir
SUBDIR += gpgme
SUBDIR += gpgme-cpp
@@ -203,7 +201,6 @@
SUBDIR += gsasl
SUBDIR += gss
SUBDIR += gstreamer1-plugins-dtls
- SUBDIR += gtk-knocker
SUBDIR += gtkpasman
SUBDIR += gwee
SUBDIR += hackbot
@@ -1286,7 +1283,6 @@
SUBDIR += ssss
SUBDIR += sst
SUBDIR += starttls
- SUBDIR += stegdetect
SUBDIR += steghide
SUBDIR += stoken
SUBDIR += strobe
diff --git a/security/crank/Makefile b/security/crank/Makefile
deleted file mode 100644
index 5a7ee692183d..000000000000
--- a/security/crank/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= crank
-PORTVERSION= 0.2.1
-PORTREVISION= 10
-CATEGORIES= security
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= CRyptANalysis toolKit
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-LIB_DEPENDS= libguile.so:lang/guile
-
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-GUILE_CONFIG= ${LOCALBASE}/bin/guile-config
-LDFLAGS+= `${GUILE_CONFIG} link`
-CFLAGS+= `${GUILE_CONFIG} compile`
-
-INFO= crank
-
-.include <bsd.port.mk>
diff --git a/security/crank/distinfo b/security/crank/distinfo
deleted file mode 100644
index 005231f5cc4e..000000000000
--- a/security/crank/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (crank-0.2.1.tar.gz) = 36630d7f26e6683dab59202622cd1facbf29d1d9a6f9846dc57dc1a8895bb340
-SIZE (crank-0.2.1.tar.gz) = 271933
diff --git a/security/crank/pkg-descr b/security/crank/pkg-descr
deleted file mode 100644
index 6c60d4e79010..000000000000
--- a/security/crank/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Crank is short for "CRyptANalysis toolKit", and its overall purpose is to
-provide a powerful and extensible environment for solving classical
-(pen-and-paper) ciphers, providing as much automation as possible. Classical
-ciphers include common schemes like monoalphabetic substitutions, where each
-letter of the alphabet is mapped to another (usually different) letter
-consistently through the text. The first version of Crank is restricting
-itself to these special ciphers. Other algorithms forever devoid of Crank's
-attentions include Enigma, RSA, DES, MurkelFish, or anything else invented
-after 1900. They're hard(er).
-
-WWW: http://crank.sourceforge.net/
diff --git a/security/crank/pkg-plist b/security/crank/pkg-plist
deleted file mode 100644
index d302fe316e02..000000000000
--- a/security/crank/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-bin/crank
-share/crank/patch/std_monoalphabetic.scm
-share/crank/scheme/crank.scm
-share/crank/24_sort_ascending.xpm
-share/crank/arrows_ver.xpm
-share/crank/bift.dat
-share/crank/function_selector.xpm
-share/crank/gear_small.xpm
-share/crank/gnome-db-browser.xpm
-share/crank/open.xpm
-share/crank/save.xpm
-share/crank/slft.dat
-share/crank/source.xpm
-share/crank/stop.xpm
-share/crank/trift.dat
-@dir lib/crank/plugins
diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile
deleted file mode 100644
index 520c6403e507..000000000000
--- a/security/gpasman/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Created by: domi@saargate.de
-# $FreeBSD$
-
-PORTNAME= gpasman
-PORTVERSION= 1.3.1
-PORTREVISION= 6
-CATEGORIES= security
-MASTER_SITES= http://gpasman.sourceforge.net/files/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Password manager that stores password information encrypted
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-PLIST_FILES= bin/gpasman
-USES= gmake
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTKCONFIG="${GTK_CONFIG}"
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/security/gpasman/distinfo b/security/gpasman/distinfo
deleted file mode 100644
index fda6325d6621..000000000000
--- a/security/gpasman/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gpasman-1.3.1.tar.gz) = f9ef2a47a7987e8e7691139ea5848f8b63dd95f3f254c066d32e4634fce0f11a
-SIZE (gpasman-1.3.1.tar.gz) = 47426
diff --git a/security/gpasman/files/patch-src__file.h b/security/gpasman/files/patch-src__file.h
deleted file mode 100644
index 5e4cd18245cb..000000000000
--- a/security/gpasman/files/patch-src__file.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/file.h.orig Sun Nov 13 16:14:11 2005
-+++ src/file.h Sun Nov 13 16:14:19 2005
-@@ -7,6 +7,8 @@
- * 4 = comment
- */
-
-+#include <sys/types.h>
-+
- int save_init(char *filename, char *password);
- int save_entry(char *entry[4]);
- int save_finalize(void);
diff --git a/security/gpasman/pkg-descr b/security/gpasman/pkg-descr
deleted file mode 100644
index e227437dd0d1..000000000000
--- a/security/gpasman/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Gpasman is a password manager. People working with the internet have to
-remember lots of passwords. Saving them in a textfile is not a secure idea.
-Gpasman is a GTK solution to this problem since it saves the password
-information encrypted, so now you have to remember only one password instead of
-ten (or more).
-
-http://gpasman.sourceforge.net/
diff --git a/security/gtk-knocker/Makefile b/security/gtk-knocker/Makefile
deleted file mode 100644
index 9a1d9c7e04e7..000000000000
--- a/security/gtk-knocker/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: Patrick Li <pat@databits.net>
-# $FreeBSD$
-
-PORTNAME= knocker
-PORTVERSION= 0.6.6
-PORTREVISION= 6
-CATEGORIES= security net x11
-MASTER_SITES= SF/${PORTNAME}/gtk-${PORTNAME}/${PORTVERSION}
-PKGNAMEPREFIX= gtk-
-DISTNAME= gtk-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple and easy to use TCP only port scanner (GTK+ version)
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-GNU_CONFIGURE= yes
-USE_XORG= x11 xpm
-USE_GNOME= gtk12
-.include <bsd.port.pre.mk>
-
-post-patch:
-.for file in src/gtk_support.c src/gtk_callbacks.c
- @${REINPLACE_CMD} -e 's|"\.\./pixmaps"|PACKAGE_DATA_DIR "/pixmaps"|g' \
- ${WRKSRC}/${file}
-.endfor
-.for file in src/license.h
- @${REINPLACE_CMD} -e 's|$$|\\n\\|g ; \
- s|^".*|";|g' ${WRKSRC}/${file}
-.endfor
-
-post-install:
- @${INSTALL_MAN} ${WRKSRC}/docs/gtk-knocker.1 ${STAGEDIR}${PREFIX}/man/man1
-
-.include <bsd.port.post.mk>
diff --git a/security/gtk-knocker/distinfo b/security/gtk-knocker/distinfo
deleted file mode 100644
index 60468ef5c8ab..000000000000
--- a/security/gtk-knocker/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gtk-knocker-0.6.6.tar.gz) = fc3d75f926343bc83a0801125ac733cf60ac9db34def3c040d429e4430d2567d
-SIZE (gtk-knocker-0.6.6.tar.gz) = 95013
diff --git a/security/gtk-knocker/pkg-descr b/security/gtk-knocker/pkg-descr
deleted file mode 100644
index 4d15d59b1e18..000000000000
--- a/security/gtk-knocker/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Knocker is a simple and easy to use TCP (no UDP yet) security port
-scanner which is able to analyze hosts and all of the different
-services started on them. (GTK+ version)
-
-WWW: http://knocker.sourceforge.net/
diff --git a/security/gtk-knocker/pkg-plist b/security/gtk-knocker/pkg-plist
deleted file mode 100644
index 5056916c93fb..000000000000
--- a/security/gtk-knocker/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/gtk-knocker
-share/gtk-knocker/pixmaps/knocker.xpm
-share/gtk-knocker/pixmaps/knocker_ico.xpm
-man/man1/gtk-knocker.1.gz
diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile
deleted file mode 100644
index ac2d8101f47e..000000000000
--- a/security/stegdetect/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Mark Pulford <mark@kyne.com.au>
-# $FreeBSD$
-
-PORTNAME= stegdetect
-PORTVERSION= 0.6
-PORTREVISION= 15
-CATEGORIES= security
-MASTER_SITES= http://www.sourcefiles.org/Graphics/Tools/Miscellaneous/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Automated tool for detecting steganographic content in JPEGs
-
-DEPRECATED= Uses obsolete glib12
-EXPIRATION_DATE= 2018-12-20
-
-OPTIONS_DEFINE= X11
-OPTIONS_DEFAULT= X11
-
-OPTIONS_SUB= yes
-
-X11_LIB_DEPENDS= libevent.so:devel/libevent
-X11_USE= GNOME=gtk12 XORG=x11,xext,xi
-X11_CONFIGURE_ENV+= PATH_GTKCONFIG="${GTK_CONFIG}"
-
-# Note: stegdetect includes a modified version of jpeg-6b linked statically
-GNU_CONFIGURE= yes
-USES= gmake ssl
-CONFIGURE_ARGS+=--program-prefix=''
-CFLAGS+= -I${OPENSSLINC}
-LDFLAGS+= -L${OPENSSLLIB}
-
-post-patch:
- @${REINPLACE_CMD} 's;/usr/include/event;${LOCALBASE}/include;g' \
- ${WRKSRC}/configure
-post-patch-X11-on:
- @${REINPLACE_CMD} 's/gtk-config//g' ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/security/stegdetect/distinfo b/security/stegdetect/distinfo
deleted file mode 100644
index 614d17bbcc7a..000000000000
--- a/security/stegdetect/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (stegdetect-0.6.tar.gz) = 71149fc9fc58c44a49a38c7013d22d8a861e45acb1074b6c3004b314c8e81a8d
-SIZE (stegdetect-0.6.tar.gz) = 1269001
diff --git a/security/stegdetect/files/patch-Makefile.in b/security/stegdetect/files/patch-Makefile.in
deleted file mode 100644
index 6b9361d548d8..000000000000
--- a/security/stegdetect/files/patch-Makefile.in
+++ /dev/null
@@ -1,47 +0,0 @@
---- Makefile.in.orig 2004-08-31 14:59:42 UTC
-+++ Makefile.in
-@@ -70,7 +70,7 @@ AUTOMAKE_OPTIONS = foreign no-dependenci
-
- JPEGDIR = ./jpeg-6b
- JPEGINC = -I$(JPEGDIR)
--JPEGLIB = -L$(JPEGDIR) -ljpeg
-+JPEGLIB = -L$(JPEGDIR) -ljpeg -lcrypto
- JPEGDEP = $(JPEGDIR)/libjpeg.a
-
- FILEDIR = ./file
-@@ -330,19 +330,23 @@ check-recursive installcheck-recursive i
- @set fnord $(MAKEFLAGS); amf=$$2; \
- dot_seen=no; \
- target=`echo $@ | sed s/-recursive//`; \
-- list='$(SUBDIRS)'; for subdir in $$list; do \
-- echo "Making $$target in $$subdir"; \
-- if test "$$subdir" = "."; then \
-- dot_seen=yes; \
-- local_target="$$target-am"; \
-- else \
-- local_target="$$target"; \
-+ if test "$$target" = "install"; then \
-+ ($(MAKE) $(AM_MAKEFLAGS) $$target-am) || exit 1; \
-+ else \
-+ list='$(SUBDIRS)'; for subdir in $$list; do \
-+ echo "Making $$target in $$subdir"; \
-+ if test "$$subdir" = "."; then \
-+ dot_seen=yes; \
-+ local_target="$$target-am"; \
-+ else \
-+ local_target="$$target"; \
-+ fi; \
-+ (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-+ || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
-+ done; \
-+ if test "$$dot_seen" = "no"; then \
-+ $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
- fi; \
-- (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
-- || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
-- done; \
-- if test "$$dot_seen" = "no"; then \
-- $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
- fi; test -z "$$fail"
-
- mostlyclean-recursive clean-recursive distclean-recursive \
diff --git a/security/stegdetect/files/patch-break_jsteg.c b/security/stegdetect/files/patch-break_jsteg.c
deleted file mode 100644
index 9dbe0fdab5e6..000000000000
--- a/security/stegdetect/files/patch-break_jsteg.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- break_jsteg.c.orig 2004-08-29 23:11:00 UTC
-+++ break_jsteg.c
-@@ -162,7 +162,7 @@ break_jsteg_prepare(char *filename, shor
- jstegob->skip = bytes - sizeof(jstegob->coeff);
-
- if (jsbits < max || off + jsbits > bits) {
-- warnx("%s: bad size in bits, %d", __FUNCTION__, bits);
-+ warnx("break_jsteg_prepare: bad size in bits, %d", bits);
- return (NULL);
- }
-
diff --git a/security/stegdetect/files/patch-common.c b/security/stegdetect/files/patch-common.c
deleted file mode 100644
index 6c29c8067a57..000000000000
--- a/security/stegdetect/files/patch-common.c
+++ /dev/null
@@ -1,47 +0,0 @@
---- common.c.orig 2004-08-29 23:11:00 UTC
-+++ common.c
-@@ -85,7 +85,7 @@ jpeg_getc(j_decompress_ptr cinfo)
-
- if (datasrc->bytes_in_buffer == 0) {
- if (! (*datasrc->fill_input_buffer) (cinfo))
-- err(1, "%s: fill_input", __FUNCTION__);
-+ err(1, "jpeg_getc: fill_input");
- }
- datasrc->bytes_in_buffer--;
- return GETJOCTET(*datasrc->next_input_byte++);
-@@ -308,7 +308,7 @@ prepare_all_gradx(short **pdcts, int *pb
-
- dcts = malloc(bits * sizeof (short));
- if (dcts == NULL) {
-- warn("%s: malloc", __FUNCTION__);
-+ warn("prepare_all: malloc");
- return (-1);
- }
-
-@@ -374,7 +374,7 @@ prepare_normal(short **pdcts, int *pbits
- if (pdcts != NULL) {
- dcts = malloc(bits * sizeof (short));
- if (dcts == NULL) {
-- warn("%s: malloc", __FUNCTION__);
-+ warn("prepare_normal: malloc");
- return (-1);
- }
- }
-@@ -422,7 +422,7 @@ prepare_jphide(short **pdcts, int *pbits
- /* XXX - wasteful */
- back[comp] = calloc(off, sizeof (char));
- if (back[comp] == NULL) {
-- warn("%s: calloc", __FUNCTION__);
-+ warn("prepare_jphide: calloc");
- goto err;
- }
- }
-@@ -430,7 +430,7 @@ prepare_jphide(short **pdcts, int *pbits
- if (pdcts != NULL) {
- dcts = malloc(mbits * sizeof (short));
- if (dcts == NULL) {
-- warn("%s: malloc", __FUNCTION__);
-+ warn("prepare_jphide: malloc");
- goto err;
- }
- }
diff --git a/security/stegdetect/files/patch-stegdeimage.c b/security/stegdetect/files/patch-stegdeimage.c
deleted file mode 100644
index d3ffb0094765..000000000000
--- a/security/stegdetect/files/patch-stegdeimage.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- stegdeimage.c.orig 2004-08-29 23:11:00 UTC
-+++ stegdeimage.c
-@@ -70,9 +70,6 @@ dodeimage(char *file1, char *file2)
- struct jpeg_error_mgr dsterr;
- FILE *fp;
-
-- if (jpg_open("/home/stego_analysis/compress/dscf0033.jpg") == -1)
-- return;
--
- for (comp = 0; comp < 3; comp++) {
- ohib[comp] = hib[comp];
- owib[comp] = wib[comp];
diff --git a/security/stegdetect/files/patch-stegdetect.c b/security/stegdetect/files/patch-stegdetect.c
deleted file mode 100644
index 921c7d6357b3..000000000000
--- a/security/stegdetect/files/patch-stegdetect.c
+++ /dev/null
@@ -1,37 +0,0 @@
---- stegdetect.c.orig 2004-09-03 04:01:35 UTC
-+++ stegdetect.c
-@@ -78,7 +78,6 @@ char *progname;
- float DCThist[257];
- float scale = 1; /* Sensitivity scaling */
-
--static int debug = 0;
- static int quiet = 0;
- static int ispositive = 0; /* Current images contain stego */
- static char *transformname; /* Current transform name */
-@@ -1227,7 +1226,7 @@ detect(char *filename, int scans)
- strlcat(outbuf, quality(tmp, stars), sizeof(outbuf));
- flag = 1;
- }
-- no_f5:
-+ no_f5:;
- a_wasted_var = 0;
- }
-
-@@ -1267,7 +1266,7 @@ detect(char *filename, int scans)
- strlcat(outbuf, tmp, sizeof(outbuf));
- }
-
-- no_invisiblesecrets:
-+ no_invisiblesecrets:;
- a_wasted_var = 0;
- }
-
-@@ -1332,7 +1331,7 @@ detect(char *filename, int scans)
- }
-
- free(dcts);
-- jsteg_error:
-+ jsteg_error:;
- a_wasted_var = 0;
- }
-
diff --git a/security/stegdetect/files/patch-xsteg.c b/security/stegdetect/files/patch-xsteg.c
deleted file mode 100644
index 6ac76e028cd2..000000000000
--- a/security/stegdetect/files/patch-xsteg.c
+++ /dev/null
@@ -1,32 +0,0 @@
---- xsteg.c.orig 2004-08-31 14:58:21 UTC
-+++ xsteg.c
-@@ -56,9 +56,6 @@
- #define FLAG_DOINVIS 0x0008
- #define FLAG_DOF5 0x0010
-
--extern int (*event_sigcb)(void);
--extern int event_gotsig;
--
- struct event start_ev;
- struct event gtk_ev;
- int quit = 0;
-@@ -744,8 +741,7 @@ chld_handler(int sig)
- sigprocmask(SIG_BLOCK, &set, &oldset);
-
- while ((pid = waitpid(-1, &status, WNOHANG)) > 0) {
-- if (WIFEXITED(status) || WIFSIGNALED(status))
-- event_gotsig = 1;
-+ ;
- }
-
- signal(SIGCHLD, chld_handler);
-@@ -1106,8 +1102,7 @@ main(int argc, char *argv[] )
- gtk_widget_show(window);
-
- event_init();
-- event_sigcb = signal_cb;
--
-+
- add_gtk_timeout();
-
- event_dispatch();
diff --git a/security/stegdetect/pkg-descr b/security/stegdetect/pkg-descr
deleted file mode 100644
index c182f3de1329..000000000000
--- a/security/stegdetect/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Stegdetect is an automated tool for detecting steganographic content
-in images. It is capable of detecting several different
-steganographic methods to embed hidden information in JPEG images.
-Currently, the detectable schemes are:
-
- * jsteg
- * jphide (Unix and Windows)
- * invisible secrets
- * outguess 01.3b
- * F5
- * appendX and camouflage
-
-WWW: http://www.outguess.org/detection.php
diff --git a/security/stegdetect/pkg-plist b/security/stegdetect/pkg-plist
deleted file mode 100644
index 71a66f3e8b10..000000000000
--- a/security/stegdetect/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/stegdetect
-bin/stegbreak
-bin/stegcompare
-bin/stegdeimage
-%%X11%%bin/xsteg
-man/man1/stegbreak.1.gz
-man/man1/stegdetect.1.gz