Commit Graph

37615 Commits

Author SHA1 Message Date
heitbaum
11f14d25c0 linux (Rockchip RK3328): tidy up .config for 5.15 2021-11-01 13:37:17 +11:00
heitbaum
07301781d4 linux (Rockchip RK3288): tidy up .config for 5.15 2021-11-01 13:37:15 +11:00
heitbaum
f48ce37280 linux (Qualcomm Dragonboard): tidy up .config for 5.15 2021-11-01 13:37:12 +11:00
heitbaum
288f06fe20 linux (NXP iMX8): tidy up .config for 5.15 2021-11-01 13:37:09 +11:00
heitbaum
0ce97a671e linux (NXP iMX6): tidy up .config for 5.15 2021-11-01 13:37:07 +11:00
heitbaum
3c51172976 linux (Generic): tidy up .config for 5.15 2021-11-01 13:37:04 +11:00
heitbaum
344cd7faaa linux (Allwinner aarch64): tidy up .config for 5.15 2021-11-01 13:37:01 +11:00
heitbaum
e001fea21e linux (Allwinner arm): tidy up .config for 5.15 2021-11-01 13:36:57 +11:00
heitbaum
d0e59a23fe linux (Rockchip): patches upstreamed in 5.15 2021-11-01 13:09:26 +11:00
heitbaum
9a24926f9f linux (Allwinner): patches upstreamed in 5.15 2021-11-01 13:07:59 +11:00
CvH
7f9c087f70 Merge pull request #5835 from HiassofT/le11-uboot-openssl
u-boot: fix build openssl-related build errors
2021-10-31 13:22:53 +01:00
mglae
ca6497f44f Merge pull request #5796 from guillaumelecerf/chrome
Multiple chrome fixes/enhancements
2021-10-30 23:49:05 +02:00
Guillaume LECERF
3ccf883146 chrome: update changelog 2021-10-30 23:44:21 +02:00
Guillaume LECERF
7b4cdb060b chrome: allow setting a custom user-agent 2021-10-30 20:44:54 +02:00
Matthias Reichl
b075c10e71 u-boot: add missing deps and host-cc options
u-boot requires openssl includes and libs on host, add the missing
dependencies and set HOSTCFLAGS so the build can pick up openssl from
the LE toolchain.

Also fix HOSTLDFLAGS to use HOST_LDFLAGS which adds an rpath to
toolchain/lib so the dynamic linker uses our openssl libs, not those
from the host.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-30 17:47:40 +02:00
Matthias Reichl
41b720b762 u-boot-tools: add missing deps and host-cc options
u-boot requires openssl includes and libs on host, add the missing
dependencies and set HOSTCC, HOSTCFLAGS and HOSTLDFLAGS so the build
can pick up openssl from the LE toolchain

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-30 17:47:32 +02:00
CvH
6009b1e23c Merge pull request #5833 from heitbaum/mesonf
[le11] More Fixes to meson: unknown options are now always fatal
2021-10-30 11:02:22 +02:00
CvH
947752f110 Merge pull request #5829 from heitbaum/binaries
pvr.iptvsimple: update 20.1.1-Nexus to 20.1.2-Nexus
2021-10-30 11:01:16 +02:00
Christian Hewitt
95a7d97d35 Merge pull request #5832 from heitbaum/samba
[le11] samba: update to 4.13.13
2021-10-30 08:43:40 +01:00
heitbaum
d6a332f8ce gdk-pixbuf: correct meson build options 2021-10-30 15:34:11 +11:00
heitbaum
fee0c9f7e3 pango: correct meson build options 2021-10-30 15:34:11 +11:00
heitbaum
491e37aedf at-spi2-core: correct meson build options 2021-10-30 15:34:11 +11:00
heitbaum
fefc21affb chrome-libxkbcommon: correct meson build options 2021-10-30 15:34:11 +11:00
heitbaum
4be46be119 samba: update to 4.13.13
update 4.13.12 (2021-09-22) to 4.13.13 (2021-10-29)

release notes:
- https://www.samba.org/samba/history/samba-4.13.13.html

Changes since 4.13.12
---------------------

o  Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
   * BUG 14868: rodc_rwdc test flaps.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Andrew Bartlett <abartlet@samba.org>
   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
     bit' S4U2Proxy Constrained Delegation bypass in Samba with
     embedded Heimdal.
   * BUG 14836: Python ldb.msg_diff() memory handling failure.
   * BUG 14845: "in" operator on ldb.Message is case sensitive.
   * BUG 14848: Release LDB 2.3.1 for Samba 4.14.9.
   * BUG 14871: Fix Samba support for UF_NO_AUTH_DATA_REQUIRED.
   * BUG 14874: Allow special chars like "@" in samAccountName when generating
     the salt.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Isaac Boukris <iboukris@gmail.com>
   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
     bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Viktor Dukhovni <viktor@twosigma.com>
   * BUG 12998: Fix transit path validation.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Luke Howard <lukeh@padl.com>
   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
     bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Stefan Metzmacher <metze@samba.org>
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  David Mulder <dmulder@suse.com>
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Andreas Schneider <asn@samba.org>
   * BUG 14870: Prepare to operate with MIT krb5 >= 1.20.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Joseph Sutton <josephsutton@catalyst.net.nz>
   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
     bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal.
   * BUG 14645: rpcclient NetFileEnum and net rpc file both cause lock order
     violation: brlock.tdb, share_entries.tdb.
   * BUG 14836: Python ldb.msg_diff() memory handling failure.
   * BUG 14845: "in" operator on ldb.Message is case sensitive.
   * BUG 14848: Release LDB 2.3.1 for Samba 4.14.9.
   * BUG 14868: rodc_rwdc test flaps.
   * BUG 14871: Fix Samba support for UF_NO_AUTH_DATA_REQUIRED.
   * BUG 14874: Allow special chars like "@" in samAccountName when generating
     the salt.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.

o  Nicolas Williams <nico@twosigma.com>
   * BUG 14642: Provide a fix for MS CVE-2020-17049 in Samba [SECURITY] 'Bronze
     bit' S4U2Proxy Constrained Delegation bypass in Samba with embedded Heimdal.
   * BUG 14881: Backport bronze bit fixes, tests, and selftest improvements.
2021-10-30 13:02:27 +11:00
heitbaum
97e7187a87 pvr.iptvsimple: update 20.1.1-Nexus to 20.1.2-Nexus 2021-10-30 10:51:54 +11:00