[Pkg-bitcoin-commits] [libsecp256k1] 45/45: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Sat Aug 27 12:00:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libsecp256k1.

commit b1e7335916722341dc55949dd342525ecfb1ff46
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Aug 27 13:53:14 2016 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       | 30 ++++++++++++++++++++++++++++++
 debian/control         |  2 +-
 debian/copyright_hints | 15 ++++++++++++---
 3 files changed, 43 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e562c91..1b7cfce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+libsecp256k1 (0.1~20160804-1) unstable; urgency=medium
+
+  [ upstream ]
+  * Snapshot from upstream git.
+    + align shared files copyright/comments to bitcoinj's.
+    + Add some missing VERIFY_CHECK(ctx != NULL) for functions that use
+      ARG_CHECK.
+    + bench_ecdh: fix call to secp256k1_context_create.
+    + Cast pointers through uintptr_t under JNI.
+    + Update bitcoin-core GitHub links.
+    + JNI: Only call ecdsa_verify if its inputs parsed correctly.
+    + Add testcase which hits additional branch in secp256k1_scalar_sqr.
+    + Fix state size in sha256 struct.
+    + Fix undefs in hash_impl.h.
+    + ARM assembly implementation of field_10x26 inner.
+    + Test whether ECDH and Schnorr are enabled for JNI.
+    + build: verify that the native compiler works for static precomp.
+    + ecmult_const: unify endomorphism and non-endomorphism skew cases.
+    + Add Jacobi symbol test via GMP.
+    + Add function for testing quadratic residue field/group elements.
+    + configure: add flag to disable OpenSSL tests.
+    + Make secp256k1_fe_sqrt constant time.
+    + Add string.h include to ecmult_impl.
+
+  [ Jonas Smedegaard ]
+  * Modernize CDBS: Build-depend on licensecheck (not devscripts).
+  * Update copyright info: Adjust some files now licensed Apache-2.0.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sat, 27 Aug 2016 13:53:04 +0200
+
 libsecp256k1 (0.1~20160216-3) unstable; urgency=medium
 
   * Relax symbols check on experimental builds.
diff --git a/debian/control b/debian/control
index 97cb436..92871d7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libsecp256k1
 Section: libs
 Priority: optional
 Build-Depends: cdbs (>= 0.4.123~),
- devscripts,
+ licensecheck,
  libtool,
  automake,
  autoconf,
diff --git a/debian/copyright_hints b/debian/copyright_hints
index c1db938..d9237fd 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -89,10 +89,7 @@ Files: Makefile.am
  sage/group_prover.sage
  sage/secp256k1.sage
  sage/weierstrass_prover.sage
- src/java/org/bitcoin/NativeSecp256k1.java
  src/java/org/bitcoin/NativeSecp256k1Test.java
- src/java/org/bitcoin/NativeSecp256k1Util.java
- src/java/org/bitcoin/Secp256k1Context.java
  src/java/org_bitcoin_NativeSecp256k1.c
  src/java/org_bitcoin_NativeSecp256k1.h
  src/java/org_bitcoin_Secp256k1Context.c
@@ -111,6 +108,12 @@ Copyright: 2015, Andrew Poelstra
 License: Expat
  FIXME
 
+Files: src/java/org/bitcoin/NativeSecp256k1Util.java
+ src/java/org/bitcoin/Secp256k1Context.java
+Copyright: 2014-2016, the libsecp256k1 contributors
+License: Apache-2.0
+ FIXME
+
 Files: src/bench_ecdh.c
  src/ecmult_const_impl.h
 Copyright: 2015, Pieter Wuille, Andrew Poelstra
@@ -123,6 +126,12 @@ Copyright: 2013-2015, Pieter Wuille, Gregory Maxwell
 License: Expat
  FIXME
 
+Files: src/java/org/bitcoin/NativeSecp256k1.java
+Copyright: 2013, Google Inc.
+  2014-2016, the libsecp256k1 contributors
+License: Apache-2.0
+ FIXME
+
 Files: src/field_5x52_asm_impl.h
 Copyright: 2013-2014, Diederik Huys, Pieter Wuille
 License: Expat

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libsecp256k1.git



More information about the Pkg-bitcoin-commits mailing list