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

Jonas Smedegaard dr at jones.dk
Tue Jan 10 21:47:18 UTC 2017


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

js pushed a commit to branch master
in repository libsecp256k1.

commit 4868a559870bb07d36f6845062bee08bda344f79
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 10 22:35:08 2017 +0100

    Prepare for release: Update changelog, control file, and copyright hints.
---
 debian/changelog       | 24 ++++++++++++++++++++++
 debian/control         |  2 +-
 debian/copyright_hints | 55 +++++++++++++++++++++++++-------------------------
 3 files changed, 53 insertions(+), 28 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 707c2d4..49e8b2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+libsecp256k1 (0.1~20161228-1) unstable; urgency=medium
+
+  [ upstream ]
+  * Snapshot from upstream git.
+    + Remove Schnorr experiment.
+    + Add exhaustive tests.
+    + ecdsa_impl: replace scalar if-checks with VERIFY_CHECKs in
+      ecdsa_sig_sign.
+    + ecdh: test NULL-checking of arguments.
+    + recovery: add tests to cover API misusage.
+    + configure: add --enable-coverage to set options for coverage
+      analysis.
+    + group_impl.h: remove unused `secp256k1_ge_set_infinity` function.
+    + Make the libcrypto detection fail the newer API.
+
+  [ Jonas Smedegaard ]
+  * Modernize git-buildpackage config: Filter any .git* file.
+  * Drop obsolete lintian override regarding debhelper 9.
+  * Unfuzz patch.
+  * Update copyright info: Extend coverage of Debian packaging.
+  * Build-depend on libssl-dev (not libssl1.0-dev).
+
+ -- Jonas Smedegaard <dr at jones.dk>  Tue, 10 Jan 2017 22:34:00 +0100
+
 libsecp256k1 (0.1~20161026-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 172cac2..6bc5822 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: cdbs (>= 0.4.123~),
  pkg-config,
  libgmp-dev,
  autoconf-archive,
- libssl1.0-dev | libssl-dev (<< 1.1~),
+ libssl-dev,
  dpkg-dev (>= 1.17.0),
  d-shlibs (>= 0.50),
  pkg-kde-tools
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 904b06c..c01be49 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -4,8 +4,7 @@ Upstream-Contact: FIXME
 Source: FIXME
 Disclaimer: Autogenerated by CDBS
 
-Files: COPYING
- contrib/lax_der_parsing.c
+Files: contrib/lax_der_parsing.c
  contrib/lax_der_parsing.h
  contrib/lax_der_privatekey_parsing.c
  contrib/lax_der_privatekey_parsing.h
@@ -36,10 +35,6 @@ Files: COPYING
  src/hash_impl.h
  src/modules/recovery/main_impl.h
  src/modules/recovery/tests_impl.h
- src/modules/schnorr/main_impl.h
- src/modules/schnorr/schnorr.h
- src/modules/schnorr/schnorr_impl.h
- src/modules/schnorr/tests_impl.h
  src/num.h
  src/num_gmp.h
  src/num_gmp_impl.h
@@ -54,13 +49,12 @@ Files: COPYING
  src/testrand.h
  src/testrand_impl.h
  src/util.h
-Copyright: 2013, Pieter Wuille
-  2013-2014, Pieter Wuille
+Copyright: 2013-2014, Pieter Wuille
   2013-2015, Pieter Wuille
   2014, Pieter Wuille
   2014-2015, Pieter Wuille
   2015, Pieter Wuille
-License: Expat
+License: UNKNOWN
  FIXME
 
 Files: Makefile.am
@@ -84,7 +78,6 @@ Files: Makefile.am
  include/secp256k1.h
  include/secp256k1_ecdh.h
  include/secp256k1_recovery.h
- include/secp256k1_schnorr.h
  libsecp256k1.pc.in
  sage/group_prover.sage
  sage/secp256k1.sage
@@ -96,7 +89,6 @@ Files: Makefile.am
  src/java/org_bitcoin_Secp256k1Context.h
  src/modules/ecdh/Makefile.am.include
  src/modules/recovery/Makefile.am.include
- src/modules/schnorr/Makefile.am.include
 Copyright: NONE
 License: UNKNOWN
  FIXME
@@ -104,8 +96,12 @@ License: UNKNOWN
 Files: src/ecmult_const.h
  src/modules/ecdh/main_impl.h
  src/modules/ecdh/tests_impl.h
+ src/scalar_low.h
+ src/scalar_low_impl.h
+ src/tests_exhaustive.c
 Copyright: 2015, Andrew Poelstra
-License: Expat
+  2016, Andrew Poelstra
+License: UNKNOWN
  FIXME
 
 Files: src/java/org/bitcoin/NativeSecp256k1Util.java
@@ -117,13 +113,13 @@ License: Apache-2.0
 Files: src/bench_ecdh.c
  src/ecmult_const_impl.h
 Copyright: 2015, Pieter Wuille, Andrew Poelstra
-License: Expat
+License: UNKNOWN
  FIXME
 
 Files: src/ecmult_gen_impl.h
  src/tests.c
 Copyright: 2013-2015, Pieter Wuille, Gregory Maxwell
-License: Expat
+License: UNKNOWN
  FIXME
 
 Files: src/java/org/bitcoin/NativeSecp256k1.java
@@ -132,18 +128,8 @@ Copyright: 2013, Google Inc.
 License: Apache-2.0
  FIXME
 
-Files: src/field_5x52_asm_impl.h
-Copyright: 2013-2014, Diederik Huys, Pieter Wuille
-License: Expat
- FIXME
-
-Files: src/gen_context.c
-Copyright: 2013-2015, Thomas Daede, Cory Fields
-License: Expat
- FIXME
-
-Files: src/asm/field_10x26_arm.s
-Copyright: 2014, Wladimir J. van der Laan
+Files: COPYING
+Copyright: 2013, Pieter Wuille
 License: Expat
  FIXME
 
@@ -158,7 +144,22 @@ License: FSFAP
  FIXME
 
 Files: debian/rules
-Copyright: 2015-2016, Jonas Smedegaard <dr at jones.dk>
+Copyright: 2016-2017, Jonas Smedegaard <dr at jones.dk>
 License: GPL-3+
  FIXME
 
+Files: src/field_5x52_asm_impl.h
+Copyright: 2013-2014, Diederik Huys, Pieter Wuille
+License: UNKNOWN
+ FIXME
+
+Files: src/gen_context.c
+Copyright: 2013-2015, Thomas Daede, Cory Fields
+License: UNKNOWN
+ FIXME
+
+Files: src/asm/field_10x26_arm.s
+Copyright: 2014, Wladimir J. van der Laan
+License: UNKNOWN
+ FIXME
+

-- 
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