Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Dmitry Baryshkov
nettle
Commits
ee5d6289
Commit
ee5d6289
authored
Jun 26, 2019
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for Nettle 3.5.1
parent
9a31a078
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
2 deletions
+22
-2
ChangeLog
ChangeLog
+7
-0
Makefile.in
Makefile.in
+1
-1
NEWS
NEWS
+13
-0
configure.ac
configure.ac
+1
-1
No files found.
ChangeLog
View file @
ee5d6289
2019-06-26 Niels Möller <nisse@lysator.liu.se>
* Released nettle-3.5.1.
* configure.ac: Update version number to 3.5.1.
* Makefile.in (distdir): Add x86_64/sha_ni to list of distributed
directories.
* Released nettle-3.5.
2019-06-25 Niels Möller <nisse@lysator.liu.se>
...
...
Makefile.in
View file @
ee5d6289
...
...
@@ -586,7 +586,7 @@ distdir: $(DISTFILES)
fi
;
\
done
set
-e
;
for
d
in
sparc32 sparc64 x86
\
x86_64 x86_64/aesni x86_64/fat
\
x86_64 x86_64/aesni
x86_64/sha_ni
x86_64/fat
\
arm arm/neon arm/v6 arm/fat
;
do
\
mkdir
"
$(distdir)
/
$$
d"
;
\
find
"
$(srcdir)
/
$$
d"
-maxdepth
1
'('
-name
'*.asm'
-o
-name
'*.m4'
')'
\
...
...
NEWS
View file @
ee5d6289
NEWS for the Nettle 3.5.1 release
The Nettle-3.5.1 corrects a packaging mistake in Nettle-3.5.
The new directory x86_64/sha_ni were missing in the tar file,
breaking x86_64 builds with --enable-fat, and producing worse
performance than promised for builds with --enable-x86-sha-ni.
Also a few unused in-progress assembly files were accidentally
included in the tar file.
These problems are corrected in Nettle-3.5.1. There are no
other changes, and also the library version numbers are
unchanged.
NEWS for the Nettle 3.5 release
This release adds a couple of new features and optimizations,
...
...
configure.ac
View file @
ee5d6289
...
...
@@ -2,7 +2,7 @@ dnl -*- mode: shell-script; sh-indentation: 2; -*-
dnl Process this file with autoconf to produce a configure script.
AC_INIT([nettle], [3.5], [nettle-bugs@lists.lysator.liu.se])
AC_INIT([nettle], [3.5
.1
], [nettle-bugs@lists.lysator.liu.se])
AC_PREREQ(2.61)
AC_CONFIG_SRCDIR([arcfour.c])
# Needed to stop autoconf from looking for files in parent directories.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment