diff options
| author | Cheyenne Wills <cwills@witznd.net> | 2024-11-14 12:31:06 -0700 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2024-11-16 09:31:49 +0000 |
| commit | 0f31b49a7cacc5f9e71b5721c46879eb7c6d46bf (patch) | |
| tree | 0ac32fbacacdb3a6b992f80a7c80eea92c879a71 /net-fs/openafs/files/0012-xml-dtd.patch | |
| parent | 5b38bc86d19b0b39aa7c74ad9b015ab831321e2e (diff) | |
| download | gentoo-0f31b49a7cacc5f9e71b5721c46879eb7c6d46bf.tar.gz gentoo-0f31b49a7cacc5f9e71b5721c46879eb7c6d46bf.tar.bz2 gentoo-0f31b49a7cacc5f9e71b5721c46879eb7c6d46bf.zip | |
net-fs/openafs: add 1.8.13
Closes: https://bugs.gentoo.org/943361
Closes: https://bugs.gentoo.org/933779
Closes: https://bugs.gentoo.org/910214
Closes: https://bugs.gentoo.org/886183
Closes: https://bugs.gentoo.org/908700
Closes: https://bugs.gentoo.org/909327
Closes: https://bugs.gentoo.org/828989
Closes: https://bugs.gentoo.org/926801
Signed-off-by: Cheyenne Wills <cwills@witznd.net>
Closes: https://github.com/gentoo/gentoo/pull/39306
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/openafs/files/0012-xml-dtd.patch')
| -rw-r--r-- | net-fs/openafs/files/0012-xml-dtd.patch | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/net-fs/openafs/files/0012-xml-dtd.patch b/net-fs/openafs/files/0012-xml-dtd.patch new file mode 100644 index 000000000000..5e4ed0ba0088 --- /dev/null +++ b/net-fs/openafs/files/0012-xml-dtd.patch @@ -0,0 +1,67 @@ +From 689b5b3b684210356f5764dbb28145aa5a4b70f9 Mon Sep 17 00:00:00 2001 +From: Andrew Savchenko <bircoph@gentoo.org> +Date: Sun, 12 Dec 2021 01:04:10 +0300 +Subject: [PATCH 12/13] xml-dtd + +Fix xml docs to use local dtd files. +Network should not be accessed during build. + +(cherry picked from commit 1cb479e32a055bd8786a8d0487a04ebdd104222b) +--- + doc/xml/AdminGuide/auagd000.xml | 2 +- + doc/xml/AdminRef/auarf000.xml | 2 +- + doc/xml/QuickStartUnix/auqbg000.xml | 2 +- + doc/xml/UserGuide/auusg000.xml | 2 +- + 4 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/doc/xml/AdminGuide/auagd000.xml b/doc/xml/AdminGuide/auagd000.xml +index 6d5690dbea85..ebe52c452b58 100644 +--- a/doc/xml/AdminGuide/auagd000.xml ++++ b/doc/xml/AdminGuide/auagd000.xml +@@ -1,6 +1,6 @@ + <?xml version="1.0" encoding="UTF-8"?> + <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.3//EN" +- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ ++ "/usr/share/sgml/docbook/xml-dtd-4.3/docbookx.dtd" [ + <!ENTITY version SYSTEM "version.xml"> + <!ENTITY preface SYSTEM "auagd005.xml"> + <!ENTITY chapter1 SYSTEM "auagd006.xml"> +diff --git a/doc/xml/AdminRef/auarf000.xml b/doc/xml/AdminRef/auarf000.xml +index 6cbe7dce9f97..c52f6b10a70f 100644 +--- a/doc/xml/AdminRef/auarf000.xml ++++ b/doc/xml/AdminRef/auarf000.xml +@@ -1,6 +1,6 @@ + <?xml version="1.0" encoding="UTF-8"?> + <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.3//EN" +- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ ++ "/usr/share/sgml/docbook/xml-dtd-4.3/docbookx.dtd" [ + <!ENTITY version SYSTEM "version.xml"> + <!ENTITY preface SYSTEM "preface.xml"> + <!ENTITY sect1 SYSTEM "sect1.xml"> +diff --git a/doc/xml/QuickStartUnix/auqbg000.xml b/doc/xml/QuickStartUnix/auqbg000.xml +index 7c225bac2855..86fa6f91640a 100644 +--- a/doc/xml/QuickStartUnix/auqbg000.xml ++++ b/doc/xml/QuickStartUnix/auqbg000.xml +@@ -1,6 +1,6 @@ + <?xml version="1.0" encoding="utf-8"?> + <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.3//EN" +- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ ++ "/usr/share/sgml/docbook/xml-dtd-4.3/docbookx.dtd" [ + <!ENTITY version SYSTEM "version.xml"> + <!ENTITY preface SYSTEM "auqbg003.xml"> + <!ENTITY chapter1 SYSTEM "auqbg004.xml"> +diff --git a/doc/xml/UserGuide/auusg000.xml b/doc/xml/UserGuide/auusg000.xml +index ffb965045bec..cf0e8e9c7455 100644 +--- a/doc/xml/UserGuide/auusg000.xml ++++ b/doc/xml/UserGuide/auusg000.xml +@@ -1,6 +1,6 @@ + <?xml version="1.0" encoding="UTF-8"?> + <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.3//EN" +- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ ++ "/usr/share/sgml/docbook/xml-dtd-4.3/docbookx.dtd" [ + <!ENTITY version SYSTEM "version.xml"> + <!ENTITY preface SYSTEM "auusg003.xml"> + <!ENTITY chapter1 SYSTEM "auusg004.xml"> +-- +2.45.2 + |
