diff --git a/CHANGELOG b/CHANGELOG index 6df6b25..97bc308 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.1.26......Re-add latest required system files. 1.1.25......Minor cosmetic changes. 1.1.24......Minor cosmetic/wording changes. 1.1.23......Update release list to include 13.2. diff --git a/conf/system/freebsd-update/13.2/freebsd-update b/conf/system/freebsd-update/13.2/freebsd-update index 9743cd6..4ef44d1 100755 --- a/conf/system/freebsd-update/13.2/freebsd-update +++ b/conf/system/freebsd-update/13.2/freebsd-update @@ -2543,8 +2543,21 @@ The following file could not be merged automatically: ${F} Press Enter to edit this file in ${EDITOR} and resolve the conflicts manually... EOF - read dummy >>>>>>)([[:space:]].*)?$' $(pwd)/merge/new/${F} ; then + break + fi + cat <<-EOF + +Merge conflict markers remain in: ${F} +These must be resolved for the system to be functional. + +Press Enter to return to editing this file. + EOF + done done < failed.merges rm failed.merges @@ -3023,6 +3036,14 @@ Kernel updates have been installed. Please reboot and run install_from_index INDEX-NEW || return 1 install_delete INDEX-OLD INDEX-NEW || return 1 + # Restart sshd if running (PR263489). Note that this does not + # affect child sshd processes handling existing sessions. + if service sshd status >/dev/null 2>/dev/null; then + echo + echo "Restarting sshd after upgrade" + service sshd restart + fi + # Rehash certs if we actually have certctl installed. if which certctl>/dev/null; then env DESTDIR=${BASEDIR} certctl rehash @@ -3484,6 +3505,9 @@ fi # Set LC_ALL in order to avoid problems with character ranges like [A-Z]. export LC_ALL=C +# Clear environment variables that may affect operation of tools that we use. +unset GREP_OPTIONS + get_params $@ for COMMAND in ${COMMANDS}; do cmd_${COMMAND} diff --git a/conf/system/include/13.2/ar b/conf/system/include/13.2/ar old mode 100755 new mode 100644 index 39e5238..10d51fa Binary files a/conf/system/include/13.2/ar and b/conf/system/include/13.2/ar differ diff --git a/conf/system/include/13.2/diff3 b/conf/system/include/13.2/diff3 index bed426d..8e848a9 100644 Binary files a/conf/system/include/13.2/diff3 and b/conf/system/include/13.2/diff3 differ diff --git a/conf/system/include/13.2/jib b/conf/system/include/13.2/jib old mode 100644 new mode 100755 index 818065a..effe476 --- a/conf/system/include/13.2/jib +++ b/conf/system/include/13.2/jib @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD: releng/12.1/share/examples/jails/jib 339977 2018-10-31 23:07:47Z dteske $ +# $FreeBSD$ # ############################################################ IDENT(1) # @@ -67,7 +67,7 @@ # # # Standard recipe # exec.start += "/bin/sh /etc/rc"; -# exec.stop = "/bin/sh /etc/rc.shutdown"; +# exec.stop = "/bin/sh /etc/rc.shutdown jail"; # exec.consolelog = "/var/log/jail_xxx_console.log"; # mount.devfs; # diff --git a/conf/system/include/13.2/makewhatis b/conf/system/include/13.2/makewhatis index 291302d..d7f39ed 100644 Binary files a/conf/system/include/13.2/makewhatis and b/conf/system/include/13.2/makewhatis differ diff --git a/conf/system/include/13.2/setfib b/conf/system/include/13.2/setfib index a9e55af..45c2a90 100644 Binary files a/conf/system/include/13.2/setfib and b/conf/system/include/13.2/setfib differ diff --git a/conf/system/include/13.2/sum b/conf/system/include/13.2/sum index 204baae..3378e9f 100644 Binary files a/conf/system/include/13.2/sum and b/conf/system/include/13.2/sum differ diff --git a/version b/version index 0bfff3d..5166d13 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.1.25 +1.1.26