Skip to content

release_notes_34

Bryan Drewery edited this page Mar 1, 2021 · 26 revisions

Release Notes

3.4.0 [WIP]

  • bulk: IGNORED and BLACKLISTED ports are now trimmed before build. This reduces queue size and avoids building dependencies that are not needed.
  • jail -cu: Stop modifying /etc/login.conf in the jail. This is done at bulk jail startup now.
  • Add DISALLOW_NETWORKING, fixes #689
  • image: Add zsnapshot imagetype.
  • bulk -a: Don't print ports in summary unless -v is used.
  • Show FLAVOR in more places.
  • ports -l: Fix error when no ports trees exist yet.
  • image: Add sleep, ls, and ping to miniroot.
  • ports -u: Add hook 'ports_update done' call.
  • Add status for saving workdir on failure.
  • Expand securelevel check to handle MUTABLE_BASE=schg and TMPFS_WRKDIR/TMPFS_LOCALBASE.
  • bulk/testport: Initial support for ports OVERLAYS
  • testport: Show log info on failure exit
  • Always export LC_COLLATE=C
  • image: Make iso images bootable in UEFI
  • ports: move away from portsnap as default
  • zfs rollback: Try harder to rollback snapshots.
  • bulk -n: Don't remove .building dir unless this ran made it
  • common.sh: use new URL for base system
  • jail: Fix git checkout during jail update to operate within SRC_BASE.
  • image: Add -w (swap size) and -b (swap position)
  • image: Support pre and post build scripts
  • image: remove unneeded vfs.root.mountfrom that might cause problems
  • image: Fix usb and usb+mfs
  • image: Add pkgbase support
  • image: Fix loader.efi name for arm and arm64
  • image: Don't install pmbr and gptboot on !x86
  • image: Enable zfs in rc.conf
  • testport: Support overlay
  • jail: Support PKG_REPO_SIGNING_KEY/KERNCONF for pkgbase
  • bulk|testport -i: Mount ports rw
  • jail -u: Fix git not running from the src dir on update
  • MOVED: Support from overlays
  • bulk: Always build repo even if no packages build
  • distclean: Don't delete .hidden files.
  • bulk: Delete FORBIDDEN packages during incremental check.
  • pkgclean: Delete FORBIDDEN packages.
  • bulk: Delete corrupted packages like pkgclean does.
  • bulk -af: Delete unqueued packages like pkgclean.
  • Many test improvements
  • Many fixes for builtin helpers
Clone this wiki locally