SECURITY update to 1.1.7; from maintainer Sebastian Stark <seb@todesplanet.de>

This commit is contained in:
naddy 2002-01-08 00:51:27 +00:00
parent 4e76620bf2
commit f31996dc57
4 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2001/11/10 15:44:58 wilfried Exp $
# $OpenBSD: Makefile,v 1.6 2002/01/08 00:51:27 naddy Exp $
# Uses pthreads
COMMENT= "threaded DNS daemon, optimized for caching"
@ -7,9 +7,9 @@ COMMENT= "threaded DNS daemon, optimized for caching"
# good enough shape to run this app.
ONLY_FOR_ARCHS= i386
DISTNAME= pdnsd-1.1.6
DISTNAME= pdnsd-1.1.7
CATEGORIES= net
NEED_VERSION= 1.435
NEED_VERSION= 1.504
HOMEPAGE= http://home.t-online.de/home/Moestl/
MAINTAINER= Sebastian Stark <seb@todesplanet.de>

3
net/pdnsd/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pdnsd-1.1.7.tar.gz) = 8d2c915bbe39710ff1b846ada7200194
RMD160 (pdnsd-1.1.7.tar.gz) = c160a17d37324a16b068c29a67569b1fcbbead31
SHA1 (pdnsd-1.1.7.tar.gz) = add4ae0b1b86837211de5aa788fb49acb3df2ec2

View File

@ -1,3 +0,0 @@
MD5 (pdnsd-1.1.6.tar.gz) = 124cb906dffcda11966d9d162fae6f9d
RMD160 (pdnsd-1.1.6.tar.gz) = 6275f535c89915c4142987b598bc4b05ff841195
SHA1 (pdnsd-1.1.6.tar.gz) = f057f653f55190d072d704b6fb5d904e6c9d9455

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-doc_Makefile_in,v 1.1 2001/07/15 19:17:00 naddy Exp $
--- doc/Makefile.in.orig Mon Jul 2 21:37:36 2001
+++ doc/Makefile.in Sun Jul 15 20:42:16 2001
@@ -229,7 +229,7 @@ maintainer-clean-generic clean mostlycle
$OpenBSD: patch-doc_Makefile_in,v 1.2 2002/01/08 00:51:27 naddy Exp $
--- doc/Makefile.in.orig Mon Jan 7 20:30:11 2002
+++ doc/Makefile.in Tue Jan 8 00:02:01 2002
@@ -230,7 +230,7 @@ maintainer-clean-generic clean mostlycle
# builds
install-data-hook:
$(mkinstalldirs) $(DESTDIR)/$(sysconfdir)
# For both source installs and RPM builds
- if test `whoami` = "root"; then \
+ if test `userinfo -e pdnsd`; then \
$(INSTALL) -o 0 -g 0 -m 644 pdnsd.conf $(DESTDIR)/$(sysconfdir)/pdnsd.conf.sample ; \