opendoas: update to 6.0.
This commit is contained in:
parent
dba6503471
commit
1fa806ec61
3 changed files with 4 additions and 26 deletions
|
@ -1,6 +1,5 @@
|
||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
#auth sufficient pam_timestamp.so timestamp_timeout=300 verbose
|
|
||||||
#session optional pam_timestamp.so timestamp_timeout=300
|
|
||||||
auth include system-auth
|
auth include system-auth
|
||||||
account include system-auth
|
account include system-auth
|
||||||
session include system-auth
|
session include system-auth
|
||||||
|
session optional pam_umask.so usergroups umask=022
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
diff --git bsd.prog.mk bsd.prog.mk
|
|
||||||
index 03dcfb8..93032d2 100644
|
|
||||||
--- bsd.prog.mk
|
|
||||||
+++ bsd.prog.mk
|
|
||||||
@@ -18,14 +18,14 @@ ${PROG}: ${OBJS} libopenbsd.a
|
|
||||||
|
|
||||||
install: ${PROG} ${PAM_DOAS} ${MAN}
|
|
||||||
mkdir -p -m 0755 ${DESTDIR}${BINDIR}
|
|
||||||
- [ -n "${PAM_DOAS}" ] && mkdir -p -m 0755 ${DESTDIR}${PAMDIR}
|
|
||||||
+ [ -n "${PAM_DOAS}" ] && mkdir -p -m 0755 ${DESTDIR}${PAMDIR} || true
|
|
||||||
mkdir -p -m 0755 ${DESTDIR}${MANDIR}/man1
|
|
||||||
mkdir -p -m 0755 ${DESTDIR}${MANDIR}/man5
|
|
||||||
cp -f ${PROG} ${DESTDIR}${BINDIR}
|
|
||||||
chown ${BINOWN}:${BINGRP} ${DESTDIR}${BINDIR}/${PROG}
|
|
||||||
chmod ${BINMODE} ${DESTDIR}${BINDIR}/${PROG}
|
|
||||||
[ -n "${PAM_DOAS}" ] && cp ${PAM_DOAS} ${DESTDIR}${PAMDIR}/doas || true
|
|
||||||
- [ -n "${PAM_DOAS}" ] && chmod 0644 ${DESTDIR}${PAMDIR}/doas
|
|
||||||
+ [ -n "${PAM_DOAS}" ] && chmod 0644 ${DESTDIR}${PAMDIR}/doas || true
|
|
||||||
cp -f doas.1 ${DESTDIR}${MANDIR}/man1
|
|
||||||
cp -f doas.conf.5 ${DESTDIR}${MANDIR}/man5
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'opendoas'
|
# Template file for 'opendoas'
|
||||||
pkgname=opendoas
|
pkgname=opendoas
|
||||||
version=0.3.2
|
version=6.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="OpenDoas-$version"
|
wrksrc="OpenDoas-$version"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="bison"
|
||||||
makedepends="$(vopt_if 'pam' 'pam-devel')"
|
makedepends="$(vopt_if 'pam' 'pam-devel')"
|
||||||
short_desc="Portable OpenBSD doas to execute commands as another user"
|
short_desc="Portable OpenBSD doas to execute commands as another user"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="BSD"
|
license="ISC, BSD"
|
||||||
homepage="https://github.com/Duncaen/OpenDoas"
|
homepage="https://github.com/Duncaen/OpenDoas"
|
||||||
distfiles="https://github.com/Duncaen/OpenDoas/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Duncaen/OpenDoas/archive/v${version}.tar.gz"
|
||||||
checksum=2d985dbfae31e9c7b422f059d5914ff5bd5d38f2cce1962ad825ffbf0fbd291d
|
checksum=59b5ce734591e0e5142f9cb27aaa56a4d5ce470d1f7ad85e9679cd91d2dd2058
|
||||||
|
|
||||||
build_options="pam"
|
build_options="pam"
|
||||||
build_options_default="pam"
|
build_options_default="pam"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue