diff --git a/python-spsdk.changes b/python-spsdk.changes index 8848143..c475813 100644 --- a/python-spsdk.changes +++ b/python-spsdk.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Mon Oct 30 07:42:32 UTC 2023 - Johannes Kastl + +- update to 1.11.0: + * New features + - nxpimage: + - enable signature providers for AHAB image and signed + messages + - add support for rt104x in bootable-image + - tphost/tpconfig: + - add possibility to check TP_RESPONSE only with NXP_PROD raw + binary key + - add support for mcxn9xx + - add API for FuseLockedStatus + - possibility to declare private keys with passphrase in + signature provider config + - add checking of written data length in usb interface + - add support for dk6 tools + * Bugfixes + - nxpimage: fix offset on NAND memory in AHAB image + - fix plugin error for signature Provider for sb21 + +------------------------------------------------------------------- +Mon Oct 30 07:36:10 UTC 2023 - Johannes Kastl + +- update to 1.10.1: + * New features + - nxpimage: + - support encrypted image hab + - support for RT11xx and RT10xx + - improve OTFAD/IEE names generation + - add API to retrieve info about fuses + * Bugfixes + - nxpimage: + - fix XMCD load_from_config + - fix IEE template + - fix circular dependency in signature provider import + - fix issue with loading keys as INT + - not enable logging when spsdk is used as a library + ------------------------------------------------------------------- Wed May 31 05:46:17 UTC 2023 - Johannes Kastl diff --git a/python-spsdk.spec b/python-spsdk.spec index 885eccf..0322c5a 100644 --- a/python-spsdk.spec +++ b/python-spsdk.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-spsdk -Version: 1.10.0 +Version: 1.11.0 Release: 0 Summary: Unified, reliable and easy to use SW library working across NXP MCU portfolio License: BSD-3-Clause @@ -100,6 +100,7 @@ find . -type f -name README.md -exec dos2unix {} + %python_clone -a %{buildroot}%{_bindir}/spsdk %python_clone -a %{buildroot}%{_bindir}/tpconfig %python_clone -a %{buildroot}%{_bindir}/tphost +%python_clone -a %{buildroot}%{_bindir}/dk6prog # fix line endings %python_expand find %{buildroot}%{$python_sitelib} -type f -exec dos2unix {} + # remove shebangs @@ -109,10 +110,10 @@ find . -type f -name README.md -exec dos2unix {} + %python_expand rm -vf %{buildroot}%{$python_sitelib}/spsdk/data/cpu_data/*.c %{buildroot}%{$python_sitelib}/spsdk/data/cpu_data/*.bin %post -%python_install_alternative blhost elftosb ifr nxpcertgen nxpcrypto nxpdebugmbox nxpdevhsm nxpdevscan nxpimage nxpkeygen pfr sdphost sdpshost shadowregs spsdk tpconfig tphost +%python_install_alternative blhost elftosb ifr nxpcertgen nxpcrypto nxpdebugmbox nxpdevhsm nxpdevscan nxpimage nxpkeygen pfr sdphost sdpshost shadowregs spsdk tpconfig tphost dk6prog %postun -%python_uninstall_alternative blhost elftosb ifr nxpcertgen nxpcrypto nxpdebugmbox nxpdevhsm nxpdevscan nxpimage nxpkeygen pfr sdphost sdpshost shadowregs spsdk tpconfig tphost +%python_uninstall_alternative blhost elftosb ifr nxpcertgen nxpcrypto nxpdebugmbox nxpdevhsm nxpdevscan nxpimage nxpkeygen pfr sdphost sdpshost shadowregs spsdk tpconfig tphost dk6prog %files %{python_files} %doc README.md @@ -136,5 +137,6 @@ find . -type f -name README.md -exec dos2unix {} + %python_alternative %{_bindir}/spsdk %python_alternative %{_bindir}/tpconfig %python_alternative %{_bindir}/tphost +%python_alternative %{_bindir}/dk6prog %changelog diff --git a/spsdk-1.10.0.tar.gz b/spsdk-1.10.0.tar.gz deleted file mode 100644 index ae41d91..0000000 --- a/spsdk-1.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8b8e45cd06aed60dd80b61846e6f815394b57c76aa4417abd2065d3494af14c -size 626875 diff --git a/spsdk-1.11.0.tar.gz b/spsdk-1.11.0.tar.gz new file mode 100644 index 0000000..3fef4c2 --- /dev/null +++ b/spsdk-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d8821ad05a0149a107b9ddfc01371f6894d02ada36e1065b0efd9301526854 +size 686945