[arch-commits] Commit in opendoas/repos/community-x86_64 (4 files)

Ivy Foster escondida at archlinux.org
Tue Feb 4 19:55:42 UTC 2020


    Date: Tuesday, February 4, 2020 @ 19:55:41
  Author: escondida
Revision: 562417

archrelease: copy trunk to community-x86_64

Added:
  opendoas/repos/community-x86_64/PKGBUILD
    (from rev 562416, opendoas/trunk/PKGBUILD)
  opendoas/repos/community-x86_64/opendoas.install
    (from rev 562416, opendoas/trunk/opendoas.install)
Deleted:
  opendoas/repos/community-x86_64/PKGBUILD
  opendoas/repos/community-x86_64/opendoas.install

------------------+
 PKGBUILD         |   68 ++++++++++++++++++++++++++---------------------------
 opendoas.install |   42 ++++++++++++++++----------------
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-04 19:54:58 UTC (rev 562416)
+++ PKGBUILD	2020-02-04 19:55:41 UTC (rev 562417)
@@ -1,34 +0,0 @@
-# Maintainer: Ivy Foster <iff at archlinux.org>
-# Contributor: alive4ever <alive4ever at live.com>
-# Contributor: Earnest
-pkgname=opendoas
-pkgver=6.6
-pkgrel=1
-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"
-)
-# checksums provided by packager. Take with a grain of salt!
-sha256sums=(
-	71cdac90c5d4b4ac0679ea51b91edba38cccbce952877533cb5a392749d5f422
-	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 562416, opendoas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-04 19:55:41 UTC (rev 562417)
@@ -0,0 +1,34 @@
+# Maintainer: Ivy Foster <iff at archlinux.org>
+# Contributor: alive4ever <alive4ever at live.com>
+# Contributor: Earnest
+pkgname=opendoas
+pkgver=6.6.1
+pkgrel=1
+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"
+)
+# checksums provided by packager. Take with a grain of salt!
+sha256sums=(
+	2eb84fd05e377ec1bb924429a143c71ec03c6b9b77b384eabe951836c13955a2
+	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	2020-02-04 19:54:58 UTC (rev 562416)
+++ opendoas.install	2020-02-04 19:55:41 UTC (rev 562417)
@@ -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 562416, opendoas/trunk/opendoas.install)
===================================================================
--- opendoas.install	                        (rev 0)
+++ opendoas.install	2020-02-04 19:55:41 UTC (rev 562417)
@@ -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