FreeBSD Bugzilla – Attachment 219409 Details for
Bug 250917
New port: net/gsocket allows two users behind NAT/Firewall to securely establish a TCP connection with each other
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to add gsocket to net
gsocket.diff (text/plain), 3.35 KB, created by
Andrew Reiter
on 2020-11-06 23:42:54 UTC
(
hide
)
Description:
patch to add gsocket to net
Filename:
MIME Type:
Creator:
Andrew Reiter
Created:
2020-11-06 23:42:54 UTC
Size:
3.35 KB
patch
obsolete
>Index: net/gsocket/Makefile >=================================================================== >--- net/gsocket/Makefile (nonexistent) >+++ net/gsocket/Makefile (working copy) >@@ -0,0 +1,47 @@ >+# $FreeBSD$ >+ >+PORTNAME= gsocket >+DISTVERSION= 1.4.22 >+CATEGORIES= net >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+MAINTAINER= arr@watson.org >+COMMENT= Global Socket allows two users behind NAT/Firewall to establish a TCP connection with each other. Securely. >+ >+USE_GITHUB= yes >+GH_ACCOUNT= hackerschoice >+GH_PROJECT= gsocket >+GH_TAGNAME= v1.4.22 >+GH_TUPLE= hackerschoice:gsocket:v1.4.22 >+ >+BUILD_DEPENDS= autoconf:devel/autoconf \ >+ autoheader:devel/autoconf \ >+ aclocal:devel/automake \ >+ automake:devel/automake >+ >+USES= fakeroot shebangfix ssl >+ >+INSTALL_TARGET= install-strip >+ >+PLIST_FILES= bin/blitz \ >+ bin/gs-netcat \ >+ bin/gs_uchroot_so \ >+ bin/gs-sftp \ >+ bin/gs-mount \ >+ bin/gs_funcs \ >+ share/man/man1/blitz.1.gz \ >+ share/man/man1/gs-mount.1.gz \ >+ share/man/man1/gs-netcat.1.gz \ >+ share/man/man1/gs-sftp.1.gz \ >+ share/licenses/gsocket-1.4.22/catalog.mk \ >+ share/licenses/gsocket-1.4.22/LICENSE \ >+ share/licenses/gsocket-1.4.22/BSD2CLAUSE >+ >+# depends on autoconf and automake being installed >+ >+pre-configure: >+ bdir=`pwd` >+ cd ${WRKSRC} && ./bootstrap && ./configure && cd ${bdir} >+ >+.include <bsd.port.mk> > >Property changes on: net/gsocket/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: net/gsocket/distinfo >=================================================================== >--- net/gsocket/distinfo (nonexistent) >+++ net/gsocket/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1604583578 >+SHA256 (hackerschoice-gsocket-1.4.22-v1.4.22_GH0.tar.gz) = b900a98e05eac2f5bde7256624263555f5e3c62530172f3338bbd2331986bf40 >+SIZE (hackerschoice-gsocket-1.4.22-v1.4.22_GH0.tar.gz) = 81816 > >Property changes on: net/gsocket/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: net/gsocket/pkg-descr >=================================================================== >--- net/gsocket/pkg-descr (nonexistent) >+++ net/gsocket/pkg-descr (working copy) >@@ -0,0 +1,7 @@ >+Global Socket allows two users behind NAT/Firewall to establish a TCP >+connection with each other. Securely. Abandon the thinking that an IP Address >+is needed to communicate with somebody. Instead start thinking that two users >+should be able to communicate with each other as long as they know the same >+secret (key/password). The Global Socket library handles the rest. >+ >+WWW: https://github.com/hackerschoice/gsocket > >Property changes on: net/gsocket/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
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 250917
: 219409 |
219412
|
219413
|
219602