Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Dec 2018 20:01:11
g20150821

|
linimon  |
These ports now build on powerpc64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
22 Jun 2018 08:28:00
g20150821

|
yuri  |
Correction to r473019: Revert the unintended change to the 'Created by' headers. |
22 Jun 2018 08:04:39
g20150821

|
yuri  |
Reset MAINTAINER on ports maintained by amutu@amutu.com
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated. |
08 Jun 2018 04:32:38
g20150821

|
linimon  |
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket) |
12 Mar 2018 07:05:24
g20150821

|
tobik  |
New port: sysutils/mac_nonet
Simple MAC framework policy to disable access to networking for
certain group. Running kldload mac_nonet.ko to load the kernel
module. The load action require root permissions.
Set gid that shouldn't access the network:
sysctl security.mac.nonet.gid=31337
and enable enforcing:
sysctl security.mac.nonet.enabled=1
Any call to socket(2) from user in this group will end with EPERM.
You can also select group that can access only AF_UNIX sockets with
security.mac.nonet.local_gid.
WWW: https://github.com/pbiernacki/mac_nonet
PR: 219376
Submitted by: amutu@amutu.com
Reviewed by: bapt |