summaryrefslogtreecommitdiff
path: root/doas
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-01-30 12:00:59 +0000
committerTim Biermann <tbier@posteo.de>2021-01-30 15:26:34 +0000
commita5caa20487a43cf364d82f54b15f8d335803a0a7 (patch)
tree6c0f897ac2c3e06b89525fdbe781fceb73f79d54 /doas
parentb24eee023649fbbfc3f0f3c67caa419861aa5316 (diff)
downloadcontrib-a5caa20487a43cf364d82f54b15f8d335803a0a7.tar.gz
contrib-a5caa20487a43cf364d82f54b15f8d335803a0a7.tar.xz
doas: 6.3p2 -> 6.3p4
Diffstat (limited to 'doas')
-rw-r--r--doas/.footprint2
-rw-r--r--doas/.signature9
-rw-r--r--doas/Pkgfile7
3 files changed, 9 insertions, 9 deletions
diff --git a/doas/.footprint b/doas/.footprint
index bf1908485..ffe617d06 100644
--- a/doas/.footprint
+++ b/doas/.footprint
@@ -11,3 +11,5 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/doas.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/doas.conf.5.gz
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/vidoas.8.gz
diff --git a/doas/.signature b/doas/.signature
index e4ac3872f..3cbf47521 100644
--- a/doas/.signature
+++ b/doas/.signature
@@ -1,8 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF38HbKlv8xQwDKCD+xblFoM995UiiRmFE6D9UzM6eTQfJP+BEPSmPKHwfdhVUgmJ8xo/m7vtb/GRW9oINOJLMFwc=
-SHA256 (Pkgfile) = 3074d40ad7af0a552c7c381dd5ded481e000136e792bb274fe5399fe987420d4
-SHA256 (.footprint) = 7e3f9a73cf8cdb9ca8359312c942eadbeaac9835ebe6d9eec9222bca2d4068e9
-SHA256 (doas-6.3p2.tar.gz) = 037813a404bfe35289f2c6cb22a8c4de6f636b2a491e546a90d2ae2afa54aa64
+RWSagIOpLGJF3x9w9+09F4KPdub6s49QOsSNna1R4NEWa1gCZ9Q4QVNBKg6QJnWLO4vupuR5xVeDk2Tu1SdsYIjl58xUF/ElswQ=
+SHA256 (Pkgfile) = 17a0d9b0db8748620a0e49bb5de6d0dec63e2a25ddec58c64fe82f8f558e14aa
+SHA256 (.footprint) = 2e5f69e214da00311dacf013cf86e9b8ae6f8b2eeea56cb1c0eb4da674808829
+SHA256 (doas-6.3p4.tar.gz) = e6dff62c7e38f8002ac0936f636432c52cf767f01ba703bf8723456b3c43e6de
SHA256 (doas-pam) = 8cec7d05c6c04c293ed6639de88abf5bcc99ccf261aab19212d197c53ca62c92
SHA256 (doas.conf) = 1f28802fad6ae0eaa5b94bb8d945ada923631ddfb7ae63e934962dbe41774976
-SHA256 (Makefile.patch) = 627a97d223365100f378de31786ab3abe337752012830d32adc994a02e46144f
diff --git a/doas/Pkgfile b/doas/Pkgfile
index b80fffb1f..b6fed8f6b 100644
--- a/doas/Pkgfile
+++ b/doas/Pkgfile
@@ -4,17 +4,16 @@
# Depends on: linux-pam
name=doas
-version=6.3p2
+version=6.3p4
release=1
source=(https://github.com/slicer69/doas/archive/$version/$name-$version.tar.gz
#shamelessly grabbed from archs aur
- doas-pam doas.conf Makefile.patch)
+ doas-pam doas.conf)
build() {
cd $name-$version
- patch -Np0 -i $SRC/Makefile.patch
make
- make DESTDIR=$PKG install
+ make PREFIX=/usr DESTDIR=$PKG install
install -Dm644 $SRC/doas.conf $PKG/etc/doas.conf
install -Dm644 $SRC/doas-pam $PKG/etc/pam.d/doas
}

Generated by cgit