diff options
author | wiz <wiz> | 2004-09-19 12:32:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-09-19 12:32:27 +0000 |
commit | e45749ad6f49a9cbb31501988849bdc1fd4e2354 (patch) | |
tree | c50473b5d7a22d04a1d8ec7f6ccf6e7e8c36cccd /security | |
parent | 85a8898f6e5d17d097f80b0e9d9ca91fc0952f4b (diff) | |
download | pkgsrc-e45749ad6f49a9cbb31501988849bdc1fd4e2354.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')
-rw-r--r-- | security/gss/Makefile | 4 | ||||
-rw-r--r-- | security/gss/PLIST | 4 | ||||
-rw-r--r-- | security/gss/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index a9141d74069..8fc67bf9770 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2004/07/24 08:33:19 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/09/19 12:32:27 wiz Exp $ # -DISTNAME= gss-0.0.11 +DISTNAME= gss-0.0.13 CATEGORIES= security MASTER_SITES= http://josefsson.org/gss/releases/ \ ${MASTER_SITE_GNU:=gss/} 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 diff --git a/security/gss/distinfo b/security/gss/distinfo index b5fdb314c53..16fa966a2af 100644 --- a/security/gss/distinfo +++ b/security/gss/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2004/07/24 08:33:19 wiz Exp $ +$NetBSD: distinfo,v 1.5 2004/09/19 12:32:27 wiz Exp $ -SHA1 (gss-0.0.11.tar.gz) = 5976f62d6171c8c5f7188abf4f5a07716ad362f2 -Size (gss-0.0.11.tar.gz) = 1311180 bytes +SHA1 (gss-0.0.13.tar.gz) = 0aabd88ae437412c497a07f91e076e1c2d4b9ad3 +Size (gss-0.0.13.tar.gz) = 1336436 bytes |