Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcaes for openSUSE:Factory checked in at 2024-04-15 20:17:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcaes (Old) and /work/SRC/openSUSE:Factory/.libcaes.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcaes" Mon Apr 15 20:17:12 2024 rev:24 rq:1167633 version:20240413 Changes: -------- --- /work/SRC/openSUSE:Factory/libcaes/libcaes.changes 2024-03-14 17:47:02.705797906 +0100 +++ /work/SRC/openSUSE:Factory/.libcaes.new.26366/libcaes.changes 2024-04-15 20:23:30.439773943 +0200 @@ -1,0 +2,6 @@ +Sat Apr 13 22:27:17 UTC 2024 - Jan Engelhardt <[email protected]> + +- Update to release 20240413 + * No changelog was provided + +------------------------------------------------------------------- Old: ---- libcaes-alpha-20240114.tar.gz libcaes-alpha-20240114.tar.gz.asc New: ---- libcaes-alpha-20240413.tar.gz libcaes-alpha-20240413.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcaes.spec ++++++ --- /var/tmp/diff_new_pack.LVuok8/_old 2024-04-15 20:23:30.963793236 +0200 +++ /var/tmp/diff_new_pack.LVuok8/_new 2024-04-15 20:23:30.967793383 +0200 @@ -20,7 +20,7 @@ %define lname libcaes1 Name: libcaes -Version: 20240114 +Version: 20240413 Release: 0 Summary: Library for AES encryption License: LGPL-3.0-or-later @@ -29,12 +29,12 @@ Source: https://github.com/libyal/libcaes/releases/download/%version/libcaes-alpha-%version.tar.gz Source2: https://github.com/libyal/libcaes/releases/download/%version/libcaes-alpha-%version.tar.gz.asc Source3: %name.keyring -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} +BuildRequires: %python_module devel +BuildRequires: %python_module setuptools BuildRequires: c_compiler BuildRequires: pkg-config BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(libcerror) >= 20240101 +BuildRequires: pkgconfig(libcerror) >= 20240413 BuildRequires: pkgconfig(openssl) >= 1.0 %python_subpackages # Various notes: https://en.opensuse.org/libyal ++++++ libcaes-alpha-20240114.tar.gz -> libcaes-alpha-20240413.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/Makefile.am new/libcaes-20240413/Makefile.am --- old/libcaes-20240114/Makefile.am 2023-12-03 09:57:52.000000000 +0100 +++ new/libcaes-20240413/Makefile.am 2024-04-13 14:40:51.000000000 +0200 @@ -48,8 +48,15 @@ $(SETUP_PY_FILES) \ $(SPEC_FILES) -MAINTAINERCLEANFILES = \ - Makefile.in +DISTCLEANFILES = \ + config.status \ + config.cache \ + config.log \ + libcaes.pc \ + libcaes.spec \ + Makefile \ + Makefile.in \ + po/Makevars pkgconfigdir = $(libdir)/pkgconfig @@ -67,15 +74,3 @@ (cd $(srcdir)/libcaes && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) -distclean: clean - -rm -f Makefile - -rm -f config.status - -rm -f config.cache - -rm -f config.log - -rm -f libcaes.pc - -rm -f libcaes.spec - @for dir in ${subdirs}; do \ - (cd $$dir && $(MAKE) distclean) \ - || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \ - done && test -z "$$fail" - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/Makefile.in new/libcaes-20240413/Makefile.in --- old/libcaes-20240114/Makefile.in 2024-01-14 20:38:35.000000000 +0100 +++ new/libcaes-20240413/Makefile.in 2024-04-13 14:50:31.000000000 +0200 @@ -493,8 +493,15 @@ $(SETUP_PY_FILES) \ $(SPEC_FILES) -MAINTAINERCLEANFILES = \ - Makefile.in +DISTCLEANFILES = \ + config.status \ + config.cache \ + config.log \ + libcaes.pc \ + libcaes.spec \ + Makefile \ + Makefile.in \ + po/Makevars pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = \ @@ -919,15 +926,18 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive clean-am: clean-generic clean-libtool mostlyclean-am +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-libtool \ distclean-tags @@ -1033,18 +1043,6 @@ (cd $(srcdir)/libcaes && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) -distclean: clean - -rm -f Makefile - -rm -f config.status - -rm -f config.cache - -rm -f config.log - -rm -f libcaes.pc - -rm -f libcaes.spec - @for dir in ${subdirs}; do \ - (cd $$dir && $(MAKE) distclean) \ - || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \ - done && test -z "$$fail" - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/common/Makefile.am new/libcaes-20240413/common/Makefile.am --- old/libcaes-20240114/common/Makefile.am 2024-01-14 20:36:04.000000000 +0100 +++ new/libcaes-20240413/common/Makefile.am 2024-04-13 14:30:19.000000000 +0200 @@ -1,4 +1,5 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = \ + -I../include -I$(top_srcdir)/include EXTRA_DIST = \ byte_stream.h \ @@ -15,11 +16,9 @@ types.h.in \ wide_string.h -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + config.h \ + types.h \ + Makefile \ Makefile.in -distclean: clean - -rm -f config.h - -rm -f types.h - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/common/Makefile.in new/libcaes-20240413/common/Makefile.in --- old/libcaes-20240114/common/Makefile.in 2024-01-14 20:38:35.000000000 +0100 +++ new/libcaes-20240413/common/Makefile.in 2024-04-13 14:50:31.000000000 +0200 @@ -343,7 +343,9 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CPPFLAGS = -I$(top_srcdir)/include +AM_CPPFLAGS = \ + -I../include -I$(top_srcdir)/include + EXTRA_DIST = \ byte_stream.h \ common.h \ @@ -359,7 +361,10 @@ types.h.in \ wide_string.h -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + config.h \ + types.h \ + Makefile \ Makefile.in all: config.h @@ -535,15 +540,17 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am +distclean: distclean-am + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-hdr distclean-tags dvi: dvi-am @@ -631,11 +638,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f config.h - -rm -f types.h - -rm -f Makefile - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/common/config.h new/libcaes-20240413/common/config.h --- old/libcaes-20240114/common/config.h 2024-01-14 20:38:26.000000000 +0100 +++ new/libcaes-20240413/common/config.h 2024-04-13 14:50:08.000000000 +0200 @@ -326,7 +326,7 @@ #define PACKAGE_NAME "libcaes" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libcaes 20240114" +#define PACKAGE_STRING "libcaes 20240413" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libcaes" @@ -335,7 +335,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20240114" +#define PACKAGE_VERSION "20240413" /* The size of `int', as computed by sizeof. */ #define SIZEOF_INT 4 @@ -361,7 +361,7 @@ /* #undef STRERROR_R_CHAR_P */ /* Version number of package */ -#define VERSION "20240114" +#define VERSION "20240413" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/configure new/libcaes-20240413/configure --- old/libcaes-20240114/configure 2024-01-14 20:38:34.000000000 +0100 +++ new/libcaes-20240413/configure 2024-04-13 14:50:30.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libcaes 20240114. +# Generated by GNU Autoconf 2.71 for libcaes 20240413. # # Report bugs to <[email protected]>. # @@ -621,8 +621,8 @@ # Identity of this package. PACKAGE_NAME='libcaes' PACKAGE_TARNAME='libcaes' -PACKAGE_VERSION='20240114' -PACKAGE_STRING='libcaes 20240114' +PACKAGE_VERSION='20240413' +PACKAGE_STRING='libcaes 20240413' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1463,7 +1463,7 @@ # 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. cat <<_ACEOF -\`configure' configures libcaes 20240114 to adapt to many kinds of systems. +\`configure' configures libcaes 20240413 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1534,7 +1534,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libcaes 20240114:";; + short | recursive ) echo "Configuration of libcaes 20240413:";; esac cat <<\_ACEOF @@ -1688,7 +1688,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libcaes configure 20240114 +libcaes configure 20240413 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2409,7 +2409,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libcaes $as_me 20240114, which was +It was created by libcaes $as_me 20240413, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3898,7 +3898,7 @@ # Define the identity of the package. PACKAGE='libcaes' - VERSION='20240114' + VERSION='20240413' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -23377,7 +23377,7 @@ ac_cv_libcerror=no else $as_nop ac_cv_libcerror=check - if test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect + if test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_with_libcerror" != xyes then : if test -d "$ac_cv_with_libcerror" then : @@ -23876,7 +23876,8 @@ fi fi - if test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_libcerror" != xyes + + 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 then : { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} @@ -24026,7 +24027,7 @@ fi - ac_cv_libcerror_CPPFLAGS="-I../libcerror"; + ac_cv_libcerror_CPPFLAGS="-I../libcerror -I\$(top_srcdir)/libcerror"; ac_cv_libcerror_LIBADD="../libcerror/libcerror.la"; ac_cv_libcerror=local @@ -24145,7 +24146,7 @@ then : ac_cv_libcrypto=no else $as_nop - if test "x$ac_cv_with_openssl" != x && test "x$ac_cv_with_openssl" != xauto-detect + if test "x$ac_cv_with_openssl" != x && test "x$ac_cv_with_openssl" != xauto-detect && test "x$ac_cv_with_openssl" != xyes then : if test -d "$ac_cv_with_openssl" then : @@ -28129,7 +28130,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libcaes $as_me 20240114, which was +This file was extended by libcaes $as_me 20240413, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -28197,7 +28198,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -libcaes config.status 20240114 +libcaes config.status 20240413 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/configure.ac new/libcaes-20240413/configure.ac --- old/libcaes-20240114/configure.ac 2024-01-14 20:36:04.000000000 +0100 +++ new/libcaes-20240413/configure.ac 2024-04-13 14:14:01.000000000 +0200 @@ -2,7 +2,7 @@ AC_INIT( [libcaes], - [20240114], + [20240413], [[email protected]]) AC_CONFIG_SRCDIR( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/dpkg/changelog new/libcaes-20240413/dpkg/changelog --- old/libcaes-20240114/dpkg/changelog 2024-01-14 20:38:42.000000000 +0100 +++ new/libcaes-20240413/dpkg/changelog 2024-04-13 14:50:45.000000000 +0200 @@ -1,5 +1,5 @@ -libcaes (20240114-1) unstable; urgency=low +libcaes (20240413-1) unstable; urgency=low * Auto-generated - -- Joachim Metz <[email protected]> Sun, 14 Jan 2024 20:38:42 +0100 + -- Joachim Metz <[email protected]> Sat, 13 Apr 2024 14:50:43 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/include/Makefile.am new/libcaes-20240413/include/Makefile.am --- old/libcaes-20240114/include/Makefile.am 2024-01-14 20:36:04.000000000 +0100 +++ new/libcaes-20240413/include/Makefile.am 2024-04-13 14:19:48.000000000 +0200 @@ -14,13 +14,11 @@ libcaes/features.h.in \ libcaes/types.h.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcaes.h \ + libcaes/definitions.h \ + libcaes/features.h \ + libcaes/types.h \ + Makefile \ Makefile.in -distclean: clean - -rm -f libcaes.h - -rm -f libcaes/definitions.h - -rm -f libcaes/features.h - -rm -f libcaes/types.h - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/include/Makefile.in new/libcaes-20240413/include/Makefile.in --- old/libcaes-20240114/include/Makefile.in 2024-01-14 20:38:35.000000000 +0100 +++ new/libcaes-20240413/include/Makefile.in 2024-04-13 14:50:31.000000000 +0200 @@ -389,7 +389,12 @@ libcaes/features.h.in \ libcaes/types.h.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcaes.h \ + libcaes/definitions.h \ + libcaes/features.h \ + libcaes/types.h \ + Makefile \ Makefile.in all: all-am @@ -594,15 +599,17 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am +distclean: distclean-am + -rm -f Makefile distclean-am: clean-am distclean-generic distclean-tags dvi: dvi-am @@ -692,13 +699,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f libcaes.h - -rm -f libcaes/definitions.h - -rm -f libcaes/features.h - -rm -f libcaes/types.h - -rm -f Makefile - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/include/libcaes/definitions.h new/libcaes-20240413/include/libcaes/definitions.h --- old/libcaes-20240114/include/libcaes/definitions.h 2024-01-14 20:38:42.000000000 +0100 +++ new/libcaes-20240413/include/libcaes/definitions.h 2024-04-13 14:50:45.000000000 +0200 @@ -24,11 +24,11 @@ #include <libcaes/types.h> -#define LIBCAES_VERSION 20240114 +#define LIBCAES_VERSION 20240413 /* The version string */ -#define LIBCAES_VERSION_STRING "20240114" +#define LIBCAES_VERSION_STRING "20240413" /* The crypt modes */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/libcaes/Makefile.am new/libcaes-20240413/libcaes/Makefile.am --- old/libcaes-20240114/libcaes/Makefile.am 2023-12-03 09:57:53.000000000 +0100 +++ new/libcaes-20240413/libcaes/Makefile.am 2024-04-13 14:28:37.000000000 +0200 @@ -1,7 +1,8 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/common \ + -I../include -I$(top_srcdir)/include \ + -I../common -I$(top_srcdir)/common \ @LIBCERROR_CPPFLAGS@ \ + @LIBCRYPTO_CPPFLAGS@ \ @LIBCAES_DLL_EXPORT@ lib_LTLIBRARIES = libcaes.la @@ -30,14 +31,12 @@ libcaes.rc \ libcaes.rc.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcaes_definitions.h \ + libcaes.rc \ + Makefile \ Makefile.in -distclean: clean - -rm -f libcaes_definitions.h - -rm -f libcaes.rc - -rm -f Makefile - sources-local: $(BUILT_SOURCES) splint-local: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/libcaes/Makefile.in new/libcaes-20240413/libcaes/Makefile.in --- old/libcaes-20240114/libcaes/Makefile.in 2024-01-14 20:38:35.000000000 +0100 +++ new/libcaes-20240413/libcaes/Makefile.in 2024-04-13 14:50:31.000000000 +0200 @@ -410,9 +410,10 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/common \ + -I../include -I$(top_srcdir)/include \ + -I../common -I$(top_srcdir)/common \ @LIBCERROR_CPPFLAGS@ \ + @LIBCRYPTO_CPPFLAGS@ \ @LIBCAES_DLL_EXPORT@ lib_LTLIBRARIES = libcaes.la @@ -439,7 +440,10 @@ libcaes.rc \ libcaes.rc.in -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcaes_definitions.h \ + libcaes.rc \ + Makefile \ Makefile.in all: all-am @@ -682,16 +686,23 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ mostlyclean-am +distclean: distclean-am + -rm -f ./$(DEPDIR)/libcaes.Plo + -rm -f ./$(DEPDIR)/libcaes_context.Plo + -rm -f ./$(DEPDIR)/libcaes_error.Plo + -rm -f ./$(DEPDIR)/libcaes_support.Plo + -rm -f ./$(DEPDIR)/libcaes_tweaked_context.Plo + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -787,11 +798,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f libcaes_definitions.h - -rm -f libcaes.rc - -rm -f Makefile - sources-local: $(BUILT_SOURCES) splint-local: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/libcaes/libcaes.rc new/libcaes-20240413/libcaes/libcaes.rc --- old/libcaes-20240114/libcaes/libcaes.rc 2024-01-14 20:38:42.000000000 +0100 +++ new/libcaes-20240413/libcaes/libcaes.rc 2024-04-13 14:50:45.000000000 +0200 @@ -22,12 +22,12 @@ BLOCK "040904E4" BEGIN VALUE "FileDescription", "Library to support cross-platform AES encryption\0" - VALUE "FileVersion", "20240114" "\0" + VALUE "FileVersion", "20240413" "\0" VALUE "InternalName", "libcaes.dll\0" VALUE "LegalCopyright", "(C) 2011-2024, Joachim Metz <[email protected]>\0" VALUE "OriginalFilename", "libcaes.dll\0" VALUE "ProductName", "libcaes\0" - VALUE "ProductVersion", "20240114" "\0" + VALUE "ProductVersion", "20240413" "\0" VALUE "Comments", "For more information visit https://github.com/libyal/libcaes/\0" END END diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/libcaes/libcaes_definitions.h new/libcaes-20240413/libcaes/libcaes_definitions.h --- old/libcaes-20240114/libcaes/libcaes_definitions.h 2024-01-14 20:38:42.000000000 +0100 +++ new/libcaes-20240413/libcaes/libcaes_definitions.h 2024-04-13 14:50:45.000000000 +0200 @@ -34,11 +34,11 @@ * for local use of libcaes */ #else -#define LIBCAES_VERSION 20240114 +#define LIBCAES_VERSION 20240413 /* The libcaes version string */ -#define LIBCAES_VERSION_STRING "20240114" +#define LIBCAES_VERSION_STRING "20240413" /* The crypt modes */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/libcaes.spec new/libcaes-20240413/libcaes.spec --- old/libcaes-20240114/libcaes.spec 2024-01-14 20:38:42.000000000 +0100 +++ new/libcaes-20240413/libcaes.spec 2024-04-13 14:50:45.000000000 +0200 @@ -1,5 +1,5 @@ Name: libcaes -Version: 20240114 +Version: 20240413 Release: 1 Summary: Library to support cross-platform AES encryption Group: System Environment/Libraries @@ -80,6 +80,6 @@ %{_libdir}/python3*/site-packages/*.so %changelog -* Sun Jan 14 2024 Joachim Metz <[email protected]> 20240114-1 +* Sat Apr 13 2024 Joachim Metz <[email protected]> 20240413-1 - Auto-generated diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/libcerror/Makefile.am new/libcaes-20240413/libcerror/Makefile.am --- old/libcaes-20240114/libcerror/Makefile.am 2024-01-14 20:38:30.000000000 +0100 +++ new/libcaes-20240413/libcerror/Makefile.am 2024-04-13 14:50:23.000000000 +0200 @@ -1,7 +1,7 @@ if HAVE_LOCAL_LIBCERROR AM_CPPFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/common + -I../include -I$(top_srcdir)/include \ + -I../common -I$(top_srcdir)/common noinst_LTLIBRARIES = libcerror.la @@ -15,12 +15,11 @@ libcerror_unused.h endif -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcerror_definitions.h \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - sources-local: $(BUILT_SOURCES) splint-local: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/libcerror/Makefile.in new/libcaes-20240413/libcerror/Makefile.in --- old/libcaes-20240114/libcerror/Makefile.in 2024-01-14 20:38:35.000000000 +0100 +++ new/libcaes-20240413/libcerror/Makefile.in 2024-04-13 14:50:31.000000000 +0200 @@ -384,8 +384,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @HAVE_LOCAL_LIBCERROR_TRUE@AM_CPPFLAGS = \ -@HAVE_LOCAL_LIBCERROR_TRUE@ -I$(top_srcdir)/include \ -@HAVE_LOCAL_LIBCERROR_TRUE@ -I$(top_srcdir)/common +@HAVE_LOCAL_LIBCERROR_TRUE@ -I../include -I$(top_srcdir)/include \ +@HAVE_LOCAL_LIBCERROR_TRUE@ -I../common -I$(top_srcdir)/common @HAVE_LOCAL_LIBCERROR_TRUE@noinst_LTLIBRARIES = libcerror.la @HAVE_LOCAL_LIBCERROR_TRUE@libcerror_la_SOURCES = \ @@ -397,7 +397,9 @@ @HAVE_LOCAL_LIBCERROR_TRUE@ libcerror_types.h \ @HAVE_LOCAL_LIBCERROR_TRUE@ libcerror_unused.h -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + libcerror_definitions.h \ + Makefile \ Makefile.in all: all-am @@ -607,16 +609,21 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-am +distclean: distclean-am + -rm -f ./$(DEPDIR)/libcerror_error.Plo + -rm -f ./$(DEPDIR)/libcerror_support.Plo + -rm -f ./$(DEPDIR)/libcerror_system.Plo + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -710,9 +717,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f Makefile - sources-local: $(BUILT_SOURCES) splint-local: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/libcerror/libcerror_definitions.h new/libcaes-20240413/libcerror/libcerror_definitions.h --- old/libcaes-20240114/libcerror/libcerror_definitions.h 2024-01-14 20:38:30.000000000 +0100 +++ new/libcaes-20240413/libcerror/libcerror_definitions.h 2024-04-13 14:50:23.000000000 +0200 @@ -35,11 +35,11 @@ */ #else -#define LIBCERROR_VERSION 20240101 +#define LIBCERROR_VERSION 20240413 /* The libcerror version string */ -#define LIBCERROR_VERSION_STRING "20240101" +#define LIBCERROR_VERSION_STRING "20240413" /* The error domains */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/m4/common.m4 new/libcaes-20240413/m4/common.m4 --- old/libcaes-20240114/m4/common.m4 2023-12-03 09:57:53.000000000 +0100 +++ new/libcaes-20240413/m4/common.m4 2024-03-28 05:50:34.000000000 +0100 @@ -1,6 +1,6 @@ dnl Checks for common headers and functions dnl -dnl Version: 20181117 +dnl Version: 20240308 dnl Function to test if a certain feature was disabled AC_DEFUN([AX_COMMON_ARG_DISABLE], @@ -26,7 +26,7 @@ [$1], [AS_HELP_STRING( [--enable-$1], - [$3 [default=$4]])], + [$3 @<:@default=$4@:>@])], [ac_cv_enable_$2=$enableval], [ac_cv_enable_$2=$4])dnl @@ -43,7 +43,7 @@ [$1], [AS_HELP_STRING( [--with-$1[[=$5]]], - [$3 [default=$4]])], + [$3 @<:@default=$4@:>@])], [ac_cv_with_$2=$withval], [ac_cv_with_$2=$4])dnl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/m4/libcerror.m4 new/libcaes-20240413/m4/libcerror.m4 --- old/libcaes-20240114/m4/libcerror.m4 2023-12-03 09:57:54.000000000 +0100 +++ new/libcaes-20240413/m4/libcerror.m4 2024-04-13 14:37:18.000000000 +0200 @@ -1,6 +1,6 @@ dnl Checks for libcerror required headers and functions dnl -dnl Version: 20190308 +dnl Version: 20240413 dnl Function to detect if libcerror is available dnl ac_libcerror_dummy is used to prevent AC_CHECK_LIB adding unnecessary -l<library> arguments @@ -10,8 +10,10 @@ [ac_cv_libcerror=no], [ac_cv_libcerror=check dnl Check if the directory provided as parameter exists + dnl For both --with-libcerror which returns "yes" and --with-libcerror= which returns "" + dnl treat them as auto-detection. AS_IF( - [test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect], + [test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_with_libcerror" != xyes], [AS_IF( [test -d "$ac_cv_with_libcerror"], [CFLAGS="$CFLAGS -I${ac_cv_with_libcerror}/include" @@ -99,8 +101,9 @@ ac_cv_libcerror_LIBADD="-lcerror"]) ]) + AS_IF( - [test "x$ac_cv_with_libcerror" != x && test "x$ac_cv_with_libcerror" != xauto-detect && test "x$ac_cv_libcerror" != xyes], + [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], [AC_MSG_FAILURE( [unable to find supported libcerror in directory: $ac_cv_with_libcerror], [1]) @@ -166,7 +169,7 @@ ]) ]) - ac_cv_libcerror_CPPFLAGS="-I../libcerror"; + ac_cv_libcerror_CPPFLAGS="-I../libcerror -I\$(top_srcdir)/libcerror"; ac_cv_libcerror_LIBADD="../libcerror/libcerror.la"; ac_cv_libcerror=local diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/m4/libcrypto.m4 new/libcaes-20240413/m4/libcrypto.m4 --- old/libcaes-20240114/m4/libcrypto.m4 2023-12-03 09:57:54.000000000 +0100 +++ new/libcaes-20240413/m4/libcrypto.m4 2024-03-28 05:50:34.000000000 +0100 @@ -1,6 +1,6 @@ dnl Checks for libcrypto required headers and functions dnl -dnl Version: 20231007 +dnl Version: 20240308 dnl Function to detect whether openssl/evp.h can be used in combination with zlib.h AC_DEFUN([AX_LIBCRYPTO_CHECK_OPENSSL_EVP_ZLIB_COMPATIBILE], @@ -623,8 +623,10 @@ [test "x$ac_cv_enable_shared_libs" = xno || test "x$ac_cv_with_openssl" = xno], [ac_cv_libcrypto=no], [dnl Check if the directory provided as parameter exists + dnl For both --with-openssl which returns "yes" and --with-openssl= which returns "" + dnl treat them as auto-detection. AS_IF( - [test "x$ac_cv_with_openssl" != x && test "x$ac_cv_with_openssl" != xauto-detect], + [test "x$ac_cv_with_openssl" != x && test "x$ac_cv_with_openssl" != xauto-detect && test "x$ac_cv_with_openssl" != xyes], [AS_IF( [test -d "$ac_cv_with_openssl"], [CFLAGS="$CFLAGS -I${ac_cv_with_openssl}/include" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/manuals/Makefile.am new/libcaes-20240413/manuals/Makefile.am --- old/libcaes-20240114/manuals/Makefile.am 2023-12-03 09:57:53.000000000 +0100 +++ new/libcaes-20240413/manuals/Makefile.am 2024-04-13 14:23:47.000000000 +0200 @@ -4,9 +4,7 @@ EXTRA_DIST = \ libcaes.3 -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/manuals/Makefile.in new/libcaes-20240413/manuals/Makefile.in --- old/libcaes-20240114/manuals/Makefile.in 2024-01-14 20:38:35.000000000 +0100 +++ new/libcaes-20240413/manuals/Makefile.in 2024-04-13 14:50:31.000000000 +0200 @@ -362,7 +362,8 @@ EXTRA_DIST = \ libcaes.3 -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -520,15 +521,17 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am +distclean: distclean-am + -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am @@ -617,9 +620,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f Makefile - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/msvscpp/Makefile.am new/libcaes-20240413/msvscpp/Makefile.am --- old/libcaes-20240114/msvscpp/Makefile.am 2024-01-14 20:36:27.000000000 +0100 +++ new/libcaes-20240413/msvscpp/Makefile.am 2024-04-13 14:22:39.000000000 +0200 @@ -14,9 +14,7 @@ EXTRA_DIST = \ $(MSVSCPP_FILES) -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/msvscpp/Makefile.in new/libcaes-20240413/msvscpp/Makefile.in --- old/libcaes-20240114/msvscpp/Makefile.in 2024-01-14 20:38:35.000000000 +0100 +++ new/libcaes-20240413/msvscpp/Makefile.in 2024-04-13 14:50:31.000000000 +0200 @@ -341,7 +341,8 @@ EXTRA_DIST = \ $(MSVSCPP_FILES) -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -453,15 +454,17 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am +distclean: distclean-am + -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am @@ -548,9 +551,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f Makefile - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/ossfuzz/Makefile.am new/libcaes-20240413/ossfuzz/Makefile.am --- old/libcaes-20240114/ossfuzz/Makefile.am 2023-12-03 09:57:54.000000000 +0100 +++ new/libcaes-20240413/ossfuzz/Makefile.am 2024-04-13 14:30:45.000000000 +0200 @@ -1,7 +1,7 @@ if HAVE_LIB_FUZZING_ENGINE AM_CPPFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/common + -I../include -I$(top_srcdir)/include \ + -I../common -I$(top_srcdir)/common bin_PROGRAMS = \ crypt_cbc_fuzzer \ @@ -42,12 +42,10 @@ ../libcaes/libcaes.la endif -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - splint-local: @echo "Running splint on crypt_cbc_fuzzer ..." -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(crypt_cbc_fuzzer_SOURCES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/ossfuzz/Makefile.in new/libcaes-20240413/ossfuzz/Makefile.in --- old/libcaes-20240114/ossfuzz/Makefile.in 2024-01-14 20:38:35.000000000 +0100 +++ new/libcaes-20240413/ossfuzz/Makefile.in 2024-04-13 14:50:31.000000000 +0200 @@ -430,8 +430,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @HAVE_LIB_FUZZING_ENGINE_TRUE@AM_CPPFLAGS = \ -@HAVE_LIB_FUZZING_ENGINE_TRUE@ -I$(top_srcdir)/include \ -@HAVE_LIB_FUZZING_ENGINE_TRUE@ -I$(top_srcdir)/common +@HAVE_LIB_FUZZING_ENGINE_TRUE@ -I../include -I$(top_srcdir)/include \ +@HAVE_LIB_FUZZING_ENGINE_TRUE@ -I../common -I$(top_srcdir)/common @HAVE_LIB_FUZZING_ENGINE_TRUE@crypt_cbc_fuzzer_SOURCES = \ @HAVE_LIB_FUZZING_ENGINE_TRUE@ crypt_cbc_fuzzer.cc \ @@ -465,7 +465,8 @@ @HAVE_LIB_FUZZING_ENGINE_TRUE@ @LIB_FUZZING_ENGINE@ \ @HAVE_LIB_FUZZING_ENGINE_TRUE@ ../libcaes/libcaes.la -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -730,15 +731,21 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am +distclean: distclean-am + -rm -f ./$(DEPDIR)/crypt_cbc_fuzzer.Po + -rm -f ./$(DEPDIR)/crypt_ccm_fuzzer.Po + -rm -f ./$(DEPDIR)/crypt_ecb_fuzzer.Po + -rm -f ./$(DEPDIR)/crypt_xts_fuzzer.Po + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -833,9 +840,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f Makefile - splint-local: @echo "Running splint on crypt_cbc_fuzzer ..." -splint -preproc -redef $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(crypt_cbc_fuzzer_SOURCES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/pycaes/Makefile.am new/libcaes-20240413/pycaes/Makefile.am --- old/libcaes-20240114/pycaes/Makefile.am 2023-12-03 09:58:14.000000000 +0100 +++ new/libcaes-20240413/pycaes/Makefile.am 2024-04-13 14:30:28.000000000 +0200 @@ -1,7 +1,7 @@ if HAVE_PYTHON AM_CFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/common \ + -I../include -I$(top_srcdir)/include \ + -I../common -I$(top_srcdir)/common \ @LIBCERROR_CPPFLAGS@ \ @LIBCAES_DLL_IMPORT@ @@ -28,9 +28,7 @@ endif -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/pycaes/Makefile.in new/libcaes-20240413/pycaes/Makefile.in --- old/libcaes-20240114/pycaes/Makefile.in 2024-01-14 20:38:35.000000000 +0100 +++ new/libcaes-20240413/pycaes/Makefile.in 2024-04-13 14:50:31.000000000 +0200 @@ -422,8 +422,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ @HAVE_PYTHON_TRUE@AM_CFLAGS = \ -@HAVE_PYTHON_TRUE@ -I$(top_srcdir)/include \ -@HAVE_PYTHON_TRUE@ -I$(top_srcdir)/common \ +@HAVE_PYTHON_TRUE@ -I../include -I$(top_srcdir)/include \ +@HAVE_PYTHON_TRUE@ -I../common -I$(top_srcdir)/common \ @HAVE_PYTHON_TRUE@ @LIBCERROR_CPPFLAGS@ \ @HAVE_PYTHON_TRUE@ @LIBCAES_DLL_IMPORT@ @@ -446,7 +446,8 @@ @HAVE_PYTHON_TRUE@pycaes_la_CPPFLAGS = $(PYTHON_CPPFLAGS) @HAVE_PYTHON_TRUE@pycaes_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS) -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -728,16 +729,24 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-generic clean-libtool clean-pyexecLTLIBRARIES \ mostlyclean-am +distclean: distclean-am + -rm -f ./$(DEPDIR)/pycaes_la-pycaes.Plo + -rm -f ./$(DEPDIR)/pycaes_la-pycaes_context.Plo + -rm -f ./$(DEPDIR)/pycaes_la-pycaes_crypt.Plo + -rm -f ./$(DEPDIR)/pycaes_la-pycaes_crypt_modes.Plo + -rm -f ./$(DEPDIR)/pycaes_la-pycaes_error.Plo + -rm -f ./$(DEPDIR)/pycaes_la-pycaes_tweaked_context.Plo + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -835,9 +844,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f Makefile - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/setup.cfg new/libcaes-20240413/setup.cfg --- old/libcaes-20240114/setup.cfg 2024-01-14 20:38:42.000000000 +0100 +++ new/libcaes-20240413/setup.cfg 2024-04-13 14:50:45.000000000 +0200 @@ -1,6 +1,6 @@ [metadata] name = libcaes-python -version = 20240114 +version = 20240413 description = Python bindings module for libcaes long_description = Python bindings module for libcaes long_description_content_type = text/plain diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/tests/Makefile.am new/libcaes-20240413/tests/Makefile.am --- old/libcaes-20240114/tests/Makefile.am 2024-01-14 20:36:27.000000000 +0100 +++ new/libcaes-20240413/tests/Makefile.am 2024-04-13 14:30:36.000000000 +0200 @@ -1,7 +1,8 @@ AM_CPPFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/common \ + -I../include -I$(top_srcdir)/include \ + -I../common -I$(top_srcdir)/common \ @LIBCERROR_CPPFLAGS@ \ + @LIBCRYPTO_CPPFLAGS@ \ @LIBCAES_DLL_IMPORT@ if HAVE_PYTHON_TESTS @@ -108,9 +109,7 @@ ../libcaes/libcaes.la \ @LIBCERROR_LIBADD@ -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in -distclean: clean - -rm -f Makefile - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/tests/Makefile.in new/libcaes-20240413/tests/Makefile.in --- old/libcaes-20240114/tests/Makefile.in 2024-01-14 20:38:35.000000000 +0100 +++ new/libcaes-20240413/tests/Makefile.in 2024-04-13 14:50:31.000000000 +0200 @@ -616,9 +616,10 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AM_CPPFLAGS = \ - -I$(top_srcdir)/include \ - -I$(top_srcdir)/common \ + -I../include -I$(top_srcdir)/include \ + -I../common -I$(top_srcdir)/common \ @LIBCERROR_CPPFLAGS@ \ + @LIBCRYPTO_CPPFLAGS@ \ @LIBCAES_DLL_IMPORT@ @HAVE_PYTHON_TESTS_TRUE@TESTS_PYCAES = \ @@ -714,7 +715,8 @@ ../libcaes/libcaes.la \ @LIBCERROR_LIBADD@ -MAINTAINERCLEANFILES = \ +DISTCLEANFILES = \ + Makefile \ Makefile.in all: all-am @@ -1127,16 +1129,26 @@ distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-am clean-am: clean-checkPROGRAMS clean-generic clean-libtool \ mostlyclean-am +distclean: distclean-am + -rm -f ./$(DEPDIR)/caes_test_context.Po + -rm -f ./$(DEPDIR)/caes_test_crypt_cbc.Po + -rm -f ./$(DEPDIR)/caes_test_crypt_ccm.Po + -rm -f ./$(DEPDIR)/caes_test_crypt_xts.Po + -rm -f ./$(DEPDIR)/caes_test_error.Po + -rm -f ./$(DEPDIR)/caes_test_memory.Po + -rm -f ./$(DEPDIR)/caes_test_support.Po + -rm -f ./$(DEPDIR)/caes_test_tweaked_context.Po + -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1235,9 +1247,6 @@ .PRECIOUS: Makefile -distclean: clean - -rm -f Makefile - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/tests/test_library.sh new/libcaes-20240413/tests/test_library.sh --- old/libcaes-20240114/tests/test_library.sh 2024-01-14 20:36:04.000000000 +0100 +++ new/libcaes-20240413/tests/test_library.sh 2024-04-13 14:39:31.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Tests library functions and types. # -# Version: 20231007 +# Version: 20240413 EXIT_SUCCESS=0; EXIT_FAILURE=1; @@ -141,12 +141,9 @@ exit ${EXIT_IGNORE}; fi -TEST_RUNNER="tests/test_runner.sh"; +TEST_DIRECTORY=`dirname $0`; -if ! test -f "${TEST_RUNNER}"; -then - TEST_RUNNER="./test_runner.sh"; -fi +TEST_RUNNER="${TEST_DIRECTORY}/test_runner.sh"; if ! test -f "${TEST_RUNNER}"; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/tests/test_manpage.sh new/libcaes-20240413/tests/test_manpage.sh --- old/libcaes-20240114/tests/test_manpage.sh 2024-01-14 20:36:04.000000000 +0100 +++ new/libcaes-20240413/tests/test_manpage.sh 2024-04-13 14:39:44.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Tests man pages. # -# Version: 20230410 +# Version: 20240413 EXIT_SUCCESS=0; EXIT_FAILURE=1; @@ -45,12 +45,9 @@ exit ${EXIT_IGNORE}; fi -TEST_RUNNER="tests/test_runner.sh"; +TEST_DIRECTORY=`dirname $0`; -if ! test -f "${TEST_RUNNER}"; -then - TEST_RUNNER="./test_runner.sh"; -fi +TEST_RUNNER="${TEST_DIRECTORY}/test_runner.sh"; if ! test -f "${TEST_RUNNER}"; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcaes-20240114/tests/test_python_module.sh new/libcaes-20240413/tests/test_python_module.sh --- old/libcaes-20240114/tests/test_python_module.sh 2024-01-14 20:36:04.000000000 +0100 +++ new/libcaes-20240413/tests/test_python_module.sh 2024-04-13 14:39:55.000000000 +0200 @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Tests Python module functions and types. # -# Version: 20231005 +# Version: 20240413 EXIT_SUCCESS=0; EXIT_FAILURE=1; @@ -124,12 +124,9 @@ exit ${EXIT_IGNORE}; fi -TEST_RUNNER="tests/test_runner.sh"; +TEST_DIRECTORY=`dirname $0`; -if ! test -f "${TEST_RUNNER}"; -then - TEST_RUNNER="./test_runner.sh"; -fi +TEST_RUNNER="${TEST_DIRECTORY}/test_runner.sh"; if ! test -f "${TEST_RUNNER}"; then
