Merge pull request #1264 from equinox0815/tcpproxy-1.2

tcpproxy: update to version 1.2
This commit is contained in:
Michael Heimpold
2015-05-17 20:05:38 +02:00
2 changed files with 949 additions and 948 deletions
+3 -2
View File
@@ -12,12 +12,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=tcpproxy PKG_NAME:=tcpproxy
PKG_VERSION:=1.1 PKG_VERSION:=1.2
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.spreadspace.org/tcpproxy/releases/ PKG_SOURCE_URL:=http://www.spreadspace.org/tcpproxy/releases/
PKG_MD5SUM:=55126473bcde635f9ee019c6caf19bb7 PKG_MD5SUM:=14f734a61350c52556909e2ed5bff361
PKG_MAINTAINER:=Christian Pointner <equinox@spreadspace.org> PKG_MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
PKG_LICENSE:=GPL-3.0+ PKG_LICENSE:=GPL-3.0+
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE
@@ -56,6 +56,7 @@ define Build/Configure
echo '#define TARGET "linux"' >> config.h; \ echo '#define TARGET "linux"' >> config.h; \
echo '#define PREFIX "/usr"' >> config.h; \ echo '#define PREFIX "/usr"' >> config.h; \
echo '#define BINDIR "/usr/bin"' >> config.h; \ echo '#define BINDIR "/usr/bin"' >> config.h; \
echo '#define SYSTEMDDIR "/tmp"' >> config.h; \
echo '#define ETCDIR "/etc"' >> config.h; \ echo '#define ETCDIR "/etc"' >> config.h; \
echo '#define CONFFILE "/etc/tcpproxy.conf"' >> config.h; \ echo '#define CONFFILE "/etc/tcpproxy.conf"' >> config.h; \
echo '' >> config.h; \ echo '' >> config.h; \
File diff suppressed because it is too large Load Diff