diff options
author | clement <clement@FreeBSD.org> | 2004-01-13 23:04:51 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-01-13 23:04:51 +0800 |
commit | 58f4d18af6914b324f06b8b1b045b4fca7fcf85f (patch) | |
tree | 4610519cdc66b0aad5f6f637722b77551ee0e5e4 /security | |
parent | 999b0e49b380b4106876bb5bd141644022d65b0b (diff) | |
download | freebsd-ports-graphics-58f4d18af6914b324f06b8b1b045b4fca7fcf85f.tar.gz freebsd-ports-graphics-58f4d18af6914b324f06b8b1b045b4fca7fcf85f.tar.zst freebsd-ports-graphics-58f4d18af6914b324f06b8b1b045b4fca7fcf85f.zip |
- Update my email address
Approved and reviewed by: erwin (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/cmd5checkpw/Makefile | 2 | ||||
-rw-r--r-- | security/dropbear/Makefile | 2 | ||||
-rw-r--r-- | security/libprelude/Makefile | 2 | ||||
-rw-r--r-- | security/prelude-lml/Makefile | 2 | ||||
-rw-r--r-- | security/prelude-manager/Makefile | 2 | ||||
-rw-r--r-- | security/prelude-nids/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/security/cmd5checkpw/Makefile b/security/cmd5checkpw/Makefile index 7265f69b905..441e399d095 100644 --- a/security/cmd5checkpw/Makefile +++ b/security/cmd5checkpw/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.22 CATEGORIES= security MASTER_SITES= http://members.elysium.pl/brush/cmd5checkpw/dist/ -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= Checkpassword compatible authentication program that uses CRAM-MD5 USE_REINPLACE= yes diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index 2ee30ef17eb..4deb3f7d844 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.39 CATEGORIES= security ipv6 MASTER_SITES= http://matt.ucc.asn.au/dropbear/releases/ -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= An SSH 2 server, designed to be usable in small memory environments GNU_CONFIGURE= YES diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index af970b58f23..c34ae86eaee 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -8,7 +8,7 @@ PORTVERSION= 0.8.10 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System librairies USE_REINPLACE= yes diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index 26118368b5d..ca458485e61 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey LIB_DEPENDS+= prelude.1:${PORTSDIR}/security/libprelude \ diff --git a/security/prelude-manager/Makefile b/security/prelude-manager/Makefile index 4ca5903e540..5de2587afdc 100644 --- a/security/prelude-manager/Makefile +++ b/security/prelude-manager/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.8.10 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System central logging point LIB_DEPENDS+= prelude.1:${PORTSDIR}/security/libprelude \ diff --git a/security/prelude-nids/Makefile b/security/prelude-nids/Makefile index 6f50cd3b717..abcf8c6f5b9 100644 --- a/security/prelude-nids/Makefile +++ b/security/prelude-nids/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.8.6 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ -MAINTAINER= sheepkiller@cultdeadsheep.org +MAINTAINER= clement@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System sensor LIB_DEPENDS= prelude.1:${PORTSDIR}/security/libprelude |