- From: Patrick McDermott <patrick DОТ mcdermott АТ libiquity DОТ com>
- To: proteanos-dev АТ lists DОТ proteanos DОТ com
- Date: Fri, 10 Jul 2020 19:29:28 -0400
- Message-id: 20200710192928 DОТ patrick DОТ mcdermott АТ libiquity DОТ com
About ===== This is opkhelper, a collection of utilities to automate common tasks in building distribution packages using opkbuild. Included in opkhelper are programs to automatically work with package build systems, fix file owners and modes, strip binary files, and install files into binary packages, etc. opkhelper is inspired by debhelper, a similar collection of programs for Debian. Downloading =========== Source archives are available from the files site by HTTP or FTP: http://files.proteanos.com/pub/opkhelper/3.1.3/ ftp://files.proteanos.com/pub/opkhelper/3.1.3/ Here are the MD5 checksums: 392dd72ac3fab3e1e9e779fb04b6cb7a opkhelper-3.1.3.tar.gz e9c33e6d279a5ec1bf07182c279f0a27 opkhelper-3.1.3.tar.bz2 f7607e01225adf0680f257826535e8e2 opkhelper-3.1.3.tar.xz Here are the SHA-256 checksums: 5fd23b11de6b0217ba44737196ec7b5e95e4f22d1464f9ada558a65abf0a0c30 opkhelper-3.1.3.tar.gz 0f190dc292eefbf0a8e193beed65c3eaa387118f8c266ec7f9f4a54f0d6cc7e5 opkhelper-3.1.3.tar.bz2 bf47e442960172da0ad21dfff5cfe7af041fecc67f250e1daa6b0509ef529092 opkhelper-3.1.3.tar.xz The sources are maintained in a Git repository: http://git.proteanos.com/opkhelper/opkhelper.git/ git://git.proteanos.com/opkhelper/opkhelper.git/ This release is marked by the "opkhelper/3.1.3" tag. NEWS for Version 3.1.3 ====================== Changes in this release: * oh-shlibdeps now searches a hardcoded list of host architecture library directories, instead of using ldconfig. ldconfig is specific to glibc and provides library search directories for the build architecture, which are incorrect when cross building. * oh-shlibdeps now terminates substvars files with newlines. Shortlog of Changes Since Version 3.1.2 ======================================= Patrick McDermott (5): oh-shlibdeps: Fix missing newline in substvars NEWS, configure.ac: Set version to 3.1.2+dev oh-shlibdeps: Hardcode lib dirs, drop ldconfig NEWS, configure.ac: Set version to 3.1.3 NEWS: Release opkhelper 3.1.3 Diffstat of Changes Since Version 3.1.2 ======================================= Makefile.am | 1 - NEWS | 13 +++++++++++++ configure.ac | 27 +-------------------------- src/oh-shlibdeps.sh | 8 ++++++-- 4 files changed, 20 insertions(+), 29 deletions(-) -- Patrick McDermott, CEO Libiquity Putting customers in control of high-quality technologies http://www.libiquity.com/
Attachment:
pgp00QpBdiRdU.pgp
Description: OpenPGP digital signature
- opkhelper 3.1.3 released, Patrick McDermott