forked from zcash/zcash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of zcash#1637 - daira:upgrade-bdb-again, r=daira
Fix licensing docs, and upgrade bdb again to 6.2.23 Upgrading BDB is necessary due to the security bugs listed at https://www.cvedetails.com/vulnerability-list/vendor_id-93/product_id-32070/Oracle-Berkeley-Db.html . The resulting dependency on the Affero GPL is unfortunate, but see zcash#1469.
- Loading branch information
Showing
7 changed files
with
745 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,23 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
|
||
|
||
The MIT software license (http://www.opensource.org/licenses/mit-license.php) | ||
above applies to the code directly included in this source distribution, with | ||
the exception of certain files under the 'src/qt/' and 'scripts/img/' directories | ||
which are distributed under the LGPL or GPL licenses. Dependencies downloaded | ||
as part of the build process may be covered by other open source licenses. | ||
For further details see 'contrib/DEBIAN/copyright'. | ||
|
||
|
||
This product includes software developed by the OpenSSL Project for use in the | ||
[OpenSSL Toolkit](https://www.openssl.org/). This product includes cryptographic | ||
software written by Eric Young ([[email protected]](mailto:[email protected])), | ||
and UPnP software written by Thomas Bernard. | ||
|
||
|
||
Although almost all of the Zcash code is licensed under "permissive" open source | ||
licenses, users and distributors should note that when built using the default | ||
build options, Zcash depends on Oracle Berkeley DB 6.2.x, which is licensed | ||
under the GNU Affero General Public License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,50 @@ | ||
Zcash | ||
===== | ||
|
||
https://z.cash/ | ||
|
||
Where do I begin? | ||
----------------- | ||
|
||
We have a guide for joining the public testnet: https://github.com/zcash/zcash/wiki/Beta-Guide | ||
Zcash 1.0.0-rc2 | ||
=============== | ||
|
||
What is Zcash? | ||
-------------- | ||
|
||
Zcash is an implementation of the "Zerocash" protocol. Based on Bitcoin's code, it intends to | ||
offer a far higher standard of privacy and anonymity through a sophisticiated zero-knowledge | ||
proving scheme which preserves confidentiality of transaction metadata. Technical details are | ||
[Zcash](https://z.cash/) is an implementation of the "Zerocash" protocol. | ||
Based on Bitcoin's code, it intends to offer a far higher standard of privacy | ||
and anonymity through a sophisticiated zero-knowledge proving scheme that | ||
preserves confidentiality of transaction metadata. Technical details are | ||
available in our [Protocol Specification](https://github.com/zcash/zips/raw/master/protocol/protocol.pdf). | ||
|
||
**Zcash is unfinished and highly experimental.** Use at your own risk. | ||
|
||
Participation in the Zcash project is subject to a [Code of Conduct](code_of_conduct.md). | ||
This software is the Zcash client. It downloads and stores the entire history | ||
of Zcash transactions; depending on the speed of your computer and network | ||
connection, the synchronization process could take a day or more once the | ||
block chain has reached a significant size. | ||
|
||
Security Warnings | ||
----------------- | ||
|
||
See important security warnings in | ||
[doc/security-warnings.md](doc/security-warnings.md). | ||
|
||
**Zcash is unfinished and highly experimental.** Use at your own risk. | ||
|
||
Where do I begin? | ||
----------------- | ||
|
||
We have a guide for joining the public testnet: | ||
https://github.com/zcash/zcash/wiki/Beta-Guide | ||
|
||
### Need Help? | ||
|
||
* See the documentation at the [Zcash Wiki](https://github.com/zcash/zcash/wiki) | ||
for help and more information. | ||
* Ask for help on the [Zcash](https://forum.z.cash/) forum. | ||
|
||
Participation in the Zcash project is subject to a | ||
[Code of Conduct](code_of_conduct.md). | ||
|
||
Building | ||
-------- | ||
|
||
Build Zcash along with most dependencies from source by running | ||
./zcutil/build.sh. Currently only Linux is supported. | ||
|
||
License | ||
------- | ||
|
||
Zcash is released under the terms of the MIT license. See [COPYING](COPYING) for more | ||
information or see http://opensource.org/licenses/MIT. | ||
|
||
For license information see the file [COPYING](COPYING). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.