summaryrefslogtreecommitdiff
path: root/socat
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2016-02-01 21:49:01 +0100
committerJuergen Daubert <jue@jue.li>2016-02-01 21:49:01 +0100
commita8002d0dad4b6efe32506911c23b425d1cab1ee7 (patch)
treeac70be465c6eac51b769c858ee22dab957baad86 /socat
parent068c90848a36e9c6d3d950d8f80b1fb8672656cc (diff)
downloadopt-a8002d0dad4b6efe32506911c23b425d1cab1ee7.tar.gz
opt-a8002d0dad4b6efe32506911c23b425d1cab1ee7.tar.xz
[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
Diffstat (limited to 'socat')
-rw-r--r--socat/.footprint7
-rw-r--r--socat/.md5sum2
-rw-r--r--socat/Pkgfile4
3 files changed, 7 insertions, 6 deletions
diff --git a/socat/.footprint b/socat/.footprint
index c4392feec..e3ab3c026 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 1d8da9453..a86066648 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 ab917578d..9b45804ba 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
}

Generated by cgit