pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libaacs



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug  5 07:54:39 UTC 2022

Modified Files:
        pkgsrc/multimedia/libaacs: Makefile distinfo

Log Message:
libaacs: updated to 0.11.1

2022-02-27: Version 0.11.1
- Faster start with MacOS when disc does not use bus encryption.
- Improve error logging.
- Improve error resilience.

2020-07-22: Version 0.11.0
- Add more AACS2 support (still not complete).
- Add support for partial unit keys in KEYDB.CFG.
- Improve opening of UHD discs (~ 10 seconds faster).
- Improve large KEYDB.CFG parsing (~ 4 times faster).
- Improve error resilience.
- Reduce memory usage (does not depend on config file size anymore).
- Fix segfault on macOS when MMC opening fails.
- Fix memory leak with multiple UK entries in KEYDB.cfg file.
- Fix AACS2 with multiple unit keys.
- Fix include flags order (do not include wrong headers outside of source tree).

2020-03-22: Version 0.10.0
- Add support for AACS2 content certificate.
- Add aacs_set_key_caching().
- Add aacs_error_str().
- Issue a warning when using AACS2 capable drive.
- Fix macOS mount issues.
- Fix parsing title entries from multiple KEYDB.cfg files.
- Fix memory leak with multiple KEYDB.cfg files.
- Fix data corruption when structs are not packed.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/multimedia/libaacs/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/libaacs/distinfo

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

Modified files:

Index: pkgsrc/multimedia/libaacs/Makefile
diff -u pkgsrc/multimedia/libaacs/Makefile:1.6 pkgsrc/multimedia/libaacs/Makefile:1.7
--- pkgsrc/multimedia/libaacs/Makefile:1.6      Thu Jun 15 21:56:09 2017
+++ pkgsrc/multimedia/libaacs/Makefile  Fri Aug  5 07:54:39 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/06/15 21:56:09 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/08/05 07:54:39 adam Exp $
 
-DISTNAME=      libaacs-0.9.0
+DISTNAME=      libaacs-0.11.1
 CATEGORIES=    multimedia
 MASTER_SITES=  http://download.videolan.org/pub/videolan/libaacs/${PKGVERSION_NOREV}/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/multimedia/libaacs/distinfo
diff -u pkgsrc/multimedia/libaacs/distinfo:1.10 pkgsrc/multimedia/libaacs/distinfo:1.11
--- pkgsrc/multimedia/libaacs/distinfo:1.10     Tue Oct 26 11:01:07 2021
+++ pkgsrc/multimedia/libaacs/distinfo  Fri Aug  5 07:54:39 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:01:07 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/08/05 07:54:39 adam Exp $
 
-BLAKE2s (libaacs-0.9.0.tar.bz2) = 006359e08732ad99886cbf5e08dffad309b307f734cf29fdcaef7de7ce991255
-SHA512 (libaacs-0.9.0.tar.bz2) = b9c658db22a0966486070d3b762509a7c0120469ab29d1e57c1b624cad309701de8b92455ec649db4d731be4a5c29c38fb4f99bb7617dbb4254270284a1903f6
-Size (libaacs-0.9.0.tar.bz2) = 316323 bytes
+BLAKE2s (libaacs-0.11.1.tar.bz2) = 04510981ebb0a3ff0f3c49e7c7b1f94c40974cb269d9009e4345546da67fcfa5
+SHA512 (libaacs-0.11.1.tar.bz2) = 42dcba5fd593c9a8ec7af11251006b083ad2c49ec198734d1d66f67c2ded4557d77617600edbf0c5250e9b0407ef9a2f906d59d154bda8ecfc8adfd234fb2c42
+Size (libaacs-0.11.1.tar.bz2) = 325669 bytes



Home | Main Index | Thread Index | Old Index