Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
jsing 9cf24da4ba Add two no op instructions following svc for Go on openbsd/arm64.
All except some of the most recent arm64 processors have a speculative
execution flaw that occurs across a syscall boundary, which cannot be
mitigated in the kernel. In order to protect against this leak a
speculation barrier needs to be placed after an svc instruction.

In order to avoid the performance impact of these instructions, the kernel
will soon start returning execution two instructions past the svc call.
For now two hardware no ops are added, which allows syscalls to work with
both old and new kernels. Once the kernel is cut over the no ops can be
replaced with actual speculation barriers.

Discussed at length with deraadt@
2020-02-04 17:22:42 +00:00
archivers Update to libzip-1.6.1 2020-02-04 01:44:05 +00:00
astro Update to py-metar-1.1 from wen heping, thanks. 2020-02-03 12:07:18 +00:00
audio Update to p5-MPEG-Audio-Frame-0.10. 2020-02-04 12:00:52 +00:00
benchmarks Update to iozone-3.489. 2020-02-04 12:18:27 +00:00
biology update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
books drop maintainer 2020-02-03 20:40:37 +00:00
cad Switch from Qt4 to Qt5 after all dependencies have been updated 2020-02-04 06:09:13 +00:00
chinese Remove chinese/py-zhCodecs from the tree 2019-08-14 12:47:14 +00:00
comms drop maintainer 2020-02-03 20:40:37 +00:00
converters Drop maintainership for Lua modules. 2020-02-03 22:42:36 +00:00
databases Remove luma, dead upstream, py-qt4 as dependency. 2020-02-04 06:20:53 +00:00
devel Update to p5-Cache-FastMmap-1.48 from wen heping, thanks. 2020-02-04 09:50:59 +00:00
editors update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
education update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
emulators Update mame to 0.218. 2020-02-03 22:00:01 +00:00
fonts Update amigafonts to 1.02. 2020-02-03 21:51:12 +00:00
games eduke32: needs atomics on powerpc and hppa 2020-02-01 13:19:23 +00:00
geo Update to viking 1.8 2020-02-04 11:53:28 +00:00
graphics Update OpenCSG to 1.4.2 (Switch from Qt4 to Qt5) 2020-02-04 06:09:04 +00:00
infrastructure XXX comment something that's not obvious at all in retrospect. 2020-01-31 12:18:14 +00:00
inputmethods update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
japanese update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
java remove java-tanukiwrapper, it was never used and the original software that required 2019-09-24 11:47:40 +00:00
korean Remove unresponsive maintainers 2019-07-17 14:46:32 +00:00
lang Add two no op instructions following svc for Go on openbsd/arm64. 2020-02-04 17:22:42 +00:00
mail Update mail/extsmail to version 2.4. 2020-02-04 11:28:03 +00:00
math Update CGAL to 4.14.2 (Switch from Qt4 to Qt5) 2020-02-04 06:09:02 +00:00
meta Welcome GNOME 3.34.3! 2020-01-11 07:29:53 +00:00
misc drop maintainer 2020-02-03 20:40:37 +00:00
multimedia drop maintainer 2020-02-03 20:40:37 +00:00
net update to folks-0.13.2 2020-02-04 09:47:34 +00:00
news drop maintainer 2020-02-03 20:40:37 +00:00
plan9 Update to ccc01167ee60, include the man page. 2019-12-12 03:28:26 +00:00
print update py-relatorio to 0.9.1 2020-02-02 14:26:18 +00:00
productivity Remove qhacc 2020-02-04 06:26:27 +00:00
security drop maintainer 2020-02-03 20:40:37 +00:00
shells Update to elvish-0.13 2020-01-04 02:49:08 +00:00
sysutils entr: update to 4.4 2020-02-04 08:11:27 +00:00
telephony asterisk port tweaks: 2020-01-19 21:35:24 +00:00
tests Update gettext to 0.20.1. 2019-05-20 22:15:00 +00:00
textproc Drop maintainership for Lua modules. 2020-02-03 22:42:36 +00:00
www drop maintainer 2020-02-03 20:40:37 +00:00
x11 xdesktopwaves: update to 1.4 2020-02-03 10:29:08 +00:00
.cvsignore
Makefile give a much bigger hint to people who try mixing -current and 6.4 2018-12-14 18:57:58 +00:00
README The manual pages that used to live in ${PORTSDIR}/infrastructure/man have 2018-07-14 14:20:04 +00:00

Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
library-specs(7), bsd.port.mk(5), bsd.port.arch.mk(5), port-modules(5).

dpb(1), bulk(8) for bulk builds.

See also the OpenBSD Porter's Handbook http://www.openbsd.org/faq/ports/

$OpenBSD: README,v 1.23 2018/07/14 14:20:04 bcallah Exp $