Commit Graph

30219 Commits

Author SHA1 Message Date
Christian Hewitt
b3c98526cc sshpass: add initial package 2021-11-05 09:43:59 +00:00
heitbaum
613c18c69a iwlwifi-firmware: update to 97df2ba 2021-11-03 19:46:16 +11:00
heitbaum
60263b783e linux: update to 5.15 2021-11-01 13:37:26 +11:00
heitbaum
bc4127a8d7 xf86-video-nvidia-legacy: update for kernel 5.15
see: drm/msm: drop drm_gem_object_put_locked()
- http://lkml.iu.edu/hypermail/linux/kernel/2107.2/01221.html
- http://lkml.iu.edu/hypermail/linux/kernel/2107.2/01220.html
2021-11-01 13:37:26 +11:00
heitbaum
7e70c00f45 RTL8192CU: fix kernel 5.15 compilation 2021-11-01 13:37:26 +11:00
heitbaum
0b1ae7bfeb RTL8812AU: update to 2021-06-27 2021-11-01 13:37:26 +11:00
heitbaum
be1c586421 RTL8192EU: fix kernel 5.15 compilation 2021-11-01 13:37:26 +11:00
heitbaum
80dfa726af RTL8812AU: remove IPX from driver to support 5.15 2021-11-01 13:37:26 +11:00
heitbaum
8d07990a2a RTL8192DU: remove IPX from driver to support 5.15 2021-11-01 13:37:26 +11:00
heitbaum
89d3c5deaf RTL8188EU: update to 2021-10-29 to support linux 5.15 2021-11-01 13:37:26 +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
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
CvH
1cfd1233e9 Merge pull request #5825 from HiassofT/le11-kernel-5.10.76
[le11] linux (RPi): update to 5.10.76-581049d, temp revert video callback limit commit
2021-10-29 18:34:51 +02:00