FreeBSD Bugzilla – Attachment 188299 Details for
Bug 221322
[NEW PORT] security/libhijack: Runtime process infection made easy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch
libhijack.patch (text/plain), 3.26 KB, created by
Yuri Victorovich
on 2017-11-26 19:28:42 UTC
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2017-11-26 19:28:42 UTC
Size:
3.26 KB
patch
obsolete
>Index: security/libhijack/Makefile >=================================================================== >--- security/libhijack/Makefile (nonexistent) >+++ security/libhijack/Makefile (working copy) >@@ -0,0 +1,25 @@ >+# $FreeBSD$ >+ >+PORTNAME= libhijack >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.8.0-1 >+DISTVERSIONSUFFIX= -g50804aa >+CATEGORIES= security >+ >+MAINTAINER= shawn.webb@hardenedbsd.org >+COMMENT= Runtime process infection made easy >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+ONLY_FOR_ARCHS= aarch64 amd64 >+ >+USE_GITHUB= yes >+GH_ACCOUNT= SoldierX >+ >+do-install: # the original install fails: https://github.com/SoldierX/libhijack/issues/6 >+ ${INSTALL_DATA} ${WRKSRC}/include/hijack.h ${STAGEDIR}${PREFIX}/include >+ ${INSTALL_LIB} ${WRKSRC}/libhijack/obj/libhijack.so* ${STAGEDIR}${PREFIX}/lib >+ ${INSTALL_PROGRAM} ${WRKSRC}/hijack/obj/hijack ${STAGEDIR}${PREFIX}/sbin >+ >+.include <bsd.port.mk> > >Property changes on: security/libhijack/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: security/libhijack/distinfo >=================================================================== >--- security/libhijack/distinfo (nonexistent) >+++ security/libhijack/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1511722136 >+SHA256 (SoldierX-libhijack-v0.8.0-1-g50804aa_GH0.tar.gz) = ec5ca09c1cad69d846c7fc6b12c04f184aeecd69acf636511ec89a4db231368e >+SIZE (SoldierX-libhijack-v0.8.0-1-g50804aa_GH0.tar.gz) = 21060 > >Property changes on: security/libhijack/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: security/libhijack/pkg-descr >=================================================================== >--- security/libhijack/pkg-descr (nonexistent) >+++ security/libhijack/pkg-descr (working copy) >@@ -0,0 +1,6 @@ >+libhijack >+========= >+ >+FreeBSD runtime process infection made easy. >+ >+WWW: https://github.com/SoldierX/libhijack > >Property changes on: security/libhijack/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: security/libhijack/pkg-plist >=================================================================== >--- security/libhijack/pkg-plist (nonexistent) >+++ security/libhijack/pkg-plist (working copy) >@@ -0,0 +1,4 @@ >+include/hijack.h >+lib/libhijack.so >+lib/libhijack.so.1 >+sbin/hijack > >Property changes on: security/libhijack/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 221322
:
185139
|
185157
|
185377
|
185378
|
185590
| 188299