diff options
author | wiz <wiz> | 2004-09-19 12:32:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-09-19 12:32:27 +0000 |
commit | 97e45a468909276611c5a45763dab714644493f2 (patch) | |
tree | c50473b5d7a22d04a1d8ec7f6ccf6e7e8c36cccd /security/gss/PLIST | |
parent | e5b6b136baab76a8a0aecd799d90cebe2aa83d80 (diff) | |
download | pkgsrc-97e45a468909276611c5a45763dab714644493f2.tar.gz |
Update to 0.0.13, provided by Sergio Jimenez in PR 26972:
* Changes in 0.0.13 (released 2004-08-08)
** Revamp of gnulib compatibility files.
** More translations.
French (by Michel Robitaille) and Romanian (by Laurentiu Buzdugan).
* Changes in 0.0.12 (released 2004-08-01)
** Added rudimentary self tests of Kerberos 5 context init/accept.
Tests client and server authentication, with and without mutual
authentication, and that various aspects of the API like ret_flags
work.
** Various fixes, discovered while writing the Kerberos 5 self test.
** Cross compile builds should work.
It should work for any sane cross compile target, but the only tested
platform is uClibc/uClinux on Motorola Coldfire.
Diffstat (limited to 'security/gss/PLIST')
-rw-r--r-- | security/gss/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gss/PLIST b/security/gss/PLIST index 82daaae6b1c..973830d7ce9 100644 --- a/security/gss/PLIST +++ b/security/gss/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/07/24 08:33:19 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/09/19 12:32:27 wiz Exp $ bin/gss include/gss.h include/gss/api.h @@ -7,7 +7,7 @@ lib/libgss.a lib/libgss.la lib/libgss.so lib/libgss.so.0 -lib/libgss.so.0.11 +lib/libgss.so.0.13 lib/pkgconfig/gss.pc man/man1/gss.1 man/man3/gss_accept_sec_context.3 |