File libgssglue.changes of Package libgssglue
-------------------------------------------------------------------
Mon Jul 29 08:24:54 UTC 2013 - meissner@suse.com
- Updated to 0.4 release
Use secure_getenv instead of getenv for setuid
programs (bnc#694598 CVE-2011-2709 bnc#831805)
- secure-getenv.patch: updated patch to use the now available
secure_getenv() instead.
-------------------------------------------------------------------
Mon Apr 15 09:35:41 UTC 2013 - mmeister@suse.com
- Added url as source.
Please see http://en.opensuse.org/SourceUrl
-------------------------------------------------------------------
Mon Feb 4 16:05:04 UTC 2013 - dmueller@suse.de
- Add config-guess-sub-update.patch:
* Update config.guess/sub for aarch64
-------------------------------------------------------------------
Thu Sep 13 14:34:35 UTC 2012 - coolo@suse.com
- replace ; with and in license tag
-------------------------------------------------------------------
Tue Dec 20 11:03:51 UTC 2011 - coolo@suse.com
- remove call to suse_update_config (very old work around)
-------------------------------------------------------------------
Sun Sep 25 08:13:27 UTC 2011 - nfbrown@suse.com
- new upstream version 0.3. Only changes are new
typedefs to resolve some compiling issues.
-------------------------------------------------------------------
Fri Jul 8 11:51:07 UTC 2011 - coolo@novell.com
- add baselibs.conf to allow pam to link against it
-------------------------------------------------------------------
Mon May 23 16:19:42 CEST 2011 - meissner@suse.de
- Release 0.2
- Modify the gss_acquire_cred() code to accept, and
properly handle, an input name of GSS_C_NO_NAME.
Other misc. changes to support this change.
- Remove some generated files from git. Change
autogen.sh to clean up files that might become
outdated and incompatible.
-------------------------------------------------------------------
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
- Use %_smp_mflags
-------------------------------------------------------------------
Sat Apr 24 09:23:31 UTC 2010 - coolo@novell.com
- buildrequire pkg-config to fix provides
-------------------------------------------------------------------
Wed Oct 28 18:14:37 UTC 2009 - crrodriguez@opensuse.org
- libgssglue-devel Requires glibc-devel
-------------------------------------------------------------------
Mon Aug 3 18:01:11 CEST 2009 - meissner@suse.de
- added missing fclose
-------------------------------------------------------------------
Wed Oct 22 16:17:18 CEST 2008 - mrueckert@suse.de
- fix debug_packages_requires define
-------------------------------------------------------------------
Fri Aug 1 17:32:08 CEST 2008 - ro@suse.de
- fix requires for debuginfo package
-------------------------------------------------------------------
Wed May 7 21:22:22 CEST 2008 - coolo@suse.de
- provide and obsolete in the same package
-------------------------------------------------------------------
Fri Mar 28 11:39:55 CET 2008 - lrupp@suse.de
- provide the latest used version (0.11) of old package
-------------------------------------------------------------------
Wed Mar 26 14:49:38 CET 2008 - mkoenig@suse.de
- update to version 0.1 of renamed libgssglue
- upstream library rename libgssapi -> libgssglue
to resolve conflicts with Heimdal and MIT libraries named
libgssapi.
- package restucturing due to shlib policy:
new packages libgssglue1, libgssglue-devel
-------------------------------------------------------------------
Mon Feb 25 06:46:29 CET 2008 - crrodriguez@suse.de
- fix library-without-ldconfig-postin errors
-------------------------------------------------------------------
Fri May 11 18:14:54 CEST 2007 - mkoenig@suse.de
- update to version 0.11:
* Add glue routine for gss_krb5_ccache_name
-------------------------------------------------------------------
Tue Sep 5 17:40:13 CEST 2006 - ro@suse.de
- added config file /etc/gssapi_mech.conf (#203248)
-------------------------------------------------------------------
Wed Aug 9 01:06:25 CEST 2006 - ro@suse.de
- update to version 0.10 (changes since 0.6):
- Add symbol versioning script and use it when linking
the library. This allows us to use the gss_* symbols
from MIT gssapi_krb5 libraries without namespace
collision problems. This is required for use with
MIT release 1.5 which no longer exports the krb5_gss_*
symbols. (This should also allow us to work with
Heimdal as well. Currently untested.)
- Remove code that tries to get symbols with names
krb5_gss_*.
- Correct declaration and implementation of
gss_export_lucid_sec_context(). This results in an
interface change. The soname is updated to reflect this.
- Memory leak: free union_name in gss_acquire_cred if
it was allocated there.
- Don't exit() the application if initialization fails,
just fail the operation.
- Add glue routines for gss_canonicalize_name and
gss_export_name
- Make "first-class" routines for gss_get_mic,
gss_verify_mic, gss_wrap, and gss_unwrap
- Clean up some clutter of unused #ifde'd code
- Patch from Timo Aaltonen <tjaalton@cc.hut.fi> for
Debian packaging.
- Change union_name definition such that external_name
is a gss_buffer_desc rather than gss_buffer_t.
Eliminates unnecessary malloc'ing and freeing.
- A patch from Olaf Kirch <okir@suse.de> to
gss_inquire_cred() to remove a potential
problem of an uninitialized variable and to return
an error if generic_gss_copy_oid() fails.
- Revert a bad change made to gss_free_lucid_sec_context().
- Clean up some compiler warnings
-------------------------------------------------------------------
Wed Jan 25 21:37:29 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Dec 12 12:44:24 CET 2005 - okir@suse.de
- Update to latest upstream version (0.6)
-------------------------------------------------------------------
Fri May 20 12:03:38 CEST 2005 - okir@suse.de
- Initial packaging