aboutsummaryrefslogtreecommitdiff
path: root/sysutils/scprotect
Commit message (Collapse)AuthorAgeFilesLines
* Mark broken on 11.xDmitry Marakasov2015-02-011-1/+7
| | | | Notes: svn path=/head/; revision=378273
* Cleanup plistBaptiste Daroussin2014-09-221-2/+1
| | | | Notes: svn path=/head/; revision=368874
* Allow staging as a regular userAntoine Brodin2014-09-131-11/+2
| | | | Notes: svn path=/head/; revision=368109
* - Fix buildDmitry Marakasov2014-03-012-13/+6
| | | | | | | - Support staging Notes: svn path=/head/; revision=346591
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | sysutils) Notes: svn path=/head/; revision=327772
* SSP support has been added to ports with WITH_SSP for i386 and amd64Bryan Drewery2013-09-201-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on FreeBSD 10, and amd64 on earlier versions. SSP_UNSAFE is added to disable in a port if it fails to build, but this should only be used in rare circumstances such as kernel modules. Otherwise, the port may just be failing due to lack of respecting LDFLAGS. On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in libssp_nonshared.a to address issues linking on i386 [1]. On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared to LDFLAGS on i386. This is not needed on amd64. However, several hundred ports do not currently respect LDFLAGS, so this support is disabled currently as it causes build failures if a dependency is looking for the stack_chk symbols. Many thanks to jlh@ for this as he had many years of patience in getting all of the necessary pieces [1][2] in. [1] http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup PR: ports/138228 [2] Submitted by: jlh (bsd.ssp.mk based on) Reviewed by: bapt With hat: portmgr exp-runs done: 37 over a month on 91i386,91amd64,10i386,10amd64 Notes: svn path=/head/; revision=327697
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - include bsd.port.pre.mk so SRC_BASE is defined before referencedJason Helfman2012-04-171-1/+3
| | | | | | | | PR: ports/165994 Submitted by: 4721@hushmail.com Notes: svn path=/head/; revision=294973
* - Remove SRC_BASE?= /usr/src as it gets set by b.p.mEitan Adler2011-08-271-1/+0
| | | | | | | Approved by: bapt (mentor) Notes: svn path=/head/; revision=280588
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Reset dindin@dindin.ru due to maintainer-timeout and no response to email.Mark Linimon2010-08-221-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=259771
* Update to 20091116.Stefan Walter2010-05-122-4/+4
| | | | | | | | | PR: ports/140546 Submitted by: Shinji Nomoto <shinji@pionet.co.jp> Patch by: maintainer Notes: svn path=/head/; revision=254183
* - Update to 20091028Martin Wilke2009-10-303-8/+7
| | | | | | | | PR: 140064 Submitted by: Denis Barov <dindin@dindin.ru> (maintainer) Notes: svn path=/head/; revision=243535
* - Fix removing kernel module on deinstallDmitry Marakasov2009-06-022-2/+3
| | | | | | | | PR: 134994 Submitted by: Denis Barov <dindin@dindin.ru> (maintainer) Notes: svn path=/head/; revision=235071
* scprotect is implementation of system call for setting or unsettingDmitry Marakasov2009-02-105-0/+64
P_PROTECTED flag. It's similar to madvise(2) behaviour MADV_PROTECT, but may be used for already running processes. Also rc.d/scprotect scripts allow you to set protection flag even if process was restarted by user. WWW: http://dindin.ru/scprotect/ PR: 131423 Submitted by: Denis Barov <dindin at dindin dot ru> Notes: svn path=/head/; revision=228027