- Update to release 20221228

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfcrypto?expand=0&rev=5
This commit is contained in:
Jan Engelhardt 2022-12-28 23:48:16 +00:00 committed by Git OBS Bridge
parent c9d96929d8
commit 2996fdc679
7 changed files with 37 additions and 33 deletions

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/libyal/libfcrypto</param>
<param name="revision">b240d99e66c2ac57cee58dab5308c9a3a70abd34</param>
<!-- see configure.ac -->
<param name="versionformat">20210415</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c1c4bbfab326a285451519b7b26e11c7b08947b39086d9b7a41cf0d06f62651
size 66748

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbb1d821bef63322f45591e1fa4475a3777943a36995a813409ab6b499ee3358
size 618668

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmOsdjwACgkQ2WJeXXrQ
F34AcQf+OJ7J6m/knEqfnj0fqbWKtYNhIYamj3D5/tU9xtsiExzEOnUJlqV/5gdi
4ks5nIK9rbPeePk82BDM5VEbGQ+h3OkmW3CgH4bPVvA/+Gk2Ps4XXVqwgHg/Pcwc
3xXtaKRguv8U2E4iAUZHdx/uPwa/KOmQoKSeS+GrhyW5pjDuzHIXaf41JjY/voh+
SLZ4WA8vtOpGhimUPCjtWeUjJgxRaL3z+4y/MSyi9WOl4COHJJw5EX9GkCKJPc8I
eJkw07S3lyCIGHPFDdxEz2roCvP2bIHD/dv49FoSx9/FYOsQTHVxt98mpLXv3JOh
fFhvlt00JEzsJeBC8ldCRCCFNvXM5g==
=RrmE
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 28 22:38:47 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20221228
* Python bindings were updated
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de> Mon Aug 8 11:37:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,19 +18,20 @@
Name: libfcrypto Name: libfcrypto
%define lname libfcrypto1 %define lname libfcrypto1
Version: 20210415 Version: 20221228
Release: 0 Release: 0
Summary: Library for encryption formats Summary: Library for encryption formats
License: LGPL-3.0-or-later License: LGPL-3.0-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://github.com/libyal/libfcrypto URL: https://github.com/libyal/libfcrypto
Source: %name-%version.tar.xz Source: https://github.com/libyal/libfcrypto/releases/download/%version/libfcrypto-alpha-%version.tar.gz
Source2: https://github.com/libyal/libfcrypto/releases/download/%version/libfcrypto-alpha-%version.tar.gz.asc
Patch1: system-libs.patch Patch1: system-libs.patch
BuildRequires: c_compiler BuildRequires: c_compiler
BuildRequires: gettext-tools >= 0.18.1 BuildRequires: gettext-tools >= 0.21
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20201121 BuildRequires: pkgconfig(libcerror) >= 20220101
%description %description
libfcrypto is a library for encryption formats. libfcrypto is a library for encryption formats.

View File

@ -9,19 +9,19 @@ them as system libs.
configure.ac | 1 - configure.ac | 1 -
2 files changed, 3 deletions(-) 2 files changed, 3 deletions(-)
Index: libfcrypto/Makefile.am Index: libfcrypto-20221228/Makefile.am
=================================================================== ===================================================================
--- libfcrypto.orig/Makefile.am --- libfcrypto-20221228.orig/Makefile.am
+++ libfcrypto/Makefile.am +++ libfcrypto-20221228/Makefile.am
@@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 @@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4
SUBDIRS = \ SUBDIRS = \
include \ include \
common \ common \
- libcerror \ - libcerror \
libfcrypto \ libfcrypto \
po \ pyfcrypto \
manuals \ pyfcrypto-python2 \
@@ -53,7 +52,6 @@ lib: library @@ -61,7 +60,6 @@ lib: library
library: library:
(cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS))
@ -29,15 +29,15 @@ Index: libfcrypto/Makefile.am
(cd $(srcdir)/libfcrypto && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/libfcrypto && $(MAKE) $(AM_MAKEFLAGS))
(cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS)) (cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS))
Index: libfcrypto/configure.ac Index: libfcrypto-20221228/configure.ac
=================================================================== ===================================================================
--- libfcrypto.orig/configure.ac --- libfcrypto-20221228.orig/configure.ac
+++ libfcrypto/configure.ac +++ libfcrypto-20221228/configure.ac
@@ -91,7 +91,6 @@ dnl Generate Makefiles @@ -108,7 +108,6 @@ dnl Generate Makefiles
AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([include/Makefile]) AC_CONFIG_FILES([include/Makefile])
AC_CONFIG_FILES([common/Makefile]) AC_CONFIG_FILES([common/Makefile])
-AC_CONFIG_FILES([libcerror/Makefile]) -AC_CONFIG_FILES([libcerror/Makefile])
AC_CONFIG_FILES([libfcrypto/Makefile]) AC_CONFIG_FILES([libfcrypto/Makefile])
AC_CONFIG_FILES([po/Makefile.in]) AC_CONFIG_FILES([pyfcrypto/Makefile])
AC_CONFIG_FILES([po/Makevars]) AC_CONFIG_FILES([pyfcrypto-python2/Makefile])