2004-07-24 10:33:19 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.0.11, provided by Sergio Jimenez in PR 26418.
* Changes in 0.0.11 (released 2004-04-18)
** Minor cleanups to the core header file.
Using xom.h is no longer supported (the file doesn't exist on modern
systems).
** Kerberos 5 sequence number handling fixed.
First, gss_init_sec_context set the sequence numbers correctly, before
the incorrect sequence numbers prevented gss_(un)wrap from working
correctly. Secondly, gss_unwrap now check the sequence numbers
correctly. This was prompted by the addition of randomized sequence
numbers by default in Shishi 0.0.15.
** The compatibility files in gl/ where synced with Gnulib.
** Various bugfixes and cleanups.
** Polish translation added, by Jakub Bogusz.
|
2004-05-07 03:14:51 by Juan Romero Pardines | Files touched by this commit (102) |
Log message:
Drop maintainership; I don't have the enough free time to maintain
all these packages.
|
2004-04-12 00:36:47 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
No longer used.
|
2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message:
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
2004-03-04 19:54:42 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
Update gss to 0.0.10.
Changes since 0.0.6:
- A command line tool "gss" added in src/.
- gss_display_status can return multiple description texts (using context).
- The Swedish translation has been updated.
- Various cleanups and improvements.
- Implemented gss_export_name and gss_krb5_inquire_cred_by_mech.
The Kerberos 5 backend also support them.
- gss_inquire_cred support default credentials.
- Kerberos 5 gss_canonicalize_name now support all mandatory name types.
- Kerberos 5 gss_accept_sec_context now support sub-session keys in AP-REQ.
- Added new extended function API: gss_userok.
- API documentation in HTML format from GTK-DOC included in doc/reference/.
- Moved all backend specific code into sub-directories of lib/.
- The gss_duplicate_name function now allocate the output result properly.
- Man pages for all public functions are included.
- Documentation fixes. For example, all official APIs are now documented.
- Fixed typo that broke gss_wrap for 3DES with Kerberos 5.
- Improvements to build environment.
- Autoconf 2.59, Automake 1.8 beta, Libtool CVS used.
|
2004-02-14 19:26:30 by Julio M. Merino Vidal | Files touched by this commit (90) |
Log message:
PKGCONFIG_OVERRIDE is relative to WRKSRC.
|
2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400) |
Log message:
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
2004-02-10 01:17:29 by Johnny C. Lam | Files touched by this commit (2) | |
Log message:
Bump DEPENDS after PKGREVISION update due to header file change.
|
2004-02-10 01:14:41 by Johnny C. Lam | Files touched by this commit (4) |
Log message:
bl3ify and bump the PKGREVISION after removing <gss/krb5.h> (which isn't
installed) from the gss.h header.
|
2003-12-30 23:58:08 by Chris Pinnock | Files touched by this commit (1) |
Log message:
Whitespace fix
|