Port details on branch 2023Q1 |
- sudo Allow others to run commands as root
- 1.9.13p3 security =1 1.9.16p1Version of this port present on the latest quarterly branch.
- Maintainer: garga@FreeBSD.org
- Port Added: 2023-01-18 20:18:06
- Last Update: 2023-03-09 15:46:01
- Commit Hash: 212d8d8
- People watching this port, also watch:: mailutils, osv-scanner, opensmtpd, memcached, tmux
- License: sudo
- WWW:
- https://www.sudo.ws/
- Description:
- This is the CU version of sudo.
Sudo is a program designed to allow a sysadmin to give limited root
privileges to users and log root activity. The basic philosophy is to
give as few privileges as possible but still allow people to get their
work done.
- ¦ ¦ ¦ ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/sudo/ && make install clean
- To add the package, run one of these commands:
- pkg install security/sudo
- pkg install sudo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sudo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1678176488
SHA256 (sudo-1.9.13p3.tar.gz) = 92334a12bb93e0c056b09f53e255ccb7d6f67c6350e2813cd9593ceeca78560b
SIZE (sudo-1.9.13p3.tar.gz) = 5100355
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Run
-
- sysutils/cbsd
Configuration Options:
- ===> The following configuration options are available for sudo-1.9.13p3:
AUDIT=on: Enable BSM audit support
DISABLE_AUTH=off: Do not require authentication by default
DISABLE_ROOT_SUDO=off: Do not allow root to run sudo
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
INSULTS=off: Enable insults on failures
LDAP=off: LDAP protocol support
NLS=on: Native Language Support
NOARGS_SHELL=off: Run a shell if no arguments are given
OPIE=off: Enable one-time passwords (no PAM support)
PAM=on: Pluggable authentication module support
PYTHON=off: Enable python plugin support
SSSD=off: Enable SSSD backend support.
====> Enable Kerberos 5 authentication (no PAM support): you can only select none or one of them
GSSAPI_BASE=off: GSSAPI support via base system (needs Kerberos)
GSSAPI_HEIMDAL=off: GSSAPI support via security/heimdal
GSSAPI_MIT=off: GSSAPI support via security/krb5
===> Use 'make config' to modify these settings
- Options name:
- security_sudo
- USES:
- cpe libtool gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9.13p3 09 Mar 2023 15:46:01 |
Cy Schubert (cy) Author: Yasuhiro Kimura |
security/sudo: Update to 1.9.13p3
PR 270002
Approved by: garga (maintainer - private email to myself, implicit)
message-id: 816dd4b5-0a0d-3dd2-4bcc-c9b3b1a4ddfd@FreeBSD.org
ChangeLog: https://www.sudo.ws/releases/stable/#1.9.13p3
(cherry picked from commit 6ab8398875fba68be034a9a0ab12047c9ea929c6) |
1.9.13p2 02 Mar 2023 00:00:27 |
Cy Schubert (cy) |
security/sudo: Update to 1.9.13p2
Major changes between sudo 1.9.13p2 and 1.9.13p1:
* Fixed the --enable-static-sudoers option, broken in sudo 1.9.13.
GitHub issue #245.
* Fixed a potential double-free bug when matching a sudoers rule
that contains a per-command chroot directive (CHROOT=dir). This
bug was introduced in sudo 1.9.8.
PR: 269854
Approved by: garga
(cherry picked from commit e974396d4c309caf72beca2db8bdd7282bf2c8e1) |
1.9.13p1 20 Feb 2023 14:24:18 |
Renato Botelho (garga) |
security/sudo: Upgrade to 1.9.13p1
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit 375637c7c8bf537201236f0370fa9afde5143274) |
1.9.13 16 Feb 2023 01:20:38 |
Cy Schubert (cy) |
security/sudo: Update to 1.9.13
Major changes between sudo 1.9.13 and 1.9.12p2:
* Fixed a bug running relative commands via sudo when "log_subcmds"
is enabled. GitHub issue #194.
* Fixed a signal handling bug when running sudo commands in a shell
script. Signals were not being forwarded to the command when
the sudo process was not run in its own process group.
* Fixed a bug in cvtsudoers' LDIF parsing when the file ends without
a newline and a backslash is the last character of the file.
* Fixed a potential use-after-free bug with cvtsudoers filtering. (Only the first 15 lines of the commit message are shown above ) |
1.9.12p2 18 Jan 2023 20:15:38 |
Renato Botelho (garga) Author: Cy Schubert |
security/sudo: Update to 1.9.12p2
Major changes between sudo 1.9.12p2 and 1.9.12p1:
* Fixed a compilation error on Linux/aarch64. GitHub issue #197.
* Fixed a potential crash introduced in the fix for GitHub issue #134.
If a user's sudoers entry did not have any RunAs user's set,
running "sudo -U otheruser -l" would dereference a NULL pointer.
* Fixed a bug introduced in sudo 1.9.12 that could prevent sudo
from creating a I/O files when the "iolog_file" sudoers setting
contains six or more Xs.
* Fixed CVE-2023-22809, a flaw in sudo's -e option (aka sudoedit) (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 5
|