diff options
-rw-r--r-- | rpki/relaxng.py | 10 | ||||
-rw-r--r-- | rpki/sql_schemas.py | 4 | ||||
-rw-r--r-- | schemas/relaxng/left-right.rng | 2 | ||||
-rw-r--r-- | schemas/relaxng/publication-control.rng | 2 | ||||
-rw-r--r-- | schemas/relaxng/publication.rng | 2 | ||||
-rw-r--r-- | schemas/relaxng/router-certificate.rng | 2 | ||||
-rw-r--r-- | schemas/relaxng/up-down.rng | 2 |
7 files changed, 12 insertions, 12 deletions
diff --git a/rpki/relaxng.py b/rpki/relaxng.py index 30a0824d..04f51b6c 100644 --- a/rpki/relaxng.py +++ b/rpki/relaxng.py @@ -6,7 +6,7 @@ import lxml.etree ## Parsed RelaxNG left_right schema left_right = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: left-right-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: left-right.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for RPKI left-right protocol. @@ -1482,7 +1482,7 @@ myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encodi ## Parsed RelaxNG publication_control schema publication_control = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: publication-control.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for RPKI publication protocol. @@ -1820,7 +1820,7 @@ publication_control = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version ## Parsed RelaxNG publication schema publication = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: publication.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for RPKI publication protocol, from current I-D. @@ -1993,7 +1993,7 @@ publication = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" e ## Parsed RelaxNG router_certificate schema router_certificate = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: router-certificate-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: router-certificate.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for BGPSEC router certificate interchange format. @@ -2251,7 +2251,7 @@ rrdp = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding ## Parsed RelaxNG up_down schema up_down = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: up-down-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: up-down.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for the up-down protocol, extracted from RFC 6492. diff --git a/rpki/sql_schemas.py b/rpki/sql_schemas.py index 2cd3bee7..d9ccb3e4 100644 --- a/rpki/sql_schemas.py +++ b/rpki/sql_schemas.py @@ -2,7 +2,7 @@ ## @var rpkid ## SQL schema rpkid -rpkid = '''-- $Id: rpkid.sql 5845 2014-05-29 22:31:15Z sra $ +rpkid = '''-- $Id: rpkid.sql 5881 2014-07-03 16:55:02Z sra $ -- Copyright (C) 2012--2014 Dragon Research Labs ("DRL") -- Portions copyright (C) 2009--2011 Internet Systems Consortium ("ISC") @@ -245,7 +245,7 @@ CREATE TABLE ee_cert ( ## @var pubd ## SQL schema pubd -pubd = '''-- $Id: pubd.sql 5757 2014-04-05 22:42:12Z sra $ +pubd = '''-- $Id: pubd.sql 5881 2014-07-03 16:55:02Z sra $ -- Copyright (C) 2012--2014 Dragon Research Labs ("DRL") -- Portions copyright (C) 2009--2010 Internet Systems Consortium ("ISC") diff --git a/schemas/relaxng/left-right.rng b/schemas/relaxng/left-right.rng index 07ef52c7..7d5b7aba 100644 --- a/schemas/relaxng/left-right.rng +++ b/schemas/relaxng/left-right.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: left-right-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: left-right.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for RPKI left-right protocol. diff --git a/schemas/relaxng/publication-control.rng b/schemas/relaxng/publication-control.rng index 318f3229..8759b493 100644 --- a/schemas/relaxng/publication-control.rng +++ b/schemas/relaxng/publication-control.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: publication-control.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for RPKI publication protocol. diff --git a/schemas/relaxng/publication.rng b/schemas/relaxng/publication.rng index 7e2fe779..2990ec97 100644 --- a/schemas/relaxng/publication.rng +++ b/schemas/relaxng/publication.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: publication.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for RPKI publication protocol, from current I-D. diff --git a/schemas/relaxng/router-certificate.rng b/schemas/relaxng/router-certificate.rng index 7ba0dd60..9352ed76 100644 --- a/schemas/relaxng/router-certificate.rng +++ b/schemas/relaxng/router-certificate.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: router-certificate-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: router-certificate.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for BGPSEC router certificate interchange format. diff --git a/schemas/relaxng/up-down.rng b/schemas/relaxng/up-down.rng index ba1f20ca..a0fc0514 100644 --- a/schemas/relaxng/up-down.rng +++ b/schemas/relaxng/up-down.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: up-down-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: up-down.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for the up-down protocol, extracted from RFC 6492. |