Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1449203

Summary: libetpan-1.9.1 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: libetpanAssignee: Andreas Bierfert <andreas.bierfert>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: andreas.bierfert, bugs.michael
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-09-16 22:30:36 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:
Bug Depends On:    
Bug Blocks: 1606913    

Description Upstream Release Monitoring 2017-05-09 12:11:37 UTC
Latest upstream release: 1.8
Current version/release in rawhide: 1.7.2-2.fc26
URL: https://github.com/dinhviethoa/libetpan

Please consult the package updates policy before you issue an update to a stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at: https://fedoraproject.org/wiki/Upstream_release_monitoring

Please keep in mind that with any upstream change, there may also be packaging changes that need to be made. Specifically, please remember that it is your responsibility to review the new version to ensure that the licensing is still correct and that no non-free or legally problematic items have been added upstream.

Based on the information from anitya:  https://release-monitoring.org/project/1604/

Comment 1 Upstream Release Monitoring 2017-05-09 12:11:42 UTC
One or more of the specfile's Sources is not a valid URL so we cannot automatically build the new version for you.Please use a URL in your Source declarations if possible.

Comment 2 Michael Schwendt 2017-05-15 09:49:05 UTC
https://github.com/dinhviethoa/libetpan/releases

    LMTP support
    workaround for QIP IMAP Server
    compatibility with NDK 13
    fixed crash (CVE-2017-8825)

The CVE is said to fix: 
Segmentation faults in mime handling 
https://github.com/dinhviethoa/libetpan/issues/274

Comment 3 Michael Schwendt 2018-09-16 20:26:59 UTC
No idea yet how to build 1.9.1.

If adding

  %global optflags %(echo %{optflags} | sed 's/-g /-g -Wno-format-truncation /')

as to ignore the several that are related to PATH_MAX (and I've reported the off-by-one error in frm-simple.c at github), compilation continues up to the point that it doesn't find libetpan.so, which is just a dangling symlink in ./src/.libs pointing at a missing libetpan.so.20.2.0 file. It seems something is broken with the release tarball.