Opened 3 years ago

Closed 3 years ago

#15443 closed enhancement (fixed)

bubblewrap-0.5.0

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 11.0
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version. Can go in 11.0.

Change History (7)

comment:1 by Douglas R. Reno, 3 years ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Xi Ruoyao, 3 years ago

Test:

sed 's@symlink usr/lib64@ro-bind-try /lib64@' -i tests/libtest.sh # workaround for LFS "non-standard" /lib64
make check

All tests passed on my system.

comment:3 by Douglas R. Reno, 3 years ago

Release 0.5.0

@smcv smcv released this 2 days ago

New features:

    --chmod changes permissions
    --clearenv unsets every environment variable (except PWD)
    --perms sets permissions for one subsequent --bind-data, --dir, --file, --ro-bind-data or --tmpfs

Other enhancements:

    Better diagnostics when a --bind or other bind-mount fails
    zsh tab-completion
    Better test coverage

Bug fixes:

    Use Python 3 for tests and examples
    Mount points for non-directories are created with permissions -r--r--r-- instead of -rw-rw-rw-
    Don't remount items in /proc read-only if already EROFS, required to run under Docker
    Allow mounting an non-directory over an existing non-directory, e.g. --bind "$XDG_RUNTIME_DIR/my-log-socket" /dev/log
    Silence kernel messages for our bind-mounts
    Make sure pkg-config is checked for, regardless of build options
    Improve ability to bind-mount directories on case-insensitive filesystems
    Fix -Wshadow warnings
    Fix deprecation warnings with newer SELinux

comment:4 by Douglas R. Reno, 3 years ago

libxslt (xsltproc) is also needed for man pages now, so I will add an optional dependency to the page.

comment:5 by Douglas R. Reno, 3 years ago

Milestone: 11.011.1

comment:6 by Douglas R. Reno, 3 years ago

Milestone: 11.111.0

comment:7 by Douglas R. Reno, 3 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.