|
[meta-perl][PATCH 3/8] libextutils-cppguess-perl: upgrade 0.21 -> 0.23
0.23 2021-05-31
- added CI - thanks @zmughal
- now recognises MacOS clang - thanks @xenu
0.22 2021-05-29
- Add C++ standard support flag detection - thanks @zmughal!
See
0.23 2021-05-31
- added CI - thanks @zmughal
- now recognises MacOS clang - thanks @xenu
0.22 2021-05-29
- Add C++ standard support flag detection - thanks @zmughal!
See
|
By
Tim Orling
·
#92172
·
|
|
[meta-perl][PATCH 2/8] libcrypt-openssl-guess-perl: upgrade 0.12 -> 0.13
0.13 2021-05-03T15:37:39Z
- use --installed option while executing brew --prefix (PR#9
@skaji++)
References:
https://github.com/akiym/Crypt-OpenSSL-Guess/pull/9
Signed-off-by: Tim Orling
0.13 2021-05-03T15:37:39Z
- use --installed option while executing brew --prefix (PR#9
@skaji++)
References:
https://github.com/akiym/Crypt-OpenSSL-Guess/pull/9
Signed-off-by: Tim Orling
|
By
Tim Orling
·
#92171
·
|
|
[meta-perl][PATCH 1/8] libcgi-perl: upgrade 4.51 -> 4.53
4.53 2021-06-03
[ FIX ]
- fix typo in passing of max-age to CGI::Cookie (GH #247)
4.52 2021-05-04
[ FIX ]
- sort hash keys for deterministic behaviour (GH #245, GH
4.53 2021-06-03
[ FIX ]
- fix typo in passing of max-age to CGI::Cookie (GH #247)
4.52 2021-05-04
[ FIX ]
- sort hash keys for deterministic behaviour (GH #245, GH
|
By
Tim Orling
·
#92170
·
|
|
[meta-perl][PATCH 0/8] Perl recipe upgrades
meta-perl recipe upgrades with the help of auto-upgrade-helper.
The following changes since commit 0412a4befcd190cf020dd525aad31eba54b93a32:
suitesparse: Fix LIC_FILES_CHKSUM (2021-07-08 09:21:41
meta-perl recipe upgrades with the help of auto-upgrade-helper.
The following changes since commit 0412a4befcd190cf020dd525aad31eba54b93a32:
suitesparse: Fix LIC_FILES_CHKSUM (2021-07-08 09:21:41
|
By
Tim Orling
·
#92169
·
|
|
Re: [meta-python][PATCH] python3-joblib: new package
We do not need md5sum
By
Khem Raj
·
#92168
·
|
|
[meta-virt][dunfell][PATCH] skopeo: switch to main as specified branch
The upstream project has moved from master to main, so we adjust
our recipe accordingly.
Signed-off-by: Changhyeok <changhyeok.bae@...>
---
recipes-containers/skopeo/skopeo_git.bb | 2 +-
1
The upstream project has moved from master to main, so we adjust
our recipe accordingly.
Signed-off-by: Changhyeok <changhyeok.bae@...>
---
recipes-containers/skopeo/skopeo_git.bb | 2 +-
1
|
By
Changhyeok Bae
·
#92167
·
|
|
[meta-python][PATCH] python3-joblib: new package
Add a recipe for joblib: a set of tools to provide lightweight pipelining
in Python.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
Add a recipe for joblib: a set of tools to provide lightweight pipelining
in Python.
Signed-off-by: Bartosz Golaszewski <brgl@...>
---
.../packagegroups/packagegroup-meta-python.bb | 1 +
|
By
Bartosz Golaszewski
·
#92166
·
|
|
Re: [meta-python2][PATCH 1/1] python: use update-alternatives for python link
As this wasn't needed until now and python3 also doesn't use u-a for ${bindir}/python as all python3 scripts should explicitly call python3, why do you think it would be worth adding to dead python2
As this wasn't needed until now and python3 also doesn't use u-a for ${bindir}/python as all python3 scripts should explicitly call python3, why do you think it would be worth adding to dead python2
|
By
Martin Jansa
·
#92165
·
|
|
[meta-oe][PATCH] ltrace: Fix mips build with kernels 5.13+
Signed-off-by: Khem Raj <raj.khem@...>
---
...rdcodes-values-for-ABI-syscall-bases.patch | 50 +++++++++++++++++++
.../ltrace/ltrace/include_unistd_nr.patch | 30 -----------
Signed-off-by: Khem Raj <raj.khem@...>
---
...rdcodes-values-for-ABI-syscall-bases.patch | 50 +++++++++++++++++++
.../ltrace/ltrace/include_unistd_nr.patch | 30 -----------
|
By
Khem Raj
·
#92164
·
|
|
[meta-oe][PATCH] xscreensaver: Update to 6.01
Drop fix-buildscripts.patch and move the required changes into recipe
Refresh tweak-app-defaults.patch to apply on latest release
Do not build po files as they are not buildable and are not used
Drop fix-buildscripts.patch and move the required changes into recipe
Refresh tweak-app-defaults.patch to apply on latest release
Do not build po files as they are not buildable and are not used
|
By
Khem Raj
·
#92163
·
|
|
Re: Dunfell merge request - July 8
merged thanks
By
Khem Raj
·
#92162
·
|
|
Dunfell merge request - July 8
The following changes since commit c38d2a74f762a792046f3d3c377827b08aade513:
dnsmasq: Add fixes for CVEs reported for dnsmasq (2021-05-29 11:41:45
-0700)
are available in the Git repository
The following changes since commit c38d2a74f762a792046f3d3c377827b08aade513:
dnsmasq: Add fixes for CVEs reported for dnsmasq (2021-05-29 11:41:45
-0700)
are available in the Git repository
|
By
Armin Kuster
·
#92161
·
|
|
[meta-python] [PATCH] python3-pyusb: upgrade 1.1.1 -> 1.2.0
Added:
core: implement Device.__eq__() (#147)
Changed:
libusb0: implement is_kernel_driver_active() for FreeBSD and DragonFly BSD (#365)
libusb0: implement is_kernel_driver_active() for Mac OS
Added:
core: implement Device.__eq__() (#147)
Changed:
libusb0: implement is_kernel_driver_active() for FreeBSD and DragonFly BSD (#365)
libusb0: implement is_kernel_driver_active() for Mac OS
|
By
zangrc
·
#92160
·
|
|
[meta-oe] [PATCH] opencl-clhpp: upgrade 2.0.14 -> 2.0.15
Signed-off-by: Zang Ruochen <zangrc.fnst@...>
---
meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Zang Ruochen <zangrc.fnst@...>
---
meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
zangrc
·
#92159
·
|
|
[meta-networking] [PATCH] strongswan: upgrade 5.9.2 -> 5.9.3
- Added AES_ECB, SHA-3 and SHAKE-256 support to wolfssl plugin.
- Added AES_CCM and SHA-3 signature support to openssl plugin.
- The x509 and openssl plugins now consider the authorityKeyIdentifier,
- Added AES_ECB, SHA-3 and SHAKE-256 support to wolfssl plugin.
- Added AES_CCM and SHA-3 signature support to openssl plugin.
- The x509 and openssl plugins now consider the authorityKeyIdentifier,
|
By
zangrc
·
#92158
·
|
|
[meta-networking] [PATCH] firewalld: upgrade 0.9.3 -> 0.9.4
This is a bug fix only release.
$ git shortlog --grep "^fix" v0.9.3..v0.9.4
Eric Garver (10):
fix(dbus): conf: setting deprecated properties should be ignored
fix(dbus): properties: IPv4 and IPv6
This is a bug fix only release.
$ git shortlog --grep "^fix" v0.9.3..v0.9.4
Eric Garver (10):
fix(dbus): conf: setting deprecated properties should be ignored
fix(dbus): properties: IPv4 and IPv6
|
By
zangrc
·
#92157
·
|
|
[meta-python] [PATCH] python3-sentry-sdk: upgrade 1.1.0 -> 1.2.0
Fix for AWSLambda Integration to handle other path formats for function initial handler
Fix for worker to set deamon attribute instead of deprecated setDaemon method
Fix for bottle Integration that
Fix for AWSLambda Integration to handle other path formats for function initial handler
Fix for worker to set deamon attribute instead of deprecated setDaemon method
Fix for bottle Integration that
|
By
zhengruoqin
·
#92156
·
|
|
[meta-python] [PATCH] python3-xlsxwriter: upgrade 1.4.3 -> 1.4.4
Release 1.4.4 - July 4 2021
---------------------------
* Added some performance improvements. Performance for larger files should be
5-10% better.
Signed-off-by: Zheng Ruoqin
Release 1.4.4 - July 4 2021
---------------------------
* Added some performance improvements. Performance for larger files should be
5-10% better.
Signed-off-by: Zheng Ruoqin
|
By
zhengruoqin
·
#92155
·
|
|
[meta-python] [PATCH] python3-regex: upgrade 2021.4.4 -> 2021.7.6
Add runtime dependency to resolve errors that occurred when import regex.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...{python3-regex_2021.4.4.bb => python3-regex_2021.7.6.bb} | 6
Add runtime dependency to resolve errors that occurred when import regex.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
...{python3-regex_2021.4.4.bb => python3-regex_2021.7.6.bb} | 6
|
By
zhengruoqin
·
#92154
·
|
|
[meta-python] [PATCH] python3-tqdm: upgrade 4.61.1 -> 4.61.2
Add runtime dependency to resolve errors that occurred when import tqdm.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../{python3-tqdm_4.61.1.bb => python3-tqdm_4.61.2.bb} | 7
Add runtime dependency to resolve errors that occurred when import tqdm.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../{python3-tqdm_4.61.1.bb => python3-tqdm_4.61.2.bb} | 7
|
By
zhengruoqin
·
#92153
·
|