Bug 189888
| Summary: | perl-Net-Server-0.93-1.fc5 breaks amavisd-new. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kazutoshi Morioka <morioka> |
| Component: | amavisd-new | Assignee: | Steven Pritchard <steve> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5 | CC: | extras-qa, nicolas.mailhot, perl-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.4.0-1.fc5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-04-25 20:56:18 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
Kazutoshi Morioka
2006-04-25 15:27:38 UTC
Sorry, this is already solved in upstream by amavisd-new-2.4.0. http://www.ijs.si/software/amavisd/release-notes.txt It seems thr Net::Server changed something to fix a boog amavisd-new worked around, and as a result amavisd-new versions which include the workaround are broken now : http://rt.cpan.org/Public/Bug/Display.html?id=18402 Upstream advice is to switch to amavisd-new 2.4.0 -> reassigning (Sorry I didn't notice this before releasing, all tests where green. But now upgrading amavisd is probably the best solution) Steve, what do you think ? Upgrading amavisd-new is definitely the right choice. I just updated devel and requested a build. I want to do some testing with that before pushing out an update for FC-4/FC-5. btw, this can wait some time but I'd really like to remove the zoo dep (and nuke zoo from extras) and use the sqlite backend instead of the bdb one by default (bdb is always breaking on upgrades and the security flyby of zoo after the last vuln was not encouraging) It looks like the new version of amavisd-new is going to be a painless upgrade, so I'm pushing builds for FC-4, FC-5, and devel. In response to comment #5: > btw, this can wait some time but I'd really like to remove the zoo dep (and nuke > zoo from extras) and use the sqlite backend instead of the bdb one by default Removing the zoo dep is easy. Are you aware of any of the other hard dependencies being risky? Got a patch to switch to sqlite by default? I'd be completely OK with that. zoo is the worst of the lot. The others have either a cleaner/more recent codebase or are still maintained (speaking from memory, not taking the livna stuff into account) As for sqlite I didn't look at it a lot, just noticed in the startup messages it could be used as backend (and the bdb backend is breaking every month in rawhide). I'll try to look at it some more. Thanks for the quick update and sorry for my Net::Server messup |