| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
===========
- Fix flickering while playing videos with DMA-BUF sink.
- Fix color picker being triggered in the inspector when typing "tan".
- Do not special case the "sans" font family name.
- Fix build failure with libxml2 version 2.12.0 due to an API change.
- Fix several crashes and rendering issues.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Ticket:
https://github.com/libimobiledevice/libplist/issues/247
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
===========
* core: add dynamic loader provider attribute
* openssl: support DSA in libressl-3.5.0
* openssl: fix openssl_ex_data_dup prototype
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Changelog:
https://docs.lvgl.io/8.3/CHANGELOG.html
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove one patch as the logic is included in the new version [1] [2].
Upgrade mariadb to 10.11.6 [3].
[1] https://github.com/MariaDB/server/commit/f4cec369a392c8a6056207012992ad4a5639965a
[2] https://github.com/MariaDB/server/commit/cd5808eb8da13c5626d4bdeb452cef6ada29cb1d
[3] https://mariadb.com/kb/en/mariadb-10-11-6-release-notes/
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
The opengl PACKAGECONFIG depends on freeglut, but after commit
f721876add48dccfd228cc09ef261909afeb2d25 that's only available
with x11. Enable it only when both openg and x11 are available.
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
Supports out of tree builds
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Fixed do_configure error when build on aarch64 host:
error: cannot guess build type; you must specify one
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If the build happens on a Debian system, android-tools build will hang
forever, filling the log files (and the disk) with the following
messages:
make: dpkg-architecture: No such file or directory
make: dpkg-architecture: No such file or directory
make: dpkg-architecture: No such file or directory
make: dpkg-architecture: No such file or directory
/usr/share/dpkg/architecture.mk:9: pipe: Too many open files
/usr/share/dpkg/architecture.mk:9: pipe: Too many open files
/usr/share/dpkg/architecture.mk:9: pipe: Too many open files
/usr/share/dpkg/architecture.mk:9: pipe: Too many open files
/usr/share/dpkg/architecture.mk:9: pipe: Too many open files
Fix two places which include dpkg makefile fragments from the host
system.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
This variable was removed in oe-core 8c9ef5, and didn't do what any of
these recipes seem to be using it for.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By default, xsetroot depends on libxmu and xbitmaps
xsetroot dependencies -> https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/configure.ac?ref_type=heads#L41
xbitmaps has no dependency on libxmu but it was added as a dependency in version 1.1.2. When upgrading xbitmaps to version 1.1.3, libxmu removed from the dependencies
Since xsetroot depends on xbitmaps, and libxmu was removed from xbitmaps dependencies, encountered missing libxmu dependencies error.
xbitmaps dependencies -> https://gitlab.freedesktop.org/xorg/data/bitmaps/-/blob/master/configure.ac?ref_type=heads
xbitmaps upgrade 1.1.2 to 1.1.3 -> https://github.com/openembedded/meta-openembedded/commit/5430b16813c87dc5d69a2ae21bc6d5f2b73cd8d5
So, added libxmu as a dependency to xsetroot for fixing build issue.
Changelog:
* gitlab CI: stop requiring Signed-off-by in commits
* Handle -Wsign-compare warnings
* Variable scope reductions as recommended by cppcheck
* Build xz tarballs instead of bzip2
* CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When building this recipe, internal archives are compressed with
gzip. The compressed archives contain a header with the field
MTIME (Modification Time) which is initialized from the built
date. As a consequence, two builds of this recipe always generate
packages whose checksum differs.
Adding the -n option to gzip while compressing the archive does
not save the original time stamp by default hence making
reproducible package.
Signed-off-by: Jean-Marc BOUCHE <jean-marc.bouche@foss.st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch removed because fixed in the new version
* Added fix-build-on-32bit-arm.patch to fix arm build
Changelog:
* Performance improvements
* Compilation fixes for various environments
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
| |
Old versions of abseil-cpp could not be compiled using C++ Standard 17.
For now this cmake flag is not needed.
Mosh compilation fixed by specifying c++17 standard.
Signed-off-by: Petr Chernikov <p.chernikov@yadro.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* checkfile.patch removed because fixed in the new version -> https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga/-/commit/f227f2f286123a9ca64b567783825a2c18b87971
* License-Update: Fixed the typo in a word. "MERCHANTIBILITY" -> "MERCHANTABILITY"
Changelog:
* Fix uninitialized read in MGAEnableSecondOutPut
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* Build xz tarballs instead of bzip2
* configure.ac: fix cross-compilation
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ git --no-pager log --oneline v2023.8...v2023.7
5b23804a (tag: v2023.8) Release 2023.8
6e303318 Merge pull request #3106 from cgwalters/commit-reflink
c3dff62e commit: Try reflinks for local commits by default
59b9f9a8 Merge pull request #3105 from cgwalters/sysroot-borrow-fd
09e32d61 Merge pull request #3107 from cgwalters/drop-userxattr-test
bab87cbd tests: Drop bare-user on tmpfs negative test
15d0777b Merge pull request #3104 from cgwalters/s390x-target
c3aa2958 bootloader/zipl: Run in target deployment as container if needed
aa635bf5 sysroot: Expose deployment runner outside of selinux
e794a0c0 Merge pull request #3103 from cgwalters/tmpfiles-factory-var
d3190dbf sysroot: Add a method to borrow sysroot fd
74456972 sysroot: Support specifying bwrap arguments
791337fa sysroot: Expose deployment container executor internally
66064d96 tmpfiles: Copy `/usr/share/factory/var` to `/var`
b0be2336 Merge pull request #3102 from cgwalters/deploy-cleanup-run
68cc1960 sysroot/deploy: Drop unnecessary g_ptr_array_free
31cbcc72 deploy: Use NULL terminated strv
5cc78fd7 Merge pull request #3100 from cgwalters/misc-finalization
d3de3a0a tests: Add a dedicated finalization test
d24714e3 Merge pull request #3101 from cgwalters/drop-redundant-includes
0c85e1ff main: Drop some redundant includes of `ot-main.h`
78905ffb man: Two finalization fixes
12cbb3dd Merge pull request #3090 from cgwalters/stabilize-locking
28cc7618 sysroot: Stabilize deployment finalization, add API and CLI
1ca4f02a status: Add error prefix for gpg verification
b6f435fe tests: Turn off gpg verification for dev builds
ff7e7f47 Merge pull request #3099 from markmc/man-sysroot-readonly
2cfa8aba man: improve sysroot.readonly docs
cd1728a4 Merge pull request #3098 from jlebon/pr/abort-concurrent
8002983d ci: cancel previous build on PR update
de22914e Merge pull request #3097 from cgwalters/symbol-cleanups
315cbdd3 lib: Don't hardcode year in sample symver section
76e4833d devel: Fix symbol versioning number
82392e3f Merge pull request #3095 from alexlarsson/fix-post-copy-symlinks
acb88600 Fix admin post-copy handling of symlinks
508443f7 Merge pull request #3094 from alexlarsson/admin-deploy-post-copy
accb1f06 Add `ostree admin post-copy` command
29973774 Merge pull request #3091 from cgwalters/fix-soup3
bc62fd51 unlock: Don't pass options again to overlayfs
331bc17e Merge pull request #3093 from cgwalters/rust-alias-stateroot
c668a8c5 tests: Work around systemd regression for boot id parsing
3535b58f rust: Add a `stateroot()` alias in the Rust bindings
ce2a33e8 build-sys: Enable libsoup3 by default if installed
2c774deb Merge pull request #3089 from cgwalters/fix-undeploy-parsing
c3cf5b23 undeploy: Parse integer more properly
e4b82c4a Merge pull request #3080 from nikita-dubrovskii/s390x_secure_boot
c3a9a642 lib/bootloader-zipl: Check for Secure Boot before zipl
67ccf6e0 Merge pull request #3085 from cgwalters/s390x-units
75c7e51a bootloader/zipl: No-op if run as non-root
cfb63b89 Merge pull request #3083 from cgwalters/release
36d96931 configure: post-release version bump
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
XORG_EXT tar.bz2 removed because not supported in the new version. The default value defined in xorg-lib-common.inc will be used, i.e. tar.xz
Changelog:
* configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
* Replace calls to index() with strchr()
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* Remove "All rights reserved" from Oracle copyright notices
* fix typo in XawMax parameter in GetBlockBoundaries
* Stop memory leak in error paths in XawTextSinkConvertPropertyList()
* Stop memory leak in GetResourcePixmapPath()
* Fix ctype(3) users.
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Build xz tarballs instead of bzip2
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* InitValuatorAxisStruct: Add missing line breaks
* InputDriverRec: Resolve -Wmissing-field-initializers warning
* gitlab CI: stop requiring Signed-off-by in commits
* gitlab CI: add a basic build test
* Build xz tarballs instead of bzip2
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* SRC_URI && features_check removed because already defined in xorg-driver-common.inc
Changelog:
* Don't set SourceValidate pointer to NULL
* radeon_glamor_wrappers.c: Convert from ISO-8859-1 to UTF-8
* gitlab CI: enable gitlab's builtin static analysis
* gitlab CI: enable commit & merge request checks
* Fix spelling/wording issues
* Build xz tarballs instead of bzip2
* Only include dri.h with older versions of xserver
* Add GitLab CI pipeline
* Guard local variable info only used with glamor
* ati: cleanup terminology to use primary/secondary
* Fix return value check of drmIoctl()
* Don't crash X server if GPU acceleration is not available
* Handle NULL fb_ptr in pixmap_get_fb
* Fix link failure with gcc 10
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
Provides miscellaneous documentation for the X Window System that doesn't better fit into other packages.
The preferred documentation format for these documents is DocBook XML.
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update lvm2 from 2.03.16 to 2.03.22.
* remove 0002-Guard-use-of-mallinfo-with-__GLIBC__.patch which has done
in upstream already
* add patch to check egrep & grep
* rebase patches
* add package config 'dbus' and fix errors about it
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
Default set of cursor themes for use with libXcursor
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Switch to XORG_DEFAULT_NOCODE_OPTIONS
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fixes:
ERROR: monocypher-4.0.2-r0 do_package: QA Issue: monocypher: Files/directories were installed but not shipped in any package:
/usr/lib/libmonocypher.so
/usr/lib/libmonocypher.so.4
/usr/lib/libmonocypher.a
/usr/lib/pkgconfig
/usr/lib/pkgconfig/monocypher.pc
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
monocypher: 5 installed and not shipped files. [installed-vs-shipped]
this only fixes the above issues, to make it usable with other
libdir values the .pc files would need to be fixed to respect passed
LIBDIR value as well as now they expect just lib:
monocypher.pc:libdir=${exec_prefix}/lib
tests/speed/libhydrogen.pc:libdir=${exec_prefix}/lib
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add runtime dependencies and upgrade sip to version 6.8.0:
- Added support for specifying the project metadata using the
[project] section of pyproject.toml as defined in PEP 621. The
use of the [tool.sip.metadata] is now deprecated.
- The latest version of ABI v13 is v13.7.0.
- The latest version of ABI v12 is v12.14.0.
- The conversion to a pure Python implementation is now complete.
The work was sponsored by GOVCERT.LU.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Fix -Wstringop-truncation warnings in safe_strncpy()
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Fix spelling/wording issues
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Use strtof() if available, instead of casting atof() to float
* Refactor to reduce code duplication
* Resolve -Wdouble-promotion warnings from clang
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* eventTypeToString: remove unnecessary strcpy to static buffer
* xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path
* cfgscan: check if character is EOF before calling isalpha or isdigit
* Rename shadowed variables
* Variable scope reduction as suggested by cppcheck
* gitlab CI: stop requiring Signed-off-by in commits
* man page: remove out-of-date COPYRIGHT section
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
* autogen: add default patch prefix
* autogen.sh: use quoted string variables
* autogen.sh: use exec instead of waiting for configure to finish
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* usage: add cold & noreturn attributes to function
* Resolve clang -Wshorten-64-to-32 warnings
* Variable scope reductions as suggested by cppcheck
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Resolve implicit conversion warnings from clang
* usage: add cold & noreturn attributes to function
* Handle -Wsign-compare warnings
* Quiet -Wmaybe-uninitialized warnings from gcc
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
* Update configure.ac bug URL for gitlab migration
* Update README for gitlab migration
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Remove unneeded variable initializations
* Remove unnecessary cast of XFree() argument
* Use C99 loop variable declarations
* gitlab CI: stop requiring Signed-off -by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Resolve -Wsign-conversion warnings from clang
* Handle -Wimplicit-int-conversion warnings from clang
* premultiply_data(): Mark png argument unused
* gitlab CI: stop requiring Signed-off-by in commits
* Build xz tarballs instead of bzip2
* gitlab CI: add a basic build test
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to latest (patch) release.
This fixes Integer overflow in Poco::UTF32Encoding, which is a security
vulnerability (see https://github.com/pocoproject/poco/issues/4320).
Drop POSIX thread creation patch since it's now fixed upstream.
Refresh ccpignore.lnx patch.
Add patch backporting https://github.com/pocoproject/poco/pull/4227.
Changelog
=========
- GH #4320: Integer overflow in Poco::UTF32Encoding
- GH #4241: Poco::FileInputStream broken in 1.12.5 and 1.11.8
- GH #4219 Make POSIX event thread safe
- GH #4215 Remove SocketReactor dependency on Poco::Thread for sleeping
- GH #4197 ODBC::Binder UUID new/free mismatch
- GH #4194 PollSet filters out some events
- GH #4189 Use after free warnings
- GH #4180 receiveResponse() may not return response body stream
- GH #4177 Upgrade bundled pcre2 to 10.42
- GH #4147 missing \r\n when setting trailer header in chunked response
- GH #4134 Initialisation of _socketIndex in SSLManager (OpenSSL)
- GH #3867 Add options to disable STDIO in child process
- GH #3832 pthread_getname_np' was not declared in this scope
- GH #3786 FileChannel::setRotation overflow
- GH #2776 Shutdown TLS1.3 connection
- GH #4176 PCRE2 10.40 version has security vulnerabilities(CVE-2022-41409), when is the plan to fix it third-party
- GH #4150 Use Poco format instead of sprintf in Util
- GH #4116 Logging should evaluate only if the logging level is active
- GH #4071 PageCompiler: add referrerPolicy to page directive feature
- GH #4057 ODBC: SQL Anywhere Support
- GH #4031 Classes with virtual functions missing virtual destructors (compilation issues)
- GH #4023 CPPParser: Losing data if parameter std::function<void(bool)> is used
- GH #4014 wrong string offset in HTTPCredentials::isNTLMCredentials
- GH #4005 On UNIX platform, Poco::Path::getExtension() returns name of the hidden file if no extension is present
- GH #3986 Fix dead lock on Timer destructor
- GH #3968 Poco::Net::SocketConnector constructor should take SocketAddress by const reference
- GH #3935 The extractor in postgresql drops milliseconds
- GH #3926 CppParser throws exception when return value is specified to be in global namespace
- GH #3921 Deadlock in Timer when one sync and one async cancel requests are issued
- GH #3918 Static FastMutex fails to lock when issued from another thread on linux
- GH #3880 NetSSL_OpenSSL: Support session resumption with TLSv1.3
- GH #3876 Replace sprintf with snprintf in Environment and NumberFormatter to avoid deprecation warnings
- GH #3859 zlib headers not updated
- GH #3806 HTTPClientSession::receiveResponse() gives NoMessage instead of Timeout exception for SSL connection on Windows when using OpenSSL 3.0.x
- GH #3723 DateTimeFormatter creates invalid ISO8601 string
- GH #3147 Reading from request stream hangs when "Transfer-Encoding: chunked" is used
- GH #4218 Upgrade double-conversion to 3.3.0
- PR #4210 Fix pthread_setname not declared
- PR #4072 optimize checkUpperLimit and checkLowerLimit in VarHolder.h enhancement
- PR #4050 rename arc -> poco_arc
- PR #4038 Fixed Poco::format specifier for error code bug platform_specific
- PR #4011 fix #4005 Poco::Path::getExtension()
- PR #3999 Fix hang in destructor
- PR #3992 Fix thread counter leak
- PR #3987 Fix dead lock on Timer destructor
- PR #3971 Fix error handling with OpenSSL 3.0 in SecureSocketImpl.cpp (fixes #3806)
- PR #3943 Fix build for QNX platform_specific
- PR #3942 Fix data race when create POSIX thread
- PR #3912 Fixed compile error for OpenSSL 1.0 systems (#3739)
- PR #3883 Added system_error header to SockerProactor for std::error_code
- PR #3855 Fix epollfd validity checks when compiling with wepoll
- PR #3809 improve Windows OpenSSL 3.0.x error handling #3806
- PR #3769 Fixed converting/correcting pre-gregorian dates (#3723)
Signed-off-by: Patrick Wicki <patrick.wicki@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* We have to pass "__STDC_VERSION__" value to cmake option due to this error ->
A cross-compiling environment has been detected.
CMake Error at CMakeLists.txt:430 (message):
The value of __STDC_VERSION__ cannot be automatically determined when
cross-compiling. Please set JAS_STDC_VERSION to the value of
__STDC_VERSION__ when invoking CMake (e.g., by using the option
-DJAS_STDC_VERSION=...) or modify the CMakeLists.txt appropriately
* Options that are on by default have been added to PACKAGECONFIG.
* JAS_ENABLE_SHARED which is enable building of shared library removed because enabled by default.
Changelog:
4.1.1 (2023-11-28)
==================
* Disallow in-source builds by default.
* Fix a potential integer overflow problem in the jas_get_total_mem_size
function (for the Windows platform).
4.1.0 (2023-11-04)
==================
* Add support for building several JasPer application programs for
WebAssembly target with WASI support.
4.0.1 (2023-11-04)
==================
* Fix integer overflow bug in PNM decoder (#353).
* Fix a few minor build issues.
4.0.0 (2022-11-05)
==================
* Improve static linking (#336).
* Fix path relocation in mingw environment (#335).
* Improve logging and build scripts.
* Improve JPEG-2000 conformance test results.
* Enable PIC by default.
* Fix memory leaks in function cmdopts_parse (#332) (CVE-2022-2963).
* imgcmp:
+ Add quiet (-q) option.
+ Add debug-level option.
+ Fix memory leak.
* imginfo:
+ Add quiet (-q) option.
* Fix bug in parsing PGX header.
* Fix integer overflow bug (#345) (CVE-2022-40755).
3.0.6 (2022-07-13)
==================
* Fix bug in manual deployment script.
3.0.5 (2022-06-23)
==================
* Fix a minor build issue (#328).
3.0.4 (2022-06-02)
==================
* Eliminate some bogus calls to abort.
* Fix a typo in jas_safeui64_div (#323).
* Add some additional logging messages.
* Fix the source of a potential compiler warning (#321).
3.0.3 (2022-03-15)
==================
* Fix some portability issues in a few scripts.
3.0.2 (2022-02-14)
==================
* Fix a build issue that occurs when a cross-compiler is used (e.g., #319).
3.0.1 (2022-02-12)
==================
* Fix some build/portability issues (e.g., #317, #318).
3.0.0 (2022-02-05)
==================
VERY IMPORTANT NOTE:
This release of the JasPer software introduced some changes in the API
and/or behavior of the library relative to earlier releases, which may
necessitate some small changes in code using the library (e.g., to avoid
memory leaks or other problems). Please refer to the "News" section
of the JasPer Reference Manual for more details. For convenience,
this manual is available online (for various JasPer releases) at:
https://jasper-software.github.io/jasper-manual
* Greatly improve documentation.
* Add support for multithreading.
* Add some customization points in the library, such as the memory allocator
and error logging function.
* Add improved memory usage tracking and limiting.
* Add experimental partial encoding/decoding support for the HEIC format.
* Fix some longstanding issues in the JasPer I/O streams API.
* Add the running of the full test suite in CI builds for the Windows platform.
(Previously, the full test suite was only run for CI builds on Unix-based
platforms.)
* Fix many bugs (e.g., #305, #307, #308, #309, #312, #314, and many others
not associated with any issue numbers).
* Merged support for JasPer 3.0.0 into the XV software at:
https://github.com/jasper-software/xv.git
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
| |
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* Bugfix-only release.
* VCD reader fixes for unnamed Icarus begin blocks.
* String data type crash fix in fst.c.
* Dummy release to keep in sync with gtk3 version.
* Buffer overflow fixes in FST reader.
* Fix VZT reader with -fstrict-aliasing.
* Fix use_multi_state condition in vzt_write.c.
* Fix for UNDEF vs strings at start of a vzt file.
* Fix sleep() time scaling redefine for mingw.
* Use MapViewOfFileEx for mmap on Windows (fstapi).
* Define FST_DO_MISALIGNED_OPS on AArch64 (fstapi).
* Fixed attrbegin short length problem.
* Fix manpage/odt for vcd2fst command switch documentation for zlibpack.
* Changed sprintf to snprintf in fstapi.c.
* Fix stems reader processing code broken in 3.3.114.
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog:
* bugfix - forgot to remove (1-liner) test code. This will not affect users drawing fonts (fonts are mainly in the +x,+y quadrant).
This is likely going to affect users using drawing programs since these are equally likely using +/-x and +/-y quadrants.
Test code introduced during 2017-10-22 and forgotten to get removed before release 20190731.
This 'bug' affects releases 20190731, 20200505 and 20220722 and is recommended to upgrade to libspiro 20221101 for drawing programs.
* Added ability to start spiros with type '[' or 'a', as long as there is a 'v', 'c', or 'o' in the list of points.
* Thanks to orbea, bugfixes LIBADD for linker flags instead of LDFLAGS, and removed .libs from linker paths (these fixes help other linkers which need more rigid requirements).
* Removed 'make test' and added some Maintenance info for 'make check'. Closes issue #30
* Implemented in https://gcc.gnu.org/wiki/Visibility to help reduce symbol table and exports.
* More info added to spiroentrypoints.h to help developers.
* New method added to libspiro. example code shown in tests/call-test21.c which uses ncq definition SPIRO_INTERNAL_BEZCTX and two associated functions.
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
| |
The version from core layer is good for meta-gnome as well these days
packages needing older version are gone.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
| |
Fix build error found with clang-17
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
| |
The ARMv5 and ARMv6 architectures do not support 64-bit atomics, so
disable them.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 0001-fix-musl-build.patch removed because fixed in the new version. -> https://github.com/libpwquality/libpwquality/pull/53
* Copied ABOUT-NLS from native sysroot's gettext manually because of following error -> error: required file './ABOUT-NLS' not found
Building from sources need additional steps. Gettextize would have produced this file properly. But, we don't run it as part of autotools bbclass's autoreconf step
Instead of creating an empty ABOUT-NLS file, copied it from native sysroot's gettext manually.
Changelog:
* Translation updates
* Minor bug fixes and documentation enhancements
Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|