tcpproxy: update to version 1.2
Signed-off-by: Christian Pointner <equinox@spreadspace.org>
This commit is contained in:
parent
cd0bcd23e7
commit
7af256a6cd
2 changed files with 949 additions and 948 deletions
|
@ -12,12 +12,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tcpproxy
|
||||
PKG_VERSION:=1.1
|
||||
PKG_VERSION:=1.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.spreadspace.org/tcpproxy/releases/
|
||||
PKG_MD5SUM:=55126473bcde635f9ee019c6caf19bb7
|
||||
PKG_MD5SUM:=14f734a61350c52556909e2ed5bff361
|
||||
PKG_MAINTAINER:=Christian Pointner <equinox@spreadspace.org>
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
@ -56,6 +56,7 @@ define Build/Configure
|
|||
echo '#define TARGET "linux"' >> config.h; \
|
||||
echo '#define PREFIX "/usr"' >> config.h; \
|
||||
echo '#define BINDIR "/usr/bin"' >> config.h; \
|
||||
echo '#define SYSTEMDDIR "/tmp"' >> config.h; \
|
||||
echo '#define ETCDIR "/etc"' >> config.h; \
|
||||
echo '#define CONFFILE "/etc/tcpproxy.conf"' >> config.h; \
|
||||
echo '' >> config.h; \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
diff -Nur tcpproxy-1.1.orig/src/cfg_parser.c tcpproxy-1.1/src/cfg_parser.c
|
||||
--- tcpproxy-1.1.orig/src/cfg_parser.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ tcpproxy-1.1/src/cfg_parser.c 2014-02-24 04:05:11.087171984 +0100
|
||||
diff -Nur tcpproxy-1.2.orig/src/cfg_parser.c tcpproxy-1.2/src/cfg_parser.c
|
||||
--- tcpproxy-1.2.orig/src/cfg_parser.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ tcpproxy-1.2/src/cfg_parser.c 2015-05-17 18:10:54.933307372 +0200
|
||||
@@ -0,0 +1,1374 @@
|
||||
+
|
||||
+#line 1 "cfg_parser.rl"
|
||||
|
@ -13,7 +13,7 @@ diff -Nur tcpproxy-1.1.orig/src/cfg_parser.c tcpproxy-1.1/src/cfg_parser.c
|
|||
+ * endpoints and vice versa.
|
||||
+ *
|
||||
+ *
|
||||
+ * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org>
|
||||
+ * Copyright (C) 2010-2015 Christian Pointner <equinox@spreadspace.org>
|
||||
+ *
|
||||
+ * This file is part of tcpproxy.
|
||||
+ *
|
||||
|
|
Loading…
Reference in a new issue