Security update to 3.1.7.2.
Submitted by: maintainer Security: vuln dd8f2394-fd08-11de-b425-00215c6a37bb
This commit is contained in:
parent
6f83c6e8ae
commit
cb259a5abd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247440
4 changed files with 23 additions and 22 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= powerdns-recursor
|
||||
PORTVERSION= 3.1.7.1
|
||||
PORTVERSION= 3.1.7.2
|
||||
CATEGORIES= dns ipv6
|
||||
MASTER_SITES= http://downloads.powerdns.com/releases/ \
|
||||
http://mirrors.evolva.ro/powerdns.com/releases/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (pdns-recursor-3.1.7.1.tar.bz2) = e8d6d6f1ec477741a2c9b3bb2e297e18
|
||||
SHA256 (pdns-recursor-3.1.7.1.tar.bz2) = 8428ec7cdd7322d0d3b94b5bd7f586272db165145bb7a23937e745e96c759c33
|
||||
SIZE (pdns-recursor-3.1.7.1.tar.bz2) = 174715
|
||||
MD5 (pdns-recursor-3.1.7.2.tar.bz2) = 5fdba3612e281bf65c6c9f665673dc4e
|
||||
SHA256 (pdns-recursor-3.1.7.2.tar.bz2) = 0f2fd93eec8d7c68578fbf1f680f6d1ab44c3249f0a08257a4e6531e48a9d2ea
|
||||
SIZE (pdns-recursor-3.1.7.2.tar.bz2) = 174082
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- Makefile.orig 2008-03-30 22:41:25.000000000 +0200
|
||||
+++ Makefile 2008-04-02 00:13:01.000000000 +0200
|
||||
--- Makefile.orig 2010-01-03 15:26:42.000000000 +0100
|
||||
+++ Makefile 2010-01-05 10:32:00.000000000 +0100
|
||||
@@ -2,7 +2,6 @@
|
||||
SBINDIR=/usr/sbin/
|
||||
BINDIR=/usr/bin/
|
||||
|
@ -8,19 +8,20 @@
|
|||
CXXFLAGS:= $(CXXFLAGS) -Wall -DBOOST_SP_DISABLE_THREADS $(OPTFLAGS) $(PROFILEFLAGS)
|
||||
CFLAGS:=$(CFLAGS) -Wall $(OPTFLAGS) $(PROFILEFLAGS)
|
||||
LINKCC=$(CXX)
|
||||
@@ -41,9 +40,9 @@
|
||||
@@ -41,10 +40,10 @@
|
||||
ifeq ($(STATIC),semi)
|
||||
STATICFLAGS=-Wl,-Bstatic -lstdc++ $(LUALIBS) -lgcc -Wl,-Bdynamic -static-libgcc -lm -lc
|
||||
LINKCC=$(CC)
|
||||
- LDFLAGS += malloc.o -ldl -lm
|
||||
+ LDFLAGS += malloc.o -lm
|
||||
else ifeq ($(STATIC),full)
|
||||
else
|
||||
ifeq ($(STATIC),full)
|
||||
- STATICFLAGS=-lstdc++ $(LUALIBS) -ldl -lm -static
|
||||
+ STATICFLAGS=-lstdc++ $(LUALIBS) -lm -static
|
||||
LINKCC=$(CC)
|
||||
else
|
||||
LDFLAGS += malloc.o $(LUALIBS)
|
||||
@@ -54,16 +53,14 @@
|
||||
@@ -72,16 +71,14 @@
|
||||
fi
|
||||
|
||||
install: all
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- pdns_recursor.1.orig 2008-03-30 22:41:26.000000000 +0200
|
||||
+++ pdns_recursor.1 2008-04-02 00:15:05.000000000 +0200
|
||||
--- pdns_recursor.1.orig 2010-01-03 15:26:42.000000000 +0100
|
||||
+++ pdns_recursor.1 2010-01-05 10:36:30.000000000 +0100
|
||||
@@ -5,7 +5,7 @@
|
||||
.\" Manual:
|
||||
.\" Source:
|
||||
.\"
|
||||
-.TH "PDNS_RECURSOR" "1" "07/30/2009" "" ""
|
||||
+.TH "PDNS_RECURSOR" "8" "07/30/2009" "" ""
|
||||
-.TH "PDNS_RECURSOR" "1" "12/29/2009" "" ""
|
||||
+.TH "PDNS_RECURSOR" "8" "12/29/2009" "" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -18,23 +18,23 @@
|
|||
.sp
|
||||
The recursor is configured via a configuration file, but each item in that file can be overridden on the command line\&.
|
||||
.sp
|
||||
@@ -243,7 +243,7 @@
|
||||
Website: http://wiki.powerdns.com, http://www.powerdns.com
|
||||
@@ -242,7 +242,7 @@
|
||||
Website: http://wiki\&.powerdns\&.com, http://www\&.powerdns\&.com
|
||||
.sp
|
||||
.SH "SEE ALSO"
|
||||
-rec_control(1)
|
||||
+rec_control(8)
|
||||
.sp
|
||||
.SH "COPYING"
|
||||
Copyright \(co 2006 PowerDNS.COM BV. Free use of this software is granted under the terms of the GNU General Public License (GPL) version 2.
|
||||
--- rec_control.1.orig 2008-03-30 22:41:26.000000000 +0200
|
||||
+++ rec_control.1 2008-04-02 00:15:23.000000000 +0200
|
||||
Copyright \(co 2006 PowerDNS\&.COM BV\&. Free use of this software is granted under the terms of the GNU General Public License (GPL) version 2\&.
|
||||
--- rec_control.1.orig 2010-01-03 15:26:42.000000000 +0100
|
||||
+++ rec_control.1 2010-01-05 10:35:14.000000000 +0100
|
||||
@@ -5,7 +5,7 @@
|
||||
.\" Manual:
|
||||
.\" Source:
|
||||
.\"
|
||||
-.TH "REC_CONTROL" "1" "07/30/2009" "" ""
|
||||
+.TH "REC_CONTROL" "8" "07/30/2009" "" ""
|
||||
-.TH "REC_CONTROL" "1" "12/29/2009" "" ""
|
||||
+.TH "REC_CONTROL" "8" "12/29/2009" "" ""
|
||||
.\" disable hyphenation
|
||||
.nh
|
||||
.\" disable justification (adjust text to left margin only)
|
||||
|
@ -48,11 +48,11 @@
|
|||
The commands that can be passed to the recursor are described on http://doc\&.powerdns\&.com/rec\-control\&.html
|
||||
.sp
|
||||
@@ -105,7 +105,7 @@
|
||||
Website: http://wiki.powerdns.com, http://www.powerdns.com
|
||||
Website: http://wiki\&.powerdns\&.com, http://www\&.powerdns\&.com
|
||||
.sp
|
||||
.SH "SEE ALSO"
|
||||
-pdns_recursor(1)
|
||||
+pdns_recursor(8)
|
||||
.sp
|
||||
.SH "COPYING"
|
||||
Copyright \(co 2006 PowerDNS.COM BV. Free use of this software is granted under the terms of the GNU General Public License (GPL) version 2.
|
||||
Copyright \(co 2006 PowerDNS\&.COM BV\&. Free use of this software is granted under the terms of the GNU General Public License (GPL) version 2\&.
|
||||
|
|
Loading…
Reference in a new issue