pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: gutteridge
Date: Sun Jan 25 00:59:16 UTC 2026
Modified Files:
pkgsrc/devel/libewf: buildlink3.mk
pkgsrc/security/sleuthkit: Makefile
Log Message:
libewf & sleuthkit: propagate openssl >= 3.0 dependency
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libewf/buildlink3.mk
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/sleuthkit/Makefile
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/buildlink3.mk
diff -u pkgsrc/devel/libewf/buildlink3.mk:1.1 pkgsrc/devel/libewf/buildlink3.mk:1.2
--- pkgsrc/devel/libewf/buildlink3.mk:1.1 Wed Jun 10 20:37:57 2015
+++ pkgsrc/devel/libewf/buildlink3.mk Sun Jan 25 00:59:15 2026
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/06/10 20:37:57 pettai Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2026/01/25 00:59:15 gutteridge Exp $
BUILDLINK_TREE+= libewf
@@ -8,6 +8,9 @@ LIBEWF_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libewf+= libewf>=20150126
BUILDLINK_PKGSRCDIR.libewf?= ../../devel/libewf
+BUILDLINK_API_DEPENDS.openssl+= openssl>=3.0
+.include "../../security/openssl/buildlink3.mk"
+
.endif # LIBEWF_BUILDLINK3_MK
BUILDLINK_TREE+= -libewf
Index: pkgsrc/security/sleuthkit/Makefile
diff -u pkgsrc/security/sleuthkit/Makefile:1.18 pkgsrc/security/sleuthkit/Makefile:1.19
--- pkgsrc/security/sleuthkit/Makefile:1.18 Mon Mar 3 20:29:31 2025
+++ pkgsrc/security/sleuthkit/Makefile Sun Jan 25 00:59:16 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2025/03/03 20:29:31 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/01/25 00:59:16 gutteridge Exp $
DISTNAME= sleuthkit-4.1.3
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= security sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sleuthkit/}
Home |
Main Index |
Thread Index |
Old Index