Update to adsuck-2.4.1.

from Gonzalo L. R. (maintainer)
This commit is contained in:
ajacoutot 2012-01-20 13:07:08 +00:00
parent 746495d322
commit 626b4dc8a3
3 changed files with 14 additions and 15 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2011/09/20 15:20:03 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2012/01/20 13:07:08 ajacoutot Exp $
COMMENT= DNS relay for ad blocking
DISTNAME= adsuck-2.3
DISTNAME= adsuck-2.4.1
CATEGORIES= net
REVISION= 1
HOMEPAGE= http://opensource.conformal.com/wiki/Adsuck
MAINTAINER= Gonzalo L. R. <gonzalo@x61.com.ar>

View File

@ -1,5 +1,5 @@
MD5 (adsuck-2.3.tgz) = PdwRWYq345elVVz2WeZKCQ==
RMD160 (adsuck-2.3.tgz) = xToZg4RsUOtsgOg+YG0zMSA8Rt0=
SHA1 (adsuck-2.3.tgz) = dM6Ttz9neiJ8WFqtihmQp7vFdRE=
SHA256 (adsuck-2.3.tgz) = ZoNn7xfrSldFt6+OjuNZztIT1d7cgsJzvnEUQL2Wqe0=
SIZE (adsuck-2.3.tgz) = 2320307
MD5 (adsuck-2.4.1.tgz) = p0vJpwZT+Oa5k8np5+ZYTQ==
RMD160 (adsuck-2.4.1.tgz) = aYhCqyGArA0mzvvkn6WHIKGoSrM=
SHA1 (adsuck-2.4.1.tgz) = kTOwHfyYDS969sG2ygLg+8uQ+vY=
SHA256 (adsuck-2.4.1.tgz) = SU9OMcI7ZoL030shRs2KUHbAmEb0tujSGSaB0rysfOk=
SIZE (adsuck-2.4.1.tgz) = 2353516

View File

@ -1,16 +1,16 @@
$OpenBSD: patch-dhclient-adsuck,v 1.1 2011/03/18 13:13:59 ajacoutot Exp $
--- dhclient-adsuck.orig Mon Mar 14 17:05:17 2011
+++ dhclient-adsuck Fri Mar 18 13:44:22 2011
@@ -18,7 +18,7 @@
. /etc/rc.conf
$OpenBSD: patch-dhclient-adsuck,v 1.2 2012/01/20 13:07:08 ajacoutot Exp $
--- dhclient-adsuck.orig Mon Jan 9 23:23:33 2012
+++ dhclient-adsuck Fri Jan 20 14:05:00 2012
@@ -22,7 +22,7 @@ if [ "X$new_domain_name_servers" = "X" ]; then
exec /sbin/dhclient-script "$@"
fi
-if [ "$adsuck_flags" != "NO" -a -x /usr/local/sbin/adsuck ]; then
+if [ "$adsuck_flags" != "NO" -a -x ${TRUEPREFIX}/sbin/adsuck ]; then
adsuck_resconf="/var/adsuck/files/resolv.conf"
{
@@ -31,7 +31,7 @@ if [ "$adsuck_flags" != "NO" -a -x /usr/local/sbin/ads
@@ -40,7 +40,7 @@ if [ "$adsuck_flags" != "NO" -a -x /usr/local/sbin/ads
if pgrep adsuck > /dev/null; then
pkill -HUP adsuck
else