- update to 3.0.1

This update fixes a Denial of Service Vulnerability, which affects versions < 3.0.1 (CVE-2012-0206)

Changes:
http://doc.powerdns.com/changelog.html#changelog-auth-3-0-1

PR:		164019
This commit is contained in:
Ruslan Makhmatkhanov 2012-01-11 18:59:53 +00:00
parent 1cf3ed6c3e
commit 236864125a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288970
2 changed files with 7 additions and 8 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= powerdns
PORTVERSION= 3.0
PORTREVISION= 2
PORTVERSION= 3.0.1
CATEGORIES= dns ipv6
MASTER_SITES= http://downloads.powerdns.com/releases/ \
http://mirrors.evolva.ro/powerdns.com/releases/
@ -100,18 +99,18 @@ PLIST_SUB+= WITHMYSQL="@comment "
USE_PGSQL?= YES
RUN_DEPENDS+= postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
SUB_LIST+= PGSQL=postgresql
. else
SUB_LIST+= PGSQL=
. endif
.else
SUB_LIST+= PGSQL=
.endif
.if defined(WITH_OPENDBX) || defined(WITH_MYSQL)
. if defined(WITH_MYSQL_LOCAL)
USE_MYSQL?= YES
RUN_DEPENDS+= mysql-server>=0:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
SUB_LIST+= MYSQL=mysql
. else
SUB_LIST+= MYSQL=
. endif
.else
SUB_LIST+= MYSQL=
.endif
.if defined(WITH_OPENLDAP)

View file

@ -1,2 +1,2 @@
SHA256 (pdns-3.0.tar.gz) = a468b24b35c2595cc81119c3c8f2db4bd3566266431853e7d6be5930f692b0a2
SIZE (pdns-3.0.tar.gz) = 1202795
SHA256 (pdns-3.0.1.tar.gz) = 922554431737b4a8126a8c4b5be3126eb8bf8ac2a086e3030d1cf4b3dfa7d1b9
SIZE (pdns-3.0.1.tar.gz) = 1196471