summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
Diffstat (limited to 'release')
-rw-r--r--release/amd64/mkisoimages-uefi.sh2
-rw-r--r--release/doc/share/xml/security.xml8
2 files changed, 9 insertions, 1 deletions
diff --git a/release/amd64/mkisoimages-uefi.sh b/release/amd64/mkisoimages-uefi.sh
index 2b89d89..9526ad7 100644
--- a/release/amd64/mkisoimages-uefi.sh
+++ b/release/amd64/mkisoimages-uefi.sh
@@ -28,7 +28,7 @@ if [ "x$1" = "x-b" ]; then
bootable="-o bootimage=i386;$4/boot/cdboot -o no-emul-boot"
# Make EFI system partition (should be done with makefs in the future)
- dd if=/dev/zero of=efiboot.img bs=4k count=100
+ dd if=/dev/zero of=efiboot.img bs=4k count=200
device=`mdconfig -a -t vnode -f efiboot.img`
newfs_msdos -F 12 -m 0xf8 /dev/$device
mkdir efi
diff --git a/release/doc/share/xml/security.xml b/release/doc/share/xml/security.xml
index e37b089..f1c4249 100644
--- a/release/doc/share/xml/security.xml
+++ b/release/doc/share/xml/security.xml
@@ -122,6 +122,14 @@
<entry><para>&man.issetugid.2; system call
vulnerability.</para></entry>
</row>
+
+ <row>
+ <entry><link
+ xlink:href="&security.url;/FreeBSD-SA-16:11.openssl.asc">FreeBSD-SA-16:11.openssl</link></entry>
+ <entry>30&nbsp;January&nbsp;2016</entry>
+ <entry><para>SSLv2 cipher suite downgrade
+ vulnerability.</para></entry>
+ </row>
</tbody>
</tgroup>
</informaltable>
OpenPOWER on IntegriCloud