CvH
4c9f002cb7
Merge pull request #7604 from heitbaum/rust
...
rust: update to 1.68.0
2023-03-16 05:44:49 +01:00
Rudi Heitbaum
53d88ecb40
go: update to 1.19.7
2023-03-14 13:46:46 +00:00
Rudi Heitbaum
9c6015a2ae
rustup.rs: update to 1.25.2
2023-03-14 13:01:57 +00:00
CvH
04dca5c5d5
Merge pull request #7257 from SupervisedThinking/up_wayland_gtk
...
various: update packages for wayland based GTK3 builds
2023-03-05 21:37:15 +01:00
CvH
c8af503bb8
Merge pull request #7459 from heitbaum/7-zip-build
...
toolchain: migrate from p7zip to 7-zip
2023-03-05 21:34:51 +01:00
emveepee
9a8a61d4c7
service.nextpvr fix broken download script
...
Not sure what happened but the script I submitted and had it locally in my repo and on GithHb had this change after CvH noted it during the PR review but it didn't make it to the PR.
2023-02-25 23:57:02 -05:00
CvH
49309ff8d2
addons: reset version
...
Signed-off-by: CvH <namerp@googlemail.com >
2023-02-25 11:42:29 +01:00
Rudi Heitbaum
5909c4760e
minisatip: update to 1.2.84
2023-02-22 11:13:44 +00:00
CvH
b4861c940b
Merge pull request #7519 from heitbaum/dotnet
...
dotnet-runtime: Update ASP.NET 6.x to 6.0.14 and addon (1)
2023-02-18 11:47:32 +01:00
Rudi Heitbaum
fd8f3b9a50
dotnet-runtime: Update ASP.NET 6.x to 6.0.14 and addon (1)
2023-02-18 08:38:19 +00:00
Rudi Heitbaum
68b6c8ffcc
aspnet6-runtime: update to 6.0.14
2023-02-18 08:38:19 +00:00
Rudi Heitbaum
9d1165b96c
mariadb: update to 10.11.2 and addon (2)
...
ann:
- https://mariadb.org/mariadb-10-11-2-ga-now-available/
release notes:
- https://mariadb.com/kb/en/mariadb-10-11-2-release-notes/
changelog:
- https://mariadb.com/kb/en/mariadb-10-11-2-changelog/
what is mariadb 10.11:
- https://mariadb.com/kb/en/changes-improvements-in-mariadb-1011/
n
2023-02-18 08:24:52 +00:00
Rudi Heitbaum
89802080b8
cli: update to 23.0.1
2023-02-11 06:53:39 +00:00
Rudi Heitbaum
4e89d8464f
moby: update to 23.0.1
...
release notes:
- https://github.com/moby/moby/releases/tag/v23.0.1
2023-02-11 06:53:39 +00:00
Rudi Heitbaum
434b43f4a0
docker: update to 23.0.1 and addon (1)
...
release notes:
- https://github.com/moby/moby/releases/tag/v23.0.1
2023-02-11 06:53:39 +00:00
Rudi Heitbaum
145905771f
libgpiod: update to 1.6.4
2023-02-08 21:24:48 +00:00
CvH
f375bee745
Merge pull request #7470 from heitbaum/mariadb
...
mariadb: update to 10.10.3
2023-02-08 18:16:51 +01:00
Rudi Heitbaum
0b29e2cefb
mariadb: update to 10.10.3
2023-02-07 10:12:18 +00:00
CvH
760bfe2c6c
addons: reset version
...
Signed-off-by: CvH <namerp@googlemail.com >
2023-02-05 21:10:34 +01:00
CvH
7beffea08b
Merge pull request #7457 from heitbaum/7-zip
...
[le11] system-tools: migrate from p7zip to 7-zip and addon (2)
2023-02-04 12:52:22 +01:00
Rudi Heitbaum
b9c9824839
system-tools: migrate from p7zip to 7-zip and addon (2)
2023-02-04 11:48:28 +00:00
Rudi Heitbaum
3f9913301c
btrfs-progs: update to 6.1.3 and addon (2)
2023-02-04 03:28:25 +00:00
Rudi Heitbaum
c2a52dc4ac
toolchain: migrate from p7zip to 7-zip
...
The -l option to 7za is not included the 7-Zip 22.01 version,
it was an option added to the p7zip version:
don't store symlinks; store the files/directories they point to
(CAUTION : the scanning stage can never end because of recursive
symlinks like 'ln -s .. ldir')
The default for p7zip 16.02 7za was to store symlinks.
The default for 7-zip 22.01 7za is not to store symlinks.
test output is below and the -l option has been dropped from scripts/install_addon
$ ls -l test
total 4
-rw-r--r-- 1 docker docker 4 Jan 29 10:35 abc
lrwxrwxrwx 1 docker docker 3 Jan 29 10:35 def -> abc
7-Zip (a) 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15
64-bit locale=en_US.UTF-8 Threads:16
$ 7za a -mx9 -bsp0 -bso0 -tzip test.zip test
$ unzip -v test.zip
Archive: test.zip
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
0 Stored 0 0% 2023-01-29 10:36 00000000 test/
4 Stored 4 0% 2023-01-29 10:35 4788814e test/abc
4 Stored 4 0% 2023-01-29 10:35 4788814e test/def
-------- ------- --- -------
8 8 0% 3 files
7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,16 CPUs x64)
$ 7za a -mx9 -bsp0 -bso0 -tzip test.zip test
$ unzip -v test.zip
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
0 Stored 0 0% 2023-01-29 10:35 00000000 test/
4 Stored 4 0% 2023-01-29 10:35 4788814e test/abc
3 Stored 3 0% 2023-01-29 10:35 352441c2 test/def
-------- ------- --- -------
7 7 0% 3 files
7-Zip (a) [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,16 CPUs x64)
$ 7za a -l -mx9 -bsp0 -bso0 -tzip test.zip test
$ unzip -v test.zip
Archive: test.zip
Length Method Size Cmpr Date Time CRC-32 Name
-------- ------ ------- ---- ---------- ----- -------- ----
0 Stored 0 0% 2023-01-29 10:35 00000000 test/
4 Stored 4 0% 2023-01-29 10:35 4788814e test/abc
4 Stored 4 0% 2023-01-29 10:35 4788814e test/def
-------- ------- --- -------
8 8 0% 3 files
2023-02-04 03:03:19 +00:00
CvH
dc1c67f28b
Merge pull request #7439 from HiassofT/le11-kmsprint
...
move kmsxx from addon to image and include kmsprint output in pastekodi log
2023-02-03 15:47:10 +01:00
CvH
4bc99fe89b
Merge pull request #7447 from heitbaum/docker
...
docker: update to 23.0.0 and addon (2)
2023-02-03 15:41:43 +01:00