summaryrefslogtreecommitdiffstats
path: root/hammer.py
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@isc.org>2021-04-19 16:02:31 +0200
committerMichal Nowikowski <godfryd@isc.org>2021-04-19 16:02:31 +0200
commitd69541dacbb95c5289640dcf51dc9bba485ea8e5 (patch)
treefef1b3f609ebda0666c141d012d4e139c42a1b82 /hammer.py
parent[#1811] hammer.py: set timezone in postgres (diff)
downloadkea-d69541dacbb95c5289640dcf51dc9bba485ea8e5.tar.xz
kea-d69541dacbb95c5289640dcf51dc9bba485ea8e5.zip
[#1813] hammer: add freeradius-client version for ubuntu 20.10
Diffstat (limited to 'hammer.py')
-rwxr-xr-xhammer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/hammer.py b/hammer.py
index c51423d86b..90b3345994 100755
--- a/hammer.py
+++ b/hammer.py
@@ -1830,6 +1830,8 @@ def _build_deb(system, revision, features, tarball_path, env, check_times, dry_r
frc_version = 'isc20200319090824'
elif system == 'ubuntu' and revision == '20.04':
frc_version = 'isc20200511114306'
+ elif system == 'ubuntu' and revision == '20.10':
+ frc_version = 'isc20210419151920'
else:
frc_version = 'isc20200318122047'
install_pkgs('libfreeradius-client=1.1.7-{0} libfreeradius-client-dev=1.1.7-{0}'.format(frc_version),