pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/mldsa
Module Name: pkgsrc
Committed By: agc
Date: Thu Sep 10 03:55:30 UTC 2026
Modified Files:
pkgsrc/security/mldsa: Makefile PLIST distinfo
Added Files:
pkgsrc/security/mldsa/patches: patch-lib-Makefile
Log Message:
security/mldsa - update package to version 20260909nb1
+ don't build or install profiling or shared libs
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/mldsa/Makefile \
pkgsrc/security/mldsa/PLIST pkgsrc/security/mldsa/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/security/mldsa/patches/patch-lib-Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/mldsa/Makefile
diff -u pkgsrc/security/mldsa/Makefile:1.2 pkgsrc/security/mldsa/Makefile:1.3
--- pkgsrc/security/mldsa/Makefile:1.2 Tue Sep 8 23:04:50 2026
+++ pkgsrc/security/mldsa/Makefile Thu Sep 10 03:55:30 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2026/09/08 23:04:50 agc Exp $
+# $NetBSD: Makefile,v 1.3 2026/09/10 03:55:30 agc Exp $
DISTNAME= mldsa-${VERSION}
VERSION= 20260909
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= -${MASTER_SITE_CODEBERG:=agc-codeberg/mldsa/archive/${VERSION}.tar.gz}
Index: pkgsrc/security/mldsa/PLIST
diff -u pkgsrc/security/mldsa/PLIST:1.2 pkgsrc/security/mldsa/PLIST:1.3
--- pkgsrc/security/mldsa/PLIST:1.2 Tue Sep 8 23:04:50 2026
+++ pkgsrc/security/mldsa/PLIST Thu Sep 10 03:55:30 2026
@@ -1,10 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2026/09/08 23:04:50 agc Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/09/10 03:55:30 agc Exp $
bin/mldsa
bin/mlsignify
lib/libmldsa.a
-lib/libmldsa_p.a
-lib/libmldsa.so
-lib/libmldsa.so.1
-lib/libmldsa.so.1.0
man/man1/mldsa.1
man/man3/libmldsa.3
Index: pkgsrc/security/mldsa/distinfo
diff -u pkgsrc/security/mldsa/distinfo:1.2 pkgsrc/security/mldsa/distinfo:1.3
--- pkgsrc/security/mldsa/distinfo:1.2 Tue Sep 8 23:04:50 2026
+++ pkgsrc/security/mldsa/distinfo Thu Sep 10 03:55:30 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2026/09/08 23:04:50 agc Exp $
+$NetBSD: distinfo,v 1.3 2026/09/10 03:55:30 agc Exp $
BLAKE2s (mldsa-20260909.tar.gz) = 6a44367e559a5fb94f59caab32763ce773c8e8b9b7b0630d558f2c7d3576030c
SHA512 (mldsa-20260909.tar.gz) = 036bb960368126553100f0a4c397e24c33d9b2294407a8a35bd6e8c29a99b4d61866ac9759a4a6748c32905b1f4f198f036952ab293900ef4891644533f93430
Size (mldsa-20260909.tar.gz) = 124640 bytes
+SHA1 (patch-lib-Makefile) = 2c21288c797683f45cf341245e47481fef6ec6d8
Added files:
Index: pkgsrc/security/mldsa/patches/patch-lib-Makefile
diff -u /dev/null pkgsrc/security/mldsa/patches/patch-lib-Makefile:1.1
--- /dev/null Thu Sep 10 03:55:30 2026
+++ pkgsrc/security/mldsa/patches/patch-lib-Makefile Thu Sep 10 03:55:30 2026
@@ -0,0 +1,16 @@
+$NetBSD: patch-lib-Makefile,v 1.1 2026/09/10 03:55:30 agc Exp $
+
+Don't build shared or profiling libs
+
+--- lib/Makefile 2026/09/10 03:47:55 1.1
++++ lib/Makefile 2026/09/10 03:48:23
+@@ -39,6 +39,9 @@
+ CPPFLAGS+= -I${DIST}/liboqs/include # for "../ossl_helpers.h"
+ CPPFLAGS+= -DDILITHIUM_MODE=3
+
++MKPROFILE= no
++MKPIC= no
++
+ .sinclude "../namespace.mk"
+
+ DIST= ${.CURDIR}/../dist
Home |
Main Index |
Thread Index |
Old Index