Update to liedentd 1.1, which is PREFIX-aware.
This commit is contained in:
parent
5b1edaa8b0
commit
78ff16100a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146125
3 changed files with 4 additions and 6 deletions
|
@ -6,13 +6,11 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= liedentd
|
PORTNAME= liedentd
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= security net
|
CATEGORIES= security net
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= wes
|
MASTER_SITE_SUBDIR= wes
|
||||||
|
|
||||||
|
|
||||||
MAINTAINER= wes@freebsd.org
|
MAINTAINER= wes@freebsd.org
|
||||||
COMMENT= An ident server which refuses to divulge security information
|
COMMENT= An ident server which refuses to divulge security information
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
MD5 (liedentd-1.0.tar.gz) = bca2a8d47c3d790bd8151ab9b42c9493
|
MD5 (liedentd-1.1.tar.gz) = a29ef04732050465ba117c14a5a08325
|
||||||
SIZE (liedentd-1.0.tar.gz) = 4211
|
SIZE (liedentd-1.1.tar.gz) = 4262
|
||||||
|
|
|
@ -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
|
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
|
preserve the security of your system. The name returned and the OS name
|
||||||
may be specified on the command line.
|
may be specified on the command line.
|
||||||
|
|
Loading…
Reference in a new issue