diff options
author | Wes Peters <wes@FreeBSD.org> | 2005-10-22 15:30:11 +0000 |
---|---|---|
committer | Wes Peters <wes@FreeBSD.org> | 2005-10-22 15:30:11 +0000 |
commit | 78ff16100ade221716f4b62b70f157dd7c09ff47 (patch) | |
tree | 249c11b29eb8bf7379af49a126973561f7534b59 /security/liedentd | |
parent | 5b1edaa8b03256fedc72f6edba69be80d42dedbc (diff) | |
download | ports-78ff16100ade221716f4b62b70f157dd7c09ff47.tar.gz ports-78ff16100ade221716f4b62b70f157dd7c09ff47.zip |
Notes
Diffstat (limited to 'security/liedentd')
-rw-r--r-- | security/liedentd/Makefile | 4 | ||||
-rw-r--r-- | security/liedentd/distinfo | 4 | ||||
-rw-r--r-- | security/liedentd/pkg-descr | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/security/liedentd/Makefile b/security/liedentd/Makefile index 4e7fe163be43..43f5b019431c 100644 --- a/security/liedentd/Makefile +++ b/security/liedentd/Makefile @@ -6,13 +6,11 @@ # PORTNAME= liedentd -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.1 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= wes - MAINTAINER= wes@freebsd.org COMMENT= An ident server which refuses to divulge security information diff --git a/security/liedentd/distinfo b/security/liedentd/distinfo index bbf0c2804f24..cfc3c3fb4fc9 100644 --- a/security/liedentd/distinfo +++ b/security/liedentd/distinfo @@ -1,2 +1,2 @@ -MD5 (liedentd-1.0.tar.gz) = bca2a8d47c3d790bd8151ab9b42c9493 -SIZE (liedentd-1.0.tar.gz) = 4211 +MD5 (liedentd-1.1.tar.gz) = a29ef04732050465ba117c14a5a08325 +SIZE (liedentd-1.1.tar.gz) = 4262 diff --git a/security/liedentd/pkg-descr b/security/liedentd/pkg-descr index ddb216864d6d..fb2e35252e54 100644 --- a/security/liedentd/pkg-descr +++ b/security/liedentd/pkg-descr @@ -1,4 +1,4 @@ -This ident daemon runs as a standalong daemon and lies about users. By +This ident daemon runs as a standalone daemon and lies about users. By default, a random string is returned for each ident request, in order to preserve the security of your system. The name returned and the OS name may be specified on the command line. |