pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
opendoas: update to v6.8
Module Name: pkgsrc-wip
Committed By: Sunil Nimmagadda <sunil%nimmagadda.net@localhost>
Pushed By: skn
Date: Mon Nov 16 20:04:04 2020 +0530
Changeset: c45e7abf4abe5288caa0d26d0fdef2d4f9581e74
Modified Files:
opendoas/Makefile
opendoas/distinfo
opendoas/patches/patch-GNUmakefile
Log Message:
opendoas: update to v6.8
- New `nolog` option and documentation updates.
- Configure script and Makefile updates supporting NetBSD, FreeBSD
and Mac OS X.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c45e7abf4abe5288caa0d26d0fdef2d4f9581e74
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opendoas/Makefile | 6 +++---
opendoas/distinfo | 10 +++++-----
opendoas/patches/patch-GNUmakefile | 10 +++++-----
3 files changed, 13 insertions(+), 13 deletions(-)
diffs:
diff --git a/opendoas/Makefile b/opendoas/Makefile
index 7d51491e1b..ae055730fd 100644
--- a/opendoas/Makefile
+++ b/opendoas/Makefile
@@ -1,9 +1,9 @@
# $NetBSD$
-DISTNAME= opendoas-6.6.1
+DISTNAME= opendoas-6.8
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=duncaen/}
-GITHUB_TAG= 17629b9ce63dba6aa4146d483cd61448cddb1fa5
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= sunil%nimmagadda.net@localhost
HOMEPAGE= https://github.com/duncaen/opendoas
@@ -12,7 +12,7 @@ LICENSE= isc
CONFLICTS= doas-[0-9]*
-WRKSRC= ${WRKDIR}/OpenDoas-${GITHUB_TAG}
+WRKSRC= ${WRKDIR}/OpenDoas-${PKGVERSION_NOREV}
SUBST_CLASSES+= paths
SUBST_MESSAGE.paths= Fixing hardcoded paths.
diff --git a/opendoas/distinfo b/opendoas/distinfo
index d8a72612ec..3e708ceb67 100644
--- a/opendoas/distinfo
+++ b/opendoas/distinfo
@@ -1,7 +1,7 @@
$NetBSD$
-SHA1 (opendoas-6.6.1-17629b9ce63dba6aa4146d483cd61448cddb1fa5.tar.gz) = 153f481661215180e7cf043e2945491c67f4b183
-RMD160 (opendoas-6.6.1-17629b9ce63dba6aa4146d483cd61448cddb1fa5.tar.gz) = ee0cf9076220f748599678b49011f35fa390e7e6
-SHA512 (opendoas-6.6.1-17629b9ce63dba6aa4146d483cd61448cddb1fa5.tar.gz) = 2092a5aa3cfaa3af259a7f49e90c2337bfcccb5adc6a2710c56a81d8505ea83de0311edcf01b8bdf2ca6af5b188244a9d0c7a0034d06bfe7d28850b57396c357
-Size (opendoas-6.6.1-17629b9ce63dba6aa4146d483cd61448cddb1fa5.tar.gz) = 32344 bytes
-SHA1 (patch-GNUmakefile) = eadcd4d96f419059d4a26516705001ba70b2e8e0
+SHA1 (opendoas-6.8.tar.gz) = 11963ee647b7166972512740bc7f648c8aa1272f
+RMD160 (opendoas-6.8.tar.gz) = 56f9c02d81f6ad9925323f1b44d7f7087f1108f0
+SHA512 (opendoas-6.8.tar.gz) = 4a57079bba353247e645bc07a5d4e78fd01471d193e83751fd87b72cffa4e152c0f7ea172563f767a7193b14489f57bc066b4fee50842d30b5b7f7ce918434bb
+Size (opendoas-6.8.tar.gz) = 32307 bytes
+SHA1 (patch-GNUmakefile) = 8159b1677da183c3cceb5b08c6a00a16d790a2e5
diff --git a/opendoas/patches/patch-GNUmakefile b/opendoas/patches/patch-GNUmakefile
index 8ef779dc64..6f637a0b14 100644
--- a/opendoas/patches/patch-GNUmakefile
+++ b/opendoas/patches/patch-GNUmakefile
@@ -3,10 +3,10 @@ $NetBSD$
- Allow build as an unpriviliged user.
- Install configuration files in EGDIR.
---- GNUmakefile.orig 2020-11-12 21:29:10.000000000 +0000
+--- GNUmakefile.orig 2020-11-16 14:19:01.611367954 +0000
+++ GNUmakefile
-@@ -18,15 +18,9 @@ ${PROG}: ${OBJS}
- ${CC} ${CFLAGS} $^ -o $@ ${LDFLAGS}
+@@ -16,15 +16,9 @@ ${PROG}: ${OBJS}
+ ${CC} ${CFLAGS} $^ -o $@ ${LDFLAGS} ${LDLIBS}
install: ${PROG} ${PAM_DOAS} ${MAN}
- mkdir -p -m 0755 ${DESTDIR}${BINDIR}
@@ -18,8 +18,8 @@ $NetBSD$
- chmod ${BINMODE} ${DESTDIR}${BINDIR}/${PROG}
- [ -n "${PAM_DOAS}" ] && cp ${PAM_DOAS} ${DESTDIR}${PAMDIR}/doas || true
- [ -n "${PAM_DOAS}" ] && chmod 0644 ${DESTDIR}${PAMDIR}/doas || true
-+ [ -n "${PAM_DOAS}" ] && cp ${PAM_DOAS} ${DESTDIR}${SHAREDIR}/doas || true
-+ [ -n "${PAM_DOAS}" ] && chmod 0644 ${DESTDIR}${SHAREDIR}/doas || true
++ [ -n "${PAM_DOAS}" ] && cp ${PAM_DOAS} ${SHAREDIR}/doas || true
++ [ -n "${PAM_DOAS}" ] && chmod 0644 ${SHAREDIR}/doas || true
cp -f doas.1 ${DESTDIR}${MANDIR}/man1
cp -f doas.conf.5 ${DESTDIR}${MANDIR}/man5
Home |
Main Index |
Thread Index |
Old Index