Bastille
by Niki Rahimi
Hi Fedora folks,
I have been working on the Bastille-security hardening system for a
while now (www.bastille-linux.org). I am currently interested in the
enhancement of Bastille on Fedora as I see that it is not directly
available on the distribution install media at this time. I have been
working with Jay Beale, the lead developer of Bastille, on seeing that
the software is working properly on Fedora core installations.
I am curious to see what you all would think of the addition of
Bastille to the Fedora install media. If you have any questions on the
quality and/or useability of Bastille feel free to send me a note.
Thanks,
Niki Rahimi
18 years, 11 months
USB ADSL Modem support, status of development?
by Srikanth Nori
Hi,
I was looking through Bugzilla, and saw that USB ADSL support has been
"Assigned" (http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=109671)
. I continued to search for more data, but couldn't find anything. The
fedora-devel archives didn't help much either. Most posts were about
the Alcatel Speedtouch USB modem, but my interest lies elsewhere
(Aztech 500U)
Anyway, I was wondering what is the status of development? Is still it being
actively pursued?
18 years, 11 months
Re: xorg crashes
by Carlos Rodrigues
Denis Leroy wrote:
>I've seen this happen when the screensaver is in random mode and
>occasionally launches a screensaver plugin that uses xorg hardware
>acceleration. If you have a poorly supported or misconfigured card, it
>might crash the kernel. Check your screensaver, try all available
>plugins...
>
>-d
>
>
It is the sceensaver, however everything is ok when it comes to
configuration, nothing changed except the updates and I never seen this
happen before. Also, the kernel doesn't crash, only X does.
Carlos Rodrigues
--
url: http://crodrigues.webhop.net
18 years, 11 months
Re: "Stateless Linux" project
by Bryan K. Wright
hp(a)redhat.com said:
> Dan Reed has some code written that's a bit simpler approach - it just
> rsyncs the homedir periodically.
This would work fine, at least for people with small /home directories,
and it has the distinct advantage that it can be done right now, without
a lot of development. It might be a problem for folks with larger /home
directories, though. On my laptop, I have about 20GB of user files
(images, maps, data, documents) and it takes a few minutes of disk
grinding for rsync just to walk the tree and decide what's changed.
This might be prohibitive (or at least prohibitively annoying) for the
user. It also cuts into the battery life.
Another possible user-space option would be something based on SGI::FAM.
Around here, I use a fam-based intrusion-detection system to monitor
a few system files that are commonly modified by root kits, and send
me a notice when one changes. A similar system could monitor the
directories in /home and, whenever a file changes, queue it up
for synchronization with a remote mirror. This has the advantage of
not needing to walk the whole file tree repeatedly, as you'd need
to do with rsync. I suspect that you might run into problems with
the number of file descriptors or memory use for large /home
directories, though. When I get a chance, I'll whip up a script
and try it out on my laptop.
Moving out of user space, and requiring some of development, you
could have the kernel's VFS layer generate a notice, maybe via DBUS,
whenever a file changes. It'd be nice to be able to turn this on only
for selected filesystems: monitor /home, but don't bother with
/var, for example. A client would watch for changes and queue up
files for synchronization.
Back to my original suggestion of a "RAID 1" mirror composed of
a local disk and a network block device: It seems like you'd need
to make the RAID system smart enough to realize that one device
has much bigger latencies than the other, otherwise you'd get
performance problems. You'd want to preferentially read from
the local disk, for example, and you'd want to queue up writes
to the remote disk instead of waiting for them to complete
synchronously. I don't know if the current software RAID
implementation supports this sort of thing.
Ideas are easy. Coding's hard. Thanks again for pulling together
a lot of disconnected useful ideas into "stateless linux" and
starting to instantiate them in code.
Bryan
--
===============================================================================
Bryan Wright |"If you take cranberries and stew them like
Physics Department | applesauce, they taste much more like prunes
University of Virginia | than rhubarb does." -- Groucho
Charlottesville, VA 22901 |
(434) 924-7218 | bryan(a)virginia.edu
===============================================================================
18 years, 11 months
What to do about libc-client (imap)?
by Warren Togami
https://bugzilla.redhat.com/bugzilla/buglist.cgi?component=imap&component...
imap has been a total disaster in the past, and now we provide both
dovecot and cyrus-imapd as robust alternatives. Since FC2, imap was
stripped down to the "c-client" library with no server functionality.
The only reason we keep libc-client, the library portion of imap, is so
php-imap can build.
But why do we keep php-imap? NOTHING we ship uses it. squirrelmail
long ago decided php-imap was unreliable and made their own implementation.
Our forced attempts to get rid of imap in FC2 were done in a confusing
manner which remains both a support burden for us, and a huge point of
frustration to users. [1] To make matters worse, 'libc-client' is a
confusing name which is too similar to 'glibc', and meaningless to all
developers.
Is this really worth more years of headache? Here are two proposals to
deal with this.
Proposed Option #1: Rename libc-client to imap-libs
===================================================
Bug #120873 outlines a workable alternative where
* Package name is no longer misleading.
* Installed in such a way to not conflict in files or deps with imap.
* imap in Extras, completely unsupported by Red Hat.
Pros: Reduced support burden on us as we wont have many more stupid
reports [1] from foolish users complaining that we've taken away their
ability to use an insecure, buggy and slow mail server.
Cons: We still would have responsibility of php-imap, which very few
people use.
Proposed Option #2: Get rid of imap/libc-client completely
==========================================================
* Remove imap and libc-client from all future distributions.
* imap in Extras, completely unsupported by Red Hat.
Pros: No support burden for us.
Foolish users can use it if they really wish.
Cons: Difficult (but not impossible) to build php-imap
Not our problem. Extras can provide this.
I personally would much prefer Option #2 because it reduces the support
burden on Red Hat, for software that NONE of us care about. Any other
opinions?
Warren Togami
wtogami(a)redhat.com
[1]
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=132928
Some guy complains about imap conflicting with libc-client "for no reason".
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=132933
The same guy realizes imap sucks, and says dovecot should Obsolete imap.
I point at Bug #120678 below as an example of why this is a bad idea.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=120678
libc-client conflicts with cyrus-imapd (Earlier failed attempt to
forcefully remove imap)
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=123580
Confusion due to php-imap...
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=120873
Rename libc-client to imap-libs. This or removal of libc-client are our
best options.
18 years, 11 months
Re: FC2 kernel quality
by Florin Malita
On Thu, 2004-09-30 at 16:25, Enrico Scholz wrote:
> documentation and/or diagnostic. And btw... the nvidia driver are not
> supported by FC ;)
Not sure what you mean by "supported" but
NVIDIA-Linux-x86-1.0-5336-pkg1 works perfectly fine with FC2 for me...
--
Florin Malita <florin.malita(a)glenayre.com>
18 years, 12 months
Java and Rawhide?
by Dax Kelson
I see that lots of Java related packages got removed from rawhide.
I'm curious what's up.
Dax
18 years, 12 months
"Stateless Linux" project
by Havoc Pennington
Hi,
Red Hat engineering is starting a new project we're calling
"stateless Linux" for lack of a better name - some components of this
are already in Rawhide, and others will be appearing shortly.
We've been keeping the project a little bit quiet at first, but now
we've written it up in some detail:
- an overview document, available from
http://people.redhat.com/~hp/stateless/
- a HOWTO document and a couple associated RPMs, available from
http://people.redhat.com/dmalcolm/stateless/
There aren't many new RPMs for this, because stateless Linux isn't a
single codebase or package, it's a set of changes across the
distribution (you might think of it as a "philosophy"). Most of the
changes are already in Rawhide (the highlights are mentioned in the
StatelessLinux.pdf document).
Appreciate feedback, especially from anyone who has time to try out
the HOWTO. We expect the code to change quite a bit as issues and
suggestions come in.
Havoc
18 years, 12 months
A couple of things on startup/shutdown
by Louis Garcia
As on 9/30 rawhide on system boot when switching to usermode I get:
Making Extra Nodes: cp: can't stat /etc/udev/devices/* no such directory
or files
on my box /etc/udev/devices is empty.
Also, selinux is blocking mlogd from doing anything. On shutdown I get a
bunch of audit messages blocking mlogd.
18 years, 12 months
rawhide report: 20040929 changes
by Build System
New package aspell-cs
Czech dictionaries for Aspell.
New package aspell-pl
Polish dictionaries for Aspell.
Removed package linc
Removed package ant
Updated Packages:
ORBit2-2.12.0-2
---------------
* Tue Sep 28 2004 Mark McLoughlin <markmc(a)redhat.com> 2.12.0-2
- Add Obseletes: linc
anacron-2.3-32
--------------
* Tue Sep 28 2004 Rik van Riel <riel(a)redhat.com> 2.3-32
- add MAILTO option, like vixie cron has (bz#127924)
aspell-da-0.50-10
-----------------
* Wed Aug 11 2004 Adrian Havill <havill(a)redhat.com> 50:0.50-10
- bump n-v-r, remove debuginfo
at-3.1.8-58
-----------
* Tue Sep 28 2004 Rik van Riel <riel(a)redhat.com> 3.1.8-58
- fix typo in man page, bug 112303
* Tue Aug 03 2004 Jason Vas Dias <jvdias(a)redhat.com>
- fixed bug 125634 - made usage() agree with manpage
* Thu Jul 29 2004 Jason Vas Dias <jvdias(a)redhat.com>
- Added POSIX.2 -t option for RFE 127485
automake-1.9.2-3
----------------
* Tue Sep 28 2004 Warren Togami <wtogami(a)redhat.com> - 1.9.2-3
- trim docs
* Mon Sep 20 2004 Daniel Reed <djr(a)redhat.com> - 1.9.2-1
- version bump
- Sort rm commands output for mostlyclean-generic, clean-generic, distclean-generic and maintainer-clean-generic, so that the produced Makefile is not sensitive to the way Perl sorts its hashes.
- Support `+' in the name of directories given to `include'.
- Preserve spaces in the arguments of `compile'.
- `missing' will no longer try to emulate a tool that is run with `--version' or `--help' as argument.
- There is a new chapter about the history of Automake.
* Wed Aug 11 2004 Daniel Reed <djr(a)redhat.com> - 1.9.1-1
- version bump
- Adjust #line directives in `parser.h' (when ylwrap is not used). (PR/432)
- Fix definition of YLWRAP when ylwrap is installed in a default aux directory found in a parent package.
- Properly recognize AC_CANONICAL_BUILD and AC_CANONICAL_TARGET.
automake14-1.4p6-12
-------------------
* Tue Sep 28 2004 Warren Togami <wtogami(a)redhat.com> - 1.4p6-12
- trim docs
automake15-1.5-12
-----------------
* Tue Sep 28 2004 Warren Togami <wtogami(a)redhat.com> - 1.5-12
- trim docs
automake16-1.6.3-5
------------------
* Tue Sep 28 2004 Warren Togami <wtogami(a)redhat.com> - 1.6.3-5
- trim docs
automake17-1.7.9-5
------------------
* Tue Sep 28 2004 Warren Togami <wtogami(a)redhat.com> - 1.7.9-5
- trim docs
coreutils-5.2.1-26
------------------
* Fri Sep 24 2004 Dan Walsh <dwalsh(a)redhat.com> 5.2.1-26
- Add runuser as similar to su, but only runable by root
curl-7.12.0-4
-------------
* Wed Sep 29 2004 Adrian Havill <havill(a)redhat.com> 7.12.0-4
- move new docs position so defattr gets applied
dbh-1.0.18-5
------------
* Tue Sep 28 2004 Than Ngo <than(a)redhat.com> 1:1.0.18-5
- fix file conflicts
dejagnu-1.4.4-2
---------------
* Mon Sep 27 2004 Warren Togami <wtogami(a)redhat.com> 1:1.4.4-2
- remove INSTALL & redundant copies of overview
desktop-file-utils-0.9-1
------------------------
* Tue Sep 28 2004 Mark McLoughlin <markmc(a)redhat.com> 0.9-1
- Update to 0.9, remove upstreamed patches
desktop-printing-0.15-1
-----------------------
* Wed Sep 29 2004 Colin Walters <walters(a)redhat.com> 0.15-1
- Update to new upstream 0.15
- Make files section more strict, include new files
dhcp-3.0.1-9
------------
* Mon Sep 27 2004 Jason Vas Dias <jvdias(a)redhat.com> 7:3.0.1-9
- Fix bug 133522:
- PXE Boot clients with static leases not given 'file' option
- 104 by server - PXE booting was disabled for 'fixed-address'
- clients.
* Fri Sep 10 2004 Jason Vas Dias <jvdias(a)redhat.com> 7:3.0.1-8
- Fix bug 131212:
- If "deny booting" is defined for some group of hosts,
- then after one of those hosts is denied booting, all
- hosts are denied booting, because of a pointer not being
- cleared in the lease record.
- An upstream patch was obtained which will be in dhcp-3.0.2 .
* Mon Aug 16 2004 Jason Vas Dias <jvdias(a)redhat.com> 7:3.0.1-7
- Forward DNS update by client was disabled by a bug that I
- found in code where 'client->sent_options' was being
- freed too early.
- Re-enabled it after contacting upstream maintainer
- who confirmed that this was a bug (bug #130069) -
- submitted patch dhcp-3.0.1.preserve-sent-options.patch.
- Upstream maintainer informs me this patch will be in dhcp-3.0.2 .
evolution-2.0.1-2
-----------------
* Tue Sep 28 2004 David Malcolm <dmalcolm(a)redhat.com> - 2.0.1-2
- update mozilla dependency from 1.7.2 to 1.7.3, apart from on ppc (and on s390 and s390x, which remain at 1.6, and on ppc64 where it isn't available at all)
* Tue Sep 28 2004 David Malcolm <dmalcolm(a)redhat.com> - 2.0.1-1
- Update from 2.0.0 to 2.0.1
- Updated dependency on e-d-s from 1.0.0 to 1.0.1
- Updated dependency on libgal2 from 2.2.0 to 2.2.2
* Mon Sep 20 2004 David Malcolm <dmalcolm(a)redhat.com> - 2.0.0-2
- rebuilt
evolution-data-server-1.0.1-1
-----------------------------
* Tue Sep 28 2004 David Malcolm <dmalcolm(a)redhat.com> - 1.0.1-1
- update from 1.0.0 to 1.0.1
- removed patch that fixed warnings in calendar code (now in upstream tarball)
file-roller-2.8.0-2
-------------------
* Tue Sep 28 2004 Christopher Aillon <caillon(a)redhat.com> 2.8.0-2
- update-desktop-database after uninstall.
- nautilus shouldn't try to open remote files with file-roller (#133592)
firefox-0.10.0-1.0PR1.3
-----------------------
* Tue Sep 28 2004 Christopher Aillon <caillon(a)redhat.com> 0:0.10.0-1.0PR1.3
- Backport the GTK+ file chooser.
- Update desktop database after uninstall.
* Mon Sep 27 2004 Christopher Aillon <caillon(a)redhat.com> 0:0.10.0-1.0PR1.2
- Change the vendor to mozilla not fedora
- Build with --disable-strip so debuginfo packages work (#133738)
- Add pkgconfig patch (bmo #261090)
* Fri Sep 24 2004 Christopher Aillon <caillon(a)redhat.com> 0:0.10.0-1.0PR1.1
- Add a BR for desktop-file-utils
- Update default configuration options to use the firefox mozconfig (#132916)
- Use Red Hat bookmarks (#133262)
- Update default homepage (#132721)
- Fix JS math on AMD64 (#133226)
- Build with MOZILLA_OFICIAL (#132917)
firstboot-1.3.27-1
------------------
* Tue Sep 28 2004 Nils Philippsen <nphilipp(a)redhat.com> - 1.3.27-1
- let timezone only be configured on --reconfig (#133748)
- require system-config-date >= 1.7.9
flim-1.14.6-2
-------------
* Tue Sep 28 2004 Warren Togami <wtogami(a)redhat.com> - 1.14.6-2
- remove redundant docs, large changelog, tests
ghostscript-7.07-32
-------------------
* Tue Sep 28 2004 Tim Waugh <twaugh(a)redhat.com> 7.07-32
- Turn off fontconfig until it's fixed (bug #133353).
* Wed Aug 18 2004 Tim Waugh <twaugh(a)redhat.com> 7.07-31
- Only ship gsx in the gtk subpackage.
* Fri Aug 06 2004 Tim Waugh <twaugh(a)redhat.com>
- Run /sbin/ldconfig in %post/%postun.
- Stricter requirements for the main package in the subpackages.
gimp-2.0.5-2
------------
* Sun Sep 26 2004 Nils Philippsen <nphilipp(a)redhat.com>
- fix post/postun requirements
gnome-vfs2-2.8.1-3
------------------
* Wed Sep 29 2004 Ray Strode <rstrode(a)redhat.com> 2.8.1-3
- Swap if and else in egg_desktop_entries_get_locale_encoding
to prevent allocating massive amounts of unneeded ram.
gtk2-2.4.10-5
-------------
* Tue Sep 28 2004 Matthias Clasen <mclasen(a)redhat.com> - 2.4.10-5
- Improve completion popup speed for large directories (#133313)
httpd-2.0.52-2
--------------
* Tue Sep 28 2004 Joe Orton <jorton(a)redhat.com> 2.0.52-2
- update to 2.0.52
im-sdk-12.0.1-9.svn1936
-----------------------
* Tue Sep 28 2004 Jens Petersen <petersen(a)redhat.com> - 1:12.0.1-9.svn1936
- update to svn latest snapshot
- major gimlet update: background icon now changes between
an "off" and an "on" icon depending on the current state
of the current input method and the current selected
input language is written on it. The appearance
preferences has been cut out in preference to just using
the desktop defaults. When the input method status text
is displayed in the panel, it now appears in a text
label next to the language icon. Fixes and improvements
have also been made to the language quick menu. See the
changelog file for full details.
- more hotkey changes in iiimcf and iiimp
- define %branch to simplify definition of %srclabel
- disable building of iiimqcf for now (immodule patch in qt-3.3.3-4 and later
seems to break it)
- gimlet-lang-data.h is now upstream
- disable im-sdk-12.0.1-iiimp-disable-debug.patch for now (no longer applies)
- iiimgcf-always-status-to-atom.patch is now upstream
- gimlet-new-UI.patch is now obsolete
- add gimlet-status-under-app.patch to set the default status placement to be
under-the-app
- added new helper files to gimlet filelist
- add gimlet_iiim_conversion_mode_set-leftover.patch to remove leftover line
- the following patches are upstream now:
im-sdk-11.4-canna-aux.patch, im-sdk-12.0.1-canna-missing-keycode.patch,
im-sdk-12.0.1-canna-swap-updown-and-leftright.patch,
im-sdk-12.0.1-canna-calloc.patch, im-sdk-12.0.1-canna-int_vs_size_t.patch,
leif-unit-indic-inscript-layouts.patch
- reduce im-sdk-11.4-sun-le-asia.patch to just touching configure.in
* Mon Sep 27 2004 Jens Petersen <petersen(a)redhat.com>
- run sendhup after removing LEs not before
* Wed Sep 22 2004 Jens Petersen <petersen(a)redhat.com>
- if not packaging freewnn LE remove it with "-f", since if FreeWnn-devel is
not installed it doesn't get built
kdeaddons-3.3.0-2
-----------------
* Sun Sep 26 2004 Than Ngo <than(a)redhat.com> 3.3.0-2
- cleanup menu
kdebase-3.3.0-6
---------------
* Sun Sep 26 2004 Than Ngo <than(a)redhat.com> 6:.3.0-6
- cleanup KDE/GNOME menu
kdelibs-3.3.0-4
---------------
* Sun Sep 26 2004 Than Ngo <than(a)redhat.com> 6:3.3.0-4
- cleanup menu
kdeutils-3.3.0-2
----------------
* Sun Sep 26 2004 Than Ngo <than(a)redhat.com> 3.3.0-2
- cleanup GNOME/KDE menu
kernel-2.6.8-1.590
------------------
* Tue Sep 28 2004 Jeremy Katz <katzj(a)redhat.com>
- add patch from Roland McGrath/James Morris to fix mprotect hook bug (#133505)
* Mon Sep 20 2004 Arjan van de Ven <arjanv(a)redhat.com>
- 2.6.9-rc2-bk5
* Thu Sep 16 2004 Arjan van de Ven <arjanv(a)redhat.com>
- fix tux for x86-64 and ppc64
libbonobo-2.8.0-2
-----------------
* Tue Sep 28 2004 Mark McLoughlin <markmc(a)redhat.com> 2.8.0-2
- Add patch to make bonobo-activation notice epiphany being
installed. Bug #117790
* Wed Sep 22 2004 Alexander Larsson <alexl(a)redhat.com> - 2.8.0-1
- update to 2.8.0
* Fri Jul 30 2004 Ray Strode <rstrode(a)redhat.com> 2.6.2-2
- rebuilt
libgal2-2.2.2-1
---------------
* Tue Sep 28 2004 David Malcolm <dmalcolm(a)redhat.com> - 2:2.2.2-1
- update from upstream 2.2.1 to 2.2.2
libmusicbrainz-2.0.2-10
-----------------------
* Tue Sep 28 2004 Colin Walters <walters(a)redhat.com> 2.0.2-10
- Move .so symlink to -devel package
libuser-0.52.2-1
----------------
* Tue Sep 28 2004 Miloslav Trmac <mitr(a)redhat.com> - 0.52.2-1
- Allow LDAP connection using ldaps, custom ports or without TLS (original
patch from Pawel Salek).
libwnck-2.8.0.1-1
-----------------
* Tue Sep 28 2004 Mark McLoughlin <markmc(a)redhat.com> 2.8.0.1-1
- Update to 2.8.0.1
mailman-2.1.5-21
----------------
* Tue Sep 28 2004 John Dennis <jdennis(a)redhat.com> 3:2.1.5-20
- fix bug #132732, security policy violations,
- bump release verison
move non-data installation files from /var/mailman to /usr/lib/mailman,
update documentation
man-pages-cs-0.16-4
-------------------
* Wed Sep 29 2004 Adrian Havill <havill(a)redhat.com> 0.16-4
- rebuilt, n-v-r
man-pages-pl-0.23-2
-------------------
* Wed Sep 29 2004 Adrian Havill <havill(a)redhat.com> 0.23-2
- bump n-v-r, rebuild
mozilla-1.7.3-5
---------------
* Tue Sep 28 2004 Christopher Aillon <caillon(a)redhat.com> 37:1.7.3-5
- Backport the GTK+ file chooser.
mozplugger-1.6.2-1
------------------
* Tue Sep 28 2004 Than Ngo <than(a)redhat.com> 1.6.2-1
- update to 1.6.2
- get rid of requires mozilla
nabi-0.14-2
-----------
* Wed Sep 29 2004 Lawrence Lim <llim(a)redhat.com>
- upgraded to 0.14
- fix bug 131586
- Trademaked icons in nabi themes
- fix bug 131866
- Upgrade nabi to 0.14
octave-2.1.57-4
---------------
* Thu Jun 24 2004 Lon Hohberger <lhh(a)redhat.com> 2.1.57-4
- Remove RPM_BUILD_ROOT from preun section (#119112)
pam-0.77-60
-----------
* Tue Sep 28 2004 Phil Knirsch <pknirsch(a)redhat.com> 0.77-60
- Drop last patch again, fixed now correctly elsewhere
procps-3.2.3-5
--------------
* Tue Sep 28 2004 Dan Walsh <dwalsh(a)redhat.com> 3.2.3-5
- Fix terminal handling when /proc is not available.
- Patch provided by Karel Zak
pyorbit-2.0.0-5
---------------
* Tue Sep 28 2004 Mark McLoughlin <markmc(a)redhat.com> 2.0.0-5
- Remove linc requires
- Fix multilib issue
* Tue Jun 15 2004 Elliot Lee <sopwith(a)redhat.com>
- rebuilt
qt-3.3.3-6
----------
* Tue Sep 28 2004 Than Ngo <than(a)redhat.com> 1:3.3.3-6
- fix font problem, bz #133578
redhat-lsb-1.3-4
----------------
* Mon Aug 09 2004 Phil Knirsch <pknirsch(a)redhat.com> 1.3-4
- Bump release and rebuilt for RHEL4.
* Thu Jul 24 2003 Matt Wilson <msw(a)redhat.com> 1.3-3
- fix lsb ld.so name for ia64 (#100613)
* Fri May 23 2003 Matt Wilson <msw(a)redhat.com> 1.3-2
- use /usr/lib/lsb for install_initd, remove_initd
rpmdb-fedora-2.91-0.20040929
----------------------------
selinux-policy-strict-1.17.23-2
-------------------------------
* Tue Sep 28 2004 Dan Walsh <dwalsh(a)redhat.com> 1.17.23-2
- add vpnc policy
selinux-policy-targeted-1.17.23-2
---------------------------------
* Tue Sep 28 2004 Dan Walsh <dwalsh(a)redhat.com> 1.17.23-2
- Add vpnc policy
setup-2.5.35-1
--------------
* Tue Sep 28 2004 Bill Nottingham <notting(a)redhat.com> 2.5.35-1
- add /etc/environment
* Mon Sep 27 2004 Rik van Riel <riel(a)redhat.com> 2.5.34-2
- mark /etc/services config(noreplace) (#133683)
* Thu Sep 23 2004 Bill Nottingham <notting(a)redhat.com> 2.5.34-1
- add dict (#107807)
- add cyrus services (#118832)
- move delete-char binding for csh (#113682)
- do the same path munging for csh as for bash (#57708)
- add postfix aliases (#117661)
- fix bashrc login shell check (#104491)
- add odmr to services (#101098)
- add distcc to services (#91535)
- add xterm forware/backward word bindings (#80860)
setuptool-1.16-1
----------------
* Wed Sep 29 2004 Miloslav Trmac <mitr(a)redhat.com> - 1.16-1
- Fix crash with LANG=ko_KR.UTF-8 (#128112)
- Add missing BuildRequires (#124175, #126595)
sound-juicer-0.5.13-1
---------------------
* Tue Sep 28 2004 Colin Walters <walters(a)redhat.com> 0.5.13-1
- New upstream 0.5.13
squid-2.5.STABLE6-1
-------------------
* Tue Sep 28 2004 Jay Fenlason <fenlason(a)redhat.com> 7:2.5.STABLE6-1
- New upstream version, with 32 upstream patches.
This closes #133970, #133931, #131728, #128143, #126726
- Change the permissions on /etc/squid/squid.conf to 640. This closes
bugzilla #125007
system-config-date-1.7.10-1
---------------------------
* Tue Sep 28 2004 Nils Philippsen <nphilipp(a)redhat.com> 1.7.10-1
- make timezone page contents actually be shown in firstboot
* Tue Sep 28 2004 Nils Philippsen <nphilipp(a)redhat.com> 1.7.9-1
- enable choosing which notebook page(s) to show (for firstboot, #133748)
- some minor firstboot API changes, conflict with firstboot <= 1.3.26
- some minor UI tweaks
- remove pool.ntp.org from list of NTP server choices as system-config-date
doesn't handle multi-IP machines really well ATM
system-config-display-1.0.20-1
------------------------------
* Tue Sep 07 2004 Paul Nasrat <pnasrat(a)redhat.com> - 1.0.20-1
- Refactor some stuff into rhpl
- Don't override driver changes unless in reconfig (#127779)
system-config-httpd-1.3.1-1
---------------------------
* Tue Sep 28 2004 Phil Knirsch <pknirsch(a)redhat.com> 1.3.1-1
- Added a bunch of new translations
thunderbird-0.8.0-2
-------------------
* Tue Sep 28 2004 Christopher Aillon <caillon(a)redhat.com> 0.8.0-2
- Backport the GTK+ File Chooser.
- Add fix for JS math on x86_64 systems
- Add pkgconfig patch
ttfonts-ko-1.0.11-32.2
----------------------
* Tue Sep 28 2004 Lawrence Lim <llim(a)redhat.com>
- rebuilt
udev-032-4
----------
* Tue Sep 28 2004 Harald Hoyer <harald(a)redhat.com> - 032-4
- made /etc/udev/devices/ for manual device nodes
- refined SELINUX check, if /dev is not yet mounted in start_dev
* Mon Sep 27 2004 Harald Hoyer <harald(a)redhat.com> - 032-3
- corrected permissions for /dev/rtc (bug 133636)
- renamed device-mapper to mapper/control (bug 133688)
usermode-1.72-2
---------------
* Tue Sep 28 2004 Rik van Riel <riel(a)redhat.com> 1.72-2
- add dependency on passwd (bz #125010)
- make sure the Release: isn't part of the path name and tarball name
util-linux-2.12a-9
------------------
* Tue Sep 28 2004 Steve Dickson <SteveD(a)RedHat.com>
- Updated the NFS and NFS4 code to the latest CITI patch set
(in which they incorporate a number of our local patches).
yum-2.1.4-1
-----------
* Wed Sep 29 2004 Bill Nottingham <notting(a)redhat.com> - 2.1.4-1
- 2.1.4
18 years, 12 months