This fixes a directory traversal bug:
https://bugs.chromium.org/p/project-zero/issues/detail?id=1627
While here:
* in README refer to an installed manual page instead of the
online version
* use simpler and AF agnostic httpd.conf(5) syntax in our example
Tested, verified and OK landry
Information for inst:cmark-0.28.3
Comment:
CommonMark parsing and rendering library and program in C
Description:
cmark is the C reference implementation of CommonMark, a rationalized version
of Markdown syntax with a spec.
Maintainer: Jan Klemkow <j DOT klemkow AT wemelug DOT de>
WWW: https://commonmark.org/
Initial port from me, with tweaks from Jan Klemkow (maintainer) based on
sthen@'s feedback.
OK sthen@
efi_loader: allocate configuration table array
After this commit, the ConfigurationTable field of the system table
was no longer translated from a physical address into a virtual address
when the SerVirtualAddressMap() runtime service got called.
Broke boot on Orange Pi PC 2 as reported by kevlo@ and tracked down
by kettenis@.
Miller (mlr) is like awk, sed, cut, join, and sort for name-indexed data
such as CSV, TSV, and tabular JSON. You get to work with your data using
named fields, without needing to count positional column indices. It is
pipe-friendly and interoperates with the Unix toolkit.
It operates on key-value-pair data while the familiar Unix tools operate
on integer-indexed fields. This encompasses a variety of data formats,
including but not limited to the familiar CSV, TSV, and JSON. (Miller
can handle positionally-indexed data as a special case.)
OK sthen@, solene@
Original work from Tom Murphy <openbsd () pertho ! net> and testing from
the #openbsd-gaming people.
ok solene@
OpenOMF is a Open Source remake of "One Must Fall 2097" by Diversions
Entertainment. Together with networking support, OpenOMF tries to make
it easier to play One Must Fall in its original glory on multiple
platforms.
Project goals:
* At first, as faithful a game binary to the original as possible.
* Better game controller support (new gamepads etc.)
* Better networking support. The original game used IPX/SPX networking.
* More network game types. For example full Internet tournaments are
being planned.
* Support for new graphics and audio. The current version of OpenOMF
already supports loading alternate music files. Support for alternate
sprites is coming after the game is otherwise working okay.
* Enhanced tournament mode!
While OpenOMF is open source, the game and its assets are not.
Fortunately, the developers released the game as freeware in 1999. It
can be obtained from archive.org:
https://archive.org/download/OneMustFall2097/OMF21cd-playable.ZIP
broke the build of the packages which depend of cython on macppc and
probably on other GCC4 arches.
Spotted by landry@ with numpy. Culprit found by daniel@.