Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / matrix-authentication-service
Commits:
9c359987 by Jan Alexander Steffens (heftig) at 2025-10-14T18:54:25+02:00
1.4.0-1
- - - - -
3 changed files:
- .SRCINFO
- 0001-Arch-Linux-paths.patch
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = matrix-authentication-service
pkgdesc = Authentication service for Matrix
- pkgver = 1.3.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/element-hq/matrix-authentication-service
arch = x86_64
@@ -13,14 +13,14 @@ pkgbase = matrix-authentication-service
depends = gcc-libs
depends = glibc
options = !lto
- source =
git+https://github.com/element-hq/matrix-authentication-service#tag=v1.3.0
+ source =
git+https://github.com/element-hq/matrix-authentication-service#tag=v1.4.0
source = 0001-Arch-Linux-paths.patch
source = matrix-authentication-service.service
source = matrix-authentication-service-worker.service
source = sysusers.conf
source = tmpfiles.conf
- b2sums =
7ab049e5058c7d4353e21d6ac9cc5e50f7be183d840f038396e8918ae78281bc171b0fa424ad252297621eb4de7f3557c1b945c7caddcb3fb8f26a91cbdeaa0d
- b2sums =
bdac4a0d75e4e4fc1ec4849f2bb084459ade4a741bcdf3e3ebf4d59750918eece91be46c56046ed604553b35c26e57fd4ebc0d443ded3c043c930fd637e6483c
+ b2sums =
bb4fa9e0f9c488445c02aec4a5fce8a03772329ccc971057c04553bfb8a0e7c8a6165e4ba0024a2232ea7281586aa9e87afba96d50c413e3032c6b9aa712ea37
+ b2sums =
212a6c6a455b95e2013458cc5b9ae38a9ba7a76c094305061f280864356d32491593910253fb767423e1bed2624002ce1b81cfacd92f35e5c850fe31bea3987a
b2sums =
9f3e6f91897d2aee1409280d440ce4068244b007845e18f338eb43e634b970b8bf99eed2f4f877ec78f706925583136c8ba80e697983b52bd682753839916870
b2sums =
d3fac357d8794feefba7a45f6f8815aa0b2dce17d4200ee0906e2cb3444009fe13f3921e1dbbca6cbd2892f2d45edd75c817a216ec0dfd1eb4334df0d0ec2f74
b2sums =
5996147ed184e2f29e06148e36584462f81f12d5246c91f64eefbe0b82bf03b2509cd9d0c818b733f7d4fd820823095b11a04ff875bc9b996b1909e7925dff52
=====================================
0001-Arch-Linux-paths.patch
=====================================
@@ -7,8 +7,7 @@ Subject: [PATCH] Arch Linux paths
crates/config/src/sections/http.rs | 2 +-
crates/config/src/sections/policy.rs | 2 +-
crates/config/src/sections/templates.rs | 6 +++---
- docs/reference/configuration.md | 4 ++--
- 4 files changed, 7 insertions(+), 7 deletions(-)
+ 3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/crates/config/src/sections/http.rs
b/crates/config/src/sections/http.rs
index c75d47fd34be..3506119a3690 100644
@@ -89,25 +88,3 @@ index 5656de44bfab..8acc2376d775 100644
}
#[cfg(feature = "dist")]
-diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md
-index 79b2b29ee5b4..0baf8de9aa2c 100644
---- a/docs/reference/configuration.md
-+++ b/docs/reference/configuration.md
-@@ -155,7 +155,7 @@ templates:
- assets_manifest: /to/manifest.json
-
- # From where to load the translation files
-- # Default in Docker distribution: `/usr/local/share/mas-cli/translations/`
-+ # Default in Docker distribution: `/usr/share/mas-cli/translations/`
- # Default in pre-built binaries: `./share/translations/`
- # Default in locally-built binaries: `./translations/`
- translations_path: /to/translations
-@@ -381,7 +381,7 @@ Policy settings
- ```yaml
- policy:
- # Path to the WASM module
-- # Default in Docker distribution: `/usr/local/share/mas-cli/policy.wasm`
-+ # Default in Docker distribution: `/usr/share/mas-cli/policy.wasm`
- # Default in pre-built binaries: `./share/policy.wasm`
- # Default in locally-built binaries: `./policies/policy.wasm`
- wasm_module: ./policies/policy.wasm
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Matt Cuneo <[email protected]>
pkgname=matrix-authentication-service
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="Authentication service for Matrix"
url="https://github.com/element-hq/matrix-authentication-service"
@@ -29,8 +29,8 @@ source=(
sysusers.conf
tmpfiles.conf
)
-b2sums=('7ab049e5058c7d4353e21d6ac9cc5e50f7be183d840f038396e8918ae78281bc171b0fa424ad252297621eb4de7f3557c1b945c7caddcb3fb8f26a91cbdeaa0d'
-
'bdac4a0d75e4e4fc1ec4849f2bb084459ade4a741bcdf3e3ebf4d59750918eece91be46c56046ed604553b35c26e57fd4ebc0d443ded3c043c930fd637e6483c'
+b2sums=('bb4fa9e0f9c488445c02aec4a5fce8a03772329ccc971057c04553bfb8a0e7c8a6165e4ba0024a2232ea7281586aa9e87afba96d50c413e3032c6b9aa712ea37'
+
'212a6c6a455b95e2013458cc5b9ae38a9ba7a76c094305061f280864356d32491593910253fb767423e1bed2624002ce1b81cfacd92f35e5c850fe31bea3987a'
'9f3e6f91897d2aee1409280d440ce4068244b007845e18f338eb43e634b970b8bf99eed2f4f877ec78f706925583136c8ba80e697983b52bd682753839916870'
'd3fac357d8794feefba7a45f6f8815aa0b2dce17d4200ee0906e2cb3444009fe13f3921e1dbbca6cbd2892f2d45edd75c817a216ec0dfd1eb4334df0d0ec2f74'
'5996147ed184e2f29e06148e36584462f81f12d5246c91f64eefbe0b82bf03b2509cd9d0c818b733f7d4fd820823095b11a04ff875bc9b996b1909e7925dff52'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/matrix-authentication-service/-/commit/9c359987b53a5b8957f5c8234e5db7a246fad0fa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/matrix-authentication-service/-/commit/9c359987b53a5b8957f5c8234e5db7a246fad0fa
You're receiving this email because of your account on gitlab.archlinux.org.