Package libutempter: Information
Source package: libutempter
Version: 1.1.5-alt1
Build time: Feb 19, 2007, 03:14 PM
Category: System/Libraries
Report package bugHome page:
License: LGPL
Summary: A privileged helper for utmp/wtmp updates
Description:
This library provides interface for terminal emulators such as screen and xterm to record user sessions to utmp and wtmp files.
List of rpms provided by this srpm:
libutempter (x86_64, i586)
libutempter-devel (x86_64, i586)
libutempter-devel-static (x86_64, i586)
libutempter (x86_64, i586)
libutempter-devel (x86_64, i586)
libutempter-devel-static (x86_64, i586)
Maintainer: Dmitry V. Levin
Last changed
Feb. 18, 2007 Dmitry V. Levin 1.1.5-alt1
- Removed cvsid tags. - README: Described differences between provided libutempter interfaces. - Fixed FreeBSD support: + utempter.c (main): Be consistent and use ptsname(3) on non-glibc systems too. + utempter.c (write_uwtmp_record) [__FreeBSD__]: Fix ut.ut_time initialization.
Dec. 9, 2005 Dmitry V. Levin 1.1.4-alt1
- Enabled almost all diagnostics supported by gcc and fixed all
issues found by gcc-3.4.4-alt3.
- Added FreeBSD support, based on patches from Gentoo/FreeBSD.
- Makefile:
+ Fixed few portability issues reported by Gentoo developers.
- libutempter: Linked with -Wl,-z,defs.
- utempter:
+ Fixed struct utmp initialization on 64-bit architectures
with 32-bit backwards compatibility enabled (like x86_64).
+ Linked with -Wl,-z,now, i.e., marked it to tell the dynamic
linker to resolve all symbols when the program is started.
Suggested by Gentoo developers.Aug. 18, 2005 Dmitry V. Levin 1.1.3-alt1
- Restricted list of global symbols exported by the library. - Updated FSF postal address.