From noreply at github.com  Tue Apr  6 18:01:27 2021
From: noreply at github.com (Lucas Holt)
Date: Tue, 06 Apr 2021 15:01:27 -0700
Subject: [Midnightbsd-cvs] [MidnightBSD/src] 425adb: A particular case of
 memory sharing is mishandled ...
Message-ID: <MidnightBSD/src/push/refs/heads/master/9bf825-44cdf5@github.com>

  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 425adbac6e8e206e3869293fc821eba05279cfd8
      https://github.com/MidnightBSD/src/commit/425adbac6e8e206e3869293fc821eba05279cfd8
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M sys/vm/vm_fault.c

  Log Message:
  -----------
  A particular case of memory sharing is mishandled in the virtual memory
system.  It is possible and legal to establish a relationship where
multiple descendant processes share a mapping which shadows memory of an
ancestor process.  In this scenario, when one process modifies memory
through such a mapping, the copy-on-write logic fails to invalidate
other mappings of the source page.  These stale mappings may remain even
after the mapped pages have been reused for another purpose.

Obtained from: FreeBSD


  Commit: 47ae3537e18258f82f47e2aec8d2974265991e82
      https://github.com/MidnightBSD/src/commit/47ae3537e18258f82f47e2aec8d2974265991e82
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M UPDATING

  Log Message:
  -----------
  document change


  Commit: 568fb025252d7aadf44544955cbbffe7e786f7e6
      https://github.com/MidnightBSD/src/commit/568fb025252d7aadf44544955cbbffe7e786f7e6
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M sys/kern/vfs_mount.c

  Log Message:
  -----------
  Due to a race condition between lookup of ".." and remounting a filesystem,
a process running inside a jail might access filesystem hierarchy outside
of jail.

Obtained from: FreeBSD


  Commit: 44cdf5fd37115eb6ec2a1a5de794521d7722fe06
      https://github.com/MidnightBSD/src/commit/44cdf5fd37115eb6ec2a1a5de794521d7722fe06
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M UPDATING

  Log Message:
  -----------
  document


Compare: https://github.com/MidnightBSD/src/compare/9bf8258bbc26...44cdf5fd3711

From noreply at github.com  Tue Apr  6 18:09:10 2021
From: noreply at github.com (Lucas Holt)
Date: Tue, 06 Apr 2021 15:09:10 -0700
Subject: [Midnightbsd-cvs] [MidnightBSD/src] 702ed1: A particular case of
 memory sharing is mishandled ...
Message-ID: <MidnightBSD/src/push/refs/heads/stable/2.0/d616f4-6a009e@github.com>

  Branch: refs/heads/stable/2.0
  Home:   https://github.com/MidnightBSD/src
  Commit: 702ed14956d73699de3adfa2cc956c52fd12b1b4
      https://github.com/MidnightBSD/src/commit/702ed14956d73699de3adfa2cc956c52fd12b1b4
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M sys/vm/vm_fault.c

  Log Message:
  -----------
  A particular case of memory sharing is mishandled in the virtual memory
system.  It is possible and legal to establish a relationship where
multiple descendant processes share a mapping which shadows memory of an
ancestor process.  In this scenario, when one process modifies memory
through such a mapping, the copy-on-write logic fails to invalidate
other mappings of the source page.  These stale mappings may remain even
after the mapped pages have been reused for another purpose.

Obtained from: FreeBSD


  Commit: 4afd7d50adabcf62e77a9014dd695c5ac2eca432
      https://github.com/MidnightBSD/src/commit/4afd7d50adabcf62e77a9014dd695c5ac2eca432
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M sys/kern/vfs_mount.c

  Log Message:
  -----------
  Due to a race condition between lookup of ".." and remounting a filesystem,
a process running inside a jail might access filesystem hierarchy outside
of jail.

Obtained from: FreeBSD


  Commit: 6a009e7213f97fc8d8e2fe80fc4dc90260806dca
      https://github.com/MidnightBSD/src/commit/6a009e7213f97fc8d8e2fe80fc4dc90260806dca
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M UPDATING
    M sys/conf/newvers.sh

  Log Message:
  -----------
  bump version.


Compare: https://github.com/MidnightBSD/src/compare/d616f4d86942...6a009e7213f9

From noreply at github.com  Tue Apr  6 18:15:59 2021
From: noreply at github.com (Lucas Holt)
Date: Tue, 06 Apr 2021 15:15:59 -0700
Subject: [Midnightbsd-cvs] [MidnightBSD/src] dd2499: Update mport package
 manager to 2.1.0
Message-ID: <MidnightBSD/src/push/refs/heads/master/44cdf5-09083f@github.com>

  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: dd249948cbce2d536f10fc062c44c3cc85bf5279
      https://github.com/MidnightBSD/src/commit/dd249948cbce2d536f10fc062c44c3cc85bf5279
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M contrib/mport/README.md
    M contrib/mport/libexec/mport.check-fake/Makefile
    M contrib/mport/libexec/mport.create/mport.create.c
    M contrib/mport/libexec/mport.info/Makefile
    M contrib/mport/libexec/mport.install/mport.install.c
    M contrib/mport/libmport/Makefile
    M contrib/mport/libmport/asset.c
    M contrib/mport/libmport/bundle_read_install_pkg.c
    M contrib/mport/libmport/bundle_read_update_pkg.c
    M contrib/mport/libmport/bundle_write.c
    M contrib/mport/libmport/clean.c
    M contrib/mport/libmport/create_primative.c
    M contrib/mport/libmport/db.c
    M contrib/mport/libmport/delete_primative.c
    M contrib/mport/libmport/fetch.c
    M contrib/mport/libmport/index.c
    M contrib/mport/libmport/install.c
    M contrib/mport/libmport/instance.c
    M contrib/mport/libmport/mport.h
    M contrib/mport/libmport/mport_private.h
    M contrib/mport/libmport/pkgmeta.c
    M contrib/mport/libmport/plist.c
    M contrib/mport/libmport/setting.c
    M contrib/mport/libmport/stats.c
    M contrib/mport/libmport/util.c
    M contrib/mport/libmport/verify.c
    M contrib/mport/mport/mport.c
    M lib/libmport/Makefile
    M libexec/mport.check-fake/Makefile
    M libexec/mport.check-for-older/Makefile
    M libexec/mport.create/Makefile
    M libexec/mport.delete/Makefile
    M libexec/mport.fetch/Makefile
    M libexec/mport.info/Makefile
    M libexec/mport.init/Makefile
    M libexec/mport.install/Makefile
    M libexec/mport.list/Makefile
    M libexec/mport.merge/Makefile
    M libexec/mport.query/Makefile
    M libexec/mport.update/Makefile
    M libexec/mport.updepends/Makefile
    M libexec/mport.version_cmp/Makefile
    M usr.sbin/mport/Makefile

  Log Message:
  -----------
  Update mport package manager to 2.1.0


  Commit: 09083fd946c8896e0f5a80301081014b99f69357
      https://github.com/MidnightBSD/src/commit/09083fd946c8896e0f5a80301081014b99f69357
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M UPDATING

  Log Message:
  -----------
  document mport update


Compare: https://github.com/MidnightBSD/src/compare/44cdf5fd3711...09083fd946c8

From noreply at github.com  Tue Apr  6 18:22:30 2021
From: noreply at github.com (Lucas Holt)
Date: Tue, 06 Apr 2021 15:22:30 -0700
Subject: [Midnightbsd-cvs] [MidnightBSD/src] 75763b: Update mport package
 manager to 2.1.0
Message-ID: <MidnightBSD/src/push/refs/heads/stable/2.0/6a009e-fdb17b@github.com>

  Branch: refs/heads/stable/2.0
  Home:   https://github.com/MidnightBSD/src
  Commit: 75763b9f0b9f02e9ae50dc1f8176d35e796f01bc
      https://github.com/MidnightBSD/src/commit/75763b9f0b9f02e9ae50dc1f8176d35e796f01bc
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M contrib/mport/README.md
    M contrib/mport/libexec/mport.check-fake/Makefile
    M contrib/mport/libexec/mport.create/mport.create.c
    M contrib/mport/libexec/mport.info/Makefile
    M contrib/mport/libexec/mport.install/mport.install.c
    M contrib/mport/libexec/mport.list/mport.list.c
    M contrib/mport/libmport/Makefile
    M contrib/mport/libmport/asset.c
    M contrib/mport/libmport/bundle_read_install_pkg.c
    M contrib/mport/libmport/bundle_read_update_pkg.c
    M contrib/mport/libmport/bundle_write.c
    M contrib/mport/libmport/clean.c
    M contrib/mport/libmport/create_primative.c
    M contrib/mport/libmport/db.c
    M contrib/mport/libmport/delete_primative.c
    M contrib/mport/libmport/fetch.c
    M contrib/mport/libmport/index.c
    M contrib/mport/libmport/install.c
    M contrib/mport/libmport/instance.c
    M contrib/mport/libmport/mport.h
    M contrib/mport/libmport/mport_private.h
    M contrib/mport/libmport/pkgmeta.c
    M contrib/mport/libmport/plist.c
    M contrib/mport/libmport/setting.c
    M contrib/mport/libmport/stats.c
    M contrib/mport/libmport/util.c
    M contrib/mport/libmport/verify.c
    M contrib/mport/mport/mport.c
    M lib/libmport/Makefile
    M libexec/mport.check-fake/Makefile
    M libexec/mport.check-for-older/Makefile
    M libexec/mport.create/Makefile
    M libexec/mport.delete/Makefile
    M libexec/mport.fetch/Makefile
    M libexec/mport.info/Makefile
    M libexec/mport.init/Makefile
    M libexec/mport.install/Makefile
    M libexec/mport.list/Makefile
    M libexec/mport.merge/Makefile
    M libexec/mport.query/Makefile
    M libexec/mport.update/Makefile
    M libexec/mport.updepends/Makefile
    M libexec/mport.version_cmp/Makefile
    M usr.sbin/mport/Makefile

  Log Message:
  -----------
  Update mport package manager to 2.1.0


  Commit: fdb17b09abf4267049ed9f044fd62cb64659db6c
      https://github.com/MidnightBSD/src/commit/fdb17b09abf4267049ed9f044fd62cb64659db6c
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M lib/libmport/Makefile
    M share/mk/src.libnames.mk

  Log Message:
  -----------
  fix build issues.


Compare: https://github.com/MidnightBSD/src/compare/6a009e7213f9...fdb17b09abf4

From noreply at github.com  Tue Apr  6 18:25:26 2021
From: noreply at github.com (Lucas Holt)
Date: Tue, 06 Apr 2021 15:25:26 -0700
Subject: [Midnightbsd-cvs] [MidnightBSD/src] 8b16e7: fix build issues.
Message-ID: <MidnightBSD/src/push/refs/heads/master/09083f-8b16e7@github.com>

  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 8b16e753850a1160b31d0cd17578c20d907aebe8
      https://github.com/MidnightBSD/src/commit/8b16e753850a1160b31d0cd17578c20d907aebe8
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-06 (Tue, 06 Apr 2021)

  Changed paths:
    M lib/libmport/Makefile
    M share/mk/src.libnames.mk

  Log Message:
  -----------
  fix build issues.



From noreply at github.com  Wed Apr  7 10:07:02 2021
From: noreply at github.com (Lucas Holt)
Date: Wed, 07 Apr 2021 07:07:02 -0700
Subject: [Midnightbsd-cvs] [MidnightBSD/src]
Message-ID: <MidnightBSD/src/push/refs/tags/2.0.7/000000-fdb17b@github.com>

  Branch: refs/tags/2.0.7
  Home:   https://github.com/MidnightBSD/src

From noreply at github.com  Wed Apr  7 18:59:47 2021
From: noreply at github.com (Lucas Holt)
Date: Wed, 07 Apr 2021 15:59:47 -0700
Subject: [Midnightbsd-cvs] [MidnightBSD/src] ff0a78: fix the lib depends
Message-ID: <MidnightBSD/src/push/refs/heads/master/8b16e7-ff0a78@github.com>

  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: ff0a780b10ad73332abb56c534f47cacdb57c3cc
      https://github.com/MidnightBSD/src/commit/ff0a780b10ad73332abb56c534f47cacdb57c3cc
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2021-04-07 (Wed, 07 Apr 2021)

  Changed paths:
    M usr.bin/clang/lldb-tblgen/Makefile
    M usr.bin/perl/BSDmakefile

  Log Message:
  -----------
  fix the lib depends