https://bugzilla.redhat.com/show_bug.cgi?id=2093731
Bug ID: 2093731
Summary: zbarimg does not read a Code 128 barcode
Product: Fedora
Version: 36
Status: NEW
Component: zbar
Severity: high
Assignee: gwync(a)protonmail.com
Reporter: cristian.ciupitu(a)yahoo.com
QA Contact: extras-qa(a)fedoraproject.org
CC: dougsland(a)redhat.com,
epel-packagers-sig(a)lists.fedoraproject.org,
gwync(a)protonmail.com, mchehab(a)infradead.org,
mr.marcelo.barbosa(a)gmail.com, negativo17(a)gmail.com
Target Milestone: ---
Classification: Fedora
Created attachment 1886898
--> https://bugzilla.redhat.com/attachment.cgi?id=1886898&action=edit
Code 128 barcode
Description of problem:
zbarimg does not read a Code 128 barcode
Version-Release number of selected component (if applicable):
zbar-0.23.90-1.fc36.x86_64
How reproducible:
Every time
Steps to Reproduce:
1. zbarimg barcode.png
Actual results:
scanned 0 barcode symbols from 1 images in 0 seconds
WARNING: barcode data was not detected in some image(s)
Things to check:
- is the barcode type supported? Currently supported symbologies are:
. EAN/UPC (EAN-13, EAN-8, EAN-2, EAN-5, UPC-A, UPC-E, ISBN-10, ISBN-13)
. DataBar, DataBar Expanded
. Code 128
. Code 93
. Code 39
. Codabar
. Interleaved 2 of 5
. QR code
. SQ code
. PDF 417
- is the barcode large enough in the image?
- is the barcode mostly in focus?
- is there sufficient contrast/illumination?
- If the symbol is split in several barcodes, are they combined in one image?
- Did you enable the barcode type?
some EAN/UPC codes are disabled by default. To enable all, use:
$ zbarimg -S*.enable <files>
Please also notice that some variants take precedence over others.
Due to that, if you want, for example, ISBN-10, you should do:
$ zbarimg -Sisbn10.enable <files>
Expected results:
(Code 128) 755897201062022179.73
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2093731
https://bugzilla.redhat.com/show_bug.cgi?id=2222350
Bug ID: 2222350
Summary: CVE-2022-38900 yarnpkg: decode-uri-component: improper
input validation resulting in DoS [epel-8]
Product: Fedora EPEL
Version: epel8
Status: NEW
Component: yarnpkg
Keywords: Security, SecurityTracking
Severity: high
Priority: high
Assignee: zsvetlik(a)redhat.com
Reporter: mrehak(a)redhat.com
CC: epel-packagers-sig(a)lists.fedoraproject.org,
manisandro(a)gmail.com, ngompa13(a)gmail.com,
zsvetlik(a)redhat.com
Target Milestone: ---
Classification: Fedora
More information about this security flaw is available in the following bug:
http://bugzilla.redhat.com/show_bug.cgi?id=2170644
Disclaimer: Community trackers are created by Red Hat Product Security team on
a best effort basis. Package maintainers are required to ascertain if the flaw
indeed affects their package, before starting the update process.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2222350
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2256783
Bug ID: 2256783
Summary: FTBFS with autoconf 2.72
Product: Fedora
Version: rawhide
OS: Linux
Status: NEW
Component: gmime
Severity: medium
Assignee: alexl(a)redhat.com
Reporter: fberat(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: alexl(a)redhat.com,
epel-packagers-sig(a)lists.fedoraproject.org,
gnome-sig(a)lists.fedoraproject.org, mclasen(a)redhat.com,
rstrode(a)redhat.com, walter.pete(a)yandex.com
Target Milestone: ---
Classification: Fedora
The component fails to build with autoconf 2.72 due to its use of Autoconf
internal variables in its configure.ac file.
the following section needs to be adapted (or better removed):
dnl *************************************
dnl *** Checks for large file support ***
dnl *************************************
AC_ARG_ENABLE([largefile],
AC_HELP_STRING([--enable-largefile],
[enable support for large files [[default=yes]]]),,
[enable_largefile="yes"])
[...]
if test "x$ac_cv_sys_file_offset_bits" != "xno"; then
LFS_CFLAGS="$LFS_CFLAGS
-D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits"
enable_largefile="yes"
fi
else
LFS_CFLAGS=""
fi
AM_CONDITIONAL(ENABLE_LARGEFILE, test "x$enable_largefile" = "xyes")
The main problem of this section being the check against
`$ac_cv_sys_file_offset_bits` which no longer exists. Leading to further
failures.
AC_SYS_LARGEFILE will define _FILE_OFFSET_BITS if necessary.
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2256783
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…
https://bugzilla.redhat.com/show_bug.cgi?id=2260129
Bug ID: 2260129
Summary: Update Package Versioning Strategy & Version
Product: Fedora
Version: rawhide
Hardware: x86_64
OS: Linux
Status: NEW
Component: spirv-headers
Severity: medium
Assignee: airlied(a)redhat.com
Reporter: jonathansteffan(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: airlied(a)redhat.com, ajax(a)redhat.com,
epel-packagers-sig(a)lists.fedoraproject.org,
jexposit(a)redhat.com
Target Milestone: ---
Classification: Fedora
As part of the update to vulkan 1.3.275.0, spirv-headers also needs to be
updated. Please consider changing the versioning format to more closely match
the rest of the vulkan packages.
This patch adds an epoch and changes the versioning strategy. It also bumps the
version to prepare for the rest of the updates.
--- a/spirv-headers.spec
+++ b/spirv-headers.spec
@@ -1,15 +1,13 @@
-%global commit e867c06631767a2d96424cbec530f9ee5e78180f
-%global shortcommit %(c=%{commit}; echo ${c:0:7})
-
Name: spirv-headers
-Version: 1.5.5
+Version: 1.3.275.0
+Epoch: 1
Release: %autorelease
Summary: Header files from the SPIR-V registry
License: MIT
URL: https://github.com/KhronosGroup/SPIRV-Headers/
-Source0: %{url}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
+Source0:
%url/archive/vulkan-sdk-%{version}.tar.gz#/SPIRV-Headers-sdk-%{version}.tar.gz
BuildArch: noarch
@@ -42,7 +40,7 @@ This includes:
* The XML registry fil
%prep
-%autosetup -n SPIRV-Headers-%{commit}
+%autosetup -n SPIRV-Headers-vulkan-sdk-%{version}
chmod a-x include/spirv/1.2/spirv.py
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2260129
Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-sp…