---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2006-1138
2006-11-01
---------------------------------------------------------------------
Product : Fedora Core 6
Name : shadow-utils
Version : 4.0.17
Release : 8.fc6
Summary : Utilities for managing accounts and shadow password files.
Description :
The shadow-utils package includes the necessary programs for
converting UNIX password files to the shadow password format, plus
programs for managing user and group accounts. The pwconv command
converts passwords to the shadow password format. The pwunconv command
unconverts shadow passwords and generates an npasswd file (a standard
UNIX password file). The pwck command checks the integrity of password
and shadow files. The lastlog command prints out the last login times
for all users. The useradd, userdel, and usermod commands are used for
managing user accounts. The groupadd, groupdel, and groupmod commands
are used for managing group accounts.
---------------------------------------------------------------------
* Wed Nov 1 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.17-8
- fix "-a" option. Bug was introduced by upstream.
* Wed Oct 25 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.17-7
- add dist-tag
* Wed Oct 4 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.17-6
- fix regression. Permissions on user* group* binaries
should be 0750, because of CAPP/LSPP certification
- fix groupdel man page
* Fri Aug 11 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.17-5
- fix bug introduced with UIG_GID.patch (#201991)
* Sat Aug 5 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.17-4
- fix userdel, it didn't delete user's group (#201379)
* Fri Aug 4 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.17-3
- fix UID/GID overflow in user* group* (#198920)
* Fri Aug 4 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.17-2
- do not inherit file desc. in execve(nscd)
* Mon Jul 17 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.17-1
- upgrade
* Wed Jul 12 2006 Jesse Keating <[EMAIL PROTECTED]> - 2:4.0.16-3.1
- rebuild
* Tue Jun 13 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.16-3
- call "nscd -i" to flush nscd cache (#191464)
* Sat Jun 10 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.16-2
- "useradd -r" must create a system group (#194728)
* Tue Jun 6 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.16-1
- upgrade
- do not replace login.defs file (#190014)
* Sat Apr 8 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.15-3
- fix typo in shadow-4.0.15-login.defs (#188263)
* Tue Apr 4 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.15-2
- properly notify nscd to flush its cache(#186803)
* Mon Apr 3 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.15-1
- upgrade
* Fri Mar 10 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.14-4
- fix lrename() function to handle relative symlinks too
* Tue Mar 7 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.14-3
- set default umask to 077 in login.defs
* Mon Mar 6 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.14-2
- use lrename() function, which follow a destination symbolic link(#181977)
* Fri Feb 10 2006 Jesse Keating <[EMAIL PROTECTED]> - 2:4.0.14-1.2
- bump again for double-long bug on ppc(64)
* Tue Feb 7 2006 Jesse Keating <[EMAIL PROTECTED]> - 2:4.0.14-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Jan 6 2006 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.14-1
- upgrade
* Fri Dec 9 2005 Jesse Keating <[EMAIL PROTECTED]>
- rebuilt
* Tue Nov 29 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.13-4
- fix incorrect audit record in userdel (#174392)
* Wed Nov 16 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.13-3
- fix useradd segfaults (#173241)
* Sat Nov 5 2005 Steve Grubb <[EMAIL PROTECTED]> 2:4.0.13-2
- Update audit communication to standard format messages
* Fri Oct 21 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.13-1
- upgrade
* Fri Sep 23 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.12-4
- add useradd -l option back, it was removed by mistake
* Tue Sep 20 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.12-3
- provide login.defs man page
- adjust audit patch
* Tue Aug 30 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.12-2
- audit support
* Sat Aug 27 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.12-1
- upgrade
* Sat Aug 13 2005 Dan Walsh <[EMAIL PROTECTED]> 2:4.0.11.1-5
- Change to use new selinux api for selinux_check_passwd_access
* Tue Aug 9 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.11.1-4
- change the password last changed field in the shadow file
when "usermod -p" is used (#164943)
* Mon Aug 8 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.11.1-3
- provide getspnam.3 man page(#162476)
- fix useradd man page(#97131)
* Mon Aug 8 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.11.1-2
- do not copy files from skel directory if home directory
already exist (#89591,#80242)
* Fri Aug 5 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.11.1-1
- upgrade
* Mon May 23 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.7-9
- remove vigr binary
* Mon May 23 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.7-8
- fix nscd socket path
* Fri Apr 29 2005 Jeremy Katz <[EMAIL PROTECTED]> - 2:4.0.7-7
- don't assume selinux is enabled if is_selinux_enabled() returns -1
* Mon Apr 18 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.7-6
- fix chage -l option (#109499, #137498)
* Mon Apr 4 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.7-5
- fix memory leak, and CPU spinning when grp_update() and
duplicate group entries in /etc/group (#151484)
* Tue Mar 29 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.7-4
- use newgrp binary
- newgrp don't ask for password if user's default GID = group ID,
ask for password if there is some in /etc/gshadow
and in /etc/group is 'x' (#149997)
* Mon Mar 14 2005 Peter Vrabec <[EMAIL PROTECTED]>
- gcc4 fix (#150994) 2:4.0.7-3
* Mon Mar 7 2005 Peter Vrabec <[EMAIL PROTECTED]>
- man pages cs,es,ko,ru,zh_CN,zh_TW to UTF-8
* Wed Mar 2 2005 Peter Vrabec <[EMAIL PROTECTED]>
- upgrade 2:4.0.7-1
* Fri Feb 25 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.3-59
- static limit on group count to dynamic (#125510, #148994, #147742)
* Mon Feb 21 2005 Peter Vrabec <[EMAIL PROTECTED]> 2:4.0.3-58
- add "-l" option #146214
* Mon Feb 14 2005 Adrian Havill <[EMAIL PROTECTED]>
- rebuilt
* Wed Feb 9 2005 Dan Walsh <[EMAIL PROTECTED]> 2:4.0.3-39
- Change useradd to use matchpathcon
* Thu Oct 21 2004 Dan Walsh <[EMAIL PROTECTED]> 2:4.0.3-37
- Add matchpathcon to create the files correctly when they do not exist.
* Mon Oct 18 2004 Miloslav Trmac <[EMAIL PROTECTED]> - 2:4.0.3-36
- Change symlink ownership when copying from /etc/skel (#66819, patch by
Michael Weiser)
* Fri Oct 15 2004 Adrian Havill <[EMAIL PROTECTED]> 2:4.0.3-35
- make the limit for the group name the same as the username (determined
by the header files, rather than a constant) (#56850)
* Wed Oct 13 2004 Adrian Havill <[EMAIL PROTECTED]> 2:4.0.3-33
- allow for mixed case and dots in usernames (#135401)
- all man pages to UTF-8, not just Japanese (#133883)
- add Polish blurb for useradd -n man page option (#82177)
* Tue Oct 12 2004 Adrian Havill <[EMAIL PROTECTED]> 2:4.0.3-31
- check for non-standard legacy place for ncsd HUP (/var/run/nscd.pid) and
then the std FHS place (/var/run/nscd.pid) (#125421)
* Fri Oct 1 2004 Dan Walsh <[EMAIL PROTECTED]> 2:4.0.3-30
- Add checkPasswdAccess for chage in SELinux
* Sun Sep 26 2004 Adrian Havill <[EMAIL PROTECTED]> 2:4.0.3-29
- always unlock all files on any exit (#126709)
* Tue Aug 24 2004 Warren Togami <[EMAIL PROTECTED]> 2:4.0.3-26
- #126596 fix Req and BuildReqs
* Sun Aug 1 2004 Alan Cox <[EMAIL PROTECTED]> 4.0.3-25
- Fix build deps etc, move to current auto* (Steve Grubb)
* Sat Jul 10 2004 Alan Cox <[EMAIL PROTECTED]> 4.0.3-24
- Fix nscd path. This fixes various stale data caching bugs (#125421)
* Thu Jun 17 2004 Dan Walsh <[EMAIL PROTECTED]> 4.0.3-23
- Add get_enforce checks
- Clean up patch for potential upstream submission
- Add removemalloc patch to get it to build on 3.4
* Tue Jun 15 2004 Elliot Lee <[EMAIL PROTECTED]>
- rebuilt
* Tue Mar 30 2004 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-21
- rebuild
* Tue Mar 30 2004 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-20
- make /etc/default world-readable, needed for #118338
* Fri Feb 13 2004 Elliot Lee <[EMAIL PROTECTED]>
- rebuilt
* Wed Jan 21 2004 Dan Walsh <[EMAIL PROTECTED]> 4.0.3-18
- Fix selinux relabel of /etc/passwd file
* Wed Jan 7 2004 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-17
- fix use of uninitialized memory in useradd (#89145)
* Tue Dec 16 2003 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-16
- back to UTF-8 again
- remove getspnam(3) man page, now conflicts with man-pages 1.64
* Thu Nov 13 2003 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-15
- don't convert man pages to UTF-8 for RHEL 3, conditionalized using macro
- fixup dangling man page references
* Mon Nov 10 2003 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-14
- lastlog: don't pass a possibly-smaller field to localtime (#109648)
- configure: call AC_SYS_LARGEFILE to get large file support
* Fri Nov 7 2003 Dan Walsh <[EMAIL PROTECTED]> 4.0.3-13.sel
- turn on SELinux support
* Wed Oct 22 2003 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-12
- convert ja man pages to UTF-8 (#106051)
- override MKINSTALLDIRS at install-time (#107476)
* Mon Sep 8 2003 Dan Walsh <[EMAIL PROTECTED]>
- turn off SELinux support
* Thu Sep 4 2003 Dan Walsh <[EMAIL PROTECTED]> 4.0.3-11.sel
- build with SELinux support
* Mon Jul 28 2003 Dan Walsh <[EMAIL PROTECTED]> 4.0.3-10
- Add SELinux support
* Wed Jun 4 2003 Elliot Lee <[EMAIL PROTECTED]>
- rebuilt
* Wed Jun 4 2003 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-8
- rebuild
* Tue Jun 3 2003 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-7
- run autoconf to generate updated configure at compile-time
* Wed Feb 12 2003 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-6
- adjust mailspool patch to complain if no group named "mail" exists, even
though that should never happen
* Tue Feb 11 2003 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-5
- fix perms on mailspools created by useradd to be owned by the "mail"
group (#59810)
* Wed Jan 22 2003 Tim Powers <[EMAIL PROTECTED]>
- rebuilt
* Mon Dec 9 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-3
- install the shadow.3 man page
* Mon Nov 25 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-2
- disable use of cracklib at build-time
- fixup reserved-account changes for useradd
* Thu Nov 21 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 4.0.3-1
- update to 4.0.3, bumping epoch
* Mon Nov 18 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 20000902-14
- remove man pages which conflict with the man-pages package(s)
* Fri Nov 15 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 20000902-13
- prevent libshadow from being built more than once, to keep automake happy
- change how md5 and md5crypt are enabled, to keep autoconf happy
- remove unpackaged files after %install
* Thu Aug 29 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 20000902-12
- force .mo files to be regenerated with current gettext to flush out possible
problems
- fixup non-portable encodings in translations
- make sv translation header non-fuzzy so that it will be included (#71281)
* Fri Aug 23 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 20000902-11
- don't apply aging parameters when creating system accounts (#67408)
* Fri Jun 21 2002 Tim Powers <[EMAIL PROTECTED]>
- automated rebuild
* Sun May 26 2002 Tim Powers <[EMAIL PROTECTED]>
- automated rebuild
* Fri May 17 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 20000902-8
- rebuild in new environment
* Wed Mar 27 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 20000902-7
- rebuild with proper defines to get support for large lastlog files (#61983)
* Fri Feb 22 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 20000902-6
- rebuild
* Fri Jan 25 2002 Nalin Dahyabhai <[EMAIL PROTECTED]> 20000902-5
- fix autoheader breakage and random other things autotools complain about
* Mon Aug 27 2001 Nalin Dahyabhai <[EMAIL PROTECTED]> 20000902-4
- use -O0 instead of -O on ia64
- build in source directory
- don't leave lock files on the filesystem when useradd creates a group for
the user (#50269)
- fix the -o option to check for duplicate UIDs instead of login names (#52187)
* Thu Jul 26 2001 Bill Nottingham <[EMAIL PROTECTED]> 20000902-3
- build with -O on ia64
* Fri Jun 8 2001 Than Ngo <[EMAIL PROTECTED]> 20000902-2
- fixup broken specfile
* Tue May 22 2001 Bernhard Rosenkraenzer <[EMAIL PROTECTED]> 20000902-1
- Create an empty mailspool when creating a user so non-setuid/non-setgid
MDAs (postfix+procmail) can deliver mail (#41811)
- 20000902
- adapt patches
* Fri Mar 9 2001 Nalin Dahyabhai <[EMAIL PROTECTED]>
- don't overwrite user dot files in useradd (#19982)
- truncate new files when moving overwriting files with the contents of other
files while moving directories (keeps files from looking weird later on)
- configure using %{_prefix} as the prefix
* Fri Feb 23 2001 Trond Eivind Glomsrxd <[EMAIL PROTECTED]>
- langify
* Wed Aug 30 2000 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
- Fix up chage behavior (Bug #15883)
* Wed Aug 30 2000 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
- 20000826
- Fix up useradd man page (Bug #17036)
* Tue Aug 8 2000 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
- check for vipw lock before adding or deleting users (Bug #6489)
* Mon Aug 7 2000 Nalin Dahyabhai <[EMAIL PROTECTED]>
- take LOG_CONS out of the openlog() call so that we don't litter the
screen during text-mode upgrades
* Tue Jul 18 2000 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
- Remove a fixed-size buffer that caused problems when adding a huge number
of users to a group (>8192 bytes) (Bugs #3809, #11930)
* Tue Jul 18 2000 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
- remove dependency on util-linux because it causes prereq loops
* Tue Jul 18 2000 Nalin Dahyabhai <[EMAIL PROTECTED]>
- change symlinked man pages to includers
- require /usr/bin/newgrp (util-linux) so that /usr/bin/sg isn't left dangling
* Wed Jul 12 2000 Prospector <[EMAIL PROTECTED]>
- automatic rebuild
* Sun Jun 18 2000 Matt Wilson <[EMAIL PROTECTED]>
- use mandir for FHS
- added patches in src/ and po/ to honor DESTDIR
- use make install DESTDIR=$RPM_BUILD_ROOT
* Wed Feb 16 2000 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
- Fix up usermod's symlink behavior (Bug #5458)
* Fri Feb 11 2000 Cristian Gafton <[EMAIL PROTECTED]>
- get rid of mkpasswd
* Mon Feb 7 2000 Nalin Dahyabhai <[EMAIL PROTECTED]>
- fix usermod patch to check for shadow before doing any shadow-specific stuff
and merge it into the pwlock patch
* Sat Feb 5 2000 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
- fix man symlinks
* Wed Feb 2 2000 Nalin Dahyabhai <[EMAIL PROTECTED]>
- make -p only change shadow password (bug #8923)
* Mon Jan 31 2000 Cristian Gafton <[EMAIL PROTECTED]>
- rebuild to fix dependeencies
- man pages are compressed
* Wed Jan 19 2000 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
- Fix a security bug (adduser could overwrite previously existing
groups, Bug #8609)
* Sun Jan 9 2000 Bernhard Rosenkraenzer <[EMAIL PROTECTED]>
- unset LINGUAS before building
- Fix typo in newusers manpage (Bug #8258)
- libtoolize
* Wed Sep 22 1999 Cristian Gafton <[EMAIL PROTECTED]>
- fix segfault for userdel when the primary group for the user is not
defined
* Tue Sep 21 1999 Cristian Gafton <[EMAIL PROTECTED]>
- Serial: 1 because now we are using 19990827 (why the heck can't they have
a normal version just like everybody else?!)
- ported all patches to the new code base
* Thu Apr 15 1999 Bill Nottingham <[EMAIL PROTECTED]>
- SIGHUP nscd from usermod, too
* Fri Apr 9 1999 Michael K. Johnson <[EMAIL PROTECTED]>
- added usermod password locking from Chris Adams <[EMAIL PROTECTED]>
* Thu Apr 8 1999 Bill Nottingham <[EMAIL PROTECTED]>
- have things that modify users/groups SIGHUP nscd on exit
* Wed Mar 31 1999 Michael K. Johnson <[EMAIL PROTECTED]>
- have userdel remove user private groups when it is safe to do so
- allow -f to force user removal even when user appears busy in utmp
* Tue Mar 23 1999 Preston Brown <[EMAIL PROTECTED]>
- edit out unused CHFN fields from login.defs.
* Sun Mar 21 1999 Cristian Gafton <[EMAIL PROTECTED]>
- auto rebuild in the new build environment (release 7)
* Wed Jan 13 1999 Bill Nottingham <[EMAIL PROTECTED]>
- configure fix for arm
* Wed Dec 30 1998 Cristian Gafton <[EMAIL PROTECTED]>
- build against glibc 2.1
* Fri Aug 21 1998 Jeff Johnson <[EMAIL PROTECTED]>
- Note that /usr/sbin/mkpasswd conflicts with /usr/bin/mkpasswd;
one of these (I think /usr/sbin/mkpasswd but other opinions are valid)
should probably be renamed. In any case, mkpasswd.8 from this package
needs to be installed. (problem #823)
* Fri May 8 1998 Prospector System <[EMAIL PROTECTED]>
- translations modified for de, fr, tr
* Tue Apr 21 1998 Cristian Gafton <[EMAIL PROTECTED]>
- updated to 980403
- redid the patches
* Tue Dec 30 1997 Cristian Gafton <[EMAIL PROTECTED]>
- updated the spec file
- updated the patch so that new accounts created on shadowed system won't
confuse pam_pwdb anymore ('!!' default password instead on '!')
- fixed a bug that made useradd -G segfault
- the check for the ut_user is now patched into configure
* Thu Nov 13 1997 Erik Troan <[EMAIL PROTECTED]>
- added patch for XOPEN oddities in glibc headers
- check for ut_user before checking for ut_name -- this works around some
confusion on glibc 2.1 due to the utmpx header not defining the ut_name
compatibility stuff. I used a gross sed hack here because I couldn't make
automake work properly on the sparc (this could be a glibc 2.0.99 problem
though). The utuser patch works fine, but I don't apply it.
- sleep after running autoconf
* Thu Nov 6 1997 Cristian Gafton <[EMAIL PROTECTED]>
- added forgot lastlog command to the spec file
* Sun Oct 26 1997 Cristian Gafton <[EMAIL PROTECTED]>
- obsoletes adduser
* Thu Oct 23 1997 Cristian Gafton <[EMAIL PROTECTED]>
- modified groupadd; updated the patch
* Fri Sep 12 1997 Cristian Gafton <[EMAIL PROTECTED]>
- updated to 970616
- changed useradd to meet RH specs
- fixed some bugs
* Tue Jun 17 1997 Erik Troan <[EMAIL PROTECTED]>
- built against glibc
---------------------------------------------------------------------
This update can be downloaded from:
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/6/
5e431c1a31b79bb0d9aa222202906391b56aed0d
SRPMS/shadow-utils-4.0.17-8.fc6.src.rpm
5e431c1a31b79bb0d9aa222202906391b56aed0d
noarch/shadow-utils-4.0.17-8.fc6.src.rpm
a791ad06eacb203c4d19ac3c50c9d9e292411c35
ppc/debug/shadow-utils-debuginfo-4.0.17-8.fc6.ppc.rpm
ef3f971a187213423e65e72b981c494d213f23d1 ppc/shadow-utils-4.0.17-8.fc6.ppc.rpm
84c361440f06c03b46230cb2c449a7f4d066e034
x86_64/debug/shadow-utils-debuginfo-4.0.17-8.fc6.x86_64.rpm
b12a3f8c5b351bc61b00401732a5ae4333db7de7
x86_64/shadow-utils-4.0.17-8.fc6.x86_64.rpm
b35f0341a12bfeb051a8a59dcfcea84eeafadd63
i386/shadow-utils-4.0.17-8.fc6.i386.rpm
f8943428a81c14362f141e69fb54a5c826ff2f9c
i386/debug/shadow-utils-debuginfo-4.0.17-8.fc6.i386.rpm
This update can be installed with the 'yum' update program. Use 'yum update
package-name' at the command line. For more information, refer to 'Managing
Software with yum,' available at http://fedora.redhat.com/docs/yum/.
---------------------------------------------------------------------
_______________________________________________
Fedora-package-announce mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-announce