[145332] trunk/dports/sysutils/socat/Portfile
Revision: 145332 https://trac.macports.org/changeset/145332 Author: raimue@macports.org Date: 2016-02-01 15:51:23 -0800 (Mon, 01 Feb 2016) Log Message: ----------- sysutils/socat: Update to version 1.7.3.1, socat security advisory 7 Modified Paths: -------------- trunk/dports/sysutils/socat/Portfile Modified: trunk/dports/sysutils/socat/Portfile =================================================================== --- trunk/dports/sysutils/socat/Portfile 2016-02-01 23:43:34 UTC (rev 145331) +++ trunk/dports/sysutils/socat/Portfile 2016-02-01 23:51:23 UTC (rev 145332) @@ -4,11 +4,12 @@ PortSystem 1.0 name socat -version 1.7.3.0 +version 1.7.3.1 categories sysutils net license {GPL-2 OpenSSLException} maintainers nomaintainer platforms darwin + description netcat on steroids long_description \ socat is a relay for bidirectional data transfer between two independent data \ @@ -16,8 +17,15 @@ etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an \ SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the \ GNU line editor (readline), a program, or a combination of two of these. + homepage http://www.dest-unreach.org/socat/ master_sites http://www.dest-unreach.org/socat/download/ -checksums rmd160 574d55611cc8ab1dfa7941e133c882893d72785d \ - sha256 f8de4a2aaadb406a2e475d18cf3b9f29e322d4e5803d8106716a01fd4e64b186 -depends_lib port:readline path:lib/libssl.dylib:openssl + +checksums md5 334e46924f2b386299c9db2ac22bcd36 \ + rmd160 2f60eb4b806329d58f901c44c8215e5f14e01c29 \ + sha256 d2da659540c38139f388e9437bfaae16bb458d174d056cb3228432a8f489fbaa + +use_bzip2 yes + +depends_lib port:readline \ + path:lib/libssl.dylib:openssl
participants (1)
-
raimue@macports.org