From 9bc273c5ebe8fe9235719eaae401178837de1852 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 26 Feb 2018 21:28:22 -0300 Subject: [PATCH] socat: rebuild against libressl-2.6. Closes: #11931 [via git-merge-pr] --- srcpkgs/socat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/socat/template b/srcpkgs/socat/template index 12fb965bf94..98e64a35cef 100644 --- a/srcpkgs/socat/template +++ b/srcpkgs/socat/template @@ -1,14 +1,14 @@ # Template file for 'socat' pkgname=socat version=1.7.3.2 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-libwrap --enable-fips ac_cv_have_z_modifier=yes sc_cv_sys_crdly_shift=9 sc_cv_sys_tabdly_shift=11 sc_cv_sys_csize_shift=4 ac_cv_ispeed_offset=13" makedepends="readline-devel libressl-devel" -short_desc="Relay for bidirectional data transfer between two independent data channels" +short_desc="Relay for bidirectional data transfer between two independent channels" maintainer="Juan RP " license="GPL-2" homepage="http://www.dest-unreach.org/socat/"