Date: Sun, 20 Aug 2023 11:07:47 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 273242] sysutils/appjail: Update to 2.7.0 Message-ID: <bug-273242-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273242 Bug ID: 273242 Summary: sysutils/appjail: Update to 2.7.0 Product: Ports & Packages Version: Latest Hardware: Any URL: https://github.com/DtxdF/AppJail/releases/tag/v2.7.0 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: DtxdF@disroot.org Attachment #244223 maintainer-approval+ Flags: Created attachment 244223 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D244223&action= =3Dedit appjail-2.7.0.patch Description: ChangeLog: https://github.com/DtxdF/AppJail/releases/tag/v2.7.0 * Fixed: <defunct> process in appjail-dns (When sending a SIGTERM signal to appjail-dns, there will be one process left, that process is the sleep(1) command, which results in a minute or a little more waiting for this process to finish. To fix this, when sending a SIGTERM signal to appjail-dns, a SIGTERM signal is sent to the sleep(1) command.). * Fixed: exit status of the start stage (The start stage may return a non-zero exit status indicating an error or whatever it means and the start command will return 0 which in almost all situations is not the intent.). * Fixed: pkg all (Add a missing shift command to fix pkg all as its arguments were passed to pkg(8).). * Added: special keyword <random> to virtualnet:interface. * Added: special keyword <name> to virtualnet:interface. * Create the mount point when using the -p parameter in fstab set. * Fixed: incorrect data type in fstab:dump and fstab:pass. * Incremented: priority after running OPTION. * Make empty some global variables when running makejail. * Added: -V parameter in makejail. * Improved: DNS support. * Added: input file when showing the importing message. * Moved: message when importing after creating the empty jail. * Fixed: typos in Build Arguments. * Removed: obsolete documentation for Build Arguments (The example shown in Build Arguments is no longer correct as the official Makejail for Python has been changed.). * Added: IMAGE_ENTRYPOINT option * Fixed: share/appjail/lib/replace:lib_replace: escape [&#] * Adapted: EXEC to use global makejails * Added: GLOBAL instruction QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.2-RELEASE, amd64, DEBOOTSTRAP DOAS DOCS GIT tested) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273242-7788>