diff options
author | cy <cy@FreeBSD.org> | 2004-10-29 04:04:55 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2004-10-29 04:04:55 +0800 |
commit | 1561046edbeb2eba15c72207291f56bba7a1b805 (patch) | |
tree | de894c733b18873550fc8915a98015db407dc5a5 /security | |
parent | 12cb06d904e4366cca4b390dab4687b563ab01e2 (diff) | |
download | freebsd-ports-gnome-1561046edbeb2eba15c72207291f56bba7a1b805.tar.gz freebsd-ports-gnome-1561046edbeb2eba15c72207291f56bba7a1b805.tar.zst freebsd-ports-gnome-1561046edbeb2eba15c72207291f56bba7a1b805.zip |
Introduce sudosh (sudo shell) into the Ports Tree.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/sudosh/Makefile | 22 | ||||
-rw-r--r-- | security/sudosh/distinfo | 2 | ||||
-rw-r--r-- | security/sudosh/pkg-descr | 7 | ||||
-rw-r--r-- | security/sudosh/pkg-plist | 2 | ||||
-rw-r--r-- | security/sudosh2/Makefile | 22 | ||||
-rw-r--r-- | security/sudosh2/distinfo | 2 | ||||
-rw-r--r-- | security/sudosh2/pkg-descr | 7 | ||||
-rw-r--r-- | security/sudosh2/pkg-plist | 2 | ||||
-rw-r--r-- | security/sudosh3/Makefile | 22 | ||||
-rw-r--r-- | security/sudosh3/distinfo | 2 | ||||
-rw-r--r-- | security/sudosh3/pkg-descr | 7 | ||||
-rw-r--r-- | security/sudosh3/pkg-plist | 2 |
13 files changed, 100 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 1955edfba3e0..761b7b57bb30 100644 --- a/security/Makefile +++ b/security/Makefile @@ -435,6 +435,7 @@ SUBDIR += subweb SUBDIR += sudo SUBDIR += sudoscript + SUBDIR += sudosh SUBDIR += super SUBDIR += swatch SUBDIR += tea-total diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile new file mode 100644 index 000000000000..67496042c3ce --- /dev/null +++ b/security/sudosh/Makefile @@ -0,0 +1,22 @@ +# Ports collection Makefile for: sudosh +# Date created: 10/28/2004 +# Whom: cy@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= sudosh +PORTVERSION= 1.4.1 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} + +MAINTAINER= cy@FreeBSD.org +COMMENT= A sudo shell + +USE_BZIP2= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --bindir="${PREFIX}/bin" + +.include <bsd.port.mk> diff --git a/security/sudosh/distinfo b/security/sudosh/distinfo new file mode 100644 index 000000000000..33bc8b88756e --- /dev/null +++ b/security/sudosh/distinfo @@ -0,0 +1,2 @@ +MD5 (sudosh-1.4.1.tar.bz2) = de57f0642faf1b85215a95a811f82bbc +SIZE (sudosh-1.4.1.tar.bz2) = 90353 diff --git a/security/sudosh/pkg-descr b/security/sudosh/pkg-descr new file mode 100644 index 000000000000..3e764176e983 --- /dev/null +++ b/security/sudosh/pkg-descr @@ -0,0 +1,7 @@ +sudosh is a sudo shell. Sudosh provides a logged root shell that can +be used for auditing. It works just like a VCR, records the root shell +session and offers real-time playback. Sudosh is designed to be used +with sudo in an enterprise environment. + +WWW: http://sourceforge.net/projects/sudosh/ + http://freshmeat.net/projects/sudosh/ diff --git a/security/sudosh/pkg-plist b/security/sudosh/pkg-plist new file mode 100644 index 000000000000..f45aa67effb2 --- /dev/null +++ b/security/sudosh/pkg-plist @@ -0,0 +1,2 @@ +bin/sudosh +bin/sudosh-replay diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile new file mode 100644 index 000000000000..67496042c3ce --- /dev/null +++ b/security/sudosh2/Makefile @@ -0,0 +1,22 @@ +# Ports collection Makefile for: sudosh +# Date created: 10/28/2004 +# Whom: cy@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= sudosh +PORTVERSION= 1.4.1 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} + +MAINTAINER= cy@FreeBSD.org +COMMENT= A sudo shell + +USE_BZIP2= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --bindir="${PREFIX}/bin" + +.include <bsd.port.mk> diff --git a/security/sudosh2/distinfo b/security/sudosh2/distinfo new file mode 100644 index 000000000000..33bc8b88756e --- /dev/null +++ b/security/sudosh2/distinfo @@ -0,0 +1,2 @@ +MD5 (sudosh-1.4.1.tar.bz2) = de57f0642faf1b85215a95a811f82bbc +SIZE (sudosh-1.4.1.tar.bz2) = 90353 diff --git a/security/sudosh2/pkg-descr b/security/sudosh2/pkg-descr new file mode 100644 index 000000000000..3e764176e983 --- /dev/null +++ b/security/sudosh2/pkg-descr @@ -0,0 +1,7 @@ +sudosh is a sudo shell. Sudosh provides a logged root shell that can +be used for auditing. It works just like a VCR, records the root shell +session and offers real-time playback. Sudosh is designed to be used +with sudo in an enterprise environment. + +WWW: http://sourceforge.net/projects/sudosh/ + http://freshmeat.net/projects/sudosh/ diff --git a/security/sudosh2/pkg-plist b/security/sudosh2/pkg-plist new file mode 100644 index 000000000000..f45aa67effb2 --- /dev/null +++ b/security/sudosh2/pkg-plist @@ -0,0 +1,2 @@ +bin/sudosh +bin/sudosh-replay diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile new file mode 100644 index 000000000000..67496042c3ce --- /dev/null +++ b/security/sudosh3/Makefile @@ -0,0 +1,22 @@ +# Ports collection Makefile for: sudosh +# Date created: 10/28/2004 +# Whom: cy@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= sudosh +PORTVERSION= 1.4.1 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} + +MAINTAINER= cy@FreeBSD.org +COMMENT= A sudo shell + +USE_BZIP2= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS= --bindir="${PREFIX}/bin" + +.include <bsd.port.mk> diff --git a/security/sudosh3/distinfo b/security/sudosh3/distinfo new file mode 100644 index 000000000000..33bc8b88756e --- /dev/null +++ b/security/sudosh3/distinfo @@ -0,0 +1,2 @@ +MD5 (sudosh-1.4.1.tar.bz2) = de57f0642faf1b85215a95a811f82bbc +SIZE (sudosh-1.4.1.tar.bz2) = 90353 diff --git a/security/sudosh3/pkg-descr b/security/sudosh3/pkg-descr new file mode 100644 index 000000000000..3e764176e983 --- /dev/null +++ b/security/sudosh3/pkg-descr @@ -0,0 +1,7 @@ +sudosh is a sudo shell. Sudosh provides a logged root shell that can +be used for auditing. It works just like a VCR, records the root shell +session and offers real-time playback. Sudosh is designed to be used +with sudo in an enterprise environment. + +WWW: http://sourceforge.net/projects/sudosh/ + http://freshmeat.net/projects/sudosh/ diff --git a/security/sudosh3/pkg-plist b/security/sudosh3/pkg-plist new file mode 100644 index 000000000000..f45aa67effb2 --- /dev/null +++ b/security/sudosh3/pkg-plist @@ -0,0 +1,2 @@ +bin/sudosh +bin/sudosh-replay |