Bugfix update to dante-1.4.1
This commit is contained in:
parent
bcb859e54f
commit
9ee1125702
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2014/03/24 14:39:23 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2014/09/11 07:40:07 dcoppa Exp $
|
||||
|
||||
COMMENT= SOCKS client and server
|
||||
|
||||
DISTNAME= dante-1.4.0
|
||||
REVISION= 0
|
||||
DISTNAME= dante-1.4.1
|
||||
CATEGORIES= security
|
||||
|
||||
SHARED_LIBS= dsocks 1.2 \
|
||||
@ -26,7 +25,9 @@ WANTLIB= c m
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
CONFIGURE_ARGS+= --without-ldap \
|
||||
CONFIGURE_ARGS+= --without-gssapi \
|
||||
--without-krb5 \
|
||||
--without-ldap \
|
||||
--without-libwrap \
|
||||
--without-pam \
|
||||
--without-sasl \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dante-1.4.0.tar.gz) = VdRI8tUj5ptWN+8SwFVW85IBosOXtGcaKqqpFLplaEs=
|
||||
SIZE (dante-1.4.0.tar.gz) = 1253458
|
||||
SHA256 (dante-1.4.1.tar.gz) = ttIyvW/vyH0Uv5fkR+T83u9LKLFrBI2AS1C0jyYcT1M=
|
||||
SIZE (dante-1.4.1.tar.gz) = 1284288
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-example_sockd-basic_conf,v 1.1 2013/12/12 14:11:36 dcoppa Exp $
|
||||
$OpenBSD: patch-example_sockd-basic_conf,v 1.2 2014/09/11 07:40:07 dcoppa Exp $
|
||||
--- example/sockd-basic.conf.orig Tue Aug 4 19:22:21 2009
|
||||
+++ example/sockd-basic.conf Thu Nov 14 13:58:04 2013
|
||||
@@ -4,8 +4,8 @@
|
||||
#external: fxp1
|
||||
#method: username none
|
||||
#socksmethod: username none
|
||||
#user.privileged: root
|
||||
-#user.unprivileged: sockd
|
||||
-#logoutput: stderr
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-example_sockd_conf,v 1.1 2013/12/12 14:11:36 dcoppa Exp $
|
||||
--- example/sockd.conf.orig Wed May 18 13:27:32 2011
|
||||
+++ example/sockd.conf Thu Nov 14 13:58:29 2013
|
||||
$OpenBSD: patch-example_sockd_conf,v 1.2 2014/09/11 07:40:07 dcoppa Exp $
|
||||
--- example/sockd.conf.orig Wed Sep 3 16:49:13 2014
|
||||
+++ example/sockd.conf Thu Sep 11 09:32:09 2014
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
# the server will log both via syslog, to stdout and to /var/log/sockd.log
|
||||
@ -24,5 +24,5 @@ $OpenBSD: patch-example_sockd_conf,v 1.1 2013/12/12 14:11:36 dcoppa Exp $
|
||||
+# when running as usual, it will use the unprivileged userid of "_sockd".
|
||||
+#user.unprivileged: _sockd
|
||||
|
||||
# If you compiled with libwrap support, what userid should it use
|
||||
# when executing your libwrap commands? "libwrap".
|
||||
# If you are not using libwrap, no need for the below line, so leave
|
||||
# it commented.
|
||||
|
Loading…
x
Reference in New Issue
Block a user