aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
AgeCommit message (Collapse)Author
9 daysot-br-posix: Link with libatomic on rv32Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-11mbedtls: upgrade 2.28.8 -> 2.28.9Yi Zhao
ChangeLog https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-2.28.9 Security fix: CVE-2024-45157 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-11mbedtls: upgrade 3.6.0 -> 3.6.1Yi Zhao
ChangeLog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.1 Security fixes: CVE-2024-45157 CVE-2024-45158 CVE-2024-45159 * According to commit[1], install data_files into framework directory for ptest. [1] https://github.com/Mbed-TLS/mbedtls/commit/9c4dd4ee6fe570b6a50a275d78b7d140fec0e02f Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-10freeradius: upgrade 3.2.3 -> 3.2.5Yi Zhao
ChangeLog: https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_4 https://github.com/FreeRADIUS/freeradius-server/releases/tag/release_3_2_5 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-01cleanup after polkit fixMarkus Volk
This commit removes the need to fix polkit permissions: https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=d5e90541f8e35916abc930b2da6de037b23d51a1 That allows to do some cleanup Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-29snort3: upgrade 3.3.3.0 -> 3.3.4.0Yi Zhao
ChangeLog: https://github.com/snort3/snort3/releases/tag/3.3.4.0 * appid: notify binder on service change * appid: replaced hsessions vector of raw pointers into vector of smart pointers * ftp_telnet: refactoring ftp-data * latency, dce, stream_ip: fix max pegs incorrectly declared sum * telnet: avoid flush when cr or lf is between commands Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-28samba: upgrade 4.19.7 -> 4.19.8Wang Mingyu
Changelog: https://www.samba.org/samba/history/samba-4.19.8.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-28networkmanager: upgrade 1.48.6 -> 1.48.10Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-26bluealsa: Update cython patch to latest upstream patchKhem Raj
This patch reflects the latest revision submitted upstream Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-19blueman: fix installation pathsMartin Jansa
* pass systemdsystemunitdir and systemduserunitdir to set correct directories instead of using libdir from: meson.build:systemd_base_path = join_paths(libdir, 'systemd') which is wrong e.g. with multilib where libdir might be /usr/lib64 instead of usr/lib used in ${nonarch_base_libdir} which is used by systemd_* variables: export systemd_system_unitdir="/usr/lib/systemd/system" export systemd_user_unitdir="/usr/lib/systemd/user" fixes: ERROR: Didn't find service unit 'blueman-mechanism.service', specified in SYSTEMD_SERVICE:blueman. * inherit python3targetconfig to install into right python site-packages without this it installs into /usr/lib/python3.12/site-packages/ instead of /usr/lib64/python3.12/site-packages set in PYTHON_SITEPACKAGES_DIR variable used in FILES, causing blueman: 295 installed and not shipped files. [installed-vs-shipped] # $PYTHON_SITEPACKAGES_DIR # set oe-core/meta/classes-recipe/python3-dir.bbclass:11 # "${libdir}/${PYTHON_DIR}/site-packages" PYTHON_SITEPACKAGES_DIR="/usr/lib64/python3.12/site-packages" Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-19networkmanager: remove modemmanager rdependsAdrian Freihofer
This reverts commit: 5edb8335dc46450fd6bcdbb3fcf55336b32bd422 The Networkmanager package must not depend on ModemManager. Only the Networkmanager-wwan package should depend on the ModemManager package. The mobile-broadband-provider-info is fully optional and it is often not required for embedded devices. Let the user choose if it gets installed or not. Adding it explicitely to IMAGE_INSTALL is simple. Adding an RRECOMMENS would work as well. But adding an RDEPENDS is bad. In general, NetworkManager packaging is intended to provide a set of binary packages suitable for building many different images. NetworkManager is designed to be used for binary packages distributions where it is not possible to rebuild NetworkManager just to install Modemmanager. Also for OE, where a rebuilding is possible, a rebuild is a disadvantage. So please do not destroy this flexibility by adding RDEPENDS, which are firstly wrong and secondly only suitable for your specific needs. Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-19ot-br-posix: Define config files explicitlyKhem Raj
Otherwise it picks up from build area with absolute paths into builddir Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-18snort3: upgrade 3.3.2.0 -> 3.3.3.0Yi Zhao
ChangeLog: https://github.com/snort3/snort3/releases/tag/3.3.3.0 * control: code cleanup * control: handle control commands after packet threads are fully initialised * daq: add outstanding packets counter * extractor: add flow hash key * file_api: max depth is set as part of initial config * file: remove unused variable in FileFlows destructor * filters: update dev_notes.txt with details for event_filter * flow: optimize timeout handling for different packet type * http_inspect: add peg counts for gzip, known-not-supported, and unknown * http_inspect: log normalized URI in extra data * ips_options: separate main thread pcre counts from packet threads stats * memory: account memory for profiler only when packet thread is involved * src: resolve various warnings * stream_tcp: make sure ports are correctly swapped when filling a meta-ACK packet Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-15blueman: Fix buildpathe issue with cython generated codeKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Markus Volk <f_l_k@t-online.de>
2024-08-14wolfssl: Add packageconfig for reproducible buildKhem Raj
Make this option turned on by default Fixes WARNING: wolfssl-5.7.2-r0 do_package_qa: QA Issue: File /usr/lib/libwolfssl.so.42.2.0 in package wolfssl contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-09blueman: Fix do_package QA issuealperak
ERROR: blueman-2.4.3-r0 do_package: QA Issue: blueman: Files/directories were installed but not shipped in any package: /usr/lib/systemd/system /usr/lib/systemd/system/blueman-mechanism.service Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. blueman: 2 installed and not shipped files. [installed-vs-shipped] ERROR: blueman-2.4.3-r0 do_package: Fatal QA errors were found, failing task. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-09blueman: update 2.3.5 -> 2.4.3Markus Volk
Remove 0001-meson-add-pythoninstalldir-option.patch. It was fixed by: [https://github.com/blueman-project/blueman/pull/1700] Remove 0001-Search-for-cython3.patch. It was fixed by: [https://github.com/blueman-project/blueman/blob/2682501e313831ed20ea3a809036e84bdb449fc7/module/meson.build#L1] Remove 0001-meson-add-pythoninstalldir-option.patch. Not quite sure about this one, but even without this patch there are no issues to enable bluetooth on my side Dont add polkit rule. It is now added by default. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-09networkmanager: upgrade 1.48.4 -> 1.48.6Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-01libdaq: upgrade 3.0.15 -> 3.0.16Yi Zhao
ChangeLog: https://github.com/snort3/libdaq/releases/tag/v3.0.16 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-08-01snort3: upgrade 3.3.1.0 -> 3.3.2.0Yi Zhao
ChangeLog: https://github.com/snort3/snort3/releases/tag/3.3.2.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-31tayga: Fix contains reference to TMPDIR [buildpaths] warningalperak
WARNING: tayga-0.9.2-r0 do_package_qa: QA Issue: File /usr/sbin/.debug/tayga in package tayga-dbg contains reference to TMPDIR [buildpaths] Make sure that the OE provided CFLAGS are passed to the compiler. Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-28snort3: upgrade 3.1.84.0 -> 3.3.1.0Yi Zhao
ChangeLog: https://github.com/snort3/snort3/releases/tag/3.2.1.0 https://github.com/snort3/snort3/releases/tag/3.2.2.0 https://github.com/snort3/snort3/releases/tag/3.3.0.0 https://github.com/snort3/snort3/releases/tag/3.3.1.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-15wolfssl: upgrade 5.7.0 -> 5.7.2Wang Mingyu
Changelog: https://github.com/wolfSSL/wolfssl/releases/tag/v5.7.2-stable Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-15networkmanager: upgrade 1.48.2 -> 1.48.4Wang Mingyu
Changelog: ========== * Support matching a OVS system interface by MAC address. * When looking up the system hostname from the reverse DNS lookup of addresses configured on interfaces, NetworkManager now takes into account the content of /etc/hosts. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-09daq: fix SRC_URI to point to the real 2.0.7 releaseYoann Congal
The previous fossies.org archive contained a 2.0.6 release. (The included "configure" script contained PACKAGE_VERSION='2.0.6') Switch to the upstream archive hosted on snort.org which look like a real 2.0.7 version (configure contains PACKAGE_VERSION='2.0.7') Diff of the before vs after archive includes: * configure script : * New option : -runstatedir * PACKAGE_VERSION='2.0.6' -> '2.0.7' (+ other related variables) * New copyright year (2014-2021 Cisco) on some files Use a custom downloadfilename to avoid conflicts with the "wrong" 2.0.7 archive. CC: Romain Naour <romain.naour@smile.fr> CC: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-08recipes: ignore various issues fatal with gcc-14Martin Jansa
work arounds for: meta-oe/meta-oe/recipes-devtools/nodejs/nodejs_20.12.2.bb:do_compile meta-oe/meta-oe/recipes-support/pidgin/pidgin_2.14.2.bb:do_compile meta-oe/meta-oe/recipes-devtools/uw-imap/uw-imap_2007f.bb:do_compile meta-oe/meta-oe/recipes-extended/rrdtool/rrdtool_1.8.0.bb:do_compile meta-oe/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.4.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-gevent_24.2.1.bb:do_compile meta-oe/meta-oe/recipes-support/avro/avro-c++_1.11.3.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb:do_compile meta-oe/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb:do_compile meta-oe/meta-networking/recipes-connectivity/openthread/ot-br-posix_git.bb:do_compile meta-oe/meta-oe/recipes-devtools/heaptrack/heaptrack_1.2.0.bb:do_configure meta-oe/meta-oe/recipes-support/avro/avro-c_1.11.3.bb:do_compile meta-oe/meta-oe/recipes-core/usleep/usleep_1.2.bb:do_compile meta-oe/meta-networking/recipes-protocols/openflow/openflow_git.bb:do_compile meta-oe/meta-oe/recipes-extended/sblim-sfcc/sblim-sfcc_2.2.8.bb:do_compile meta-oe/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb:do_compile meta-oe/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.19.bb:do_compile meta-oe/meta-networking/recipes-support/ssmping/ssmping_0.9.1.bb:do_compile meta-oe/meta-oe/recipes-connectivity/wifi-test-suite/wifi-test-suite_10.10.1.bb:do_compile meta-oe/meta-oe/recipes-extended/zsync/zsync-curl_git.bb:do_compile meta-oe/meta-python/recipes-devtools/python/python3-kivy_2.3.0.bb:do_compile meta-oe/meta-oe/recipes-support/openct/openct_0.6.20.bb:do_compile meta-oe/meta-oe/recipes-benchmark/dhrystone/dhrystone_2.1.bb:do_compile meta-oe/meta-networking/recipes-daemons/ncftp/ncftp_3.2.7.bb:do_compile meta-oe/meta-oe/recipes-support/daemontools/daemontools_0.76.bb:do_compile meta-oe/meta-oe/recipes-devtools/libgee/libgee_0.20.6.bb:do_compile meta-oe/meta-oe/recipes-devtools/mcpp/mcpp_2.7.2.bb:do_compile meta-oe/meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb:do_compile meta-oe/meta-networking/recipes-connectivity/dibbler/dibbler_git.bb:do_compile meta-oe/meta-oe/recipes-devtools/glade/glade_3.22.2.bb:do_compile http://errors.yoctoproject.org/Errors/Build/183124/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-07-01networkmanager: upgrade 1.48.0 -> 1.48.2Wang Mingyu
Changelog: =========== * Support matching a OVS system interface by MAC address. * Fix port reactivation when the controller is reactivating. * Save connection timestamps when shutting down, so that the right connection autoactivates after restart. * Fix handling of VPN secrets for 2-factor authentication. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-28rdist: Fix contains reference to TMPDIR [buildpaths] warningalperak
Pass OE cflags to makefile WARNING: rdist-6.1.5-r0 do_package_qa: QA Issue: File /usr/bin/.debug/rdistd in package rdist-dbg contains reference to TMPDIR File /usr/bin/.debug/rdist in package rdist-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-27networkmanager-openvpn: upgrade 1.11.0 -> 1.12.0Wang Mingyu
Changelog: ========== * Adapt to the new way of handling the 2FA secret by the daemon, needed by it to fix a bug with certain clients. Requires NetworkManager >= 1.46.2. * Update Slovenian and Hungarian translations. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-27libdaq: upgrade 3.0.14 -> 3.0.15Wang Mingyu
Changelog: api: Add DIOCTL_GET_CPU_PROFILE_DATA ioctl to get cpu profile data Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-20samba: upgrade 4.19.6 -> 4.19.7Yi Zhao
ChangeLog: https://www.samba.org/samba/history/samba-4.19.7.html Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-14mbedtls: Do not set LIB_INSTALL_DIR to an absolute path to make ↵Timo Schuster
MbedTLSTargets.cmake relocateable. Signed-off-by: Timo Schuster <timo.schuster@leica-microsystems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-09daq: fix incompatible pointer type errorKai Kang
Fix incompatible pointer type error for daq: | ../../daq-2.0.7/os-daq-modules/daq_nfq.c: In function 'SetPktHdr': | ../../daq-2.0.7/os-daq-modules/daq_nfq.c:394:37: error: passing argument 2 of 'nfq_get_payload' from incompatible pointer type [-Wincompatible-pointer-types] | 394 | int len = nfq_get_payload(nfad, (char**)pkt); | | ^~~~~~~~~~~ | | | | | char ** Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-07networkmanager: Fix undefined symbol errors on musl+lldKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-07openfortivpn: upgrade 1.22.0 -> 1.22.1Wang Mingyu
Bugfix: do not advertise we talk compressed HTTP Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-07networkmanager: upgrade 1.46.0 -> 1.48.0Wang Mingyu
Changelog: ============ * Building with autotools is now deprecated and will be completely removed in the next development cycle. We recommend using meson to build NetworkManager -- for basic setup, see the CONTRIBUTING.md file. To ignore this deprecation and still build with Autotools, you can specify the '--disable-autotools-deprecation' argument when configuring. * Support changing the OpenSSL ciphers for 802.1X authentication via connection property "802-1x.openssl-ciphers". * The reason why a device is unmanaged is now properly set in the "StateReason" property of the "Device" D-Bus object. The property is visible in nmcli via "nmcli -f all device show $DEV". * Deprecated 802-11-wireless and 802-11-wired property 'mac-address-blacklist' and introduced the 'mac-address-denylist' property. * Properly restore in-memory connection profiles during the rollback of a checkpoint. * Fix detection of 6 GHz band capability for WiFi devices * Allow IPv6 SLAAC and static IPv6 DNS server assignment for modem broadband when IPv6 device address was not explicitly passed on by ModemManager * Fix a performance issue that was leading to 100% CPU usage by NetworkManager if external programs were doing a big amount of routes updates. * Patch-level development releases (i.e. 1.48.1-dev) won't be used anymore. From now on, all the patch releases whithin a stable branch will be normal releases, like 1.48.0, 1.48.1, 1.48.2, 1.48.3 and so on. Odd numbers in the minor version number still indicates if it's a development branch like 1.49 or a stable one like 1.48. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-06-07libiec61850: upgrade 1.5.1 -> 1.5.3Wang Mingyu
Changelog: ============= - config file parser dynamically allocates linebuffer to allow multithreaded applications - parse time values in model configuration file - config file generator: added missing code for GSEControl - Config file generator: support multiple access points for GOOSE and SMV control blocks - config file generator: added code to add SMVCBs to config files - IED server: added code to create SMVCBs with the dynamic model API - MMS server: added support for write access with component alternate access - MMS client: added function MmsConnection_writeVariableComponent to write to variables with alternate component access - make write access to RCB elements configurable according to ReportSettings - Added function IedConnection_setLocalAddress to define local IP address and optionally local port of a client connection - IED server: added ControlAction_getSynchroCheck and ControlAction_getInterlockCheck functions - fixed - IEC 61580 server: dataset is not released when RCB.Datset is set to empty string by client - PAL: fixed wrong order of function arguments for fread and fwrite functions - MMS client: parsing of servicecsSupported in MMS init response is off by one - fixed - potential memory leaks in goose publisher code - fixed - server sends dchg report when only dupd is enabled in RCB - GOOSE subscriber: fixed - possible heap corruption in parseAllData due to missing validity check in bit-string handling - IED server: fixed problem with implicit ResvTms setting when reserved with RptEna - IED server: fixed - segmentation fault when compiled with CONFIG_MMS_THREADLESS_STACK - fixed - MMS server: messages can be corrupted when TCP buffer is full - fixed - .NET: IedConenction.WriteDataSetValues throws a NullReferenceException - fixed - server send invalid response- when client uses wrong ctlModel - fixed - IedConnection_setRCBValuesAsync crashes when RCB is already reserved by other client - fixed - outstanding call not released in IedConnection_getDataSetDirectoryAsync Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-23recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj
Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-19networkmanager-openvpn: upgrade 1.10.2 -> 1.11.0Wang Mingyu
Changelog: =========== * Improve the support for 2FA dynamic challenge, not saving the response into the profile. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-09samba: upgrade 4.19.5 -> 4.19.6Yi Zhao
ChangeLog: https://www.samba.org/samba/history/samba-4.19.6.html Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-02mbedtls: Fix warning for missing programRicardo Simoes
When PACKAGECONFIG does not contains 'programs', the hello binary will not be generated, but the ALTERNATIVE 'hello' is still set, causing the update-alternatives bbclass to generate warnings for the missing 'hello' binary. This commit fixes that by only populating ALTERNATIVES when 'programs' is enabled. Signed-off-by: Ricardo Simoes <ricardo.simoes@pt.bosch.com> Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-05-01networkmanager: add missing glib-2.0 dependencyMarkus Volk
- also copy GLib*Typelib to STAGING_LIBDIR_NATIVE to avoid: | gi.RepositoryError: Typelib file for namespace 'GLib', version '2.0' not found Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-30networkmanager: fix gir buildMarkus Volk
Basically what is done in: https://git.openembedded.org/meta-openembedded/commit/?h=master-next&id=4c40897893f43a99e6ae12e652c0cf789d89df90 This fixes: | gi.RepositoryError: Typelib file for namespace 'Gobject', version '2.0' not found | gi.RepositoryError: Typelib file for namespace 'Gio', version '2.0' not found | gi.RepositoryError: Typelib file for namespace 'GModule', version '2.0' not found - Remove uneeded do_compile:prepend. It was broken because of {B}} and seems to be unneeded anyway Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-23openfortivpn: upgrade 1.21.0 -> 1.22.0Wang Mingyu
Changelog: ========== * make sure Homebrew packages for macOS are built with --enable-legacy-pppd * do not print TLS socket options in log (revert change from 1.16.0) * add option to specify SNI * change most occurrences of "SSL" to "TLS" in user-visible text Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-17nng: upgrade 1.5.2 -> 1.7.3Alexander Vickberg
Signed-off-by: Alexander Vickberg <wickbergster@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-17Revert "nng: upgrade 1.5.2 -> 12"Alexander Vickberg
This reverts commit 915b6c02ee43e2dee8c6b3132e7d47836d392168. Mistake upgrade by AUH Signed-off-by: Alexander Vickberg <wickbergster@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-16snort3: update to latest stable version 3.1.84.0Yi Zhao
ChangeLog: https://github.com/snort3/snort3/releases/tag/3.1.84.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-16libdaq: update to latest stable version 3.0.14Yi Zhao
ChangeLog: https://github.com/snort3/libdaq/releases/tag/v3.0.14 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-15Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory pathalperak
The following paths have been replaced with PYTHON_SITEPACKAGES_DIR: - "${libdir}/${PYTHON_DIR}/site-packages" - "${libdir}/python${PYTHON_BASEVERSION}/site-packages" - "${libdir}/python*/site-packages" - "${libdir}/python3.*/site-packages" Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-04-05mbedtls: upgrade 2.28.7 -> 2.28.8Beniamin Sandu
Includes security fixes for: CVE-2024-28960 - Insecure handling of shared memory in PSA Crypto APIs Full release notes: https://github.com/Mbed-TLS/mbedtls/releases/tag/v2.28.8 Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>