From 637a7ed883026ca75eafac0efb9a9656fcdb2e8b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 17 Nov 2020 10:39:44 +0300 Subject: opendoas: bump to 6.8 --- extra/opendoas/build | 13 +++++++------ extra/opendoas/checksums | 2 +- extra/opendoas/sources | 2 +- extra/opendoas/version | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) (limited to 'extra/opendoas') diff --git a/extra/opendoas/build b/extra/opendoas/build index cb2c20fe..25819524 100755 --- a/extra/opendoas/build +++ b/extra/opendoas/build @@ -1,15 +1,16 @@ #!/bin/sh -e -# shellcheck disable=SC2016 -sed '/chown ${BINOWN}:${BINGRP}/d' bsd.prog.mk > _ -cat _ > bsd.prog.mk; rm -f _ - ./configure \ --enable-static \ --with-timestamp \ --without-pam make -make DESTDIR="$1" install -install -Dm640 doas.conf "$1/etc/doas.conf" +install -Dm4755 doas "$1/usr/bin/doas" +install -Dm640 doas.conf "$1/etc/doas.conf" + +# Install manual pages. +for man in doas.1 doas.conf.5; do + install -Dm644 "$man" "$1/usr/share/man/man${man##*.}/$man" +done diff --git a/extra/opendoas/checksums b/extra/opendoas/checksums index 09b65ebe..7fdc2909 100644 --- a/extra/opendoas/checksums +++ b/extra/opendoas/checksums @@ -1,2 +1,2 @@ -baf5a2c73116781519cf03b5b9147eee8db69e8b052eaa81caf093107226b4fe v6.6.1.tar.gz +c53edc59a576cfe8ec8737230e7d0398842a5a8c925e25065463ab632a7eaba9 v6.8.tar.gz 00d817a45f17e74d3e2b85b47780b23ef4a964258fbd6c3fbbb03f974848fcd0 doas.conf diff --git a/extra/opendoas/sources b/extra/opendoas/sources index 05f1a65a..31084e09 100644 --- a/extra/opendoas/sources +++ b/extra/opendoas/sources @@ -1,2 +1,2 @@ -https://github.com/Duncaen/OpenDoas/archive/v6.6.1.tar.gz +https://github.com/Duncaen/OpenDoas/archive/v6.8.tar.gz files/doas.conf diff --git a/extra/opendoas/version b/extra/opendoas/version index 02591b13..41fc191f 100644 --- a/extra/opendoas/version +++ b/extra/opendoas/version @@ -1 +1 @@ -6.6.1 2 +6.8 1 -- cgit v1.2.3