- From: Patrick McDermott <patrick DОТ mcdermott АТ libiquity DОТ com>
- To: proteanos-dev АТ lists DОТ proteanos DОТ com
- Date: Sun, 04 Aug 2019 16:11:11 -0400
- Message-id: 20190804161111 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.3/ ftp://files.proteanos.com/pub/opkbuild/4.1.3/ Here are the MD5 checksums: b26e6e659588cce2bf05f64867a1dfba opkbuild-4.1.3.tar.gz 1a48566bd84d7cfb824bcf53d68255eb opkbuild-4.1.3.tar.bz2 113ba72df842815fe9c1f84d4011b95b opkbuild-4.1.3.tar.xz Here are the SHA-256 checksums: ba3893d8b4ffc0bb229d11a473229eef75859b8a50371211fcd9f4b0ea86a711 opkbuild-4.1.3.tar.gz d7586c156450b69ae654b110c7d726e998c9cb700a1691cf0cf7b9d75f058b5a opkbuild-4.1.3.tar.bz2 d792d9301768b44f5cf62b7db62be73f741b09a6ba7f90b2c5a269b9ef3fe43a opkbuild-4.1.3.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.3" tag. NEWS for Version 4.1.3 ====================== Utilities: * ob-buildopk now checks for a bug in BusyBox versions before 1.22.0 that causes tar to add in reverse order entries listed on standard input with the -T option. This bug causes packages to fail to install and uninstall cleanly due to data files being stored after the directories that contain them. This bug was exposed by changes in opkbuild version 4.1.0. * ob-buildopk now checks for the "touch" utility's "-h" option at run time instead of configure checking for it at build time. This will allow ob-buildopk to detect and make use of changes to BusyBox's configuration. Shortlog of Changes Since Version 4.1.2 ======================================= Patrick McDermott (5): NEWS, configure.ac: Set version to 4.1.2+dev ob-buildopk: Check for BB tar reverse ordering bug ob-buildopk: Check for touch -d at run time NEWS, configure.ac: Set version to 4.1.3 NEWS: Release opkbuild 4.1.3 Diffstat of Changes Since Version 4.1.2 ======================================= NEWS | 18 ++++++++++++++++++ config.sh.in | 1 - configure.ac | 16 +--------------- src/ob-buildopk.sh | 27 +++++++++++++++++++++++---- 4 files changed, 42 insertions(+), 20 deletions(-) -- Patrick McDermott, CEO Libiquity Putting customers in control of high-quality technologies http://www.libiquity.com/
Attachment:
pgpOtsPGqtnP3.pgp
Description: OpenPGP digital signature
- opkbuild 4.1.3 released, Patrick McDermott