pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libewf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 14 08:32:35 UTC 2024

Modified Files:
        pkgsrc/devel/libewf: distinfo
Added Files:
        pkgsrc/devel/libewf/patches: patch-ewftools_ewfoutput.c

Log Message:
libewf: fix build with recent openssl


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libewf/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libewf/patches/patch-ewftools_ewfoutput.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libewf/distinfo
diff -u pkgsrc/devel/libewf/distinfo:1.5 pkgsrc/devel/libewf/distinfo:1.6
--- pkgsrc/devel/libewf/distinfo:1.5    Wed Jun 22 10:29:02 2022
+++ pkgsrc/devel/libewf/distinfo        Sat Dec 14 08:32:35 2024
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2022/06/22 10:29:02 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/12/14 08:32:35 wiz Exp $
 
 BLAKE2s (libewf-experimental-20150126.tar.gz) = aa9318f9d58c80d96528f8fd182c8a9e580880ed3ad6a2a5de75e66182d3a579
 SHA512 (libewf-experimental-20150126.tar.gz) = ebb713c99ae365069e47b3ccab7963010c1eb61d961ae597502bc31696f33be5f394e665afb9b62d8c8cad1a83ea3f8c08759aa2ef79cb4e4b411b1f66faf707
 Size (libewf-experimental-20150126.tar.gz) = 2130325 bytes
+SHA1 (patch-ewftools_ewfoutput.c) = 30c848a88938b6231da66e07dabb726be5dc53ed
 SHA1 (patch-libuna_libuna__inline.h) = b8ad58fb633407b4ee53464e4c996ae5c73c3378

Added files:

Index: pkgsrc/devel/libewf/patches/patch-ewftools_ewfoutput.c
diff -u /dev/null pkgsrc/devel/libewf/patches/patch-ewftools_ewfoutput.c:1.1
--- /dev/null   Sat Dec 14 08:32:35 2024
+++ pkgsrc/devel/libewf/patches/patch-ewftools_ewfoutput.c      Sat Dec 14 08:32:35 2024
@@ -0,0 +1,15 @@
+$NetBSD: patch-ewftools_ewfoutput.c,v 1.1 2024/12/14 08:32:35 wiz Exp $
+
+Compatibility with recent openssl.
+
+--- ewftools/ewfoutput.c.orig  2024-12-14 08:30:37.221675021 +0000
++++ ewftools/ewfoutput.c
+@@ -188,7 +188,7 @@ void ewfoutput_version_detailed_fprint(
+       fprintf(
+        stream,
+        " (libcrypto %s)",
+-       SHLIB_VERSION_NUMBER );
++       OPENSSL_VERSION_STR );
+ #endif
+ #endif
+ 



Home | Main Index | Thread Index | Old Index