summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libsodium: upgrade 1.0.18 -> 1.0.19Khem Raj2023-11-061-3/+3
| | | | | | License-Update: Copyright years changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* crucible: Upgrade to 2023.11.02Fabio Estevam2023-11-061-3/+3
| | | | | | | | | | | | | | | | | | Upgrade to 2023.11.02, which contanins the following new commits: fix MAC address fuse naming Merge pull request #21 from Lionizers/master fusemaps: Add support for second MAC address for i.MX7D move to BSD style license tidying Merge pull request #18 from DAVEEmbeddedSystems/extend-imx8mp-uniqueid-to-128-bit fusemaps: imx8mp: add UNIQUE_ID upper 64 bit The license has changed to BSD-3-Clause, so adjust it accordingly. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* hdf5: Fix install conflict when enable multilib.Wang Mingyu2023-11-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error: Transaction test error: file /usr/bin/h5cc conflicts between attempted installs of lib32-hdf5-1.14.2-r0.armv7ahf_neon and hdf5-1.14.2-r0.cortexa57 file /usr/bin/h5hlcc conflicts between attempted installs of lib32-hdf5-1.14.2-r0.armv7ahf_neon and hdf5-1.14.2-r0.cortexa57 The differences of h5cc are as follows: @@ -44,7 +44,7 @@ exit $status ;; *) - /usr/bin/arm-pokymllib32-linux-gnueabi/arm-pokymllib32-linux-gnueabi-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5` + /usr/bin/aarch64-poky-linux/aarch64-poky-linux-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5` status=$? exit $status ;; The differences of h5hlcc are as follows: @@ -44,7 +44,7 @@ exit $status ;; *) - /usr/bin/arm-pokymllib32-linux-gnueabi/arm-pokymllib32-linux-gnueabi-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5_hl` + /usr/bin/aarch64-poky-linux/aarch64-poky-linux-clang $@ `pkg-config --define-variable=prefix=$dir --cflags --libs hdf5_hl` status=$? exit $status ;; Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgsf: Upgrade 1.14.50 -> 1.14.51Markus Volk2023-11-061-4/+3
| | | | | | | | License changed to LGPL-2.1-only https://gitlab.gnome.org/GNOME/libgsf/-/commit/037c913eb631349c410ef45e49697bf5c46dac8a Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dconf-editor: Upgrade 43 -> 45.0.1Markus Volk2023-11-061-1/+3
| | | | | | | | | | | | | | | | dconf-editor 45.0.1 =================== Fix string freeze break dconf-editor 45.0 ================= Fix UI not displaying with latest GTK Misc fixes and translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: Upgrade 45.0 -> 45.1Markus Volk2023-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 45.1 ==== * Fix filtering keybinding events in presence of grabs [Sebastian K.; !3054] * Fix direct scanout support when using integer scaling [Daniel; !3290] * Fix capitalization of some keys when caps lock is on [Carlos; !3306] * Fix vsync regression [Robert; !3286] * Fix visibility of software cursors when using direct scanout [Robert; !3302] * Fix artifacts at the bottom of some surfaces [Robert; !3310] * Discard monitor configs with fractional scale when unusable [Jonas Å.; !3299] * Apply track point settings [Rohan; !3089] * xwayland: Enable XDG portal only when not nested [Olivier; !3303] * Inhibit real-time scheduling when mode setting [Ray; !3324] * Don't delay frame updates after idle period [Michel; !3174] * Fix running Xwayland in headless setup with nvidia driver [Olivier; !3320] * wayland: Send keyboard modifiers after the enter event [Alexandros; !3341] * Fixed crashes [Carlos, Jonas D., Robert, Sebastian W., Jonas Å.; !3287, !3283, !3311, !3322, !3318] * Misc. bug fixes and cleanups [Daniel, Corentin, Carlos, Jonas Å., Ivan, Michel, Sebastian W., Robert, Barnabás, Peter; !3212, !3298, !3267, !3297, !3313, !3316, !3317, !3323, !3325, !3326, !3328, !3330, !3332, !3319] Contributors: Jonas Ådahl, Michel Dänzer, Jonas Dreßler, Olivier Fourdan, Alexandros Frantzis, Carlos Garnacho, Peter Hutterer, Rohan Hendrik Jotz-Lean, Sebastian Keller, Robert Mader, Ivan Molodetskikh, Florian Müllner, Corentin Noël, Barnabás Pőcze, Ray Strode, Daniel van Vugt, Sebastian Wick Translators: Kristjan SCHMIDT [eo], Rafael Fontenelle [pt_BR], Guillaume Bernard [fr], Jordi Mas i Hernandez [ca], Florentina Mușat [ro] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: Upgrade 45.0 -> 45.1Markus Volk2023-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 45.1 ==== * Fix scroll handling on sliders [Carlos; !2967] * overview: Handle unredirection as part of the state transition [Robert; !2970] * Handle DESKTOP windows during workspace animations [Sundeep; !2865] * Fix unexpected focus changes with multi-window apps [Florian; !2959] * Improve recording indicator in light style [Georges; !2983] * Fix calendar popup shrinking on date changes [Sebastian; !2989] * Fixed crashes [Daniel, Sebastian; !2975, !2974] * Misc. bug fixes and cleanups [Florian, Martin, Alessandro, Sebastian; !2966, !2978, !2987, !3000, #6763] Contributors: Alessandro Bono, Carlos Garnacho, Sebastian Keller, Sundeep Mediratta, Florian Müllner, Georges Basile Stavracas Neto, robert.mader@collabora.com, Daniel van Vugt, Martin Zurowietz Translators: Jordi Mas [ca], Fabio Tomat [fur], Ekaterine Papava [ka], Sabri Ünal [tr], Cheng-Chia Tseng [zh_TW], Changwoo Ryu [ko], Florentina Mușat [ro], Brage Fuglseth [nb], Evangelos Skarmoutsos [el], Efstathios Iosifidis [el], Марко Костић [sr], Hugo Carvalho [pt] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-systemload-plugin: Fix build on 32bit machinesKhem Raj2023-11-062-0/+40
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* grpc: Upgrade 1.56.2 -> 1.59.2Peter Marko2023-11-062-9/+7
| | | | | | | | | CVE: CVE-2023-44487 Patch updated by devtool to resolve patch fuzz. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* ufs-utils: upgrade to latest revisionKhem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Fix build on muslKhem Raj2023-11-062-0/+42
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: Fix build with clang17Khem Raj2023-11-062-0/+31
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfstests: upgrade 2023.03.05 -> 2023.10.29Khem Raj2023-11-064-88/+10
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfsprogs: upgrade 6.1.1 -> 6.5.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xarchiver: upgrade 0.5.4.17 -> 0.5.4.21Khem Raj2023-11-061-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-mailwatch-plugin: upgrade 1.3.0 -> 1.3.1Khem Raj2023-11-061-2/+2
| | | | | | License-Update: GPL text format changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* exo: upgrade 4.18.0 -> 4.19.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-verve-plugin: upgrade 2.0.1 -> 2.0.3Khem Raj2023-11-061-2/+2
| | | | | | License-Update: GPL text updated Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gigolo: upgrade 0.5.2 -> 0.5.3Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mousepad: upgrade 0.5.9 -> 0.6.1Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-mpc-plugin: upgrade 0.5.2 -> 0.5.3Khem Raj2023-11-061-2/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-taskmanager: upgrade 1.5.5 -> 1.5.6Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4ui: upgrade 4.18.3 -> 4.19.3Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-pulseaudio-plugin: upgrade 0.4.3 -> 0.4.8Khem Raj2023-11-061-2/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* menulibre: upgrade 2.2.3 -> 2.3.2Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-datetime-plugin: upgrade 0.8.1 -> 0.8.3Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* parole: upgrade 4.16.0 -> 4.18.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-cpugraph-plugin: upgrade 1.2.7 -> 1.2.8Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-fsguard-plugin: upgrade 1.1.2 -> 1.1.3Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-genmon-plugin: upgrade 4.1.1 -> 4.2.0Khem Raj2023-11-061-2/+2
| | | | | | License-Update: Update LGPL license text Signed-off-by: Khem Raj <raj.khem@gmail.com>
* garcon: upgrade 4.18.1 -> 4.19.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfmpc: upgrade 0.3.0 -> 0.3.1Khem Raj2023-11-061-3/+2
| | | | | | License-Update: updated LGPL text Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-calculator-plugin: upgrade 0.7.1 -> 0.7.2Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-timer-plugin: upgrade 1.7.1 -> 1.7.2Khem Raj2023-11-061-3/+2
| | | | | | License-Update: GPL text updated Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-archive-plugin: upgrade 0.5.1 -> 0.5.2Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-time-out-plugin: upgrade 1.1.2 -> 1.1.3Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* catfish: upgrade 4.16.3 -> 4.18.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar: upgrade 4.18.4 -> 4.19.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-weather-plugin: upgrade 0.11.0 -> 0.11.1Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-notes-plugin: upgrade 1.9.0 -> 1.10.0Khem Raj2023-11-061-2/+2
| | | | | | License-Update: GPL license text updated Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libxfce4util: upgrade 4.18.1 -> 4.19.2Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-places-plugin: upgrade 1.8.1 -> 1.8.3Khem Raj2023-11-061-2/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-battery-plugin: upgrade 1.1.4 -> 1.1.5Khem Raj2023-11-061-2/+2
| | | | | | License-Update: format GPL license format Signed-off-by: Khem Raj <raj.khem@gmail.com>
* thunar-shares-plugin: upgrade 0.3.1 -> 0.3.2Khem Raj2023-11-062-36/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-netload-plugin: upgrade 1.4.0 -> 1.4.1Khem Raj2023-11-061-2/+2
| | | | | | License-Update: GPL text changed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-appfinder: upgrade 4.18.0 -> 4.19.1Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-screenshooter: upgrade 1.10.3 -> 1.10.4Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-systemload-plugin: upgrade 1.3.1 -> 1.3.2Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* orage: upgrade 4.16.0 -> 4.18.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: upgrade 3.50.0 -> 3.50.1Khem Raj2023-11-061-2/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>