commit a8002d0dad4b6efe32506911c23b425d1cab1ee7 Author: Juergen Daubert <jue@jue.li> Date: Mon Feb 1 21:49:01 2016 +0100 [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 diff --git a/socat/.footprint b/socat/.footprint index c4392fe..e3ab3c0 100644 --- a/socat/.footprint +++ b/socat/.footprint @@ -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/procan -rwxr-xr-x root/root usr/bin/socat -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/socat.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/socat.1.gz diff --git a/socat/.md5sum b/socat/.md5sum index 1d8da94..a860666 100644 --- a/socat/.md5sum +++ b/socat/.md5sum @@ -1 +1 @@ -b607edb65bc6c57f4a43f06247504274 socat-1.7.3.0.tar.bz2 +334e46924f2b386299c9db2ac22bcd36 socat-1.7.3.1.tar.bz2 diff --git a/socat/Pkgfile b/socat/Pkgfile index ab91757..9b45804 100644 --- a/socat/Pkgfile +++ b/socat/Pkgfile @@ -4,13 +4,13 @@ # Depends on: ncurses openssl readline name=socat -version=1.7.3.0 +version=1.7.3.1 release=1 source=(http://www.dest-unreach.org/socat/download/$name-$version.tar.bz2) build () { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install }