[openssl-commits] [web] master update

Richard Levitte levitte at openssl.org
Mon Feb 15 19:24:59 UTC 2016


The branch master has been updated
       via  e7a74ca231c007938bdd7660bd8f614e70e0179f (commit)
      from  07b6e9f61e7cfb23501f8735c45e25688f83b921 (commit)


- Log -----------------------------------------------------------------
commit e7a74ca231c007938bdd7660bd8f614e70e0179f
Author: Richard Levitte <levitte at openssl.org>
Date:   Mon Feb 15 20:24:51 2016 +0100

    1.1.0 files in the index for old 1.1.0 releases, please

-----------------------------------------------------------------------

Summary of changes:
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9da824f..297e85a 100644
--- a/Makefile
+++ b/Makefile
@@ -135,7 +135,7 @@ source/old/1.0.2/index.inc: $(wildcard source/old/1.0.2/*.gz)
 	./bin/mk-filelist source/old/1.0.2 '' '*.gz' >$@
 source/old/1.1.0/index.inc: $(wildcard source/old/1.1.0/*.gz)
 	@rm -f $@
-	./bin/mk-filelist source/old/1.0.2 '' '*.gz' >$@
+	./bin/mk-filelist source/old/1.1.0 '' '*.gz' >$@
 source/old/fips/index.inc: $(wildcard source/old/fips/*.gz)
 	@rm -f $@
 	./bin/mk-filelist source/old/fips '' '*.gz' >$@


More information about the openssl-commits mailing list