Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.0 04 Apr 2024 12:23:57 |
Fernando Apesteguía (fernape) Author: Martin Filla |
devel/zydis: Update to 4.1.0
ChangeLog: https://github.com/zyantific/zydis/releases/tag/v4.1.0
Features
* Add AVX-VNNI-INT16, SHA512, SM3, SM4 and PBNDKB ISA extensions
* Add UD0_COMPAT decoder mode
* Add support for loongarch
* Add PCOMMIT instruction
* Update instructions and add new ISA extensions
Improvements
* Fix ZydisFeature enum max value constant (Only the first 15 lines of the commit message are shown above ) |
4.0.0 13 Mar 2023 20:43:12 |
Yuri Victorovich (yuri) |
devel/zydis: Update 3.2.1 → 4.0.0
PR: 269831
Approved by: freebsd@sysctl.cz (maintainer's timeout; 15 days) |
3.2.1 04 Oct 2022 06:12:03 |
Fernando Apesteguía (fernape) Author: Martin Filla |
devel/zydis: update to 3.2.1
ChangeLog: https://github.com/zyantific/zydis/releases/tag/v3.2.1
Fixed a bug where an internal formatter structure wasn't properly initialized.
PR: 266766
Reported by: freebsd@sysctl.cz (maintainer)
MFH: 2022Q4 (security release)
Security: CVE-2021-41253 |
3.1.0 30 Sep 2022 09:13:29 |
Piotr Kubaj (pkubaj) |
devel/zydis: enable on powerpc64le |
3.1.0 30 Sep 2022 08:24:22 |
Piotr Kubaj (pkubaj) |
devel/zydis: fix build on riscv64 |
3.1.0 29 Sep 2022 22:30:11 |
Piotr Kubaj (pkubaj) |
devel/zydis: enable on powerpc / powerpc64 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.1.0 13 Dec 2021 20:47:13 |
Bernhard Froehlich (decke) |
devel/zydis: Add CPE information
Approved by: portmgr (blanket) |
3.1.0 29 Aug 2021 14:54:01 |
Alexey Dokuchaev (danfe) |
Cleanup: for ports under d* categories, drop redundant GH_{ACCOUNT,PROJECT}. |
3.1.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.0 21 Jul 2020 18:12:41 |
linimon |
Restrict to arm* and x86 per code in include/Zycore/Defines.h.
Approved by: portmgr (tier-2 blanket) |
3.1.0 20 Jul 2020 12:40:40 |
lwhsu |
Add devel/zydis, fast and lightweight x86/x86-64 disassembler library
PR: 248022
Submitted by: Martin Filla <freebsd@sysctl.cz> |