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 1949055

Summary: sane-airscan-0.99.26 is available
Product: [Fedora] Fedora Reporter: Upstream Release Monitoring <upstream-release-monitoring>
Component: sane-airscanAssignee: Zdenek Dohnal <zdohnal>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: zdohnal
Target Milestone: ---Keywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: sane-airscan-0.99.26-1.fc34 sane-airscan-0.99.26-1.fc33 sane-airscan-0.99.26-1.fc32 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-04-24 20:15:59 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 Upstream Release Monitoring 2021-04-13 10:47:59 UTC
Latest upstream release: 0.99.25
Current version/release in rawhide: 0.99.24-1.fc34
URL: https://github.com/alexpevzner/sane-airscan

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/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/121086/

Comment 1 Zdenek Dohnal 2021-04-16 06:20:42 UTC
The current upstream code probably suffers gcc 10 bug, which is:

gcc -o test-zeroconf test-zeroconf.c  -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1  -m64  -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -O2 -g -W -Wall -Werror -pthread  -D CONFIG_SANE_CONFIG_DIR=\"/etc/sane.d\"  -D_REENTRANT   -I/usr/include/libxml2   -I/usr/include/p11-kit-1     -I/usr/include/libpng16  -fPIC objs//libairscan.a -Wl,-z,relro -Wl,--as-needed  -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld   -lavahi-common -lavahi-client   -lxml2   -lgnutls  -lm -lpthread -fPIE  -ljpeg   -lpng16 -lz 
In function 'strcpy',
    inlined from 'trace_open' at airscan-trace.c:113:5:
/usr/include/bits/string_fortified.h:79:10: error: '__builtin_memcpy' writing 5 bytes into a region of size 0 overflows the destination [-Werror=stringop-overflow=]
   79 |   return __builtin___strcpy_chk (__dest, __src, __glibc_objsize (__dest));
      |          ^
lto1: all warnings being treated as errors
make[1]: *** [/tmp/ccKY9Ea3.mk:2: /tmp/cc3PrF2C.ltrans0.ltrans.o] Error 1
lto-wrapper: fatal error: make returned 2 exit status
compilation terminated.

The affected code:

110     path = str_append(path, ".log");
111     t->log = fopen(path, "w");
112 
113     strcpy(path + str_len(path) - 4, ".tar");   <---
114     t->data = fopen(path, "wb");

Reported upstream https://github.com/alexpevzner/sane-airscan/pull/140

Comment 2 Upstream Release Monitoring 2021-04-16 20:28:14 UTC
Latest upstream release: 0.99.26
Current version/release in rawhide: 0.99.24-1.fc34
URL: https://github.com/alexpevzner/sane-airscan

Please consult the package updates policy before you issue an update to a stable branch: https://docs.fedoraproject.org/en-US/fesco/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/121086/

Comment 3 Fedora Update System 2021-04-19 08:47:47 UTC
FEDORA-2021-a6ce8c7a55 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-a6ce8c7a55

Comment 4 Fedora Update System 2021-04-19 09:00:09 UTC
FEDORA-2021-7c345a9193 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2021-7c345a9193

Comment 5 Fedora Update System 2021-04-19 09:09:01 UTC
FEDORA-2021-b56f480c0a has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2021-b56f480c0a

Comment 6 Fedora Update System 2021-04-19 18:08:12 UTC
FEDORA-2021-b56f480c0a has been pushed to the Fedora 32 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-b56f480c0a`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-b56f480c0a

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 7 Fedora Update System 2021-04-19 18:33:00 UTC
FEDORA-2021-7c345a9193 has been pushed to the Fedora 33 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-7c345a9193`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-7c345a9193

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 8 Fedora Update System 2021-04-20 22:24:28 UTC
FEDORA-2021-a6ce8c7a55 has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-a6ce8c7a55`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-a6ce8c7a55

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 9 Fedora Update System 2021-04-24 20:15:59 UTC
FEDORA-2021-a6ce8c7a55 has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 10 Fedora Update System 2021-04-27 00:59:04 UTC
FEDORA-2021-7c345a9193 has been pushed to the Fedora 33 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 11 Fedora Update System 2021-04-27 01:13:28 UTC
FEDORA-2021-b56f480c0a has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.