libcaes-python 20240114__tar.gz → 20240413__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {libcaes-20240114 → libcaes-20240413}/Makefile.am +9 -14
- {libcaes-20240114 → libcaes-20240413}/Makefile.in +13 -15
- {libcaes-20240114 → libcaes-20240413}/PKG-INFO +1 -1
- {libcaes-20240114 → libcaes-20240413}/common/Makefile.am +6 -7
- {libcaes-20240114 → libcaes-20240413}/common/Makefile.in +10 -8
- {libcaes-20240114 → libcaes-20240413}/common/config.h +3 -3
- {libcaes-20240114 → libcaes-20240413}/configure +15 -14
- {libcaes-20240114 → libcaes-20240413}/configure.ac +1 -1
- libcaes-20240413/dpkg/changelog +5 -0
- {libcaes-20240114 → libcaes-20240413}/include/Makefile.am +6 -8
- {libcaes-20240114 → libcaes-20240413}/include/Makefile.in +9 -9
- {libcaes-20240114 → libcaes-20240413}/include/libcaes/definitions.h +2 -2
- {libcaes-20240114 → libcaes-20240413}/libcaes/Makefile.am +7 -8
- {libcaes-20240114 → libcaes-20240413}/libcaes/Makefile.in +15 -9
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes.rc +2 -2
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_definitions.h +2 -2
- {libcaes-20240114 → libcaes-20240413}/libcaes.spec +2 -2
- {libcaes-20240114 → libcaes-20240413}/libcerror/Makefile.am +5 -6
- {libcaes-20240114 → libcaes-20240413}/libcerror/Makefile.in +11 -7
- {libcaes-20240114 → libcaes-20240413}/libcerror/libcerror_definitions.h +2 -2
- {libcaes-20240114 → libcaes-20240413}/m4/common.m4 +3 -3
- {libcaes-20240114 → libcaes-20240413}/m4/libcerror.m4 +7 -4
- {libcaes-20240114 → libcaes-20240413}/m4/libcrypto.m4 +4 -2
- {libcaes-20240114 → libcaes-20240413}/manuals/Makefile.am +2 -4
- {libcaes-20240114 → libcaes-20240413}/manuals/Makefile.in +5 -5
- {libcaes-20240114 → libcaes-20240413}/msvscpp/Makefile.am +2 -4
- {libcaes-20240114 → libcaes-20240413}/msvscpp/Makefile.in +5 -5
- {libcaes-20240114 → libcaes-20240413}/ossfuzz/Makefile.am +4 -6
- {libcaes-20240114 → libcaes-20240413}/ossfuzz/Makefile.in +11 -7
- {libcaes-20240114 → libcaes-20240413}/pycaes/Makefile.am +4 -6
- {libcaes-20240114 → libcaes-20240413}/pycaes/Makefile.in +13 -7
- {libcaes-20240114 → libcaes-20240413}/setup.cfg +1 -1
- {libcaes-20240114 → libcaes-20240413}/tests/Makefile.am +5 -6
- {libcaes-20240114 → libcaes-20240413}/tests/Makefile.in +16 -7
- {libcaes-20240114 → libcaes-20240413}/tests/test_library.sh +3 -6
- {libcaes-20240114 → libcaes-20240413}/tests/test_manpage.sh +3 -6
- {libcaes-20240114 → libcaes-20240413}/tests/test_python_module.sh +3 -6
- libcaes-20240114/dpkg/changelog +0 -5
- {libcaes-20240114 → libcaes-20240413}/ABOUT-NLS +0 -0
- {libcaes-20240114 → libcaes-20240413}/AUTHORS +0 -0
- {libcaes-20240114 → libcaes-20240413}/COPYING +0 -0
- {libcaes-20240114 → libcaes-20240413}/COPYING.LESSER +0 -0
- {libcaes-20240114 → libcaes-20240413}/ChangeLog +0 -0
- {libcaes-20240114 → libcaes-20240413}/INSTALL +0 -0
- {libcaes-20240114 → libcaes-20240413}/NEWS +0 -0
- {libcaes-20240114 → libcaes-20240413}/README +0 -0
- {libcaes-20240114 → libcaes-20240413}/acinclude.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/aclocal.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/byte_stream.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/common.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/config.h.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/config_borlandc.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/config_msc.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/config_winapi.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/file_stream.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/memory.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/narrow_string.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/system_string.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/types.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/types.h.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/common/wide_string.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/compile +0 -0
- {libcaes-20240114 → libcaes-20240413}/config.guess +0 -0
- {libcaes-20240114 → libcaes-20240413}/config.rpath +0 -0
- {libcaes-20240114 → libcaes-20240413}/config.sub +0 -0
- {libcaes-20240114 → libcaes-20240413}/depcomp +0 -0
- {libcaes-20240114 → libcaes-20240413}/dpkg/changelog.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/dpkg/compat +0 -0
- {libcaes-20240114 → libcaes-20240413}/dpkg/control +0 -0
- {libcaes-20240114 → libcaes-20240413}/dpkg/copyright +0 -0
- {libcaes-20240114 → libcaes-20240413}/dpkg/libcaes-dev.install +0 -0
- {libcaes-20240114 → libcaes-20240413}/dpkg/libcaes-python3.install +0 -0
- {libcaes-20240114 → libcaes-20240413}/dpkg/libcaes.install +0 -0
- {libcaes-20240114 → libcaes-20240413}/dpkg/rules +0 -0
- {libcaes-20240114 → libcaes-20240413}/dpkg/source/format +0 -0
- {libcaes-20240114 → libcaes-20240413}/include/libcaes/definitions.h.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/include/libcaes/error.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/include/libcaes/extern.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/include/libcaes/features.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/include/libcaes/features.h.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/include/libcaes/types.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/include/libcaes/types.h.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/include/libcaes.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/include/libcaes.h.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/install-sh +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes.rc.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_context.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_context.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_definitions.h.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_error.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_error.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_extern.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_libcerror.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_support.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_support.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_tweaked_context.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_tweaked_context.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_types.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes/libcaes_unused.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes.pc.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcaes.spec.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcerror/libcerror_error.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcerror/libcerror_error.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcerror/libcerror_extern.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcerror/libcerror_support.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcerror/libcerror_support.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcerror/libcerror_system.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcerror/libcerror_system.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcerror/libcerror_types.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/libcerror/libcerror_unused.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/ltmain.sh +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/gettext.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/host-cpu-c-abi.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/iconv.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/intlmacosx.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/lib-ld.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/lib-link.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/lib-prefix.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/libtool.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/ltoptions.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/ltsugar.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/ltversion.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/lt~obsolete.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/nls.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/po.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/progtest.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/python.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/tests.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/m4/types.m4 +0 -0
- {libcaes-20240114 → libcaes-20240413}/manuals/libcaes.3 +0 -0
- {libcaes-20240114 → libcaes-20240413}/missing +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/caes_test_context/caes_test_context.vcproj +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/caes_test_crypt_cbc/caes_test_crypt_cbc.vcproj +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/caes_test_crypt_ccm/caes_test_crypt_ccm.vcproj +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/caes_test_crypt_xts/caes_test_crypt_xts.vcproj +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/caes_test_error/caes_test_error.vcproj +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/caes_test_support/caes_test_support.vcproj +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/caes_test_tweaked_context/caes_test_tweaked_context.vcproj +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/libcaes/libcaes.vcproj +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/libcaes.sln +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/libcerror/libcerror.vcproj +0 -0
- {libcaes-20240114 → libcaes-20240413}/msvscpp/pycaes/pycaes.vcproj +0 -0
- {libcaes-20240114 → libcaes-20240413}/ossfuzz/crypt_cbc_fuzzer.cc +0 -0
- {libcaes-20240114 → libcaes-20240413}/ossfuzz/crypt_ccm_fuzzer.cc +0 -0
- {libcaes-20240114 → libcaes-20240413}/ossfuzz/crypt_ecb_fuzzer.cc +0 -0
- {libcaes-20240114 → libcaes-20240413}/ossfuzz/crypt_xts_fuzzer.cc +0 -0
- {libcaes-20240114 → libcaes-20240413}/ossfuzz/ossfuzz_libcaes.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/ChangeLog +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/Makefile.in.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/Makevars +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/Makevars.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/POTFILES.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/Rules-quot +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/boldquot.sed +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/en@boldquot.header +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/en@quot.header +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/insert-header.sin +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/quot.sed +0 -0
- {libcaes-20240114 → libcaes-20240413}/po/remove-potcdate.sin +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_context.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_context.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_crypt.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_crypt.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_crypt_modes.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_crypt_modes.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_error.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_error.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_libcaes.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_libcerror.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_python.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_tweaked_context.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_tweaked_context.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/pycaes/pycaes_unused.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/pyproject.toml +0 -0
- {libcaes-20240114 → libcaes-20240413}/setup.cfg.in +0 -0
- {libcaes-20240114 → libcaes-20240413}/setup.py +0 -0
- {libcaes-20240114 → libcaes-20240413}/test-driver +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_context.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_crypt_cbc.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_crypt_ccm.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_crypt_xts.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_error.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_libcaes.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_libcerror.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_macros.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_memory.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_memory.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_support.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_tweaked_context.c +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/caes_test_unused.h +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/pycaes_test_crypt_cbc.py +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/pycaes_test_crypt_ccm.py +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/pycaes_test_crypt_ecb.py +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/pycaes_test_crypt_xts.py +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/pycaes_test_support.py +0 -0
- {libcaes-20240114 → libcaes-20240413}/tests/test_runner.sh +0 -0
|
@@ -48,8 +48,15 @@ EXTRA_DIST = \
|
|
|
48
48
|
$(SETUP_PY_FILES) \
|
|
49
49
|
$(SPEC_FILES)
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
DISTCLEANFILES = \
|
|
52
|
+
config.status \
|
|
53
|
+
config.cache \
|
|
54
|
+
config.log \
|
|
55
|
+
libcaes.pc \
|
|
56
|
+
libcaes.spec \
|
|
57
|
+
Makefile \
|
|
58
|
+
Makefile.in \
|
|
59
|
+
po/Makevars
|
|
53
60
|
|
|
54
61
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
55
62
|
|
|
@@ -67,15 +74,3 @@ library:
|
|
|
67
74
|
(cd $(srcdir)/libcaes && $(MAKE) $(AM_MAKEFLAGS))
|
|
68
75
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
69
76
|
|
|
70
|
-
distclean: clean
|
|
71
|
-
-rm -f Makefile
|
|
72
|
-
-rm -f config.status
|
|
73
|
-
-rm -f config.cache
|
|
74
|
-
-rm -f config.log
|
|
75
|
-
-rm -f libcaes.pc
|
|
76
|
-
-rm -f libcaes.spec
|
|
77
|
-
@for dir in ${subdirs}; do \
|
|
78
|
-
(cd $$dir && $(MAKE) distclean) \
|
|
79
|
-
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
80
|
-
done && test -z "$$fail"
|
|
81
|
-
|
|
@@ -493,8 +493,15 @@ EXTRA_DIST = \
|
|
|
493
493
|
$(SETUP_PY_FILES) \
|
|
494
494
|
$(SPEC_FILES)
|
|
495
495
|
|
|
496
|
-
|
|
497
|
-
|
|
496
|
+
DISTCLEANFILES = \
|
|
497
|
+
config.status \
|
|
498
|
+
config.cache \
|
|
499
|
+
config.log \
|
|
500
|
+
libcaes.pc \
|
|
501
|
+
libcaes.spec \
|
|
502
|
+
Makefile \
|
|
503
|
+
Makefile.in \
|
|
504
|
+
po/Makevars
|
|
498
505
|
|
|
499
506
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
500
507
|
pkgconfig_DATA = \
|
|
@@ -919,15 +926,18 @@ clean-generic:
|
|
|
919
926
|
distclean-generic:
|
|
920
927
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
921
928
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
929
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
922
930
|
|
|
923
931
|
maintainer-clean-generic:
|
|
924
932
|
@echo "This command is intended for maintainers to use"
|
|
925
933
|
@echo "it deletes files that may require special tools to rebuild."
|
|
926
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
927
934
|
clean: clean-recursive
|
|
928
935
|
|
|
929
936
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
930
937
|
|
|
938
|
+
distclean: distclean-recursive
|
|
939
|
+
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
940
|
+
-rm -f Makefile
|
|
931
941
|
distclean-am: clean-am distclean-generic distclean-libtool \
|
|
932
942
|
distclean-tags
|
|
933
943
|
|
|
@@ -1033,18 +1043,6 @@ library:
|
|
|
1033
1043
|
(cd $(srcdir)/libcaes && $(MAKE) $(AM_MAKEFLAGS))
|
|
1034
1044
|
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
|
|
1035
1045
|
|
|
1036
|
-
distclean: clean
|
|
1037
|
-
-rm -f Makefile
|
|
1038
|
-
-rm -f config.status
|
|
1039
|
-
-rm -f config.cache
|
|
1040
|
-
-rm -f config.log
|
|
1041
|
-
-rm -f libcaes.pc
|
|
1042
|
-
-rm -f libcaes.spec
|
|
1043
|
-
@for dir in ${subdirs}; do \
|
|
1044
|
-
(cd $$dir && $(MAKE) distclean) \
|
|
1045
|
-
|| case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
|
|
1046
|
-
done && test -z "$$fail"
|
|
1047
|
-
|
|
1048
1046
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
1049
1047
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
1050
1048
|
.NOEXPORT:
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
AM_CPPFLAGS =
|
|
1
|
+
AM_CPPFLAGS = \
|
|
2
|
+
-I../include -I$(top_srcdir)/include
|
|
2
3
|
|
|
3
4
|
EXTRA_DIST = \
|
|
4
5
|
byte_stream.h \
|
|
@@ -15,11 +16,9 @@ EXTRA_DIST = \
|
|
|
15
16
|
types.h.in \
|
|
16
17
|
wide_string.h
|
|
17
18
|
|
|
18
|
-
|
|
19
|
+
DISTCLEANFILES = \
|
|
20
|
+
config.h \
|
|
21
|
+
types.h \
|
|
22
|
+
Makefile \
|
|
19
23
|
Makefile.in
|
|
20
24
|
|
|
21
|
-
distclean: clean
|
|
22
|
-
-rm -f config.h
|
|
23
|
-
-rm -f types.h
|
|
24
|
-
-rm -f Makefile
|
|
25
|
-
|
|
@@ -343,7 +343,9 @@ target_alias = @target_alias@
|
|
|
343
343
|
top_build_prefix = @top_build_prefix@
|
|
344
344
|
top_builddir = @top_builddir@
|
|
345
345
|
top_srcdir = @top_srcdir@
|
|
346
|
-
AM_CPPFLAGS =
|
|
346
|
+
AM_CPPFLAGS = \
|
|
347
|
+
-I../include -I$(top_srcdir)/include
|
|
348
|
+
|
|
347
349
|
EXTRA_DIST = \
|
|
348
350
|
byte_stream.h \
|
|
349
351
|
common.h \
|
|
@@ -359,7 +361,10 @@ EXTRA_DIST = \
|
|
|
359
361
|
types.h.in \
|
|
360
362
|
wide_string.h
|
|
361
363
|
|
|
362
|
-
|
|
364
|
+
DISTCLEANFILES = \
|
|
365
|
+
config.h \
|
|
366
|
+
types.h \
|
|
367
|
+
Makefile \
|
|
363
368
|
Makefile.in
|
|
364
369
|
|
|
365
370
|
all: config.h
|
|
@@ -535,15 +540,17 @@ clean-generic:
|
|
|
535
540
|
distclean-generic:
|
|
536
541
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
537
542
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
543
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
538
544
|
|
|
539
545
|
maintainer-clean-generic:
|
|
540
546
|
@echo "This command is intended for maintainers to use"
|
|
541
547
|
@echo "it deletes files that may require special tools to rebuild."
|
|
542
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
543
548
|
clean: clean-am
|
|
544
549
|
|
|
545
550
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
546
551
|
|
|
552
|
+
distclean: distclean-am
|
|
553
|
+
-rm -f Makefile
|
|
547
554
|
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
|
|
548
555
|
|
|
549
556
|
dvi: dvi-am
|
|
@@ -631,11 +638,6 @@ uninstall-am:
|
|
|
631
638
|
.PRECIOUS: Makefile
|
|
632
639
|
|
|
633
640
|
|
|
634
|
-
distclean: clean
|
|
635
|
-
-rm -f config.h
|
|
636
|
-
-rm -f types.h
|
|
637
|
-
-rm -f Makefile
|
|
638
|
-
|
|
639
641
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
640
642
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
641
643
|
.NOEXPORT:
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
#define PACKAGE_NAME "libcaes"
|
|
327
327
|
|
|
328
328
|
/* Define to the full name and version of this package. */
|
|
329
|
-
#define PACKAGE_STRING "libcaes
|
|
329
|
+
#define PACKAGE_STRING "libcaes 20240413"
|
|
330
330
|
|
|
331
331
|
/* Define to the one symbol short name of this package. */
|
|
332
332
|
#define PACKAGE_TARNAME "libcaes"
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
#define PACKAGE_URL ""
|
|
336
336
|
|
|
337
337
|
/* Define to the version of this package. */
|
|
338
|
-
#define PACKAGE_VERSION "
|
|
338
|
+
#define PACKAGE_VERSION "20240413"
|
|
339
339
|
|
|
340
340
|
/* The size of `int', as computed by sizeof. */
|
|
341
341
|
#define SIZEOF_INT 4
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
/* #undef STRERROR_R_CHAR_P */
|
|
362
362
|
|
|
363
363
|
/* Version number of package */
|
|
364
|
-
#define VERSION "
|
|
364
|
+
#define VERSION "20240413"
|
|
365
365
|
|
|
366
366
|
/* Number of bits in a file offset, on hosts where this is settable. */
|
|
367
367
|
/* #undef _FILE_OFFSET_BITS */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#! /bin/sh
|
|
2
2
|
# Guess values for system-dependent variables and create Makefiles.
|
|
3
|
-
# Generated by GNU Autoconf 2.71 for libcaes
|
|
3
|
+
# Generated by GNU Autoconf 2.71 for libcaes 20240413.
|
|
4
4
|
#
|
|
5
5
|
# Report bugs to <joachim.metz@gmail.com>.
|
|
6
6
|
#
|
|
@@ -621,8 +621,8 @@ MAKEFLAGS=
|
|
|
621
621
|
# Identity of this package.
|
|
622
622
|
PACKAGE_NAME='libcaes'
|
|
623
623
|
PACKAGE_TARNAME='libcaes'
|
|
624
|
-
PACKAGE_VERSION='
|
|
625
|
-
PACKAGE_STRING='libcaes
|
|
624
|
+
PACKAGE_VERSION='20240413'
|
|
625
|
+
PACKAGE_STRING='libcaes 20240413'
|
|
626
626
|
PACKAGE_BUGREPORT='joachim.metz@gmail.com'
|
|
627
627
|
PACKAGE_URL=''
|
|
628
628
|
|
|
@@ -1463,7 +1463,7 @@ if test "$ac_init_help" = "long"; then
|
|
|
1463
1463
|
# Omit some internal or obsolete options to make the list less imposing.
|
|
1464
1464
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
|
1465
1465
|
cat <<_ACEOF
|
|
1466
|
-
\`configure' configures libcaes
|
|
1466
|
+
\`configure' configures libcaes 20240413 to adapt to many kinds of systems.
|
|
1467
1467
|
|
|
1468
1468
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
1469
1469
|
|
|
@@ -1534,7 +1534,7 @@ fi
|
|
|
1534
1534
|
|
|
1535
1535
|
if test -n "$ac_init_help"; then
|
|
1536
1536
|
case $ac_init_help in
|
|
1537
|
-
short | recursive ) echo "Configuration of libcaes
|
|
1537
|
+
short | recursive ) echo "Configuration of libcaes 20240413:";;
|
|
1538
1538
|
esac
|
|
1539
1539
|
cat <<\_ACEOF
|
|
1540
1540
|
|
|
@@ -1688,7 +1688,7 @@ fi
|
|
|
1688
1688
|
test -n "$ac_init_help" && exit $ac_status
|
|
1689
1689
|
if $ac_init_version; then
|
|
1690
1690
|
cat <<\_ACEOF
|
|
1691
|
-
libcaes configure
|
|
1691
|
+
libcaes configure 20240413
|
|
1692
1692
|
generated by GNU Autoconf 2.71
|
|
1693
1693
|
|
|
1694
1694
|
Copyright (C) 2021 Free Software Foundation, Inc.
|
|
@@ -2409,7 +2409,7 @@ cat >config.log <<_ACEOF
|
|
|
2409
2409
|
This file contains any messages produced by compilers while
|
|
2410
2410
|
running configure, to aid debugging if configure makes a mistake.
|
|
2411
2411
|
|
|
2412
|
-
It was created by libcaes $as_me
|
|
2412
|
+
It was created by libcaes $as_me 20240413, which was
|
|
2413
2413
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
2414
2414
|
|
|
2415
2415
|
$ $0$ac_configure_args_raw
|
|
@@ -3898,7 +3898,7 @@ fi
|
|
|
3898
3898
|
|
|
3899
3899
|
# Define the identity of the package.
|
|
3900
3900
|
PACKAGE='libcaes'
|
|
3901
|
-
VERSION='
|
|
3901
|
+
VERSION='20240413'
|
|
3902
3902
|
|
|
3903
3903
|
|
|
3904
3904
|
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
|
|
@@ -23377,7 +23377,7 @@ then :
|
|
|
23377
23377
|
ac_cv_libcerror=no
|
|
23378
23378
|
else $as_nop
|
|
23379
23379
|
ac_cv_libcerror=check
|
|
23380
|
-
|
|
23380
|
+
if test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_with_libcerror" != xyes
|
|
23381
23381
|
then :
|
|
23382
23382
|
if test -d "$ac_cv_with_libcerror"
|
|
23383
23383
|
then :
|
|
@@ -23876,7 +23876,8 @@ fi
|
|
|
23876
23876
|
fi
|
|
23877
23877
|
|
|
23878
23878
|
fi
|
|
23879
|
-
|
|
23879
|
+
|
|
23880
|
+
if test "x$ac_cv_libcerror" != xyes && test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_with_libcerror" != xyes
|
|
23880
23881
|
then :
|
|
23881
23882
|
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|
|
23882
23883
|
printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
@@ -24026,7 +24027,7 @@ fi
|
|
|
24026
24027
|
|
|
24027
24028
|
fi
|
|
24028
24029
|
|
|
24029
|
-
ac_cv_libcerror_CPPFLAGS="-I../libcerror";
|
|
24030
|
+
ac_cv_libcerror_CPPFLAGS="-I../libcerror -I\$(top_srcdir)/libcerror";
|
|
24030
24031
|
ac_cv_libcerror_LIBADD="../libcerror/libcerror.la";
|
|
24031
24032
|
|
|
24032
24033
|
ac_cv_libcerror=local
|
|
@@ -24145,7 +24146,7 @@ then :
|
|
|
24145
24146
|
then :
|
|
24146
24147
|
ac_cv_libcrypto=no
|
|
24147
24148
|
else $as_nop
|
|
24148
|
-
|
|
24149
|
+
if test "x$ac_cv_with_openssl" != x && test "x$ac_cv_with_openssl" != xauto-detect && test "x$ac_cv_with_openssl" != xyes
|
|
24149
24150
|
then :
|
|
24150
24151
|
if test -d "$ac_cv_with_openssl"
|
|
24151
24152
|
then :
|
|
@@ -28129,7 +28130,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
|
28129
28130
|
# report actual input values of CONFIG_FILES etc. instead of their
|
|
28130
28131
|
# values after options handling.
|
|
28131
28132
|
ac_log="
|
|
28132
|
-
This file was extended by libcaes $as_me
|
|
28133
|
+
This file was extended by libcaes $as_me 20240413, which was
|
|
28133
28134
|
generated by GNU Autoconf 2.71. Invocation command line was
|
|
28134
28135
|
|
|
28135
28136
|
CONFIG_FILES = $CONFIG_FILES
|
|
@@ -28197,7 +28198,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
|
|
|
28197
28198
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
|
28198
28199
|
ac_cs_config='$ac_cs_config_escaped'
|
|
28199
28200
|
ac_cs_version="\\
|
|
28200
|
-
libcaes config.status
|
|
28201
|
+
libcaes config.status 20240413
|
|
28201
28202
|
configured by $0, generated by GNU Autoconf 2.71,
|
|
28202
28203
|
with options \\"\$ac_cs_config\\"
|
|
28203
28204
|
|
|
@@ -14,13 +14,11 @@ EXTRA_DIST = \
|
|
|
14
14
|
libcaes/features.h.in \
|
|
15
15
|
libcaes/types.h.in
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
DISTCLEANFILES = \
|
|
18
|
+
libcaes.h \
|
|
19
|
+
libcaes/definitions.h \
|
|
20
|
+
libcaes/features.h \
|
|
21
|
+
libcaes/types.h \
|
|
22
|
+
Makefile \
|
|
18
23
|
Makefile.in
|
|
19
24
|
|
|
20
|
-
distclean: clean
|
|
21
|
-
-rm -f libcaes.h
|
|
22
|
-
-rm -f libcaes/definitions.h
|
|
23
|
-
-rm -f libcaes/features.h
|
|
24
|
-
-rm -f libcaes/types.h
|
|
25
|
-
-rm -f Makefile
|
|
26
|
-
|
|
@@ -389,7 +389,12 @@ EXTRA_DIST = \
|
|
|
389
389
|
libcaes/features.h.in \
|
|
390
390
|
libcaes/types.h.in
|
|
391
391
|
|
|
392
|
-
|
|
392
|
+
DISTCLEANFILES = \
|
|
393
|
+
libcaes.h \
|
|
394
|
+
libcaes/definitions.h \
|
|
395
|
+
libcaes/features.h \
|
|
396
|
+
libcaes/types.h \
|
|
397
|
+
Makefile \
|
|
393
398
|
Makefile.in
|
|
394
399
|
|
|
395
400
|
all: all-am
|
|
@@ -594,15 +599,17 @@ clean-generic:
|
|
|
594
599
|
distclean-generic:
|
|
595
600
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
596
601
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
602
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
597
603
|
|
|
598
604
|
maintainer-clean-generic:
|
|
599
605
|
@echo "This command is intended for maintainers to use"
|
|
600
606
|
@echo "it deletes files that may require special tools to rebuild."
|
|
601
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
602
607
|
clean: clean-am
|
|
603
608
|
|
|
604
609
|
clean-am: clean-generic clean-libtool mostlyclean-am
|
|
605
610
|
|
|
611
|
+
distclean: distclean-am
|
|
612
|
+
-rm -f Makefile
|
|
606
613
|
distclean-am: clean-am distclean-generic distclean-tags
|
|
607
614
|
|
|
608
615
|
dvi: dvi-am
|
|
@@ -692,13 +699,6 @@ uninstall-am: uninstall-includeHEADERS uninstall-pkgincludeHEADERS
|
|
|
692
699
|
.PRECIOUS: Makefile
|
|
693
700
|
|
|
694
701
|
|
|
695
|
-
distclean: clean
|
|
696
|
-
-rm -f libcaes.h
|
|
697
|
-
-rm -f libcaes/definitions.h
|
|
698
|
-
-rm -f libcaes/features.h
|
|
699
|
-
-rm -f libcaes/types.h
|
|
700
|
-
-rm -f Makefile
|
|
701
|
-
|
|
702
702
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
703
703
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
704
704
|
.NOEXPORT:
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
#include <libcaes/types.h>
|
|
26
26
|
|
|
27
|
-
#define LIBCAES_VERSION
|
|
27
|
+
#define LIBCAES_VERSION 20240413
|
|
28
28
|
|
|
29
29
|
/* The version string
|
|
30
30
|
*/
|
|
31
|
-
#define LIBCAES_VERSION_STRING "
|
|
31
|
+
#define LIBCAES_VERSION_STRING "20240413"
|
|
32
32
|
|
|
33
33
|
/* The crypt modes
|
|
34
34
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
AM_CPPFLAGS = \
|
|
2
|
-
-I$(top_srcdir)/include \
|
|
3
|
-
-I$(top_srcdir)/common \
|
|
2
|
+
-I../include -I$(top_srcdir)/include \
|
|
3
|
+
-I../common -I$(top_srcdir)/common \
|
|
4
4
|
@LIBCERROR_CPPFLAGS@ \
|
|
5
|
+
@LIBCRYPTO_CPPFLAGS@ \
|
|
5
6
|
@LIBCAES_DLL_EXPORT@
|
|
6
7
|
|
|
7
8
|
lib_LTLIBRARIES = libcaes.la
|
|
@@ -30,14 +31,12 @@ EXTRA_DIST = \
|
|
|
30
31
|
libcaes.rc \
|
|
31
32
|
libcaes.rc.in
|
|
32
33
|
|
|
33
|
-
|
|
34
|
+
DISTCLEANFILES = \
|
|
35
|
+
libcaes_definitions.h \
|
|
36
|
+
libcaes.rc \
|
|
37
|
+
Makefile \
|
|
34
38
|
Makefile.in
|
|
35
39
|
|
|
36
|
-
distclean: clean
|
|
37
|
-
-rm -f libcaes_definitions.h
|
|
38
|
-
-rm -f libcaes.rc
|
|
39
|
-
-rm -f Makefile
|
|
40
|
-
|
|
41
40
|
sources-local: $(BUILT_SOURCES)
|
|
42
41
|
|
|
43
42
|
splint-local:
|
|
@@ -410,9 +410,10 @@ top_build_prefix = @top_build_prefix@
|
|
|
410
410
|
top_builddir = @top_builddir@
|
|
411
411
|
top_srcdir = @top_srcdir@
|
|
412
412
|
AM_CPPFLAGS = \
|
|
413
|
-
-I$(top_srcdir)/include \
|
|
414
|
-
-I$(top_srcdir)/common \
|
|
413
|
+
-I../include -I$(top_srcdir)/include \
|
|
414
|
+
-I../common -I$(top_srcdir)/common \
|
|
415
415
|
@LIBCERROR_CPPFLAGS@ \
|
|
416
|
+
@LIBCRYPTO_CPPFLAGS@ \
|
|
416
417
|
@LIBCAES_DLL_EXPORT@
|
|
417
418
|
|
|
418
419
|
lib_LTLIBRARIES = libcaes.la
|
|
@@ -439,7 +440,10 @@ EXTRA_DIST = \
|
|
|
439
440
|
libcaes.rc \
|
|
440
441
|
libcaes.rc.in
|
|
441
442
|
|
|
442
|
-
|
|
443
|
+
DISTCLEANFILES = \
|
|
444
|
+
libcaes_definitions.h \
|
|
445
|
+
libcaes.rc \
|
|
446
|
+
Makefile \
|
|
443
447
|
Makefile.in
|
|
444
448
|
|
|
445
449
|
all: all-am
|
|
@@ -682,16 +686,23 @@ clean-generic:
|
|
|
682
686
|
distclean-generic:
|
|
683
687
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
684
688
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
689
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
685
690
|
|
|
686
691
|
maintainer-clean-generic:
|
|
687
692
|
@echo "This command is intended for maintainers to use"
|
|
688
693
|
@echo "it deletes files that may require special tools to rebuild."
|
|
689
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
690
694
|
clean: clean-am
|
|
691
695
|
|
|
692
696
|
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
|
693
697
|
mostlyclean-am
|
|
694
698
|
|
|
699
|
+
distclean: distclean-am
|
|
700
|
+
-rm -f ./$(DEPDIR)/libcaes.Plo
|
|
701
|
+
-rm -f ./$(DEPDIR)/libcaes_context.Plo
|
|
702
|
+
-rm -f ./$(DEPDIR)/libcaes_error.Plo
|
|
703
|
+
-rm -f ./$(DEPDIR)/libcaes_support.Plo
|
|
704
|
+
-rm -f ./$(DEPDIR)/libcaes_tweaked_context.Plo
|
|
705
|
+
-rm -f Makefile
|
|
695
706
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
696
707
|
distclean-tags
|
|
697
708
|
|
|
@@ -787,11 +798,6 @@ uninstall-am: uninstall-libLTLIBRARIES
|
|
|
787
798
|
.PRECIOUS: Makefile
|
|
788
799
|
|
|
789
800
|
|
|
790
|
-
distclean: clean
|
|
791
|
-
-rm -f libcaes_definitions.h
|
|
792
|
-
-rm -f libcaes.rc
|
|
793
|
-
-rm -f Makefile
|
|
794
|
-
|
|
795
801
|
sources-local: $(BUILT_SOURCES)
|
|
796
802
|
|
|
797
803
|
splint-local:
|
|
@@ -22,12 +22,12 @@ BEGIN
|
|
|
22
22
|
BLOCK "040904E4"
|
|
23
23
|
BEGIN
|
|
24
24
|
VALUE "FileDescription", "Library to support cross-platform AES encryption\0"
|
|
25
|
-
VALUE "FileVersion", "
|
|
25
|
+
VALUE "FileVersion", "20240413" "\0"
|
|
26
26
|
VALUE "InternalName", "libcaes.dll\0"
|
|
27
27
|
VALUE "LegalCopyright", "(C) 2011-2024, Joachim Metz <joachim.metz@gmail.com>\0"
|
|
28
28
|
VALUE "OriginalFilename", "libcaes.dll\0"
|
|
29
29
|
VALUE "ProductName", "libcaes\0"
|
|
30
|
-
VALUE "ProductVersion", "
|
|
30
|
+
VALUE "ProductVersion", "20240413" "\0"
|
|
31
31
|
VALUE "Comments", "For more information visit https://github.com/libyal/libcaes/\0"
|
|
32
32
|
END
|
|
33
33
|
END
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
* for local use of libcaes
|
|
35
35
|
*/
|
|
36
36
|
#else
|
|
37
|
-
#define LIBCAES_VERSION
|
|
37
|
+
#define LIBCAES_VERSION 20240413
|
|
38
38
|
|
|
39
39
|
/* The libcaes version string
|
|
40
40
|
*/
|
|
41
|
-
#define LIBCAES_VERSION_STRING "
|
|
41
|
+
#define LIBCAES_VERSION_STRING "20240413"
|
|
42
42
|
|
|
43
43
|
/* The crypt modes
|
|
44
44
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: libcaes
|
|
2
|
-
Version:
|
|
2
|
+
Version: 20240413
|
|
3
3
|
Release: 1
|
|
4
4
|
Summary: Library to support cross-platform AES encryption
|
|
5
5
|
Group: System Environment/Libraries
|
|
@@ -80,6 +80,6 @@ rm -rf %{buildroot}
|
|
|
80
80
|
%{_libdir}/python3*/site-packages/*.so
|
|
81
81
|
|
|
82
82
|
%changelog
|
|
83
|
-
*
|
|
83
|
+
* Sat Apr 13 2024 Joachim Metz <joachim.metz@gmail.com> 20240413-1
|
|
84
84
|
- Auto-generated
|
|
85
85
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
if HAVE_LOCAL_LIBCERROR
|
|
2
2
|
AM_CPPFLAGS = \
|
|
3
|
-
-I$(top_srcdir)/include \
|
|
4
|
-
-I$(top_srcdir)/common
|
|
3
|
+
-I../include -I$(top_srcdir)/include \
|
|
4
|
+
-I../common -I$(top_srcdir)/common
|
|
5
5
|
|
|
6
6
|
noinst_LTLIBRARIES = libcerror.la
|
|
7
7
|
|
|
@@ -15,12 +15,11 @@ libcerror_la_SOURCES = \
|
|
|
15
15
|
libcerror_unused.h
|
|
16
16
|
endif
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
DISTCLEANFILES = \
|
|
19
|
+
libcerror_definitions.h \
|
|
20
|
+
Makefile \
|
|
19
21
|
Makefile.in
|
|
20
22
|
|
|
21
|
-
distclean: clean
|
|
22
|
-
-rm -f Makefile
|
|
23
|
-
|
|
24
23
|
sources-local: $(BUILT_SOURCES)
|
|
25
24
|
|
|
26
25
|
splint-local:
|
|
@@ -384,8 +384,8 @@ top_build_prefix = @top_build_prefix@
|
|
|
384
384
|
top_builddir = @top_builddir@
|
|
385
385
|
top_srcdir = @top_srcdir@
|
|
386
386
|
@HAVE_LOCAL_LIBCERROR_TRUE@AM_CPPFLAGS = \
|
|
387
|
-
@HAVE_LOCAL_LIBCERROR_TRUE@ -I$(top_srcdir)/include \
|
|
388
|
-
@HAVE_LOCAL_LIBCERROR_TRUE@ -I$(top_srcdir)/common
|
|
387
|
+
@HAVE_LOCAL_LIBCERROR_TRUE@ -I../include -I$(top_srcdir)/include \
|
|
388
|
+
@HAVE_LOCAL_LIBCERROR_TRUE@ -I../common -I$(top_srcdir)/common
|
|
389
389
|
|
|
390
390
|
@HAVE_LOCAL_LIBCERROR_TRUE@noinst_LTLIBRARIES = libcerror.la
|
|
391
391
|
@HAVE_LOCAL_LIBCERROR_TRUE@libcerror_la_SOURCES = \
|
|
@@ -397,7 +397,9 @@ top_srcdir = @top_srcdir@
|
|
|
397
397
|
@HAVE_LOCAL_LIBCERROR_TRUE@ libcerror_types.h \
|
|
398
398
|
@HAVE_LOCAL_LIBCERROR_TRUE@ libcerror_unused.h
|
|
399
399
|
|
|
400
|
-
|
|
400
|
+
DISTCLEANFILES = \
|
|
401
|
+
libcerror_definitions.h \
|
|
402
|
+
Makefile \
|
|
401
403
|
Makefile.in
|
|
402
404
|
|
|
403
405
|
all: all-am
|
|
@@ -607,16 +609,21 @@ clean-generic:
|
|
|
607
609
|
distclean-generic:
|
|
608
610
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
609
611
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
612
|
+
-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
|
|
610
613
|
|
|
611
614
|
maintainer-clean-generic:
|
|
612
615
|
@echo "This command is intended for maintainers to use"
|
|
613
616
|
@echo "it deletes files that may require special tools to rebuild."
|
|
614
|
-
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
|
|
615
617
|
clean: clean-am
|
|
616
618
|
|
|
617
619
|
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
|
|
618
620
|
mostlyclean-am
|
|
619
621
|
|
|
622
|
+
distclean: distclean-am
|
|
623
|
+
-rm -f ./$(DEPDIR)/libcerror_error.Plo
|
|
624
|
+
-rm -f ./$(DEPDIR)/libcerror_support.Plo
|
|
625
|
+
-rm -f ./$(DEPDIR)/libcerror_system.Plo
|
|
626
|
+
-rm -f Makefile
|
|
620
627
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
621
628
|
distclean-tags
|
|
622
629
|
|
|
@@ -710,9 +717,6 @@ uninstall-am:
|
|
|
710
717
|
.PRECIOUS: Makefile
|
|
711
718
|
|
|
712
719
|
|
|
713
|
-
distclean: clean
|
|
714
|
-
-rm -f Makefile
|
|
715
|
-
|
|
716
720
|
sources-local: $(BUILT_SOURCES)
|
|
717
721
|
|
|
718
722
|
splint-local:
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
*/
|
|
36
36
|
#else
|
|
37
37
|
|
|
38
|
-
#define LIBCERROR_VERSION
|
|
38
|
+
#define LIBCERROR_VERSION 20240413
|
|
39
39
|
|
|
40
40
|
/* The libcerror version string
|
|
41
41
|
*/
|
|
42
|
-
#define LIBCERROR_VERSION_STRING "
|
|
42
|
+
#define LIBCERROR_VERSION_STRING "20240413"
|
|
43
43
|
|
|
44
44
|
/* The error domains
|
|
45
45
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
dnl Checks for common headers and functions
|
|
2
2
|
dnl
|
|
3
|
-
dnl Version:
|
|
3
|
+
dnl Version: 20240308
|
|
4
4
|
|
|
5
5
|
dnl Function to test if a certain feature was disabled
|
|
6
6
|
AC_DEFUN([AX_COMMON_ARG_DISABLE],
|
|
@@ -26,7 +26,7 @@ AC_DEFUN([AX_COMMON_ARG_ENABLE],
|
|
|
26
26
|
[$1],
|
|
27
27
|
[AS_HELP_STRING(
|
|
28
28
|
[--enable-$1],
|
|
29
|
-
[$3
|
|
29
|
+
[$3 @<:@default=$4@:>@])],
|
|
30
30
|
[ac_cv_enable_$2=$enableval],
|
|
31
31
|
[ac_cv_enable_$2=$4])dnl
|
|
32
32
|
|
|
@@ -43,7 +43,7 @@ AC_DEFUN([AX_COMMON_ARG_WITH],
|
|
|
43
43
|
[$1],
|
|
44
44
|
[AS_HELP_STRING(
|
|
45
45
|
[--with-$1[[=$5]]],
|
|
46
|
-
[$3
|
|
46
|
+
[$3 @<:@default=$4@:>@])],
|
|
47
47
|
[ac_cv_with_$2=$withval],
|
|
48
48
|
[ac_cv_with_$2=$4])dnl
|
|
49
49
|
|