Update upstream source from tag 'upstream/2022.1'

Update to upstream version '2022.1'
with Debian dir 8a98c57b6b
This commit is contained in:
Simon McVittie 2022-01-07 10:35:26 +00:00
commit 286a307f64
444 changed files with 968 additions and 1498 deletions

View File

@ -15,9 +15,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
completionsdir = @BASH_COMPLETIONSDIR@ completionsdir = @BASH_COMPLETIONSDIR@
dist_completions_DATA = bash/ostree dist_completions_DATA = bash/ostree

View File

@ -15,9 +15,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
if BUILDOPT_DRACUT if BUILDOPT_DRACUT
# Not using $(libdir) here is intentional, dracut modules go in prefix/lib # Not using $(libdir) here is intentional, dracut modules go in prefix/lib

View File

@ -13,9 +13,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Common variables # Common variables
AM_CPPFLAGS = AM_CPPFLAGS =

View File

@ -16,14 +16,13 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
libostree_public_headers = \ libostree_public_headers = \
src/libostree/ostree.h \ src/libostree/ostree.h \
src/libostree/ostree-async-progress.h \ src/libostree/ostree-async-progress.h \
src/libostree/ostree-autocleanups.h \ src/libostree/ostree-autocleanups.h \
src/libostree/ostree-content-writer.h \
src/libostree/ostree-core.h \ src/libostree/ostree-core.h \
src/libostree/ostree-dummy-enumtypes.h \ src/libostree/ostree-dummy-enumtypes.h \
src/libostree/ostree-mutable-tree.h \ src/libostree/ostree-mutable-tree.h \

View File

@ -15,9 +15,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
include Makefile-libostree-defines.am include Makefile-libostree-defines.am

View File

@ -15,9 +15,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
if ENABLE_MAN if ENABLE_MAN

View File

@ -15,9 +15,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
bin_PROGRAMS += ostree bin_PROGRAMS += ostree

View File

@ -15,9 +15,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
noinst_LTLIBRARIES += libotutil.la noinst_LTLIBRARIES += libotutil.la

View File

@ -13,9 +13,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
if BUILDOPT_SYSTEMD if BUILDOPT_SYSTEMD
ostree_boot_PROGRAMS += ostree-remount ostree_boot_PROGRAMS += ostree-remount

View File

@ -15,9 +15,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
EXTRA_DIST += \ EXTRA_DIST += \
buildutil/tap-driver.sh \ buildutil/tap-driver.sh \
@ -64,6 +62,7 @@ _installed_or_uninstalled_test_scripts = \
tests/test-basic-user.sh \ tests/test-basic-user.sh \
tests/test-basic-user-only.sh \ tests/test-basic-user-only.sh \
tests/test-basic-root.sh \ tests/test-basic-root.sh \
tests/test-cli-extensions.sh \
tests/test-pull-subpath.sh \ tests/test-pull-subpath.sh \
tests/test-archivez.sh \ tests/test-archivez.sh \
tests/test-remote-add.sh \ tests/test-remote-add.sh \

View File

@ -13,9 +13,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
include Makefile-decls.am include Makefile-decls.am

View File

@ -29,9 +29,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Copyright (C) 2011,2014 Colin Walters <walters@verbum.org> # Copyright (C) 2011,2014 Colin Walters <walters@verbum.org>
# #
@ -48,9 +46,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# GLIB - Library of useful C routines # GLIB - Library of useful C routines
@ -112,9 +108,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Makefile for C source code # Makefile for C source code
# #
@ -133,9 +127,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Shared variables between toplevel Makefile.am and doc/Makefile.am # Shared variables between toplevel Makefile.am and doc/Makefile.am
# ...since gtk-doc forces use of recursive make =( # ...since gtk-doc forces use of recursive make =(
@ -155,9 +147,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Makefile for C source code # Makefile for C source code
# #
@ -176,9 +166,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Copyright (C) 2011 Colin Walters <walters@verbum.org> # Copyright (C) 2011 Colin Walters <walters@verbum.org>
# #
@ -195,9 +183,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Copyright (C) 2016 Colin Walters <walters@verbum.org> # Copyright (C) 2016 Colin Walters <walters@verbum.org>
# #
@ -214,9 +200,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Makefile for tests code # Makefile for tests code
# #
@ -235,9 +219,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Makefile for boot module # Makefile for boot module
# #
@ -256,9 +238,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Makefile for man/ # Makefile for man/
# #
@ -277,9 +257,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Makefile for bash/ # Makefile for bash/
# #
@ -298,9 +276,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
@ -2049,13 +2025,13 @@ am__EXEEXT_21 = tests/test-core.js tests/test-remotes-config-dir.js \
@BUILDOPT_GJS_TRUE@am__EXEEXT_22 = $(js_tests) $(am__EXEEXT_21) @BUILDOPT_GJS_TRUE@am__EXEEXT_22 = $(js_tests) $(am__EXEEXT_21)
am__EXEEXT_23 = tests/test-basic.sh tests/test-basic-user.sh \ am__EXEEXT_23 = tests/test-basic.sh tests/test-basic-user.sh \
tests/test-basic-user-only.sh tests/test-basic-root.sh \ tests/test-basic-user-only.sh tests/test-basic-root.sh \
tests/test-pull-subpath.sh tests/test-archivez.sh \ tests/test-cli-extensions.sh tests/test-pull-subpath.sh \
tests/test-remote-add.sh tests/test-remote-headers.sh \ tests/test-archivez.sh tests/test-remote-add.sh \
tests/test-commit-sign.sh tests/test-commit-timestamp.sh \ tests/test-remote-headers.sh tests/test-commit-sign.sh \
tests/test-export.sh tests/test-help.sh \ tests/test-commit-timestamp.sh tests/test-export.sh \
tests/test-libarchive.sh tests/test-parent.sh \ tests/test-help.sh tests/test-libarchive.sh \
tests/test-pull-bare.sh tests/test-pull-bareuser.sh \ tests/test-parent.sh tests/test-pull-bare.sh \
tests/test-pull-bareuseronly.sh \ tests/test-pull-bareuser.sh tests/test-pull-bareuseronly.sh \
tests/test-pull2-bareuseronly.sh \ tests/test-pull2-bareuseronly.sh \
tests/test-pull-commit-only.sh tests/test-pull-depth.sh \ tests/test-pull-commit-only.sh tests/test-pull-depth.sh \
tests/test-pull-mirror-summary.sh \ tests/test-pull-mirror-summary.sh \
@ -2224,6 +2200,10 @@ ECHO_T = @ECHO_T@
EGREP = @EGREP@ EGREP = @EGREP@
EXEEXT = @EXEEXT@ EXEEXT = @EXEEXT@
FGREP = @FGREP@ FGREP = @FGREP@
FUSE3_CFLAGS = @FUSE3_CFLAGS@
FUSE3_LIBS = @FUSE3_LIBS@
FUSE_CFLAGS = @FUSE_CFLAGS@
FUSE_LIBS = @FUSE_LIBS@
GJS = @GJS@ GJS = @GJS@
GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_CFLAGS = @GLIB_CFLAGS@
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
@ -2627,6 +2607,7 @@ libostree_public_headers = \
src/libostree/ostree.h \ src/libostree/ostree.h \
src/libostree/ostree-async-progress.h \ src/libostree/ostree-async-progress.h \
src/libostree/ostree-autocleanups.h \ src/libostree/ostree-autocleanups.h \
src/libostree/ostree-content-writer.h \
src/libostree/ostree-core.h \ src/libostree/ostree-core.h \
src/libostree/ostree-dummy-enumtypes.h \ src/libostree/ostree-dummy-enumtypes.h \
src/libostree/ostree-mutable-tree.h \ src/libostree/ostree-mutable-tree.h \
@ -2909,13 +2890,14 @@ test_programs = tests/test-bloom tests/test-repo-finder-config \
$(am__append_81) $(am__append_81)
_installed_or_uninstalled_test_scripts = tests/test-basic.sh \ _installed_or_uninstalled_test_scripts = tests/test-basic.sh \
tests/test-basic-user.sh tests/test-basic-user-only.sh \ tests/test-basic-user.sh tests/test-basic-user-only.sh \
tests/test-basic-root.sh tests/test-pull-subpath.sh \ tests/test-basic-root.sh tests/test-cli-extensions.sh \
tests/test-archivez.sh tests/test-remote-add.sh \ tests/test-pull-subpath.sh tests/test-archivez.sh \
tests/test-remote-headers.sh tests/test-commit-sign.sh \ tests/test-remote-add.sh tests/test-remote-headers.sh \
tests/test-commit-timestamp.sh tests/test-export.sh \ tests/test-commit-sign.sh tests/test-commit-timestamp.sh \
tests/test-help.sh tests/test-libarchive.sh \ tests/test-export.sh tests/test-help.sh \
tests/test-parent.sh tests/test-pull-bare.sh \ tests/test-libarchive.sh tests/test-parent.sh \
tests/test-pull-bareuser.sh tests/test-pull-bareuseronly.sh \ tests/test-pull-bare.sh tests/test-pull-bareuser.sh \
tests/test-pull-bareuseronly.sh \
tests/test-pull2-bareuseronly.sh \ tests/test-pull2-bareuseronly.sh \
tests/test-pull-commit-only.sh tests/test-pull-depth.sh \ tests/test-pull-commit-only.sh tests/test-pull-depth.sh \
tests/test-pull-mirror-summary.sh \ tests/test-pull-mirror-summary.sh \
@ -8244,6 +8226,13 @@ tests/test-basic-root.sh.log: tests/test-basic-root.sh
--log-file $$b.log --trs-file $$b.trs \ --log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT) "$$tst" $(AM_TESTS_FD_REDIRECT)
tests/test-cli-extensions.sh.log: tests/test-cli-extensions.sh
@p='tests/test-cli-extensions.sh'; \
b='tests/test-cli-extensions.sh'; \
$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--log-file $$b.log --trs-file $$b.trs \
$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
"$$tst" $(AM_TESTS_FD_REDIRECT)
tests/test-pull-subpath.sh.log: tests/test-pull-subpath.sh tests/test-pull-subpath.sh.log: tests/test-pull-subpath.sh
@p='tests/test-pull-subpath.sh'; \ @p='tests/test-pull-subpath.sh'; \
b='tests/test-pull-subpath.sh'; \ b='tests/test-pull-subpath.sh'; \

View File

@ -13,9 +13,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
abs_top_builddir = @abs_top_builddir@ abs_top_builddir = @abs_top_builddir@

View File

@ -29,9 +29,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# Shared variables between toplevel Makefile.am and doc/Makefile.am # Shared variables between toplevel Makefile.am and doc/Makefile.am
# ...since gtk-doc forces use of recursive make =( # ...since gtk-doc forces use of recursive make =(
@ -51,9 +49,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# -*- mode: makefile -*- # -*- mode: makefile -*-
# #
@ -222,6 +218,10 @@ ECHO_T = @ECHO_T@
EGREP = @EGREP@ EGREP = @EGREP@
EXEEXT = @EXEEXT@ EXEEXT = @EXEEXT@
FGREP = @FGREP@ FGREP = @FGREP@
FUSE3_CFLAGS = @FUSE3_CFLAGS@
FUSE3_LIBS = @FUSE3_LIBS@
FUSE_CFLAGS = @FUSE_CFLAGS@
FUSE_LIBS = @FUSE_LIBS@
GJS = @GJS@ GJS = @GJS@
GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_CFLAGS = @GLIB_CFLAGS@
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@ GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
@ -392,6 +392,7 @@ libostree_public_headers = \
src/libostree/ostree.h \ src/libostree/ostree.h \
src/libostree/ostree-async-progress.h \ src/libostree/ostree-async-progress.h \
src/libostree/ostree-autocleanups.h \ src/libostree/ostree-autocleanups.h \
src/libostree/ostree-content-writer.h \
src/libostree/ostree-core.h \ src/libostree/ostree-core.h \
src/libostree/ostree-dummy-enumtypes.h \ src/libostree/ostree-dummy-enumtypes.h \
src/libostree/ostree-mutable-tree.h \ src/libostree/ostree-mutable-tree.h \

View File

@ -14,7 +14,7 @@
<div class="titlepage"> <div class="titlepage">
<div> <div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">OSTree API references</p></th></tr></table></div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">OSTree API references</p></th></tr></table></div>
<div><p class="releaseinfo">for OSTree 2021.6</p></div> <div><p class="releaseinfo">for OSTree 2022.1</p></div>
</div> </div>
<hr> <hr>
</div> </div>

View File

@ -9541,7 +9541,7 @@ have associated collection IDs will be included in the generated summary
file, listed under the <code class="literal">OSTREE_SUMMARY_COLLECTION_MAP</code> key. Collection IDs file, listed under the <code class="literal">OSTREE_SUMMARY_COLLECTION_MAP</code> key. Collection IDs
and refs in <code class="literal">OSTREE_SUMMARY_COLLECTION_MAP</code> are guaranteed to be in and refs in <code class="literal">OSTREE_SUMMARY_COLLECTION_MAP</code> are guaranteed to be in
lexicographic order.</p> lexicographic order.</p>
<p>Locking: exclusive</p> <p>Locking: shared (Prior to 2021.7, this was exclusive)</p>
<div class="refsect3"> <div class="refsect3">
<a name="ostree-repo-regenerate-summary.parameters"></a><h4>Parameters</h4> <a name="ostree-repo-regenerate-summary.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0"> <div class="informaltable"><table class="informaltable" width="100%" border="0">

View File

@ -1 +1 @@
2021.6 2022.1

View File

@ -4,11 +4,11 @@ bsdiff and bspatch are libraries for building and applying patches to binary
files. files.
The original algorithm and implementation was developed by Colin Percival. The The original algorithm and implementation was developed by Colin Percival. The
algorithm is detailed in his (unpublished) paper, [Naïve Differences of Executable Code](http://www.daemonology.net/papers/bsdiff.pdf). For more information, visit his algorithm is detailed in his paper, [Naïve Differences of Executable Code](http://www.daemonology.net/papers/bsdiff.pdf). For more information, visit his
website at <http://www.daemonology.net/bsdiff/>. website at <http://www.daemonology.net/bsdiff/>.
I maintain this project seperately from Colin's work, with the goal of making I maintain this project separately from Colin's work, with the goal of making
the core functionality easily embedable in existing projects. the core functionality easily embeddable in existing projects.
Contact Contact
------- -------
@ -37,7 +37,7 @@ I've exposed relevant functions via the `_stream` classes. The only external
dependency not exposed is `memcmp` in `bsdiff`. dependency not exposed is `memcmp` in `bsdiff`.
This library generates patches that are not compatible with the original bsdiff This library generates patches that are not compatible with the original bsdiff
tool. The impompatibilities were motivated by the patching needs for the game tool. The incompatibilities were motivated by the patching needs for the game
AirMech <https://www.carbongames.com> and the following requirements: AirMech <https://www.carbongames.com> and the following requirements:
* Eliminate/minimize any seek operations when applying patches * Eliminate/minimize any seek operations when applying patches
@ -82,7 +82,7 @@ Reference
In order to use `bsdiff`, you need to define functions for allocating memory and In order to use `bsdiff`, you need to define functions for allocating memory and
writing binary data. This behavior is controlled by the `stream` parameted writing binary data. This behavior is controlled by the `stream` parameter
passed to to `bsdiff(...)`. passed to to `bsdiff(...)`.
The `opaque` field is never read or modified from within the `bsdiff` function. The `opaque` field is never read or modified from within the `bsdiff` function.

View File

@ -1,4 +1,4 @@
/*- /*-
* Copyright 2003-2005 Colin Percival * Copyright 2003-2005 Colin Percival
* Copyright 2012 Matthew Endsley * Copyright 2012 Matthew Endsley
* All rights reserved * All rights reserved
@ -25,6 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <limits.h>
#include "bspatch.h" #include "bspatch.h"
static int64_t offtin(uint8_t *buf) static int64_t offtin(uint8_t *buf)
@ -62,7 +63,9 @@ int bspatch(const uint8_t* old, int64_t oldsize, uint8_t* new, int64_t newsize,
}; };
/* Sanity-check */ /* Sanity-check */
if(newpos+ctrl[0]>newsize) if (ctrl[0]<0 || ctrl[0]>INT_MAX ||
ctrl[1]<0 || ctrl[1]>INT_MAX ||
newpos+ctrl[0]>newsize)
return -1; return -1;
/* Read diff string */ /* Read diff string */
@ -102,6 +105,8 @@ int bspatch(const uint8_t* old, int64_t oldsize, uint8_t* new, int64_t newsize,
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <err.h> #include <err.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
@ -129,6 +134,7 @@ int main(int argc,char * argv[])
int64_t oldsize, newsize; int64_t oldsize, newsize;
BZFILE* bz2; BZFILE* bz2;
struct bspatch_stream stream; struct bspatch_stream stream;
struct stat sb;
if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]); if(argc!=4) errx(1,"usage: %s oldfile newfile patchfile\n",argv[0]);
@ -158,6 +164,7 @@ int main(int argc,char * argv[])
((old=malloc(oldsize+1))==NULL) || ((old=malloc(oldsize+1))==NULL) ||
(lseek(fd,0,SEEK_SET)!=0) || (lseek(fd,0,SEEK_SET)!=0) ||
(read(fd,old,oldsize)!=oldsize) || (read(fd,old,oldsize)!=oldsize) ||
(fstat(fd, &sb)) ||
(close(fd)==-1)) err(1,"%s",argv[1]); (close(fd)==-1)) err(1,"%s",argv[1]);
if((new=malloc(newsize+1))==NULL) err(1,NULL); if((new=malloc(newsize+1))==NULL) err(1,NULL);
@ -174,7 +181,7 @@ int main(int argc,char * argv[])
fclose(f); fclose(f);
/* Write the new file */ /* Write the new file */
if(((fd=open(argv[2],O_CREAT|O_TRUNC|O_WRONLY,0666))<0) || if(((fd=open(argv[2],O_CREAT|O_TRUNC|O_WRONLY,sb.st_mode))<0) ||
(write(fd,new,newsize)!=newsize) || (close(fd)==-1)) (write(fd,new,newsize)!=newsize) || (close(fd)==-1))
err(1,"%s",argv[2]); err(1,"%s",argv[2]);

View File

@ -24,6 +24,9 @@
/* Define if we should be compatible with pseudo */ /* Define if we should be compatible with pseudo */
#undef ENABLE_WRPSEUDO_COMPAT #undef ENABLE_WRPSEUDO_COMPAT
/* Define to the FUSE API version */
#undef FUSE_USE_VERSION
/* The system grub2-mkconfig executable name */ /* The system grub2-mkconfig executable name */
#undef GRUB2_MKCONFIG_PATH #undef GRUB2_MKCONFIG_PATH

269
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for libostree 2021.6. # Generated by GNU Autoconf 2.69 for libostree 2022.1.
# #
# Report bugs to <walters@verbum.org>. # Report bugs to <walters@verbum.org>.
# #
@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='libostree' PACKAGE_NAME='libostree'
PACKAGE_TARNAME='libostree' PACKAGE_TARNAME='libostree'
PACKAGE_VERSION='2021.6' PACKAGE_VERSION='2022.1'
PACKAGE_STRING='libostree 2021.6' PACKAGE_STRING='libostree 2022.1'
PACKAGE_BUGREPORT='walters@verbum.org' PACKAGE_BUGREPORT='walters@verbum.org'
PACKAGE_URL='' PACKAGE_URL=''
@ -664,6 +664,10 @@ BUILDOPT_FUSE_FALSE
BUILDOPT_FUSE_TRUE BUILDOPT_FUSE_TRUE
BUILDOPT_FUSE_LIBS BUILDOPT_FUSE_LIBS
BUILDOPT_FUSE_CFLAGS BUILDOPT_FUSE_CFLAGS
FUSE_LIBS
FUSE_CFLAGS
FUSE3_LIBS
FUSE3_CFLAGS
USE_LIBMOUNT_FALSE USE_LIBMOUNT_FALSE
USE_LIBMOUNT_TRUE USE_LIBMOUNT_TRUE
OT_DEP_LIBMOUNT_LIBS OT_DEP_LIBMOUNT_LIBS
@ -1008,8 +1012,10 @@ OT_DEP_AVAHI_CFLAGS
OT_DEP_AVAHI_LIBS OT_DEP_AVAHI_LIBS
OT_DEP_LIBMOUNT_CFLAGS OT_DEP_LIBMOUNT_CFLAGS
OT_DEP_LIBMOUNT_LIBS OT_DEP_LIBMOUNT_LIBS
BUILDOPT_FUSE_CFLAGS FUSE3_CFLAGS
BUILDOPT_FUSE_LIBS FUSE3_LIBS
FUSE_CFLAGS
FUSE_LIBS
LIBSYSTEMD_CFLAGS LIBSYSTEMD_CFLAGS
LIBSYSTEMD_LIBS' LIBSYSTEMD_LIBS'
@ -1562,7 +1568,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures libostree 2021.6 to adapt to many kinds of systems. \`configure' configures libostree 2022.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1633,7 +1639,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of libostree 2021.6:";; short | recursive ) echo "Configuration of libostree 2022.1:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1820,10 +1826,11 @@ Some influential environment variables:
C compiler flags for OT_DEP_LIBMOUNT, overriding pkg-config C compiler flags for OT_DEP_LIBMOUNT, overriding pkg-config
OT_DEP_LIBMOUNT_LIBS OT_DEP_LIBMOUNT_LIBS
linker flags for OT_DEP_LIBMOUNT, overriding pkg-config linker flags for OT_DEP_LIBMOUNT, overriding pkg-config
BUILDOPT_FUSE_CFLAGS FUSE3_CFLAGS
C compiler flags for BUILDOPT_FUSE, overriding pkg-config C compiler flags for FUSE3, overriding pkg-config
BUILDOPT_FUSE_LIBS FUSE3_LIBS linker flags for FUSE3, overriding pkg-config
linker flags for BUILDOPT_FUSE, overriding pkg-config FUSE_CFLAGS C compiler flags for FUSE, overriding pkg-config
FUSE_LIBS linker flags for FUSE, overriding pkg-config
LIBSYSTEMD_CFLAGS LIBSYSTEMD_CFLAGS
C compiler flags for LIBSYSTEMD, overriding pkg-config C compiler flags for LIBSYSTEMD, overriding pkg-config
LIBSYSTEMD_LIBS LIBSYSTEMD_LIBS
@ -1895,7 +1902,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
libostree configure 2021.6 libostree configure 2022.1
generated by GNU Autoconf 2.69 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. Copyright (C) 2012 Free Software Foundation, Inc.
@ -2367,7 +2374,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by libostree $as_me 2021.6, which was It was created by libostree $as_me 2022.1, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ $ $0 $@
@ -3230,7 +3237,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='libostree' PACKAGE='libostree'
VERSION='2021.6' VERSION='2022.1'
# Some tools Automake needs. # Some tools Automake needs.
@ -5962,11 +5969,11 @@ done
test -n "$YACC" || YACC="yacc" test -n "$YACC" || YACC="yacc"
YEAR_VERSION=2021 YEAR_VERSION=2022
RELEASE_VERSION=6 RELEASE_VERSION=1
PACKAGE_VERSION=2021.6 PACKAGE_VERSION=2022.1
if echo "$CFLAGS" | grep -q -E -e '-Werror($| )'; then : if echo "$CFLAGS" | grep -q -E -e '-Werror($| )'; then :
@ -16267,6 +16274,7 @@ fi
LIBARCHIVE_DEPENDENCY="libarchive >= 2.8.0" LIBARCHIVE_DEPENDENCY="libarchive >= 2.8.0"
FUSE3_DEPENDENCY="fuse3 >= 3.1.1"
# What's in RHEL7.2. # What's in RHEL7.2.
FUSE_DEPENDENCY="fuse >= 2.9.2" FUSE_DEPENDENCY="fuse >= 2.9.2"
@ -17645,19 +17653,19 @@ if test x$enable_rofiles_fuse != xno ; then :
pkg_failed=no pkg_failed=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $FUSE_DEPENDENCY" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $FUSE3_DEPENDENCY" >&5
$as_echo_n "checking for $FUSE_DEPENDENCY... " >&6; } $as_echo_n "checking for $FUSE3_DEPENDENCY... " >&6; }
if test -n "$BUILDOPT_FUSE_CFLAGS"; then if test -n "$FUSE3_CFLAGS"; then
pkg_cv_BUILDOPT_FUSE_CFLAGS="$BUILDOPT_FUSE_CFLAGS" pkg_cv_FUSE3_CFLAGS="$FUSE3_CFLAGS"
elif test -n "$PKG_CONFIG"; then elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \ if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$FUSE_DEPENDENCY\""; } >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$FUSE3_DEPENDENCY\""; } >&5
($PKG_CONFIG --exists --print-errors "$FUSE_DEPENDENCY") 2>&5 ($PKG_CONFIG --exists --print-errors "$FUSE3_DEPENDENCY") 2>&5
ac_status=$? ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then test $ac_status = 0; }; then
pkg_cv_BUILDOPT_FUSE_CFLAGS=`$PKG_CONFIG --cflags "$FUSE_DEPENDENCY" 2>/dev/null` pkg_cv_FUSE3_CFLAGS=`$PKG_CONFIG --cflags "$FUSE3_DEPENDENCY" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes test "x$?" != "x0" && pkg_failed=yes
else else
pkg_failed=yes pkg_failed=yes
@ -17665,16 +17673,16 @@ fi
else else
pkg_failed=untried pkg_failed=untried
fi fi
if test -n "$BUILDOPT_FUSE_LIBS"; then if test -n "$FUSE3_LIBS"; then
pkg_cv_BUILDOPT_FUSE_LIBS="$BUILDOPT_FUSE_LIBS" pkg_cv_FUSE3_LIBS="$FUSE3_LIBS"
elif test -n "$PKG_CONFIG"; then elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \ if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$FUSE_DEPENDENCY\""; } >&5 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$FUSE3_DEPENDENCY\""; } >&5
($PKG_CONFIG --exists --print-errors "$FUSE_DEPENDENCY") 2>&5 ($PKG_CONFIG --exists --print-errors "$FUSE3_DEPENDENCY") 2>&5
ac_status=$? ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then test $ac_status = 0; }; then
pkg_cv_BUILDOPT_FUSE_LIBS=`$PKG_CONFIG --libs "$FUSE_DEPENDENCY" 2>/dev/null` pkg_cv_FUSE3_LIBS=`$PKG_CONFIG --libs "$FUSE3_DEPENDENCY" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes test "x$?" != "x0" && pkg_failed=yes
else else
pkg_failed=yes pkg_failed=yes
@ -17695,22 +17703,81 @@ else
_pkg_short_errors_supported=no _pkg_short_errors_supported=no
fi fi
if test $_pkg_short_errors_supported = yes; then if test $_pkg_short_errors_supported = yes; then
BUILDOPT_FUSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$FUSE_DEPENDENCY" 2>&1` FUSE3_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$FUSE3_DEPENDENCY" 2>&1`
else else
BUILDOPT_FUSE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$FUSE_DEPENDENCY" 2>&1` FUSE3_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$FUSE3_DEPENDENCY" 2>&1`
fi fi
# Put the nasty error message in config.log where it belongs # Put the nasty error message in config.log where it belongs
echo "$BUILDOPT_FUSE_PKG_ERRORS" >&5 echo "$FUSE3_PKG_ERRORS" >&5
pkg_failed=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $FUSE_DEPENDENCY" >&5
$as_echo_n "checking for $FUSE_DEPENDENCY... " >&6; }
if test -n "$FUSE_CFLAGS"; then
pkg_cv_FUSE_CFLAGS="$FUSE_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$FUSE_DEPENDENCY\""; } >&5
($PKG_CONFIG --exists --print-errors "$FUSE_DEPENDENCY") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_FUSE_CFLAGS=`$PKG_CONFIG --cflags "$FUSE_DEPENDENCY" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
else
pkg_failed=untried
fi
if test -n "$FUSE_LIBS"; then
pkg_cv_FUSE_LIBS="$FUSE_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$FUSE_DEPENDENCY\""; } >&5
($PKG_CONFIG --exists --print-errors "$FUSE_DEPENDENCY") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_FUSE_LIBS=`$PKG_CONFIG --libs "$FUSE_DEPENDENCY" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
else
pkg_failed=untried
fi
if test $pkg_failed = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
_pkg_short_errors_supported=yes
else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
FUSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$FUSE_DEPENDENCY" 2>&1`
else
FUSE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$FUSE_DEPENDENCY" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$FUSE_PKG_ERRORS" >&5
as_fn_error $? "Package requirements ($FUSE_DEPENDENCY) were not met: as_fn_error $? "Package requirements ($FUSE_DEPENDENCY) were not met:
$BUILDOPT_FUSE_PKG_ERRORS $FUSE_PKG_ERRORS
Consider adjusting the PKG_CONFIG_PATH environment variable if you Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix. installed software in a non-standard prefix.
Alternatively, you may set the environment variables BUILDOPT_FUSE_CFLAGS Alternatively, you may set the environment variables FUSE_CFLAGS
and BUILDOPT_FUSE_LIBS to avoid the need to call pkg-config. and FUSE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details." "$LINENO" 5 See the pkg-config man page for more details." "$LINENO" 5
elif test $pkg_failed = untried; then elif test $pkg_failed = untried; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
@ -17721,19 +17788,139 @@ as_fn_error $? "The pkg-config script could not be found or is too old. Make su
is in your PATH or set the PKG_CONFIG environment variable to the full is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config. path to pkg-config.
Alternatively, you may set the environment variables BUILDOPT_FUSE_CFLAGS Alternatively, you may set the environment variables FUSE_CFLAGS
and BUILDOPT_FUSE_LIBS to avoid the need to call pkg-config. and FUSE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details. See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>. To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See \`config.log' for more details" "$LINENO" 5; } See \`config.log' for more details" "$LINENO" 5; }
else else
BUILDOPT_FUSE_CFLAGS=$pkg_cv_BUILDOPT_FUSE_CFLAGS FUSE_CFLAGS=$pkg_cv_FUSE_CFLAGS
BUILDOPT_FUSE_LIBS=$pkg_cv_BUILDOPT_FUSE_LIBS FUSE_LIBS=$pkg_cv_FUSE_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; } $as_echo "yes" >&6; }
FUSE_USE_VERSION=26
BUILDOPT_FUSE_CFLAGS="$FUSE_CFLAGS"
BUILDOPT_FUSE_LIBS="$FUSE_LIBS"
fi fi
elif test $pkg_failed = untried; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
pkg_failed=no
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $FUSE_DEPENDENCY" >&5
$as_echo_n "checking for $FUSE_DEPENDENCY... " >&6; }
if test -n "$FUSE_CFLAGS"; then
pkg_cv_FUSE_CFLAGS="$FUSE_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$FUSE_DEPENDENCY\""; } >&5
($PKG_CONFIG --exists --print-errors "$FUSE_DEPENDENCY") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_FUSE_CFLAGS=`$PKG_CONFIG --cflags "$FUSE_DEPENDENCY" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
else
pkg_failed=untried
fi
if test -n "$FUSE_LIBS"; then
pkg_cv_FUSE_LIBS="$FUSE_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\$FUSE_DEPENDENCY\""; } >&5
($PKG_CONFIG --exists --print-errors "$FUSE_DEPENDENCY") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_FUSE_LIBS=`$PKG_CONFIG --libs "$FUSE_DEPENDENCY" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
fi
else
pkg_failed=untried
fi
if test $pkg_failed = yes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
_pkg_short_errors_supported=yes
else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
FUSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$FUSE_DEPENDENCY" 2>&1`
else
FUSE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$FUSE_DEPENDENCY" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$FUSE_PKG_ERRORS" >&5
as_fn_error $? "Package requirements ($FUSE_DEPENDENCY) were not met:
$FUSE_PKG_ERRORS
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables FUSE_CFLAGS
and FUSE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details." "$LINENO" 5
elif test $pkg_failed = untried; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables FUSE_CFLAGS
and FUSE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
See \`config.log' for more details" "$LINENO" 5; }
else
FUSE_CFLAGS=$pkg_cv_FUSE_CFLAGS
FUSE_LIBS=$pkg_cv_FUSE_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
FUSE_USE_VERSION=26
BUILDOPT_FUSE_CFLAGS="$FUSE_CFLAGS"
BUILDOPT_FUSE_LIBS="$FUSE_LIBS"
fi
else
FUSE3_CFLAGS=$pkg_cv_FUSE3_CFLAGS
FUSE3_LIBS=$pkg_cv_FUSE3_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
FUSE_USE_VERSION=31
BUILDOPT_FUSE_CFLAGS="$FUSE3_CFLAGS"
BUILDOPT_FUSE_LIBS="$FUSE3_LIBS"
fi
cat >>confdefs.h <<_ACEOF
#define FUSE_USE_VERSION $FUSE_USE_VERSION
_ACEOF
else else
enable_rofiles_fuse=no enable_rofiles_fuse=no
@ -18882,7 +19069,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by libostree $as_me 2021.6, which was This file was extended by libostree $as_me 2022.1, which was
generated by GNU Autoconf 2.69. Invocation command line was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -18948,7 +19135,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\ ac_cs_version="\\
libostree config.status 2021.6 libostree config.status 2022.1
configured by $0, generated by GNU Autoconf 2.69, configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View File

@ -1,7 +1,7 @@
AC_PREREQ([2.63]) AC_PREREQ([2.63])
dnl To perform a release, follow the instructions in `docs/CONTRIBUTING.md`. dnl To perform a release, follow the instructions in `docs/CONTRIBUTING.md`.
m4_define([year_version], [2021]) m4_define([year_version], [2022])
m4_define([release_version], [6]) m4_define([release_version], [1])
m4_define([package_version], [year_version.release_version]) m4_define([package_version], [year_version.release_version])
AC_INIT([libostree], [package_version], [walters@verbum.org]) AC_INIT([libostree], [package_version], [walters@verbum.org])
is_release_build=yes is_release_build=yes
@ -254,6 +254,7 @@ AS_IF([test x$with_ed25519_libsodium != xno], [
AM_CONDITIONAL(USE_LIBSODIUM, test "x$have_libsodium" = xyes) AM_CONDITIONAL(USE_LIBSODIUM, test "x$have_libsodium" = xyes)
LIBARCHIVE_DEPENDENCY="libarchive >= 2.8.0" LIBARCHIVE_DEPENDENCY="libarchive >= 2.8.0"
FUSE3_DEPENDENCY="fuse3 >= 3.1.1"
# What's in RHEL7.2. # What's in RHEL7.2.
FUSE_DEPENDENCY="fuse >= 2.9.2" FUSE_DEPENDENCY="fuse >= 2.9.2"
@ -448,8 +449,22 @@ AC_ARG_ENABLE(rofiles-fuse,
[generate rofiles-fuse helper [default=yes]])],, [generate rofiles-fuse helper [default=yes]])],,
enable_rofiles_fuse=yes) enable_rofiles_fuse=yes)
AS_IF([ test x$enable_rofiles_fuse != xno ], [ AS_IF([ test x$enable_rofiles_fuse != xno ], [
PKG_CHECK_MODULES(BUILDOPT_FUSE, $FUSE_DEPENDENCY) PKG_CHECK_MODULES([FUSE3], [$FUSE3_DEPENDENCY],
], [enable_rofiles_fuse=no]) [
FUSE_USE_VERSION=31
BUILDOPT_FUSE_CFLAGS="$FUSE3_CFLAGS"
BUILDOPT_FUSE_LIBS="$FUSE3_LIBS"
],
[PKG_CHECK_MODULES([FUSE], [$FUSE_DEPENDENCY],
[
FUSE_USE_VERSION=26
BUILDOPT_FUSE_CFLAGS="$FUSE_CFLAGS"
BUILDOPT_FUSE_LIBS="$FUSE_LIBS"
])])
AC_DEFINE_UNQUOTED([FUSE_USE_VERSION], [$FUSE_USE_VERSION], [Define to the FUSE API version])
AC_SUBST([BUILDOPT_FUSE_CFLAGS])
AC_SUBST([BUILDOPT_FUSE_LIBS])
], [enable_rofiles_fuse=no])
AM_CONDITIONAL(BUILDOPT_FUSE, test x$enable_rofiles_fuse = xyes) AM_CONDITIONAL(BUILDOPT_FUSE, test x$enable_rofiles_fuse = xyes)
AC_ARG_WITH(dracut, AC_ARG_WITH(dracut,

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree.repo-config"> <refentry id="ostree.repo-config">

View File

@ -18,9 +18,7 @@ SPDX-License-Identifier: LGPL-2.0+
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree.repo"> <refentry id="ostree.repo">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -18,9 +18,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
--> -->
<refentry id="ostree"> <refentry id="ostree">

View File

@ -17,9 +17,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
check() { check() {
if [[ -x $systemdutildir/systemd ]] && [[ -x /usr/lib/ostree/ostree-prepare-root ]]; then if [[ -x $systemdutildir/systemd ]] && [[ -x /usr/lib/ostree/ostree-prepare-root ]]; then

View File

@ -11,9 +11,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
add_dracutmodules+=" ostree systemd " add_dracutmodules+=" ostree systemd "
reproducible=yes reproducible=yes

View File

@ -13,9 +13,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General # You should have received a copy of the GNU Lesser General
# Public License along with this library; if not, write to the # Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place, Suite 330,
# Boston, MA 02111-1307, USA.
# Gracefully exit if ostree is not installed, or there's # Gracefully exit if ostree is not installed, or there's
# no system repository initialized. # no system repository initialized.

View File

@ -11,9 +11,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# For some implementation discussion, see: # For some implementation discussion, see:
# https://lists.freedesktop.org/archives/systemd-devel/2018-March/040557.html # https://lists.freedesktop.org/archives/systemd-devel/2018-March/040557.html

View File

@ -11,9 +11,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# For some implementation discussion, see: # For some implementation discussion, see:
# https://lists.freedesktop.org/archives/systemd-devel/2018-March/040557.html # https://lists.freedesktop.org/archives/systemd-devel/2018-March/040557.html

View File

@ -11,9 +11,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
[Unit] [Unit]
Description=OSTree Prepare OS/ Description=OSTree Prepare OS/

View File

@ -11,9 +11,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
[Unit] [Unit]
Description=OSTree Remount OS/ Bind Mounts Description=OSTree Remount OS/ Bind Mounts

View File

@ -11,9 +11,7 @@
# Lesser General Public License for more details. # Lesser General Public License for more details.
# #
# You should have received a copy of the GNU Lesser General Public # You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the # License along with this library. If not, see <https://www.gnu.org/licenses/>.
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# https://github.com/ostreedev/ostree/issues/393 # https://github.com/ostreedev/ostree/issues/393
R! /var/tmp/ostree-unlock-ovl.* R! /var/tmp/ostree-unlock-ovl.*

View File

@ -12,9 +12,7 @@
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
How to introduce the first new symbol for a development version: How to introduce the first new symbol for a development version:
- copy the stub content below to a new entry - copy the stub content below to a new entry

View File

@ -14,9 +14,7 @@
Lesser General Public License for more details. Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the License along with this library. If not, see <https://www.gnu.org/licenses/>.
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
***/ ***/
/* DO NOT EDIT this file - use libostree-devel.sym instead. Release /* DO NOT EDIT this file - use libostree-devel.sym instead. Release

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#pragma once #pragma once

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
* *
* Author: Krzesimir Nowak <krzesimir@kinvolk.io> * Author: Krzesimir Nowak <krzesimir@kinvolk.io>
*/ */

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
* *
* Authors: * Authors:
* - Philip Withnall <withnall@endlessm.com> * - Philip Withnall <withnall@endlessm.com>

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
* *
* Authors: * Authors:
* - Philip Withnall <withnall@endlessm.com> * - Philip Withnall <withnall@endlessm.com>

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#pragma once #pragma once

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#pragma once #pragma once

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#pragma once #pragma once

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
* *
* Author: Javier Martinez Canillas <javier.martinez@collabora.co.uk> * Author: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
*/ */

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
* *
* Author: Javier Martinez Canillas <javier.martinez@collabora.co.uk> * Author: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
*/ */

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#pragma once #pragma once

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#pragma once #pragma once

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
* *
*/ */

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
* *
*/ */

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"

View File

@ -14,9 +14,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the * License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#pragma once #pragma once

View File

@ -12,9 +12,7 @@
* Lesser General Public License for more details. * Lesser General Public License for more details.
* *
* You should have received a copy of the GNU Lesser General * You should have received a copy of the GNU Lesser General
* Public License along with this library; if not, write to the * Public License along with this library. If not, see <https://www.gnu.org/licenses/>.
* Free Software Foundation, Inc., 59 Temple Place, Suite 330,
* Boston, MA 02111-1307, USA.
*/ */
#include "config.h" #include "config.h"

Some files were not shown because too many files have changed in this diff Show More