diff -Nru maas-cert-server-0.6.4/debian/changelog maas-cert-server-0.6.5/debian/changelog --- maas-cert-server-0.6.4/debian/changelog 2021-04-30 13:33:31.000000000 +0000 +++ maas-cert-server-0.6.5/debian/changelog 2021-08-12 18:33:33.000000000 +0000 @@ -1,14 +1,20 @@ -maas-cert-server (0.6.4-0ppa1~git5b9ada9~ubuntu18.04.1) bionic; urgency=low +maas-cert-server (0.6.5-0ppa1~gitfaf4be3~ubuntu18.04.1) bionic; urgency=low * Auto build. - -- Rod Smith Fri, 30 Apr 2021 13:33:31 +0000 + -- Rod Smith Thu, 12 Aug 2021 18:33:33 +0000 + +maas-cert-server (0.6.5-0ppa1) focal; urgency=medium + + * Review & update terminology; one trivial change + + -- Rod Smith Thu, 12 Aug 2021 14:17:03 -0400 maas-cert-server (0.6.4-0ppa1) focal; urgency=medium * Add MAAS PPA to LXD container in lxc-setup script. - -- Rod Smith Thu, 29 Apr 2021 14:22:59 -0400 + -- Rod Smith Thu, 12 Aug 2021 14:16:37 -0400 maas-cert-server (0.6.3-0ppa1) focal; urgency=medium diff -Nru maas-cert-server-0.6.4/debian/git-build-recipe.manifest maas-cert-server-0.6.5/debian/git-build-recipe.manifest --- maas-cert-server-0.6.4/debian/git-build-recipe.manifest 2021-04-30 13:33:31.000000000 +0000 +++ maas-cert-server-0.6.5/debian/git-build-recipe.manifest 2021-08-12 18:33:33.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version {debversion}~git5b9ada9 -lp:maas-cert-server git-commit:5b9ada9b400866359e66a8e4a19c5c394c7fafba +# git-build-recipe format 0.4 deb-version {debversion}~gitfaf4be3 +lp:maas-cert-server git-commit:faf4be3874d1d30614ddb059bc7e7a92cdd4240e diff -Nru maas-cert-server-0.6.4/usr/sbin/lxc-setup maas-cert-server-0.6.5/usr/sbin/lxc-setup --- maas-cert-server-0.6.4/usr/sbin/lxc-setup 2021-04-30 13:33:31.000000000 +0000 +++ maas-cert-server-0.6.5/usr/sbin/lxc-setup 2021-08-12 18:33:33.000000000 +0000 @@ -310,7 +310,7 @@ local octet3=$(echo $host_internal_addr | cut -d "." -f 3) local octet4=$(echo $host_internal_addr | cut -d "." -f 4 | cut -d "/" -f 1) local netmask=$(echo $host_internal_addr | cut -d "." -f 4 | cut -d "/" -f 2) - # FIXME: Below will cause an illegal value if the LXD host's IP address is + # FIXME: Below will cause an invalid value if the LXD host's IP address is # the final one of its net. As the user can manually adjust it shortly, we're # letting this slide for the moment.... let lxd_octet4=$octet4+1