[web] master update
Richard Levitte
levitte at openssl.org
Mon Apr 26 10:39:10 UTC 2021
The branch master has been updated
via 595141eef7fd28c41ab414573d05266ece47d814 (commit)
from d75862e89e153138b64119bf4f88d5b1013a928f (commit)
- Log -----------------------------------------------------------------
commit 595141eef7fd28c41ab414573d05266ece47d814
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Apr 26 12:04:00 2021 +0200
Makefile: Missed a spot! (FUTURESERIES missing in one place)
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/web/pull/234)
-----------------------------------------------------------------------
Summary of changes:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 1fe5423..c8721b4 100644
--- a/Makefile
+++ b/Makefile
@@ -321,7 +321,7 @@ $(foreach S,fips $(FUTURESERIES) $(SERIES) $(OLDSERIES2),$(eval $(call mkoldsour
source/old/index.html: source/old/index.html.tt bin/from-tt
@rm -f $@
- ./bin/from-tt releases='fips $(SERIES) $(OLDSERIES2)' $<
+ ./bin/from-tt releases='fips $(FUTURESERIES) $(SERIES) $(OLDSERIES2)' $<
# Because these the indexes of old tarballs will inevitably be newer
# than the tarballs that are moved into their respective directory,
More information about the openssl-commits
mailing list