[Pkg-bitcoin-commits] [libsecp256k1] annotated tag debian/0.1_20170810-1 created (now 95ef0dd)

Jonas Smedegaard dr at jones.dk
Fri Aug 18 11:27:58 UTC 2017


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

js pushed a change to annotated tag debian/0.1_20170810-1
in repository libsecp256k1.

        at  95ef0dd   (tag)
   tagging  548ca9c3699b23266e9ca2aecd5c3aa43d3ce024 (commit)
  replaces  upstream/0.1_20170810
 tagged by  Jonas Smedegaard
        on  Fri Aug 18 13:25:12 2017 +0200

- Log -----------------------------------------------------------------
libsecp256k1 Debian release 0.1~20170810-1
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEn+Ppw2aRpp/1PMaELHwxRsGgASEFAlmWzpgACgkQLHwxRsGg
ASF+9BAAqYo0A+SPJxHhJ4bc2PgCG3GzIDEU36VAiYeHZHhq2Xw1gEI0f112VPKu
hTEqUaiPKKKVMzd2NsEQLSSWJRfjkNCDZSmz5X5d9JJRCf3j7gQSPoe8iBwMMor1
8tyG5CCKwyEumCjle4WIotc5pJRGhZgEpROCHjQZZ3Xsk58dj/iUH6+W+ivSH2+G
rg+V8drvGMVhrNotHSdmm/ueQjedS6Jy51VukduTRfTEQG8kmg/NOlscW0ITgsDc
RtnB3wej4GiHiDzpqNo29TuoS841rV0aKXuXB/A596PYF48yFgG4Y5cXUa2kwn+W
vbpZdLe8OsOxyuQBEYkdAPxU8bvM43IBWW38gnFkJIwija8CnwKZTf2YXU69DbvP
4yKCGvyZSySvZr9+i3u4VzbNemU78NPt84YP1Hs7rNobIck03iZIzX5RwbDdmOMG
pkCy0DsiWh8/flHu2CYbQbgn3pQaTz9QrTy07Lbwund3BEjsoEmegLaEYo9AjUqo
N3NbFGSI73iV0kLIZthk6IxlW68kTA+FL0m1yYd007XB0aRe52VCp2sF5RP8CN9s
bD9bXHEgpRJlG+diBQNRDWai3pDTXharYP1+MJtCnDM4jRmnrWwirQmk+133NyB9
7Ml5qBs+Yk23zFzugFQdqPGWNQxeBRPtgUEcbkVc2h7KnXxIBbs=
=53A6
-----END PGP SIGNATURE-----

Jonas Smedegaard (38):
      Initial packaging draft.
      Merge tag 'upstream/0.1_20160216'
      Initial packaging.
      Update copyright info: Fix URLs to upstream source and issue tracker.
      Build with --disable-jni, and stop build-depend on default-jdk-headless or libguava-java, to avoid broken links to disabled experimental modules.
      Drop JNI-related symbols.
      Prepare for release: Update changelog and control file.
      Relax symbols check on experimental builds.
      Update changelog.
      Fix fail on testsuite failure when targeted non-experimental.
      Declare compliance with Debian Policy 3.9.8.
      Prepare for release: Update changelog and control file(s).
      Merge tag 'upstream/0.1_20160804'
      Update copyright info: Adjust some files now licensed Apache-2.0.
      Prepare for release: Update changelog, control file and copyright hints.
      Update watch file: Use substitution string @PACKAGE at .
      Merge tag 'upstream/0.1_20161026'
      Refresh patch.
      Simplify README.source: Skip options set in gbp.conf.
      Update copyright info: Use license shortname FSFAP (not FSFUL~generic).
      Update copyright info: Add another copyright holder (no new license).
      Build-depend on libssl1.0-dev (with older libssl-dev as fallback): OpenSSL 1.1 not yet supported upstream. Closes: Bug#828412. Thanks to Kurt Roeckx.
      Prepare for release: Update changelog, control file and copyright hints.
      Merge tag 'upstream/0.1_20161228'
      Tidy rules file: Stop suppress versioned debhelper build-dependency: Handled by CDBS now.
      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).
      Prepare for release: Update changelog, control file, and copyright hints.
      Updated version 0.1~20170810 from 'upstream/0.1_20170810'
      Modernize Vcs-* fields: Use git (not cgit) in path.
      Declare compliance with Debian Policy 4.0.1.
      Advertise DEP3 format in patch headers.
      Modernize cdbs: Do copyright-check in maintainer script (not during build).
      Update symbols file.
      Prepare for release: Update changelog, control file(s) and copyright hints.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  8e48aa6   Add `secp256k1_ec_pubkey_negate` and `secp256k1_ec_privkey_negate`
       new  73aca83   Fix typo: "exectured" → "executed"
       new  4c0f32e   Fix typo: "Agressive" → "Aggressive"
       new  70ff29b   secp256k1_context_randomize: document.
       new  72d952c   FIXUP: Missing "is"
       new  5eb030c   test: Use checked_alloc
       new  51b77ae   Remove executable bit from secp256k1.c
       new  eda5c1a   Merge #449: Remove executable bit from secp256k1.c
       new  ab31a52   Merge #444: test: Use checked_alloc
       new  6af0871   Merge #441: secp256k1_context_randomize: document.
       new  1199492   Merge #408: Add `secp256k1_ec_pubkey_negate` and `secp256k1_ec_privkey_negate`
       new  cf12fa1   Minor optimizations to _scalar_inverse to save 4M
       new  aa84990   Unroll secp256k1_fe_(get|set)_b32 for 5x52.
       new  8b7680a   Unroll secp256k1_fe_(get|set)_b32 for 10x26.
       new  a2b6b19   Fix benchmark print_number infinite loop.
       new  465159c   Further shorten the addition chain for scalar inversion.
       new  4cc8f52   Merge #437: Unroll secp256k1_fe_(get|set)_b32 to make them much faster.
       new  cbc20b8   Merge #452: Minor optimizations to _scalar_inverse to save 4M
       new  5e95bf2   Remove residual parts from the schnorr expirement.
       new  84973d3   Merge #454: Remove residual parts from the schnorr expirement.
       new  b0452e6   Fix typo in API documentation
       new  bc61b91   add pubkey prefix constants to include/secp256k1.h
       new  2e1ccdc   Remove redundant conditional expression
       new  12230f9   Merge #468: Remove redundant conditional expression
       new  817fb20   Merge #440: Fix typos
       new  b8c26a3   Merge #458: Fix typo in API documentation
       new  768514b   Fix wnaf_const documentation with respect to return value and number of words set
       new  cac7c55   Merge #470: Fix wnaf_const documentation
       new  f532bdc   Merge #459: Add pubkey prefix constants to include/secp256k1.h
       new  8da1be8   New upstream version 0.1~20170810
       new  015adb0   Updated version 0.1~20170810 from 'upstream/0.1_20170810'
       new  d6b6af9   Modernize Vcs-* fields: Use git (not cgit) in path.
       new  889f793   Declare compliance with Debian Policy 4.0.1.
       new  83434ed   Advertise DEP3 format in patch headers.
       new  3a502be   Modernize cdbs: Do copyright-check in maintainer script (not during build).
       new  c8aca2b   Update symbols file.
       new  548ca9c   Prepare for release: Update changelog, control file(s) and copyright hints.

The 37 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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