[notify] socat: update to 1.7.3.1

Security fixes, see
- http://www.dest-unreach.org/socat/contrib/socat-secadv7.html
- http://www.dest-unreach.org/socat/contrib/socat-secadv8.html
This commit is contained in:
Juergen Daubert 2016-02-01 21:49:01 +01:00
parent 068c90848a
commit a8002d0dad
3 changed files with 7 additions and 6 deletions

View File

@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/filan -rwxr-xr-x root/root usr/bin/filan
-rwxr-xr-x root/root usr/bin/procan -rwxr-xr-x root/root usr/bin/procan
-rwxr-xr-x root/root usr/bin/socat -rwxr-xr-x root/root usr/bin/socat
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/share/man/
-rw-r--r-- root/root usr/man/man1/socat.1.gz drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/socat.1.gz

View File

@ -1 +1 @@
b607edb65bc6c57f4a43f06247504274 socat-1.7.3.0.tar.bz2 334e46924f2b386299c9db2ac22bcd36 socat-1.7.3.1.tar.bz2

View File

@ -4,13 +4,13 @@
# Depends on: ncurses openssl readline # Depends on: ncurses openssl readline
name=socat name=socat
version=1.7.3.0 version=1.7.3.1
release=1 release=1
source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.bz2) source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.bz2)
build () { build () {
cd $name-$version cd $name-$version
./configure --prefix=/usr --mandir=/usr/man ./configure --prefix=/usr
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }