Latest commits for branch patch-1
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/branch/patch-1
ZBar is an open source software suite for reading bar codes from various sources, including webcams. zbarimg is an application that scans bar code and qr code image file. Added script for easy use since it has no interface. zbarimg is used to convert 2fa QR Code to TOTP secret code.Sun, 23 Aug 2026 09:35:44 +0200Update README.md
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/commit/8166874c62ab3a2513a849fd19e00587de714f95
Update README.md
Using zbarimg.exe with powershell
Signed-off-by: universish <[email protected]><![CDATA[Update README.md
Using zbarimg.exe with powershell
Signed-off-by: universish ]]>universish8166874c62ab3a2513a849fd19e00587de714f95Sat, 26 Apr 2025 04:31:01 +0300configure.ac: Use old way to detect Qt5
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/commit/a549566ea11eb03622bd4458a1728ffe3f589163
configure.ac: Use old way to detect Qt5
Bug: https://github.com/mchehab/zbar/issues/277
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
<![CDATA[configure.ac: Use old way to detect Qt5
Bug: https://github.com/mchehab/zbar/issues/277
Signed-off-by: Mauro Carvalho Chehab
]]>Boyuan Yanga549566ea11eb03622bd4458a1728ffe3f589163Mon, 22 Jan 2024 10:27:24 +0100configure.ac: Do not use hardcoded pkg-config command
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/commit/368571ffa1a0f6cc41f708dd0d27f9b6e9409df8
configure.ac: Do not use hardcoded pkg-config command
Use overridable $PKG_CONFIG instead.
Also fixes some M4 grammar errors in configure.ac.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
<![CDATA[configure.ac: Do not use hardcoded pkg-config command
Use overridable $PKG_CONFIG instead.
Also fixes some M4 grammar errors in configure.ac.
Signed-off-by: Mauro Carvalho Chehab
]]>Boyuan Yang368571ffa1a0f6cc41f708dd0d27f9b6e9409df8Mon, 22 Jan 2024 10:27:18 +0100Bump version to 0.23.93
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/commit/bb05ec54eec57f8397cb13fb9161372a281a1219
Bump version to 0.23.93
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
<![CDATA[Bump version to 0.23.93
Signed-off-by: Mauro Carvalho Chehab
]]>Mauro Carvalho Chehabbb05ec54eec57f8397cb13fb9161372a281a1219Tue, 09 Jan 2024 10:13:01 +0100Bump version to 0.23.93
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/commit/6ea7392beecac015f64ceea1ac11d33b83288e5f
Bump version to 0.23.93
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
<![CDATA[Bump version to 0.23.93
Signed-off-by: Mauro Carvalho Chehab
]]>Mauro Carvalho Chehab6ea7392beecac015f64ceea1ac11d33b83288e5fTue, 09 Jan 2024 10:10:34 +0100Fix .pdf gotcha
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/commit/baeaa28f222d0c6079509322f84108ff8dfad1fc
Fix .pdf gotcha
<![CDATA[Fix .pdf gotcha
]]>Zachary Vancebaeaa28f222d0c6079509322f84108ff8dfad1fcTue, 09 Jan 2024 10:00:20 +0100Remove nonexistent zbar-qt.pc.in file from EXTRA_DIST
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/commit/3351a99c6927326ed0cdd8171920f07d4a907712
Remove nonexistent zbar-qt.pc.in file from EXTRA_DIST
Commit 4703c4e ("configure.ac: drop support for Qt4") removed the
zbar-qt.pc.in file from the tree, but did not remove it from the
EXTRA_DIST list of files, thereby causing "make dist" to fail with the
error:
No rule to make target 'zbar-qt.pc.in', needed by 'distdir-am'.
Fix by removing this nonexistent file from EXTRA_DIST.
Signed-off-by: Michael Brown <[email protected]>
<![CDATA[Remove nonexistent zbar-qt.pc.in file from EXTRA_DIST
Commit 4703c4e ("configure.ac: drop support for Qt4") removed the
zbar-qt.pc.in file from the tree, but did not remove it from the
EXTRA_DIST list of files, thereby causing "make dist" to fail with the
error:
No rule to make target 'zbar-qt.pc.in', needed by 'distdir-am'.
Fix by removing this nonexistent file from EXTRA_DIST.
Signed-off-by: Michael Brown
]]>Michael Brown3351a99c6927326ed0cdd8171920f07d4a907712Tue, 09 Jan 2024 09:58:24 +0100Fix memory recycle bug of empty symbols
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/commit/5898cd5e653a3d9e1ecbbddd2e3b2ace1e4cd35a
Fix memory recycle bug of empty symbols
<![CDATA[Fix memory recycle bug of empty symbols
]]>Daniel Falk5898cd5e653a3d9e1ecbbddd2e3b2ace1e4cd35aTue, 09 Jan 2024 09:56:31 +0100python/enum.c: fix compilation with python 3.12
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/commit/b2cdacdf4d038996db9105f2d92fd5e8b5e24bfb
python/enum.c: fix compilation with python 3.12
Some API changes broke compilation with Python 3.12.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
<![CDATA[python/enum.c: fix compilation with python 3.12
Some API changes broke compilation with Python 3.12.
Signed-off-by: Mauro Carvalho Chehab
]]>Mauro Carvalho Chehabb2cdacdf4d038996db9105f2d92fd5e8b5e24bfbTue, 09 Jan 2024 09:42:41 +0100Add bounds check for CVE-2023-40890
https://codeberg.org/universish/QRcode..ss-Picture..to..TOTP..Secret..Converter/commit/012a030250a203e5529d09caedea7ad7173dacfd
Add bounds check for CVE-2023-40890
Add a check to avoid exploitation of the CVE.
[debian] do not hardcode size of array and return -1 in case of error, and return no symbol
Patch sent upstream and slightly adapted by:
Michael Vetter <[email protected]>
bug-debian-security: https://security-tracker.debian.org/tracker/CVE-2023-40889
origin: https://github.com/mchehab/zbar/commit/d5857d3f7d0f5a243c517ee22762e1e3ddeb8db2
<![CDATA[Add bounds check for CVE-2023-40890
Add a check to avoid exploitation of the CVE.
[debian] do not hardcode size of array and return -1 in case of error, and return no symbol
Patch sent upstream and slightly adapted by:
Michael Vetter
bug-debian-security: https://security-tracker.debian.org/tracker/CVE-2023-40889
origin: https://github.com/mchehab/zbar/commit/d5857d3f7d0f5a243c517ee22762e1e3ddeb8db2
]]>Remi Meier012a030250a203e5529d09caedea7ad7173dacfdMon, 08 Jan 2024 16:26:44 +0100