The server hosting graz.bsdstammtisch.at and wien.bsdstammtisch.at had a hardware problem
which will be fixed soonish.
While here, fix the link to the Facebook page of this usergroup.
Discussed with: decke@
Fix a problem where zero-length RDATA fields can cause named(8) to crash.
[FreeBSD-SA-12:03.bind]
Correct a privilege escalation when returning from kernel if
running FreeBSD/amd64 on non-AMD processors. [FreeBSD-SA-12:04.sysret]
Fix reference count errors in IPv6 code. [FreeBSD-EN-12:02.ipv6refcount]
- Add a news.xml entry for myself
- Remove my entry from contributors additional.sgml
- Add my entry to contributors committers.sgml
- Add my entry to developers.ent
Approved by: db,eadler (mentors)
It's time to hand off the Security Officer hat. Please welcome simon@ to
his new role!
I'll be sticking around as Security Officer Emeritus for the forseeable
future.
Approved by: core
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
Approved by: doceng (implicit)
result of <script> end tag by the DSSSL stylesheet was </script\n> to avoid
unnecessary spaces after the tag, most of the www browsers and HTML
processors cannot recognize it as the end of <script>. To workaround this,
($user-html-headers$) now outputs the start and the end tag independently
in each single line.
- Add %html-header-script% to control if <script> is included in <head>.
- Add html.header.script.google knob for SGML and XML documents in non-DocBook
DTD. %html.header.script.google; and $html.header.script.google.
- Add WWWFREEBSDORG make(1) knob to control the <script> inclusion. Note that
<script> is disabled temporarily.
Discussed with: gjb and core
Tested by: gjb
specification supports expand-tabs: characteristics in paragraph flow objects,
printable format backends in our DSSSL processors (Jade or OpenJade) do not
support it.
The committed code expands a literal tab character into literal spaces with
length of %default-tab-spacing%. In the position calculation, it assumes all
of characters have a fixed width and the number of characters in a node list
can be obtained by (string-length (data nl)). Note that this can be false
especially when different font sizes are used.
Tested by: wblock