- Update to 1.15.
This release fixes bogus LDAP lookups
This commit is contained in:
parent
dea397d561
commit
90700e846e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110651
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= perdition
|
||||
PORTVERSION= 1.14
|
||||
PORTVERSION= 1.15
|
||||
CATEGORIES= mail net security
|
||||
MASTER_SITES= http://www.vergenet.net/linux/perdition/download/${PORTVERSION}/
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (perdition-1.14.tar.gz) = a4824f381097fddd9a5bac2a8e72a284
|
||||
SIZE (perdition-1.14.tar.gz) = 550853
|
||||
MD5 (perdition-1.15.tar.gz) = 7c3aaf30198cf73191a984a76637a940
|
||||
SIZE (perdition-1.15.tar.gz) = 551692
|
||||
|
@ -1,9 +1,9 @@
|
||||
%%GDBM%%bin/makegdbm
|
||||
%%BDB%%bin/makebdb
|
||||
%%OPENLDAP%%bin/perditiondb_ldap_makedb
|
||||
%%ODBC%%bin/perditiondb_odbc_makedb
|
||||
%%MYSQL%%bin/perditiondb_mysql_makedb
|
||||
%%PGSQL%%bin/perditiondb_postgresql_makedb
|
||||
%%OPENLDAP%%sbin/perditiondb_ldap_makedb
|
||||
%%ODBC%%sbin/perditiondb_odbc_makedb
|
||||
%%MYSQL%%sbin/perditiondb_mysql_makedb
|
||||
%%PGSQL%%sbin/perditiondb_postgresql_makedb
|
||||
%%POSIXREGEX%%etc/perdition/popmap.re-dist
|
||||
etc/perdition/perdition.conf-dist
|
||||
etc/perdition/popmap-dist
|
||||
|
Loading…
Reference in New Issue
Block a user