- From: Patrick McDermott <patrick DОТ mcdermott АТ libiquity DОТ com>
- To: proteanos-dev АТ lists DОТ proteanos DОТ com
- Date: Sun, 04 Aug 2019 20:58:52 -0400
- Message-id: 20190804205852 DОТ patrick DОТ mcdermott АТ libiquity DОТ com
About ===== opkbuild is a distribution build system -- a set of tools for building software packages. From source packages it builds binary packages for use with the opkg package manager. Currently one format of source package is supported by opkbuild: ProteanOS Source Package Format 2.0: http://specs.proteanos.com/spf-2.0/ opkbuild is similar in function to the development library and utilities of dpkg, the Debian package manager: https://packages.debian.org/sid/dpkg-dev https://packages.debian.org/sid/libdpkg-perl https://wiki.debian.org/Teams/Dpkg/ Downloading =========== Source archives are available from the files site by HTTP or FTP: http://files.proteanos.com/pub/opkbuild/4.1.4/ ftp://files.proteanos.com/pub/opkbuild/4.1.4/ Here are the MD5 checksums: 5b6865f6f1c6ce4bd6bab7ad933f0567 opkbuild-4.1.4.tar.gz f2801da6a417e7bf3f76e4d7de4ad5f4 opkbuild-4.1.4.tar.bz2 5c454fabaffbcdc1a603530101ce88fe opkbuild-4.1.4.tar.xz Here are the SHA-256 checksums: 4140445d27acf9c74e06d999110651655f38811dd9bc1fe204ec9b73877337a0 opkbuild-4.1.4.tar.gz 5d0cd46eb0c3c39c2427f6dae1bd84e8f17450ed0659e97dd8a42723f6b40124 opkbuild-4.1.4.tar.bz2 7d2f93bbffec387ed9488d32a5715bbae397261a865796875fba3fcfe18e9214 opkbuild-4.1.4.tar.xz The sources are maintained in a Git repository: http://git.proteanos.com/opkbuild/opkbuild.git/ git://git.proteanos.com/opkbuild/opkbuild.git/ This release is marked by the "opkbuild/4.1.4" tag. NEWS for Version 4.1.4 ====================== The "this time it'll work" release. Utilities: * ob-buildopk now correctly checks for the "touch" utility's "-h" option. Apologies for the noise. libopkbuild: * Validation of ProteanOS source package versions has been relaxed to allow for uploads of new upstream versions to non-trunk distributions (like tzdata 2019a-0+rs1~1) and extended to allow backports. This complies with the latest draft of SPF 2.0. Shortlog of Changes Since Version 4.1.3 ======================================= Patrick McDermott (6): NEWS, configure.ac: Set version to 4.1.3+dev ob-buildopk: Fix touch -d check metadata/proteanos: Relax <pkgrev> requirements metadata/proteanos: Allow backport versions NEWS, configure.ac: Set version to 4.1.4 NEWS: Release opkbuild 4.1.4 Diffstat of Changes Since Version 4.1.3 ======================================= NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- lib/metadata/proteanos.sh | 4 +++- src/ob-buildopk.sh | 10 +++++++--- 4 files changed, 30 insertions(+), 5 deletions(-) -- Patrick McDermott, CEO Libiquity Putting customers in control of high-quality technologies http://www.libiquity.com/
Attachment:
pgpA4g6pNZhl6.pgp
Description: OpenPGP digital signature
- opkbuild 4.1.4 released, Patrick McDermott