Skip to content

Commit ddd60e9

Browse files
committed
(maint) Bump Aix-7.1's xz to 5.4.3
Libxml2 requires XZ, previously we were installing libxml2 version 2.10.4 which allowed older versions of XZ. Now agent-runtime-7.x for AIX 7.1 attempts to install LibXML2 version 2.12.6 which requires a newer xz version of then the 2.5.4 we install on AIX 7.1. This commit updates the xz we install for agent-runtime-7.x for AIX from 5.2.4 to 5.4.3.
1 parent 01f84b4 commit ddd60e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/platforms/aix-7.1-ppc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
cd openssl-1.0.2.1800 && /usr/sbin/installp -acgwXY -d $PWD openssl.base;
4343
curl --output yum.sh https://artifactory.delivery.puppetlabs.net/artifactory/generic__buildsources/buildsources/aix-yum.sh && sh yum.sh;
4444
/opt/freeware/bin/sed -i 's|https://anonymous:[email protected]/aix/freeSoftware/aixtoolbox/RPMS|https://artifactory.delivery.puppetlabs.net/artifactory/rpm__remote_aix_linux_toolbox/RPMS|' /opt/freeware/etc/yum/yum.conf;
45-
yum install -y gcc8-c++ xz-5.2.5;
45+
yum install -y gcc8-c++ xz-5.4.3;
4646
ln -sf /opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/8/libgcc_s.a /opt/freeware/lib/libgcc_s.a]
4747

4848
# We use --force with rpm because the pl-gettext and pl-autoconf

0 commit comments

Comments
 (0)