Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/catacomb
authorMark Wooding <mdw@distorted.org.uk>
Mon, 13 Jun 2016 21:00:00 +0000 (22:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 13 Jun 2016 21:00:00 +0000 (22:00 +0100)
* 'master' of git.distorted.org.uk:~mdw/publish/public-git/catacomb: (53 commits)
  rand/rand.c (rdrand_quick): Improve the loop.
  configure.ac, rand/noise.c: Get high-res time from `clock_gettime'.
  rand/noise.c: Make the high-res timer function be a bit more abstract.
  configure.ac, Makefile.am: Collect libs only needed by Catcomb itself.
  Makefile.am: Include $(PIXIE_LIBS) in the main library.
  rand/noise.c (noise_devrandom): Use OpenBSD system call `getentropy'.
  rand/noise.c (noise_devrandom): Use new Linux system call `getrandom'.
  rand/noise.c (noise_devrandom): Handle Linux's broken `/dev/urandom'.
  rand/noise.c (noise_devrandom): Refactor internals.
  src/noise.c: Make `bitcount' table be static and constant.
  rand/rand.c: Add support for x86 `RDRAND' instruction in `rand_quick'.
  base/dispatch.[ch]: Detect availability of the x86 `RDRAND' instruction.
  rand/rand.[ch]: Add external `rand_quick' function.
  rand/: Secure `rand' generator against fork problems.
  Release 2.2.2.
  math/mp-arith.c (mp_testbit): Want nonstrict comparison for bounds check.
  symm/salsa20-arm-neon.S: Mark the final-permutation stores as word-aligned.
  symm/: Add ARM NEON implementations of ChaCha and Salsa20.
  symm/{salsa20,chacha}-x86ish-sse2.S: Use numeric labels for internal loops.
  symm/salsa20-x86ish-sse2.S: Fix stray `##' comment to be `//'.
  ...

Conflicts:
debian/changelog

debian/changelog
debian/control

index 9784b9e..d84c92d 100644 (file)
@@ -8,6 +8,13 @@ catacomb (2.2.2) experimental; urgency=low
 
  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 04 Jun 2016 01:12:01 +0100
 
+catacomb (2.2.1.1) experimental; urgency=low
+
+  * Arrange that catacomb-dev Depends on correct version of mlib-dev.  It
+    really won't work well without it.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Fri, 19 Feb 2016 09:04:50 +0000
+
 catacomb (2.2.1) experimental; urgency=low
 
   * Some internal improvements.
index 9bbe802..38c9b04 100644 (file)
@@ -43,7 +43,7 @@ Description: A cryptographic library
 
 Package: catacomb-dev
 Architecture: any
-Depends: catacomb2 (= ${Source-Version})
+Depends: catacomb2 (= ${Source-Version}), mlib-dev (>= 2.2.2.1)
 Recommends: catacomb-bin
 Section: devel
 Description: A cryptographic library