diff options
author | Etienne Champetier <champetier.etienne@gmail.com> | 2019-08-04 23:48:29 -0700 |
---|---|---|
committer | Etienne Champetier <champetier.etienne@gmail.com> | 2019-08-05 01:10:33 -0700 |
commit | 5d3141fddb0f837506cf1aaa9be99df799fab4e2 (patch) | |
tree | 60419b50c8279d7d7817d51e5c6ed45b5ac332dc /net/phantap | |
parent | d339cd9cff11b6ba96e4207cb6062bd6492c8c23 (diff) |
phantap: update to latest commit
This includes a major bug fix (2ed9c76) and some minor fixes/improvements
f104742 phantap-learn: do not use proto for ip neigh
9849b0f phantap-learn: cleanup
159653d Readme.md: update install instructions
ff3acc2 phantap: add support for talking to victim.
2ed9c76 phantap: Fix MAC snat
f6f2d2d Phantap: fix dns configuration
40fa14b phantap: look at DNS response instead of request
0d62deb Improve Readme
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
Diffstat (limited to 'net/phantap')
-rw-r--r-- | net/phantap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/phantap/Makefile b/net/phantap/Makefile index 9e4bf5446..33ba174a5 100644 --- a/net/phantap/Makefile +++ b/net/phantap/Makefile @@ -11,9 +11,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/nccgroup/phantap -PKG_SOURCE_DATE:=2019.07.30 -PKG_SOURCE_VERSION:=dccee924f005213c8b1c84e05900ed0bbfac5736 -PKG_MIRROR_HASH:=456adfcc0147f3b47d2fad26938e2896096919f053f871c1319218e7d37c6d27 +PKG_SOURCE_DATE:=2019.08.04 +PKG_SOURCE_VERSION:=f104742cf489b2b916a2cf9e2ee980259b89efe7 +PKG_MIRROR_HASH:=ebe090dbfeb0ef928b28a15c17290abbcdee043e77f38bd38acaabe38f2b685e PKG_MAINTAINER:=Diana Dragusin <diana.dragusin@nccgroup.com>, \ Etienne Champetier <champetier.etienne@gmail.com> |