diff options
| author | Axel Neumann | 2016-07-20 09:17:37 +0000 |
|---|---|---|
| committer | Axel Neumann | 2016-07-20 10:27:19 +0000 |
| commit | a715cd2442d5754bb3150716943e4a2995bf4729 (patch) | |
| tree | ed78a2b063b2e99cb3d4a203c3465279359a0f6e | |
| parent | 73e9614e4cd226ba1f60aabeaaba7e25f43f9bf2 (diff) | |
| download | routing-a715cd2442d5754bb3150716943e4a2995bf4729.tar.gz | |
bmx7: update source (fixing several DoS scenarios)
| -rw-r--r-- | bmx7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bmx7/Makefile b/bmx7/Makefile index 02a62bc..e1eb36b 100644 --- a/bmx7/Makefile +++ b/bmx7/Makefile @@ -32,8 +32,8 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/axn/bmx6.git #PKG_SOURCE_URL:=file:///usr/src/bmx6/bmx6.git -PKG_REV:=87e849ea9e4855fcdfcdf8ce92a049859335b794 -PKG_VERSION:=r2016071904 +PKG_REV:=379110ae442f80755b5788c527e722f9551b14eb +PKG_VERSION:=r2016072001 PKG_RELEASE:=4 PKG_LICENSE:=GPL-2.0 |