pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
runas: Update to 0.1.1 release
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Mon Sep 11 08:47:59 2023 -0500
Changeset: d0a972716ad6c480a5f54d764019541203b53f46
Modified Files:
runas/DESCR
runas/Makefile
runas/distinfo
Log Message:
runas: Update to 0.1.1 release
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d0a972716ad6c480a5f54d764019541203b53f46
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
runas/DESCR | 13 ++++++++-----
runas/Makefile | 3 +--
runas/distinfo | 6 +++---
3 files changed, 12 insertions(+), 10 deletions(-)
diffs:
diff --git a/runas/DESCR b/runas/DESCR
index c28ea01146..37651a697d 100644
--- a/runas/DESCR
+++ b/runas/DESCR
@@ -1,5 +1,8 @@
-The su command is cumbersome to use for running a single command as another
-user. The runas command is a simple wrapper around su to make its use more
-appealing. It differs from sudo in that it requires the password of the
-target user rather than the calling user, and it requires no suid or
-configuration.
+Runas is a tool for running commands as another user. It is an
+alternative to "sudo", which has a history of serious security issues,
+and "su", which is inconvenient for anything but running a shell.
+
+The runas command is a simple wrapper around "su" to streamline its
+use. It differs from "sudo" in that it requires the password of the
+target user rather than the calling user, and it requires no SUID
+permissions or configuration.
diff --git a/runas/Makefile b/runas/Makefile
index 3905f86075..ce7566caee 100644
--- a/runas/Makefile
+++ b/runas/Makefile
@@ -1,10 +1,9 @@
# $NetBSD$
-DISTNAME= runas-0.1.0.11
+DISTNAME= runas-0.1.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
GITHUB_PROJECT= runas
-GITHUB_TAG= 8894f84c4d5d92c5c603a346e9e257fffc2d4157
MAINTAINER= bacon%NetBSD.org@localhost
HOMEPAGE= https://github.com/outpaddling/runas
diff --git a/runas/distinfo b/runas/distinfo
index 05903bd7b9..10db43e836 100644
--- a/runas/distinfo
+++ b/runas/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-RMD160 (runas-0.1.0.11-8894f84c4d5d92c5c603a346e9e257fffc2d4157.tar.gz) = e8d83afcdf2e7d273d67730a864f54a8287271ba
-SHA512 (runas-0.1.0.11-8894f84c4d5d92c5c603a346e9e257fffc2d4157.tar.gz) = 1bd39f22a668134d4a2fbecf6bb6913870c2ae9680acffb6267eec197402e45ec35c596071dc6e34dcd13c4b8205e96eb26a65947365ecb99e15a225811d61af
-Size (runas-0.1.0.11-8894f84c4d5d92c5c603a346e9e257fffc2d4157.tar.gz) = 4035 bytes
+BLAKE2s (runas-0.1.1.tar.gz) = 243575aeb11ee27d883adb023410f1934633478da8e093fd7e1136e1e7b78306
+SHA512 (runas-0.1.1.tar.gz) = 1eca9dbf5bfe805a4902542a4f556a632ab6cc0a807245cea5c56d606174e705fa6e4d2558b5f31c8b1242fabcfcf17740ad8a13cf1ff8d0681f1c001b0c1527
+Size (runas-0.1.1.tar.gz) = 4084 bytes
SHA1 (patch-runas.c) = d0a50e953b76e535cb7a209614411341fa47631b
Home |
Main Index |
Thread Index |
Old Index