View | Details | Raw Unified | Return to bug 267363
Collapse All | Expand All

(-)b/dns/powerdns/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	powerdns
1
PORTNAME=	powerdns
2
DISTVERSION=	4.7.0
2
DISTVERSION=	4.7.0
3
PORTREVISION=	1
3
CATEGORIES=	dns
4
CATEGORIES=	dns
4
MASTER_SITES=	https://downloads.powerdns.com/releases/
5
MASTER_SITES=	https://downloads.powerdns.com/releases/
5
DISTNAME=	pdns-${DISTVERSION}
6
DISTNAME=	pdns-${DISTVERSION}
(-)b/dns/powerdns/files/pkg-message.in (-1 / +10 lines)
Lines 15-21 EOM Link Here
15
{ type: upgrade
15
{ type: upgrade
16
  maximum_version: "3.4.0"
16
  maximum_version: "3.4.0"
17
  message: <<EOM
17
  message: <<EOM
18
This version needs a mandatory schema change for the gmsyql, gpgsql and gsqlite3 backends. SQL 
18
This version needs a mandatory schema change for the gmysql, gpgsql and gsqlite3 backends. SQL 
19
statements are available in %%DOCSDIR%% or https://doc.powerdns.com
19
statements are available in %%DOCSDIR%% or https://doc.powerdns.com
20
EOM
20
EOM
21
}
21
}
Lines 36-41 backends. SQL statements are available in %%DOCSDIR%% or https://doc.powerdns.co Link Here
36
EOM
36
EOM
37
}
37
}
38
{ type: upgrade
38
{ type: upgrade
39
  maximum_version: "4.3.0"
39
  minimum_version: "4.2.0"
40
  minimum_version: "4.2.0"
40
  message: <<EOM
41
  message: <<EOM
41
MyDNS and OpenDBX backends removed
42
MyDNS and OpenDBX backends removed
Lines 51-54 For the LMDB backend, please review lmdb-schema-version Link Here
51
(https://doc.powerdns.com/authoritative/backends/lmdb.html#setting-lmdb-schema-version)
52
(https://doc.powerdns.com/authoritative/backends/lmdb.html#setting-lmdb-schema-version)
52
EOM
53
EOM
53
}
54
}
55
{ type: upgrade
56
  minimum_version: "4.3.0"
57
  message: <<EOM
58
This version needs a mandatory schema change for gmysql, godbc (mssql), gpsql and gsqlite3 backends.
59
SQL statements are available at https://github.com/PowerDNS/pdns/blob/master/modules in their
60
respective subfolders as 4.3.0_to_4.7.0_schema.xxsql.sql
61
EOM
62
}
54
]
63
]

Return to bug 267363