aboutsummaryrefslogtreecommitdiffstats
path: root/security/doas/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* security/doas: Port update to 6.0p3swills2019-03-191-1/+1
| | | | | PR: 236465 Submitted by: jsmith@resonatingmedia.com (maintainer)
* Update to 6.0p2.vanilla2017-10-121-1/+1
| | | | | PR: 222936 Submitted by: maintainer
* security/doas: Update to 6.0p1tobik2017-09-061-1/+1
| | | | | | | | | | | | | This update brings the security/doas port up to date with upstream. This gives us the added benefit of restricted path searching. Which means if the admin puts a relative path in the doas.conf file, doas will limit the number of places where the executable can be found. This prevents users from putting malicious executables with the same name in their custom path. PR: 222092 Submitted by: jsmith@resonatingmedia.com (maintainer) MFH: 2017Q3
* security/doas: Update to version 6.0p.jrm2017-02-221-4/+5
| | | | | | | | | | | - Pull tarball from a GitHub release rather than a commit. - Update license information. There is code under BSD2CLAUSE and code under ISCL. PR: 217176 Submitted by: jsmith@resonatingmedia.com (maintainer) Approved by: mat, swills (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D9664
* - Update to 5.9p7wen2016-12-071-2/+2
| | | | | PR: 214414 Submitted by: jsmith@resonatingmedia.com(maintainer)
* Update to version 5.9p6pawel2016-10-011-3/+2
| | | | | PR: 212975 Submitted by: maintainer
* security/doas: Update to 5.9p5woodsb022016-08-241-2/+3
| | | | | | | | | | | This update enforces the correct uid and gid when -u switch is used. PR: 211622 Reported by: telnetuserid@sdf.org Submitted by: jsmith@resonatingmedia.com (maintainer) Approved by: koobs, adamw (mentors) Relnotes: https://github.com/slicer69/doas/releases/tag/v5.9-5 Differential Revision: https://reviews.freebsd.org/D7630
* Update to 5.9p4, which fixes a bug where command output is not displayednaddy2016-07-061-2/+2
| | | | | | | | properly when the user authenticates with "nopass" specified in the doas.conf configuration file. PR: 210851 Submitted by: jsmith@resonatingmedia.com (maintainer)
* security/doas: 5.9p1 -> 5.9p2pi2016-06-281-2/+4
| | | | | | | | | | | | - fixed a bug where, when the user authenticates successfully as root, only the user's effective user id (euid) becomes zero (0). This leads to file permission errors when performing upgrades or other file-oriented operations. - introduced gmake as a dependency as it is needed to process upstream's makefile. PR: 210596 Submitted by: jsmith@resonatingmedia.com (maintainer)
* Change PORTREVISION to something sensible as upstream did not change.roberto2016-06-251-1/+1
| | | | Reported by: mat
* Missed the fact that ${ETCDIR} includes the port's name.roberto2016-06-251-0/+1
| | | | Submitted by: @mordin_ on Twitter.
* Update to commit 720db72 to fix a security issue.roberto2016-06-251-1/+1
| | | | Reported by: Bryan Steele (@canadianbryan on Twitter)
* New port: security/doasroberto2016-06-241-0/+29
The doas program allows users to run commands as another user (usually root). The doas program was written by the OpenBSD team to provide a lightweight, simplified (and more secure) alternative to the sudo command. Original upstream (OpenBSD) source: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/doas/ FreeBSD version: https://github.com/slicer69/doas NOTE: I added the two patch files to workaround issues mentioned in the PR about hardcoding of /usr/local. PR: 210473 Submitted by: jsmith@resonatingmedia.com Modified by: jrm@ftfl.ca (see PR) and me (roberto)