notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
sandsifter Processor fuzzer for x86 CPUs
1.04_1 security Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.04_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Uses deprecated version of python, see https://github.com/rigred/sandsifter/issues/10
Expired This port expired on: 2020-12-31
Maintainer: rene@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-09-30 15:13:47
Last Update: 2021-01-01 11:45:05
SVN Revision: 559825
License: BSD3CLAUSE
WWW:
https://github.com/rigred/sandsifter
Description:
The sandsifter audits x86 processors for hidden instructions and hardware bugs, by systematically generating machine code to search through a processor's instruction set, and monitoring execution for anomalies. Sandsifter has uncovered secret processor instructions from every major vendor; ubiquitous software bugs in disassemblers, assemblers, and emulators; flaws in enterprise hypervisors; and both benign and security-critical hardware bugs in x86 chips. Run this program under sudo so that it will use the correct directories to store its data. WWW: https://github.com/rigred/sandsifter
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. /usr/local/share/licenses/sandsifter-1.04_1/catalog.mk
  2. /usr/local/share/licenses/sandsifter-1.04_1/LICENSE
  3. /usr/local/share/licenses/sandsifter-1.04_1/BSD3CLAUSE
  4. bin/sifter
  5. bin/sifter-summarize
  6. sbin/sifter-injector
  7. share/doc/sandsifter/README.md
  8. share/doc/sandsifter/domas_breaking_the_x86_isa.pdf
  9. share/doc/sandsifter/domas_breaking_the_x86_isa_wp.pdf
  10. share/doc/sandsifter/sandsifter.gif
  11. share/doc/sandsifter/screenshot.png
  12. share/doc/sandsifter/summarizer.png
  13. share/sandsifter/gui/__init__.py
  14. share/sandsifter/gui/gui.py
  15. share/sandsifter/pyutil/__init__.py
  16. share/sandsifter/pyutil/colors.py
  17. share/sandsifter/pyutil/progress.py
  18. share/sandsifter/sifter.py
  19. share/sandsifter/sifter-summarize.py
  20. @owner
  21. @group
  22. @mode
Collapse this list.
Dependency lines:
  • sandsifter>0:security/sandsifter
No installation instructions:
This port has been deleted.
PKGNAME: sandsifter
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64 i386
distinfo:
TIMESTAMP = 1564689727 SHA256 (rigred-sandsifter-v1.04_GH0.tar.gz) = c62087155077190f7abe3e2646595b336b8f7f626e7fae63af5dbcc7c66f33be SIZE (rigred-sandsifter-v1.04_GH0.tar.gz) = 5288475

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. capstone.h : devel/capstone4
  2. gmake>=4.3 : devel/gmake
  3. python2.7 : lang/python27
Runtime dependencies:
  1. py27-capstone>0 : devel/py-capstone@py27
  2. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for sandsifter-1.04_1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
gmake python:2.7 localbase shebangfix
pkg-message:
For install:
Before using this tool you should do the following as root: # sysctl security.bsd.map_at_zero=1 # mount -t linprocfs linproc /compat/linux/proc Also make sure you use a 256-color capable terminal of at least 40 rows high.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/rigred/sandsifter/tar.gz/v1.04?dummy=/
Collapse this list.

Number of commits found: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.04_1
01 Jan 2021 11:45:05
Revision:559825Original commit files touched by this commit
antoine search for other commits by this committer
Re-apply part of r559792 (INDEX and bulk -a OK)

With hat:	portmgr
1.04_1
01 Jan 2021 10:11:35
Revision:559822Original commit files touched by this commit
antoine search for other commits by this committer
Revert r559792 to unbreak INDEX and bulk -a
It seems a lot of reverse dependencies were missed

With hat:	portmgr
1.04_1
01 Jan 2021 00:57:24
Revision:559792Original commit files touched by this commit
rene search for other commits by this committer
Remove most expired ports that depend on Python 2.7:

Exceptions are:
- mail/mailman, our listservers still use it
- www/chromium, solely because of popular demand,
  upstream is (slowly) working on porting it to Python 3
- ports that have actual patches for Python 3 against
  them (Cinnamon and a few unrelated other ports)
- llvm70 and qt5-webengine because they seem to have a lot
  of dependencies which need further analysis
- sysutils/uefi-edk2-bhyve because bhyve seems to use them
- python2 and python27 themselves

I'm sure there will be complaints, but the nice thing about
a version control system is that we can revert and adjust things.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.04_1
14 Sep 2020 14:35:15
Revision:548614Original commit files touched by this commit
rene search for other commits by this committer
security/sandsifter: extend lifespan, upstream is working on py3 support.
1.04_1
08 Mar 2020 17:01:47
Revision:528058Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
1.04_1
02 Mar 2020 14:30:43
Revision:527636Original commit files touched by this commit
0mp search for other commits by this committer
Bump the Capstone library version to 4

This port is dependant on both the Capstone library and the Python
bindings for Capstone. The version of the library has to be bumped to 4 as
the bindings version has to be kept in sync with the library version in
order to avoid build problems.

Approved by:	portmgr (build fix blanket)
Differential Revision:	https://reviews.freebsd.org/D23919
1.04
14 Aug 2019 07:36:15
Revision:508897Original commit files touched by this commit
rene search for other commits by this committer
pkg-message UCL triggers only work for one type at a time.

Reported by:	mat
1.04
03 Aug 2019 11:12:11
Revision:507955Original commit files touched by this commit
rene search for other commits by this committer
security/sandsifter: update to 1.04

Restrict this port to Python 2.7 for now, work to get it running
with Python 3.6 is in progress upstream.

Pet portlint (remove an extraneous spacae from pkg-descr)

Reported by:	upstream / portscout
1.03
09 Jul 2019 19:24:27
Revision:506305Original commit files touched by this commit
rene search for other commits by this committer
UCL-ify pkg-message of my ports.
1.03
20 Jan 2019 14:11:46
Revision:490792Original commit files touched by this commit
rene search for other commits by this committer
security/sandsifter: update to version 1.03

This version is based on a fork of the original repository (which was
itself a fork) and is the same fork that Debian and Ubuntu use. The
previous repository is no longer under development.

Some binaries have been renamed by the new upstream.

Extend pkg-messsage with some more usage instructions.

Reported by:	repology
0.20170906
22 May 2018 13:15:13
Revision:470610Original commit files touched by this commit
mat search for other commits by this committer
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
0.20170906
11 Apr 2018 20:53:05
Revision:467111Original commit files touched by this commit
rene search for other commits by this committer
security/sandsifter: update to a newer snapshot from 20170906

This adds a license (BSD3CLAUSE) and a slightly extended README.

Pet portlint while here.
0.1
11 Nov 2017 23:16:14
Revision:454007Original commit files touched by this commit
jbeich search for other commits by this committer
security/sandsifter: fix typo to block non-x86 archs

  cc -O2 -pipe  -isystem /usr/local/include -fno-strict-aliasing -c injector.c
-o injector.o -Wall
  injector.c:338:93: warning: excess elements in array initializer
	 
.start={.bytes={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00},
.len=0},
												     ^~~~
  injector.c:339:91: warning: excess elements in array initializer
	 
.end={.bytes={0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff},
.len=0},
												   ^~~~
  injector.c:870:32: error: no member named 'mc_eip' in 'struct __mcontext'
	  ((ucontext_t*)p)->uc_mcontext.IP+=UD2_SIZE;
	  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
  injector.c:95:14: note: expanded from macro 'IP'
  #               define IP mc_eip
			    ^
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.1
30 Sep 2017 18:07:27
Revision:451000Original commit files touched by this commit
rene search for other commits by this committer
security/sandsifter: post-commit fixes

- spell ONLY_FOR_ARCH_REASON correctly [1]
- remove stale import which broke running the port [2]

PR:		222701 [2]
Submitted by:	John Smith (godevilove AT ya.ru) [2]
Submitted by:	adamw [1] via private mail
0.1
30 Sep 2017 15:13:32
Revision:450997Original commit files touched by this commit
rene search for other commits by this committer
The sandsifter audits x86 processors for hidden instructions and
hardware bugs, by systematically generating machine code to search
through a processor's instruction set, and monitoring execution for
anomalies. Sandsifter has uncovered secret processor instructions from
every major vendor; ubiquitous software bugs in disassemblers,
assemblers, and emulators; flaws in enterprise hypervisors; and both
benign and security-critical hardware bugs in x86 chips.

WWW: https://github.com/xoreaxeaxeax/sandsifter

PR:		221132
Submitted by:	rozhuk.im AT gmail.com
Reviewed by:	swills

Number of commits found: 15