Bug 59951
| Summary: | Imap creates bad timezone | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Paul Moore <pmoore> |
| Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED ERRATA | QA Contact: | David Lawrence <dkl> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | CC: | fweimer, mharris, pmoore |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-02-23 03:23:10 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Paul Moore
2002-02-15 18:31:09 UTC
Following instructions in /usr/share/doc/imap-2000c/bugs.txt as documented: Application of /usr/src/redhat/SOURCES/imap-2000c-redhat-timezone.patch -rw-r--r-- 1 root root 297 Feb 16 05:08 imap-2000c-redhat-timezone.patch ==========start========= --- imap-2000c/src/osdep/unix/os_lnx.c.redhat-timezone Wed Oct 25 09:41:08 2000 +++ imap-2000c/src/osdep/unix/os_lnx.c Sat Feb 16 05:08:30 2002 @@ -42,4 +42,5 @@ #define fork vfork #include "tcp_unix.c" #include "gr_waitp.c" -#include "tz_sv4.c" +/* #include "tz_sv4.c" */ +#include "tz_bsd.c" ============end=========== ... does NOT result in any noticable change in behaviour as far as correct timezone stamping of unix mailbox From lines is concerned. :( Problem persists. If this is indeed a bug in glibc, then it is probably something that should be fixed in glibc I think. I have no idea either way, but patching imap to fix a glibc bug doesn't seem right to me. Reassigning to glibc component. Should be fixed in glibc-2.2.4-24. |