[openssl-commits] [web] master update
Mark J. Cox
mark at openssl.org
Thu Oct 13 08:04:06 UTC 2016
The branch master has been updated
via 18fc4b7e05dbd707be58da1262d74b7a441bbc8b (commit)
from 621f13efef38d2bdafafbdbcdb15457a7e2e6f04 (commit)
- Log -----------------------------------------------------------------
commit 18fc4b7e05dbd707be58da1262d74b7a441bbc8b
Author: Mark J. Cox <mark at awe.com>
Date: Thu Oct 13 09:03:22 2016 +0100
Try an experiment, add the blog post to the latest news. We should automate that ;)
Increase lines to 6 in latest news block
-----------------------------------------------------------------------
Summary of changes:
Makefile | 6 +-----
news/newsflash.txt | 1 +
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index 28b1e53..fa6f692 100644
--- a/Makefile
+++ b/Makefile
@@ -12,10 +12,6 @@ RELEASEDIR = /var/www/openssl/source
# All simple generated files.
SIMPLE = newsflash.inc sitemap.txt \
docs/faq.inc docs/fips.inc \
- news/changelog.inc news/changelog.txt \
- news/cl101.txt news/cl102.txt news/cl110.txt \
- news/openssl-1.0.1-notes.inc news/openssl-1.0.2-notes.inc \
- news/openssl-1.1.0-notes.inc \
news/newsflash.inc \
news/vulnerabilities.inc \
source/.htaccess \
@@ -58,7 +54,7 @@ clean:
newsflash.inc: news/newsflash.inc
@rm -f $@
- head -6 $? >$@
+ head -7 $? >$@
sitemap.txt: bin/mk-sitemap
@rm -f $@
./bin/mk-sitemap >$@
diff --git a/news/newsflash.txt b/news/newsflash.txt
index e10aef8..92f3e01 100644
--- a/news/newsflash.txt
+++ b/news/newsflash.txt
@@ -4,6 +4,7 @@
# Format is two fields, colon-separated; the first line is the column
# headings. URL paths must all be absolute.
Date: Item
+12-Oct-2016: New Blog post: <a href="https://www.openssl.org/blog/blog/2016/10/12/f2f-rt-github/">Face to Face: Goodbye RT, Hello GitHub</a>
26-Sep-2016: <a href="/news/secadv/20160926.txt">Security Advisory</a>: Two security fixes
26-Sep-2016: OpenSSL 1.1.0b is now available, including a security fix
26-Sep-2016: OpenSSL 1.0.2j is now available, including a security fix
More information about the openssl-commits
mailing list