Browse Source

tcpproxy: update to version 1.2

Signed-off-by: Christian Pointner <equinox@spreadspace.org>
lilik-openwrt-22.03
Christian Pointner 10 years ago
parent
commit
7af256a6cd
2 changed files with 949 additions and 948 deletions
  1. +3
    -2
      net/tcpproxy/Makefile
  2. +946
    -946
      net/tcpproxy/patches/001-ragel_generated.patch

+ 3
- 2
net/tcpproxy/Makefile View File

@ -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; \


+ 946
- 946
net/tcpproxy/patches/001-ragel_generated.patch
File diff suppressed because it is too large
View File


Loading…
Cancel
Save