[arch-commits] Commit in opendoas/repos/community-x86_64 (4 files)
Ivy Foster
escondida at archlinux.org
Wed Feb 3 19:25:58 UTC 2021
Date: Wednesday, February 3, 2021 @ 19:25:58
Author: escondida
Revision: 843523
archrelease: copy trunk to community-x86_64
Added:
opendoas/repos/community-x86_64/PKGBUILD
(from rev 843522, opendoas/trunk/PKGBUILD)
opendoas/repos/community-x86_64/opendoas.install
(from rev 843522, opendoas/trunk/opendoas.install)
Deleted:
opendoas/repos/community-x86_64/PKGBUILD
opendoas/repos/community-x86_64/opendoas.install
------------------+
PKGBUILD | 76 ++++++++++++++++++++++++++++-------------------------
opendoas.install | 42 ++++++++++++++---------------
2 files changed, 62 insertions(+), 56 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-03 19:25:06 UTC (rev 843522)
+++ PKGBUILD 2021-02-03 19:25:58 UTC (rev 843523)
@@ -1,35 +0,0 @@
-# Maintainer: Ivy Foster <iff at archlinux.org>
-# Contributor: alive4ever <alive4ever at live.com>
-# Contributor: Earnest
-pkgname=opendoas
-pkgver=6.8.1
-pkgrel=2
-pkgdesc='Run commands as super user or another user'
-arch=(x86_64)
-url='https://github.com/Duncaen/OpenDoas'
-license=(custom:ISC)
-depends=(pam)
-install=opendoas.install
-source=(
- "https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz"
- "https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig"
-)
-backup=(etc/pam.d/doas)
-# checksums provided by packager. Take with a grain of salt!
-sha256sums=(
- fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c
- SKIP
-)
-validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)
-
-build() {
- cd "opendoas-$pkgver"
- ./configure --prefix=/usr --with-timestamp
- make
-}
-
-package() {
- cd "opendoas-$pkgver"
- make DESTDIR="$pkgdir" install
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/opendoas/LICENSE"
-}
Copied: opendoas/repos/community-x86_64/PKGBUILD (from rev 843522, opendoas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-03 19:25:58 UTC (rev 843523)
@@ -0,0 +1,41 @@
+# Maintainer: Ivy Foster <iff at archlinux.org>
+# Contributor: alive4ever <alive4ever at live.com>
+# Contributor: Earnest
+pkgname=opendoas
+pkgver=6.8.1
+pkgrel=3
+pkgdesc='Run commands as super user or another user'
+url='https://github.com/Duncaen/OpenDoas'
+license=(custom:ISC)
+arch=(x86_64)
+
+depends=(pam)
+provides=(doas)
+replaces=(doas)
+
+source=(
+ "https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz"
+ "https://github.com/Duncaen/OpenDoas/releases/download/v$pkgver/opendoas-$pkgver.tar.gz.sig"
+)
+install=opendoas.install
+
+backup=(etc/pam.d/doas)
+
+# checksums provided by packager. Take with a grain of salt!
+sha256sums=(
+ fce3f5e3fd3e1287bdc5666abf3f433980b1c08e7381343c33ae3a8697d7c20c
+ SKIP
+)
+validpgpkeys=(C4B6FBA98211F7EFF35DEB73335C1D17EC3D6E35)
+
+build() {
+ cd "opendoas-$pkgver"
+ ./configure --prefix=/usr --with-timestamp
+ make
+}
+
+package() {
+ cd "opendoas-$pkgver"
+ make DESTDIR="$pkgdir" install
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/opendoas/LICENSE"
+}
Deleted: opendoas.install
===================================================================
--- opendoas.install 2021-02-03 19:25:06 UTC (rev 843522)
+++ opendoas.install 2021-02-03 19:25:58 UTC (rev 843523)
@@ -1,21 +0,0 @@
-post_install() {
- cat <<EOF
-To allow members of the wheel group to run commands as other users,
-create the file /etc/doas.conf with the following content:
-
- permit :wheel
-
-Refer to doas(1) and doas.conf(5) for more information.
-
-An important notice from README.md:
-
- The persist feature is disabled by default [....] This feature
- is new and potentially dangerous, in the original doas, a
- kernel API is used to set and clear timeouts. This API is
- openbsd specific and no similar API is available on other
- operating systems.
-
- As a workaround, the persist feature is implemented using
- timestamp files similar to sudo.
-EOF
-}
Copied: opendoas/repos/community-x86_64/opendoas.install (from rev 843522, opendoas/trunk/opendoas.install)
===================================================================
--- opendoas.install (rev 0)
+++ opendoas.install 2021-02-03 19:25:58 UTC (rev 843523)
@@ -0,0 +1,21 @@
+post_install() {
+ cat <<EOF
+To allow members of the wheel group to run commands as other users,
+create the file /etc/doas.conf with the following content:
+
+ permit :wheel
+
+Refer to doas(1) and doas.conf(5) for more information.
+
+An important notice from README.md:
+
+ The persist feature is disabled by default [....] This feature
+ is new and potentially dangerous, in the original doas, a
+ kernel API is used to set and clear timeouts. This API is
+ openbsd specific and no similar API is available on other
+ operating systems.
+
+ As a workaround, the persist feature is implemented using
+ timestamp files similar to sudo.
+EOF
+}
More information about the arch-commits
mailing list