Heartbleed bug fixen in AA:
# cd /tmp
(confirm vulnerable versions are present)
# opkg list-installed | grep openssl
libopenssl - 1.0.1e-1
openssl-util - 1.0.1e-1
(download the trunk packages for ar71xx)
# wget http://downloads.openwrt....enssl_1.0.1g-1_ar71xx.ipk
# wget http://downloads.openwrt....-util_1.0.1g-1_ar71xx.ipk
(install the new packages)
# opkg install libopenssl_1.0.1g-1_ar71xx.ipk
Upgrading libopenssl on root from 1.0.1e-1 to 1.0.1g-1...
Configuring libopenssl.
# opkg install openssl-util_1.0.1g-1_ar71xx.ipk
Upgrading openssl-util on root from 1.0.1e-1 to 1.0.1g-1...
Configuring openssl-util.
(confirm the new versions are present)
# opkg list-installed | grep openssl
libopenssl - 1.0.1g-1
openssl-util - 1.0.1g-1
(reboot to ensure the new libraries are used by all programs)
# reboot