[ptxdist] [PATCH 2/2] libsodium: version bump 1.0.16 -> 1.0.18

2022-07-07 Thread Alexander Dahl
- download URL as announced on https://doc.libsodium.org/ - copyright year changed in license file Signed-off-by: Alexander Dahl --- rules/libsodium.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/libsodium.make b/rules/libsodium.make index

[ptxdist] [PATCH 1/2] libsodium: Add license file hash

2022-07-07 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/libsodium.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libsodium.make b/rules/libsodium.make index 97051557f..ff10faaa9 100644 --- a/rules/libsodium.make +++ b/rules/libsodium.make @@ -22,6 +22,7 @@ LIBSODIUM_URL :=

[ptxdist] [PATCH 0/2] libsodium: version bump

2022-07-07 Thread Alexander Dahl
Hello, some housekeeping here. Greets Alex Alexander Dahl (2): libsodium: Add license file hash libsodium: version bump 1.0.16 -> 1.0.18 rules/libsodium.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) base-commit: 7384b37919cb66e12ff15b4264325cb5eba911c3 -- 2.30.2

[ptxdist] [PATCH] pipewire: version bump 0.3.53 -> 0.3.54

2022-07-07 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/pipewire.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pipewire.make b/rules/pipewire.make index 3e1fcb46a36d..d87071e9b68d 100644 --- a/rules/pipewire.make +++ b/rules/pipewire.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH] template: src-cmake-prog: Modernize CMake file

2022-07-07 Thread Alexander Dahl
Most things in that 'CMakeLists.txt' were out of date and/or distracting. Rework towards a sane minimal modern version: - bump minimum required CMake version (3.1 has most things you need for "Modern CMake", 3.0 lacks some useful things for that) - add recommended 'project' command - avoid