Changelog:
=========
Various fixes related to XDS (#29314, #29340, #29339)
HTTP2: Should not run cancelling logic on servers when receiving GOAWAY (#29307)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
All changes from 20211224 to 20220128 included in
https://invisible-island.net/byacc/CHANGES.html
License-Update:
----------------
- Add Format, Upstream-Name, Upstream-Contact to byacc.
- Add "Copyright: 2001-2021,2022 by Thomas E. Dickey" to all files of
byacc.
- Copyright of aclocal.m4 and package/debian/* updated to 2022.
- Modify Licence to License.
- Add "Copyright: 1992-2021 Free Software Foundation, Inc." and "License: GPL-3"
to config.guess config.sub
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
g-i calls on musl are adding -L/usr/lib to linker path which confuses
the build as it tried to use the libraries from build host and fails
badly
Fixes
aarch64-yoe-linux-musl-ld: warning: library search path "/usr/lib" is
unsafe for cross-compilation
...
| /mnt/b/yoe/master/build/tmp/work/cortexa72-yoe-linux-musl/evolution-data-server/3.44.0-r0/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-ld: skipping incompa
tible /usr/lib/libunwind.so when searching for -l:libunwind.so
| Error relocating /usr/lib/libz.so.1: unsupported relocation type 8
| Error relocating /usr/lib/libz.so.1: unsupported relocation type 8
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andreas Müller <schnitzeltony@gmail.com>
Changelog:
==========
0001-configure.ac-remove-duplicate-AC_CONFIG_MACRO_DIR-22.patch
removed since it's included in 0.11.2
hidraw: hid_get_input_report implementation for kernels that supports it (#351);
windows: several improvements and bugfixes (#348, #360, #361);
libusb: fix potential crash when libusb_detach_kernel_driver fails (#363)
general: documentation improvements;
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
=========
Round bits up and target full pool size
Specify the right kernel commit in README
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Backported patch can go
* Adding gtk-icon-cache unveiled a misconception: DEPENDS overwrote those added
by inherit
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
It can't be built without gtk3:
No package 'gtk+-3.0' found
So make it have the same DISTRO_FEATURES as gtk3. It may also support gtk2, but
it depends on wxwidgets which doesn't support gtk2, so we don't have to
consider that.
And python3-wxgtk4 doesn't have PACKAGECONFIG, so remove the checking for
PACKAGECONFIG.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
- remove x11 features-check because there aren't dependencies that would
explicilty require x11 as a DISTRO_FEATURE
- use POSIX basename() to fix up musl build
============================
GParted 1.4.0 (2022-03-28)
============================
Release Notes
-------------
This release of GParted includes enhancements, bug fixes and
language translation updates.
* Add labelling of mounted btrfs, ext2/3/4 and xfs file systems
* Fix detection of mount points for encrypted file systems
* Fix crash scrolling quickly in the drive selection combobox
* Add bcache detection
* Add JBD external EXT3/4 journal detection
Bug Fixes
---------
* Add labelling of mounted btrfs, ext2/3/4 and xfs file systems (#163, !87)
* Fix detection of mount points for encrypted file systems (#162, !88)
* Fix unmount error when unmounting below a bind mount point (!89)
* Fix crash scrolling quickly in the drive selection combobox (#165, !91)
* Add initial Indonesian translation of help (!90)
* Add accessibility relations for screen readers like Orca (!92)
* Fix partition creation at sector 2048 if partition before it (#172, !93)
* Make more getter methods use return-by-constant-reference (!94)
* Check copy destination instead of source (!95)
* Add bcache detection (#183, !96)
* Add JBD external EXT3/4 journal detection (#89, !97)
* Fix translation of DocBook markup tag of the GParted Manual (!98)
Code Credits
------------
Code enhancements are courtesy of Movie Ma, Pascal Engélibert, and
Mike Fleetwood.
Translations (new/updated)
--------------------------
cs(Marek Černocký), da(Alan Mortensen), eu(Asier Sarasua Garmendia),
fur(Fabio Tomat), he(Yaron Shahrabani), hr(Goran Vidović),
hu(Balázs Úr), id(Andika Triwidada), it(Milo Casagrande),
ko(Seong-ho Cho), lt(Aurimas Černius), lv(Rūdolfs Mazurs),
nb(Kjell Cato Heskjestad), nl(Nathan Follens), pa(A S Alam),
pt(Hugo Carvalho), ru(Aleksandr Melman, Sergej A), sk(Dušan Kazik),
sl(Matej Urbančič), sr(Мирослав Николић), zh_CN(Luming Zh)
Dependencies (new/updated)
--------------------------
* n/a
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
We do not carry recipe for libcerf, so disable it explicitly so the
native builds are also a bit more deterministic.
Fix a typo in knob to disable wxwidgets
Signed-off-by: Khem Raj <raj.khem@gmail.com>
These patches are not used by the grpc recipe so remove them.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>