Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 146 → Rev 147

/trunk/debian/changelog
1,3 → 1,11
nettle (3.2-1) unstable; urgency=medium
 
* New upstream release.
* Includes fixes for CVE-2015-8803, CVE-2015-8804, and CVE-2015-8805
(Closes: #813679).
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 06 Feb 2016 18:59:30 +0100
 
nettle (3.1.1-4) unstable; urgency=low
 
* multiarch_dev.patch (new): Remove compiler version info causing
/trunk/debian/libhogweed4.symbols
177,6 → 177,7
nettle_pkcs1_rsa_sha512_encode_digest@HOGWEED_4 0
nettle_random_prime@HOGWEED_4 0
nettle_rsa_compute_root@HOGWEED_4 0
nettle_rsa_compute_root_tr@HOGWEED_4 3.2~
nettle_rsa_decrypt@HOGWEED_4 0
nettle_rsa_decrypt_tr@HOGWEED_4 0
nettle_rsa_encrypt@HOGWEED_4 0
188,6 → 189,8
nettle_rsa_keypair_to_sexp@HOGWEED_4 0
nettle_rsa_md5_sign@HOGWEED_4 0
nettle_rsa_md5_sign_digest@HOGWEED_4 0
nettle_rsa_md5_sign_digest_tr@HOGWEED_4 3.2~
nettle_rsa_md5_sign_tr@HOGWEED_4 3.2~
nettle_rsa_md5_verify@HOGWEED_4 0
nettle_rsa_md5_verify_digest@HOGWEED_4 0
nettle_rsa_pkcs1_sign@HOGWEED_4 0
203,14 → 206,20
nettle_rsa_public_key_prepare@HOGWEED_4 0
nettle_rsa_sha1_sign@HOGWEED_4 0
nettle_rsa_sha1_sign_digest@HOGWEED_4 0
nettle_rsa_sha1_sign_digest_tr@HOGWEED_4 3.2~
nettle_rsa_sha1_sign_tr@HOGWEED_4 3.2~
nettle_rsa_sha1_verify@HOGWEED_4 0
nettle_rsa_sha1_verify_digest@HOGWEED_4 0
nettle_rsa_sha256_sign@HOGWEED_4 0
nettle_rsa_sha256_sign_digest@HOGWEED_4 0
nettle_rsa_sha256_sign_digest_tr@HOGWEED_4 3.2~
nettle_rsa_sha256_sign_tr@HOGWEED_4 3.2~
nettle_rsa_sha256_verify@HOGWEED_4 0
nettle_rsa_sha256_verify_digest@HOGWEED_4 0
nettle_rsa_sha512_sign@HOGWEED_4 0
nettle_rsa_sha512_sign_digest@HOGWEED_4 0
nettle_rsa_sha512_sign_digest_tr@HOGWEED_4 3.2~
nettle_rsa_sha512_sign_tr@HOGWEED_4 3.2~
nettle_rsa_sha512_verify@HOGWEED_4 0
nettle_rsa_sha512_verify_digest@HOGWEED_4 0
nettle_secp_192r1@HOGWEED_4 0
/trunk/debian/patches/fPIC.patch
11,7 → 11,7
case "$host_os" in
--- a/configure
+++ b/configure
@@ -4903,7 +4903,7 @@ else
@@ -7072,7 +7072,7 @@ else
solaris*) CCPIC="-fPIC" ;;
cygwin*) CCPIC="" ;;
mingw32*) CCPIC="" ;;
/trunk/debian/patches/multiarch_dev.patch
14,7 → 14,7
$ac_cv_stdint_result])
--- a/configure
+++ b/configure
@@ -6415,11 +6415,7 @@ fi
@@ -6471,11 +6471,7 @@ fi
fi # shortcircut to system "stdint.h"
# ------------------ PREPARE VARIABLES ------------------------------