diff options
author | Russ Allbery <rra@stanford.edu> | 2013-03-27 16:29:18 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-03-27 16:29:18 -0700 |
commit | e446f05ab4949cbc24e78364f8719ecb5afe2357 (patch) | |
tree | 2bfc94420a33f642155e8038f5c51ac392a43095 | |
parent | 7a64b4a91d0b3a640ac876afedc2c0a656651d34 (diff) |
Add dependencies and changelog for new wa-keyring object type
Change-Id: I9923e3ec986dc7e17e0d251044dbf4d5acf936c2
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7883a1b..67e370f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ wallet (1.0-1) UNRELEASED; urgency=low - New ACL type ldap-attr to check whether the caller has an attribute in an LDAP directory (needs libauthen-sasl-perl and libnet-ldap-perl and only works with GSS-API binds). + - New object type wa-keyring to store WebAuth keyrings (needs + libwebauth-perl). - New acl check command that returns whether the named ACL exists. - New comments field for objects and wallet commands to set and retrieve it. diff --git a/debian/control b/debian/control index 4e6de83..1652c88 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: extra Maintainer: Russ Allbery <rra@debian.org> Build-Depends: debhelper (>= 9), libdatetime-format-sqlite-perl, libdbd-sqlite3-perl, libdbi-perl, libdbix-class-perl, libkrb5-dev, - libremctl-dev, libsql-translator-perl, libtest-pod-perl, perl + libremctl-dev, libsql-translator-perl, libtest-pod-perl, libwebauth-perl, + perl Standards-Version: 3.9.4 Homepage: http://www.eyrie.org/~eagle/software/wallet/ Vcs-Git: git://git.eyrie.org/kerberos/wallet.git -b debian @@ -48,7 +49,8 @@ Depends: ${misc:Depends}, ${perl:Depends}, libdbix-class-perl, libsql-translator-perl, remctl-server Recommends: libdatetime-format-sqlite-perl, krb5-user | libheimdal-kadm5-perl, remctl-server (>= 2.14) -Suggests: libauthen-sasl-perl, libnet-ldap-perl, libnet-remctl-perl +Suggests: libauthen-sasl-perl, libnet-ldap-perl, libnet-remctl-perl, + libwebauth-perl Description: Kerberos-authenticated secure data management server The wallet is a system for managing secure data, authorization rules to retrieve or change that data, and audit rules for documenting actions |