nsd: update to 4.1.27

This commit is contained in:
Juergen Daubert 2019-03-26 17:42:42 +01:00
parent 3f4b4a584c
commit e09a4701d1
4 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Qrg/CxDbxuW0TqL/VaTExFgjEJat4gqvoEkqQ7hGjXxpRuqqq9NSVB4VdYqj/267uuA70oVrMAAJoXOPlFtqQk=
SHA256 (Pkgfile) = 2f23c58e404e8ac4f793f369b69d44ce13ac9efa301386e4f4198acb3614a92c
RWSE3ohX2g5d/SLWuX/relrwEk2s5VkN61lkCkY85YBZTACmGyX8a4WamnR2JIlF7p8vXq+QH07t1ztmF4QHdB16ZVX4sTR24QE=
SHA256 (Pkgfile) = 74fe215da021a2681abc2c2f04529766e11bdb224d7e92ac9613812aee0b772f
SHA256 (.footprint) = e7c1c5de89399eb933cfdad3ceff7b6500a1726c7d8388d9ee9dfabcef8545bf
SHA256 (nsd-4.1.26.tar.gz) = 9f8a41431d21034d64b9a910567b201636521b64b6a9947390bf898388dc15f4
SHA256 (README) = 51f2d1be262d49465c151957ab4298dd41b8aa1d3c261833291b21cb8a495eab
SHA256 (pre-install) = e33d6afaeb2ed8d9e959b03a047fbf6761d857e9f5ffdf1d10739155f48f4660
SHA256 (nsd-4.1.27.tar.gz) = 1bab5f30406cabac2f2cc95f8af6dfe20581646a75a70c091845e04d325f4eea
SHA256 (README) = 4d6bcd19bb192cce8477c055dc1a96de6596caf60bdbcd4bd26965bfd1da2038
SHA256 (pre-install) = 3082d6ae0dc1d1e60942e91a2db33019b2b53c62a06d12db2be52b2a1524ea27

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=nsd
version=4.1.26
version=4.1.27
release=1
source=(http://www.nlnetlabs.nl/downloads/nsd/$name-$version.tar.gz
README pre-install)

View File

@ -5,9 +5,9 @@ REQUIREMENTS
PRE-INSTALL
1. Create a user/group nsd with a unused id < 99:
'groupadd -g 47 nsd'
'useradd -u 47 -g nsd -d /var/lib/nsd -s /bin/false nsd'
wq
'groupadd -r nsd'
'useradd -r -g nsd -d /var/lib/nsd -s /bin/false nsd'
'passwd -l nsd'
or run the supplied pre-install script.

View File

@ -1,6 +1,6 @@
#!/bin/sh
getent group nsd || /usr/sbin/groupadd -g 47 nsd
getent passwd nsd || /usr/sbin/useradd -g nsd -u 47 -d /var/lib/nsd -s /bin/false nsd
getent group nsd || /usr/sbin/groupadd -r nsd
getent passwd nsd || /usr/sbin/useradd -g nsd -r -d /var/lib/nsd -s /bin/false nsd
/usr/bin/passwd -l nsd