pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net
Module Name: pkgsrc
Committed By: gdt
Date: Wed Jan 21 18:26:43 UTC 2026
Modified Files:
pkgsrc/net: Makefile
Added Files:
pkgsrc/net/microsocks: DESCR Makefile PLIST distinfo
Log Message:
net/microsocks: Add version 1.0.5
A lightweight SOCKS5 service that you can run on your remote boxes to
tunnel connections through them, if for some reason SSH doesn't cut it
for you.
It handles resource exhaustion gracefully by simply denying new
connections, instead of calling abort() as most other programs do
these days.
Another plus is ease-of-use: no config file necessary, everything can be
done from the command line and doesn't even need any parameters for quick
setup.
To generate a diff of this commit:
cvs rdiff -u -r1.1622 -r1.1623 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/microsocks/DESCR \
pkgsrc/net/microsocks/Makefile pkgsrc/net/microsocks/PLIST \
pkgsrc/net/microsocks/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1622 pkgsrc/net/Makefile:1.1623
--- pkgsrc/net/Makefile:1.1622 Thu Jan 15 08:53:36 2026
+++ pkgsrc/net/Makefile Wed Jan 21 18:26:43 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1622 2026/01/15 08:53:36 wiz Exp $
+# $NetBSD: Makefile,v 1.1623 2026/01/21 18:26:43 gdt Exp $
#
COMMENT= Networking tools
@@ -389,6 +389,7 @@ SUBDIR+= md-whois
SUBDIR+= megacmd
SUBDIR+= megatools
SUBDIR+= messagelib
+SUBDIR+= microsocks
SUBDIR+= mikutter
SUBDIR+= mimms
SUBDIR+= minikube
Added files:
Index: pkgsrc/net/microsocks/DESCR
diff -u /dev/null pkgsrc/net/microsocks/DESCR:1.1
--- /dev/null Wed Jan 21 18:26:43 2026
+++ pkgsrc/net/microsocks/DESCR Wed Jan 21 18:26:43 2026
@@ -0,0 +1,11 @@
+A lightweight SOCKS5 service that you can run on your remote boxes to
+tunnel connections through them, if for some reason SSH doesn't cut it
+for you.
+
+It handles resource exhaustion gracefully by simply denying new
+connections, instead of calling abort() as most other programs do
+these days.
+
+Another plus is ease-of-use: no config file necessary, everything can be
+done from the command line and doesn't even need any parameters for quick
+setup.
Index: pkgsrc/net/microsocks/Makefile
diff -u /dev/null pkgsrc/net/microsocks/Makefile:1.1
--- /dev/null Wed Jan 21 18:26:43 2026
+++ pkgsrc/net/microsocks/Makefile Wed Jan 21 18:26:43 2026
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2026/01/21 18:26:43 gdt Exp $
+
+DISTNAME= microsocks-1.0.5
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=rofl0r/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= gdt%NetBSD.org@localhost
+HOMEPAGE= https://github.com/rofl0r/microsocks/
+COMMENT= Multithreaded, small, efficient SOCKS5 server
+LICENSE= mit
+
+WRKSRC= ${WRKDIR}/${DISTNAME}
+
+USE_LANGUAGES= c
+USE_CC_FEATURES= c99
+
+pre-configure:
+ ${ECHO} prefix=${PREFIX} > ${WRKSRC}/config.mak
+
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/microsocks/PLIST
diff -u /dev/null pkgsrc/net/microsocks/PLIST:1.1
--- /dev/null Wed Jan 21 18:26:43 2026
+++ pkgsrc/net/microsocks/PLIST Wed Jan 21 18:26:43 2026
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2026/01/21 18:26:43 gdt Exp $
+bin/microsocks
Index: pkgsrc/net/microsocks/distinfo
diff -u /dev/null pkgsrc/net/microsocks/distinfo:1.1
--- /dev/null Wed Jan 21 18:26:43 2026
+++ pkgsrc/net/microsocks/distinfo Wed Jan 21 18:26:43 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/01/21 18:26:43 gdt Exp $
+
+BLAKE2s (microsocks-1.0.5.tar.gz) = b1432cc8028cbeb14e6a0618ceb845befbcc26dd336972b7e2e5889965bd1eeb
+SHA512 (microsocks-1.0.5.tar.gz) = 1180e007f586108b299f4861e8bf94e06a35fa986af90ce66844ef002c06557803825a1b5e73d08bd7a5463337d6bfe0c913bc69b3342e3932b582f05b522ab2
+Size (microsocks-1.0.5.tar.gz) = 10413 bytes
Home |
Main Index |
Thread Index |
Old Index