Hi,

Update for MaraDNS-Deadwood to 3.2.05:

- Fixed cppcheck detected warnings and errors
- Default file name for entropy in Windows is now "secret.txt"
- dw_substr() bounds check updated
- More validation done with DNS packets sent to Deadwood
- Dashes can now be the first character of a black listed domain

Comments? Ok?

Cheers.-

-- 
Sending from my toaster.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/maradns-deadwood/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    23 Mar 2014 18:17:35 -0000      1.6
+++ Makefile    29 Apr 2014 15:54:25 -0000
@@ -2,27 +2,23 @@
 
 COMMENT=       recursive DNS resolver
 
-DISTNAME=      deadwood-3.2.03c
+DISTNAME=      deadwood-3.2.05
 PKGNAME=       ${DISTNAME:S/^/maradns-/}
 EXTRACT_SUFX=  .tar.bz2
 CATEGORIES=    net
-REVISION=      1
 
-HOMEPAGE=      http://maradns.org/deadwood/
+HOMEPAGE=      http://maradns.samiam.org/deadwood
 
 # BSD
 PERMIT_PACKAGE_CDROM=  Yes
 
 WANTLIB += c
 
-MASTER_SITES=  http://www.maradns.org/deadwood/stable/ \
-               http://www.maradns.org/deadwood/stable/old/
+MASTER_SITES=  http://maradns.samiam.org/deadwood/stable/ \
+               http://maradns.samiam.org/deadwood/stable/old/
 
 MAKE_FLAGS=    FLAGS="${CFLAGS} -DIPV6" CC="${CC}"
 WRKSRC=                ${WRKDIST}/src
-
-post-extract:
-       rm ${WRKSRC}/*.orig
 
 do-configure:
        cd ${WRKSRC}; perl -pi -e 's,/etc/,${SYSCONFDIR}/,g' DwMararc.h DwMain.c
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/maradns-deadwood/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo    30 Nov 2013 20:36:41 -0000      1.3
+++ distinfo    29 Apr 2014 15:54:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (deadwood-3.2.03c.tar.bz2) = 
c3gVfmKKQJVbdyB6s7z0uqKcq03lFQe/EZp1TiBfzSo=
-SIZE (deadwood-3.2.03c.tar.bz2) = 259473
+SHA256 (deadwood-3.2.05.tar.bz2) = HMAh8C9sQ4GerRzoRzYyWxy4g9CNkS1PwMSMbatqnRI=
+SIZE (deadwood-3.2.05.tar.bz2) = 270488

Reply via email to