summaryrefslogtreecommitdiff
path: root/build-aux/git-log-fix
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-01-09 19:14:09 +0100
committerWerner Koch <wk@gnupg.org>2014-01-10 15:35:33 +0100
commitdf9b4eabf52faee6f289a4bc62219684442ae383 (patch)
tree5f0d794053a852ba172cf66c4ee8a6ffea6f3241 /build-aux/git-log-fix
parent4b7db51ad5d1bf98fd08ca3048f258059eca61a4 (diff)
downloadlibgcrypt-df9b4eabf52faee6f289a4bc62219684442ae383.tar.gz
Move all helper scripts to build-aux/
* scripts/: Rename to build-aux/. * compile, config.guess, config.rpath, config.sub * depcomp, doc/mdate-sh, doc/texinfo.tex * install-sh, ltmain.sh, missing: Move to build-aux/. * Makefile.am (EXTRA_DIST): Adjust. * configure.ac (AC_CONFIG_AUX_DIR): New. (AM_SILENT_RULES): New. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'build-aux/git-log-fix')
-rw-r--r--build-aux/git-log-fix14
1 files changed, 14 insertions, 0 deletions
diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix
new file mode 100644
index 00000000..3e3fd95c
--- /dev/null
+++ b/build-aux/git-log-fix
@@ -0,0 +1,14 @@
+# This file is expected to be used via gitlog-to-changelog's --amend=FILE
+# option. It specifies what changes to make to each given SHA1's commit
+# log and metadata, using Perl-eval'able expressions.
+
+eb4937914db3fb7317502e97e4f0e40c1857f59d
+# Fix bad formatted entry dated 2013-05-20
+s/(?s)mpi_sub.*$/cipher: Fix segv in last ECC change.
+* cipher\/ecc.c (generate_key): Make sure R is initialized./
+
+296f38a2bd2e25788643a42e4881faed00884a40
+# Fix bad formatted entry dated 2013-05-09
+s/(?s)Generate ECC.*$/cipher: Generate compliant ECC keys.
+* cipher\/ecc.c (generate_key): Make sure a key is compliant for
+using the compact representation./