-
Notifications
You must be signed in to change notification settings - Fork 162
release_notes_325
Bryan Drewery edited this page Mar 9, 2018
·
4 revisions
- image: Fix default permissions to cfg and data partitions.
- image: Allow hostname to be empty to use DHCP.
- Add MAX_EXECUTION_TIME_{EXTRACT,INSTALL,PACKAGE,DEINSTALL} overrides
- Export PACKAGE_BUILDING to environment as well as some ports check there (like postfix pkg-install)
- Fix not showing MOVED entries at start
- Run out of /tmp instead of / in case of writes to relative files in '.'
- Fix MOVED parsing to be recursive
- MOVED: Show expiry reason rather than simply erroring due to a missing directory
- disclean: Handle MOVED.
- Delay deps_sanity checks until all deps are checked
- Show user where a bad dependency may have MOVED to
- ports -B: Disallow branch if not SVN/git
- Update poudriere.conf to use ZPOOL=zroot as installer has
- SIGINFO: Show phase time as well
- Fix MOVED handling for new flavor.
- Avoid two builds stomping on the shared HTML assets directory
- Various optimizations
- Map : to _ in all jail mounting to avoid PATH issues in testport/bulk.
- sh: Bump VTABSIZE to 1000 which improves hash_set/get performance, avoiding collisions
- pwait: As a builtin it shouldn't be possible to wait on my own PID
- testport + FLAVOR_DEFAULT_ALL=yes: Show all flavors for startup warning.
- TMPFS_ALL: Mount a tmpfs at MASTERMNTROOT to avoid cpdup crossing tmpfs-zfs-tmpfs mountpoints.
- Run
ps
less in jail builds. - clonefs: Fix copying paths that later get null-mounted (/nxb-bin, /rescue)
- mtree: Ignore null-mounted paths
- Always nullmount /usr/share and /usr/tests since they won't change and are infrequently used.
- jail -x: Fix error installing /nxb-bin with HEAD host 11 jail
- Fix double error when a dependency error is found.
- testport: Trim away excess '/' as done for bulk and dependencies.
- Fix a dependency lookup bug with FLAVORS by adding a metadata queue.
- Fix finding aarch64 binutils for <head after ports r461058.