diff --git a/CHANGELOG.md b/CHANGELOG.md index e3beb3b..bc951be 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +1.0.2 +----- +- Added Makefile for easy installation +- Fixed error in README.md stating to use sha512 instead of sha256 + 1.0.1 ----- - Fixed shabang to use python2 explicitly diff --git a/MD5SUMS b/MD5SUMS index dbbd706..82e25a7 100755 --- a/MD5SUMS +++ b/MD5SUMS @@ -1,13 +1,18 @@ CHANGELOG.md ------------ -sha1sum: d7619a00410407a193d1e867e5146d03d9a06aba -sha256sum: 03f8463e1fa620ddc39d0f42104d0bab9dfb1a3a5587213f0c3e20cf8fb51525 +sha1sum: 93d05c42aa009d0542e63f7b2902da922b50fdd5 +sha256sum: a3c9c41b6d182dc8a928693c2da0c244483cc3d14938307e43ef3affc253b459 COPYING ------- sha1sum: 8624bcdae55baeef00cd11d5dfcfa60f68710a02 sha256sum: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 +Makefile +-------- +sha1sum: c1d7df01712a8c839dcfb69de197efa9848be123 +sha256sum: 241e6ca479a7b8843d912a6da16b6ca940ca69d5957b30bcc2bc8506eec0618e + nsaflood -------- sha1sum: 4c2c1f772a5b85f794c281a51d0294aa311bec0b @@ -15,8 +20,8 @@ sha256sum: f3bda608ad1693810908d1769f2d41d1707b3876c3441e4b8f19d6fdd6dcf28b nsaflood.1 ---------- -sha1sum: 4c9a19a37348e6b91edc1d14c3a4138ab61f295a -sha256sum: 08054ce8fd03a9e058866dac610e5276594601c22ac3af880337fd1db21cf653 +sha1sum: 05b0ded64980dc32a84bd586fb6894ab6e7de399 +sha256sum: fd9d2f6ccdd82505604154257d71ddea1502dbce8e9c1a4938bffefec01b958f nsaflood.conf ------------- @@ -25,5 +30,5 @@ sha256sum: a64ea40275882e55ca76f13f44cf8b67042e815f7c90f3a267ee8fdb9caf19bf README.md --------- -sha1sum: bdcb52932e82230b7f5d6b329e3fb0a4721ea0f2 -sha256sum: a6aa94e3e745d0a24466eed9d101af32cc6d7c2f9da4dc6ee5dffbe090e2fbf1 +sha1sum: e268826adc72068dda0237e460bf2c7ce0b08854 +sha256sum: 636dd628809480ab6b24238f348d05bd21b8131bbb80e36d672f08d87ffdc4b7 diff --git a/MD5SUMS.sig b/MD5SUMS.sig index c5ab11f..b7b8150 100755 Binary files a/MD5SUMS.sig and b/MD5SUMS.sig differ diff --git a/README.md b/README.md index 158b4c3..7dffc5a 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ NSAFlood -------- -This directory contains the 1.0.1 release of NSAFlood. +This directory contains the 1.0.2 release of NSAFlood. About ----- @@ -13,9 +13,7 @@ surveillance. NSAFlood achieves this goal through the transfer of encrypted data Installation ------------ -To install NSAFlood, you must move nsaflood to /usr/local/bin, move -nsaflood.conf into /etc/nsaflood, and gzip nsaflood.1 into /usr/share/man/man1 -as root. +To install NSAFlood, you must call make as root. Usage ----- @@ -42,7 +40,7 @@ To verify the integrity of the archive contents, you need to check the signature of the MD5SUMS file, then compare the individual file sums, like follows: gpg --verify MD5SUMS.sig MD5SUMS - sha512sum file + sha256sum file If you do not have the public key needed to verify the MD5SUMS signature, download it as so: diff --git a/nsaflood.1 b/nsaflood.1 index 47f8724..9b14f61 100755 --- a/nsaflood.1 +++ b/nsaflood.1 @@ -1,4 +1,4 @@ -.TH NSAFLOOD 1 "09/19/2014" "1.0" +.TH NSAFLOOD 1 "10/24/2014" "1.0.2" .SH NAME nsaflood \- Flood the Internet with encrypted data .SH SYNOPSIS