Codebase list openssl / a2d9561
debian: start documenting changes… Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Sebastian Andrzej Siewior 5 years ago
4 changed file(s) with 20 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
0 openssl (1.1.1~~pre6-3) UNRELEASED; urgency=medium
1
2 * Drop afalgeng on kfreebsd-* which go enabled because they inherit from
3 the linux target.
4 * Fix debian-rules-sets-dpkg-architecture-variable.
5
6 -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Tue, 29 May 2018 22:04:14 +0200
7
08 openssl (1.1.1~~pre6-2) experimental; urgency=medium
19
210 * Update libssl1.1.symbols
99
1010 Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
1111 ---
12 apps/openssl.cnf | 11 +++++++++++
13 1 file changed, 11 insertions(+)
12 apps/openssl.cnf | 12 ++++++++++++
13 1 file changed, 12 insertions(+)
1414
1515 diff --git a/apps/openssl.cnf b/apps/openssl.cnf
16 index 7d1a8bb6e7f0..5ae50ba2f859 100644
16 index 7d1a8bb6e7f0..70bd751ffdc9 100644
1717 --- a/apps/openssl.cnf
1818 +++ b/apps/openssl.cnf
1919 @@ -16,6 +16,9 @@ RANDFILE = $ENV::HOME/.rnd
22 Subject: debian-targets
33
44 ---
5 Configurations/20-debian.conf | 190 ++++++++++++++++++++++++++++++++++++++++++
6 1 file changed, 190 insertions(+)
5 Configurations/20-debian.conf | 192 ++++++++++++++++++++++++++++++++++++++++++
6 1 file changed, 192 insertions(+)
77 create mode 100644 Configurations/20-debian.conf
88
99 diff --git a/Configurations/20-debian.conf b/Configurations/20-debian.conf
1010 new file mode 100644
11 index 000000000000..695c9723668f
11 index 000000000000..71215d94dfc1
1212 --- /dev/null
1313 +++ b/Configurations/20-debian.conf
14 @@ -0,0 +1,190 @@
14 @@ -0,0 +1,192 @@
1515 +my %targets = (
1616 + "debian" => {
1717 + cflags => add("-Wa,--noexecstack -Wall"),
5050 + },
5151 + "debian-kfreebsd-amd64" => {
5252 + inherit_from => [ "debian-amd64" ],
53 + enable => [ ],
5354 + },
5455 + "debian-kfreebsd-i386" => {
5556 + inherit_from => [ "debian-i386" ],
57 + enable => [ ],
5658 + },
5759 + "debian-hppa" => {
5860 + inherit_from => [ "linux-generic32", "debian" ],
77 2 files changed, 6 insertions(+), 3 deletions(-)
88
99 diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl
10 index cc66abe46d94..67d9cec043cb 100644
10 index 445123204645..c86b6b55798c 100644
1111 --- a/Configurations/unix-Makefile.tmpl
1212 +++ b/Configurations/unix-Makefile.tmpl
13 @@ -182,7 +182,8 @@ HTMLDIR=$(DOCDIR)/html
13 @@ -179,7 +179,8 @@ HTMLDIR=$(DOCDIR)/html
1414 # MANSUFFIX is for the benefit of anyone who may want to have a suffix
1515 # appended after the manpage file section number. "ssl" is popular,
1616 # resulting in files such as config.5ssl rather than config.5.
2020 HTMLSUFFIX=html
2121
2222 # For "optional" echo messages, to get "real" silence
23 @@ -675,7 +676,8 @@ uninstall_docs: uninstall_man_docs uninstall_html_docs
23 @@ -681,7 +682,8 @@ uninstall_docs: uninstall_man_docs uninstall_html_docs
2424 @[ -n "$(INSTALLTOP)" ] || (echo INSTALLTOP should not be empty; exit 1)
2525 @$(ECHO) "*** Installing manpages"
2626 $(PERL) $(SRCDIR)/util/process_docs.pl \