diff options
author | Daniil Baturin <daniil@vyos.io> | 2025-01-06 20:36:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-06 22:36:53 +0200 |
commit | 8cdad51c19b77ced39ace8286749fa559d4d8824 (patch) | |
tree | 7fab84afffb2fd48c6608b515c5d0804398964d0 /debian/control | |
parent | f9f4137d09564da90a18fec9c9d7ceb64cb6c736 (diff) | |
download | vyos-1x-8cdad51c19b77ced39ace8286749fa559d4d8824.tar.gz vyos-1x-8cdad51c19b77ced39ace8286749fa559d4d8824.zip |
packaging: T7020: hard pin libpam-radius-auth and add an explicit dependency on libnss-mapuser (#4281)
Upstream 2.0.0 version from Debian has issues
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b1cb5c4ef..a0d475d56 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,8 @@ Pre-Depends: libpam-runtime [amd64], libnss-tacplus [amd64], libpam-tacplus [amd64], - libpam-radius-auth [amd64] + libpam-radius-auth (= 1.5.0-cl3u7) [amd64], + libnss-mapuser (= 1.1.0-cl3u3) [amd64] Depends: ## Fundamentals ${python3:Depends} (>= 3.10), |