summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-03-05 11:17:44 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <l.illanes@gmx.de>2017-03-05 11:19:05 +0000
commite770308336819e9935e71c507a4db9eb5cb0d56f (patch)
treecaa9cbcb2cecaaa9600c4a508e282d96653ece8d /vars
parentc4619875e214cf894e103c96fcabbd9f276413cd (diff)
downloadmidipix_build-e770308336819e9935e71c507a4db9eb5cb0d56f.tar.bz2
midipix_build-e770308336819e9935e71c507a4db9eb5cb0d56f.tar.xz
patches/socat-1.7.3.2.local.patch, vars/build.vars: adds socat v1.7.3.2 (via Redfoxmoon.)
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars5
1 files changed, 4 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 31afa2c5..7d03cf55 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -503,7 +503,7 @@ LEAF_PACKAGES_PACKAGES="
apk_tools bash bash_flavour_minipix bc bdwgc bind chicken clang_host coreutils coreutils_flavour_minipix
cparser cron dash datamash diffutils dos2unix ed figlet file findutils gawk git gnupg grep hexcurse htop
inetutils infounzip infozip irssi john ldns less lighttpd lynx make man_db mc mksh mtr nano netcat nginx
-openlitespeed openssh p7zip pacman patch perl procps_ng python3 qpdf rsync rxvt_unicode sed smallbasic
+openlitespeed openssh p7zip pacman patch perl procps_ng python3 qpdf rsync rxvt_unicode sed smallbasic socat
tar tar_flavour_minipix tcsh the_silver_searcher tmux util_linux vim weechat wget which whois xeyes xwd zsh";
LEAF_PACKAGES_PREFIX="${PREFIX_NATIVE}";
: ${PKG_APK_TOOLS_SHA256SUM:=def2b2c23cd12fd2a9c19be49653b0d1bf9d81a26dac5a0ee79a1351d674f93b};
@@ -788,6 +788,9 @@ LEAF_PACKAGES_PREFIX="${PREFIX_NATIVE}";
: ${PKG_SMALLBASIC_SUBDIR:=SmallBASIC};
: ${PKG_SMALLBASIC_URLS_GIT:="SmallBASIC=https://github.com/smallbasic/SmallBASIC@master"};
: ${PKG_SMALLBASIC_BUILD_DIR:=${PKG_SMALLBASIC_SUBDIR}};
+: ${PKG_SOCAT_SHA256SUM:=ce3efc17e3e544876ebce7cd6c85b3c279fda057b2857fcaaf67b9ab8bdaf034};
+: ${PKG_SOCAT_VERSION:=1.7.3.2};
+: ${PKG_SOCAT_URL:=http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz};
: ${PKG_TAR_SHA256SUM:=cae466e6e58c7292355e7080248f244db3a4cf755f33f4fa25ca7f9a7ed09af0};
: ${PKG_TAR_VERSION:=1.29};
: ${PKG_TAR_URL:=https://ftp.gnu.org/gnu/tar/tar-${PKG_TAR_VERSION}.tar.gz};