- From: Patrick McDermott <patrick DОТ mcdermott АТ libiquity DОТ com>
- To: proteanos-dev АТ lists DОТ proteanos DОТ com
- Date: Mon, 30 Sep 2019 21:07:43 -0400
- Message-id: 20190930210743 DОТ patrick DОТ mcdermott АТ libiquity DОТ com
About ===== This is prokit, the ProteanOS Development Kit. prokit can install a ProteanOS system, run a ProteanOS shell and other commands, manage software packages in an installed ProteanOS system, and build packages for ProteanOS (with build dependencies automatically installed and removed). prokit is similar in function to the debootstrap, pbuilder, and sbuild programs of Debian and derivatives. Here is the Web page for the ProteanOS Development Kit: http://www.proteanos.com/dev/prokit/ Downloading =========== Source archives are available from the files site by HTTP or FTP: http://files.proteanos.com/pub/prokit/2.0.1/ ftp://files.proteanos.com/pub/prokit/2.0.1/ Here are the MD5 checksums: 409ad94b3ee38d62e93b2b6efaaf901e prokit-2.0.1.tar.gz aed7bdcd449aa0677a3d380ce16d6857 prokit-2.0.1.tar.bz2 7b4e86f38d6383fbdbc6aa90d9957fe9 prokit-2.0.1.tar.xz Here are the SHA-256 checksums: ff2cce0501ce5e7df8154a52732761c9ebd78d1126453d4f2565ed0240b8b742 prokit-2.0.1.tar.gz 98a2b0b08c1b533aa611c2ad06e8ad3fbd66da1d080b1aae1286923ee0cd5325 prokit-2.0.1.tar.bz2 989f3c7621698d31385d29cae5a501d35071600689911c4a38efe414833319dd prokit-2.0.1.tar.xz The sources are maintained in a Git repository: http://git.proteanos.com/prokit/prokit.git/ git://git.proteanos.com/prokit/prokit.git/ This release is marked by the "prokit/2.0.1" tag. NEWS for Version 2.0.1 ====================== Bug fixes and minor changes: * An expansion of an undefined variable in a function called during "prokit build" has been fixed. * opkg-cert (executed by "prokit install" and "prokit installer-pc") no longer prints a wrong and confusing "Clock incorrect" message after the "Invalid certificate" message when a mirror has an expired certificate. * "prokit install" and "prokit installer-pc" in the ProteanOS profile now support FTP mirrors. Shortlog of Changes Since Version 2.0.0 ======================================= Patrick McDermott (10): Makefile.am: Make detached OpenPGP signatures substvars(): Fix undefined variable opkg-cert: Don't blame clock for bootstrap to invalid cert NEWS, configure.ac: Set version to 2.0.0+dev NEWS: Document d881099 and fb1cd5d changes profile/proteanos: Support FTP mirrors MD5SUMS, SHA256SUMS: Exclude from Git profile/proteanos: Fix multiline wget command NEWS, configure.ac: Set version to 2.0.1 NEWS: Release prokit 2.0.1 Diffstat of Changes Since Version 2.0.0 ======================================= .gitignore | 2 ++ Makefile.am | 2 +- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- opkg-cert | 12 +++++++++++- src/profile/proteanos.sh | 4 +++- src/substvars.sh | 2 -- 7 files changed, 34 insertions(+), 6 deletions(-) -- Patrick McDermott, CEO Libiquity Putting customers in control of high-quality technologies http://www.libiquity.com/
Attachment:
pgpodgpWRGA96.pgp
Description: OpenPGP digital signature
- ProteanOS Development Kit 2.0.1 released, Patrick McDermott