[info=2332cb9e6c98d514ecf810387f0f990b5d6a9f715f93a2d5e92d5f6dad52c4a9]

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfvalue?expand=0&rev=30
This commit is contained in:
OBS User unknown 2024-11-26 13:08:32 +00:00 committed by Git OBS Bridge
parent 3f3db034d7
commit a88b0f2ee2
4 changed files with 23 additions and 9 deletions

View File

@ -14,14 +14,22 @@ libesedb_value_data_handle.c:175:29: error: implicit declaration of function 'li
Hence, it needs to be exported for DLLs to work correctly. This patch
corrects that problem.
---
include/libfvalue.h.in | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
include/libfvalue.h.in | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Index: libfvalue-20240415/include/libfvalue.h.in
===================================================================
--- libfvalue-20240415.orig/include/libfvalue.h.in
+++ libfvalue-20240415/include/libfvalue.h.in
@@ -210,6 +210,14 @@ int libfvalue_data_handle_set_value_entr
@@ -28,6 +28,7 @@
#include <libfvalue/extern.h>
#include <libfvalue/features.h>
#include <libfvalue/types.h>
+#include <libcerror/types.h>
#include <stdio.h>
@@ -210,6 +211,14 @@ int libfvalue_data_handle_set_value_entr
int encoding,
libfvalue_error_t **error );
@ -36,7 +44,7 @@ Index: libfvalue-20240415/include/libfvalue.h.in
/* Appends a value entry
* Returns if successful or -1 on error
*/
@@ -943,6 +951,14 @@ int libfvalue_value_get_number_of_value_
@@ -943,6 +952,14 @@ int libfvalue_value_get_number_of_value_
int *number_of_value_entries,
libfvalue_error_t **error );
@ -51,7 +59,7 @@ Index: libfvalue-20240415/include/libfvalue.h.in
/* Retrieves the entry data
* Returns 1 if successful, 0 if the value has no data or -1 on error
*/
@@ -967,6 +983,14 @@ int libfvalue_value_set_entry_data(
@@ -967,6 +984,14 @@ int libfvalue_value_set_entry_data(
int encoding,
libfvalue_error_t **error );
@ -66,7 +74,7 @@ Index: libfvalue-20240415/include/libfvalue.h.in
/* Appends the entry data
* Returns 1 if successful or -1 on error
*/
@@ -979,6 +1003,15 @@ int libfvalue_value_append_entry_data(
@@ -979,6 +1004,15 @@ int libfvalue_value_append_entry_data(
int encoding,
libfvalue_error_t **error );

View File

@ -1,4 +1,4 @@
mtime: 1730564877
commit: b2e0839597dfb60e8e3c1b4ee7e0d8247d81d563c3e1c87d9e49916ea2251b0d
mtime: 1732626484
commit: 2332cb9e6c98d514ecf810387f0f990b5d6a9f715f93a2d5e92d5f6dad52c4a9
url: https://src.opensuse.org/jengelh/libfvalue
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26f441b8cdab1a482b37c8bb24a4ff9f7e21dea70e8d3a2ba6a4a8b0ae8b8f6d
oid sha256:6eb42f6acd24c8664d1bce560d3b6cbb2179aa83bec382dc85b17839325f46c1
size 256

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 25 16:55:09 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update 0001-Export-libfvalue_value_get_entry.patch so libnk2
does not fail to build
-------------------------------------------------------------------
Sat Nov 2 16:03:42 UTC 2024 - Jan Engelhardt <jengelh@inai.de>