pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-anita



Module Name:    pkgsrc
Committed By:   gson
Date:           Sun Feb 25 11:11:55 UTC 2024

Modified Files:
        pkgsrc/misc/py-anita: Makefile distinfo

Log Message:
misc/py-anita: update to 2.11

Changes from 2.10:

Increase the default memory size for sparc to 64M.

On macOS, use the -joliet option to "hdiutil makehybrid" as the -iso
option fails to create a Rock Ridge file system even though the
hdiutil manpage says it will.  From Benny Siegert.

Add initial support for riscv-riscv64.

Increase the default of the --test-timeout option to 3 hours, as the
timeout of the crypto/libcrypto/t_libcrypto:bn test case in the NetBSD
ATF test suite has now been increased to 2 hours, and anita must use a
longer timeout than any individual test case.

New command line --no-entropy.

Support Xen PVH virtualization, enabled by "--xen-type pvh".
>From Manuel Bouyer.

New command line --partitioning-scheme, for testing i386 and amd64
with MBR partitioning rather than the default GPT partitioning.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/misc/py-anita/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/misc/py-anita/distinfo

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

Modified files:

Index: pkgsrc/misc/py-anita/Makefile
diff -u pkgsrc/misc/py-anita/Makefile:1.74 pkgsrc/misc/py-anita/Makefile:1.75
--- pkgsrc/misc/py-anita/Makefile:1.74  Fri Apr 22 08:27:30 2022
+++ pkgsrc/misc/py-anita/Makefile       Sun Feb 25 11:11:55 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2022/04/22 08:27:30 gson Exp $
+# $NetBSD: Makefile,v 1.75 2024/02/25 11:11:55 gson Exp $
 
-DISTNAME=      anita-2.10
+DISTNAME=      anita-2.11
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    misc
 MASTER_SITES=  http://www.gson.org/netbsd/anita/download/

Index: pkgsrc/misc/py-anita/distinfo
diff -u pkgsrc/misc/py-anita/distinfo:1.52 pkgsrc/misc/py-anita/distinfo:1.53
--- pkgsrc/misc/py-anita/distinfo:1.52  Fri Apr 22 08:27:30 2022
+++ pkgsrc/misc/py-anita/distinfo       Sun Feb 25 11:11:55 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2022/04/22 08:27:30 gson Exp $
+$NetBSD: distinfo,v 1.53 2024/02/25 11:11:55 gson Exp $
 
-BLAKE2s (anita-2.10.tar.gz) = ebb4912493c045dce814ee9fbc8b438ac82b1446eb0e2809f874da7ddcf25531
-SHA512 (anita-2.10.tar.gz) = 337a1d6626c6b5a314c9d04712b9b13fb890ec3ec5b2205a2dfc7a39a37fc6ef2eea04cbb8fb8c6efb520f362a7066241d1cda921153662ed4becf1d054a43b9
-Size (anita-2.10.tar.gz) = 44664 bytes
+BLAKE2s (anita-2.11.tar.gz) = 859fff0c2f64c0a4829164af528e1f5fb6d867a0bdc31eb81c58b5eb5bed52b7
+SHA512 (anita-2.11.tar.gz) = a3543a5cd779cb422fcb6b6a463e7b26f155fd713546711d6495e41f15821071ca5c51316ea5df7ed79307cfe5fdc93b54c772550aa005eb2ff2c0cc27fada0c
+Size (anita-2.11.tar.gz) = 45707 bytes



Home | Main Index | Thread Index | Old Index